| Age | Commit message (Expand) | Author |
| 2015-06-16 | Remove old fmake. It wasn't built by default for some time. Users that | Warner Losh |
| 2010-01-04 | Add ability to search up the directory hierarchy for the system directory. | David E. O'Brien |
| 2009-12-11 | Remove unnecessary includes. | Xin LI |
| 2009-11-17 | Catch up with r144020's /Dir_FindFile/Path_FindFile/ | David E. O'Brien |
| 2009-11-17 | Garbage collect some old #ifdef'ed code from 1994 that causes vi's '%' | David E. O'Brien |
| 2005-03-23 | Make paths an explicite datatype instead of using the generic Lst. | Hartmut Brandt |
| 2005-03-22 | Style: <space><tab> -> <tab> | Hartmut Brandt |
| 2005-03-22 | Rename struct Path to struct Dir and move it into the C-file. It | Hartmut Brandt |
| 2005-03-16 | Fix a comment. | Hartmut Brandt |
| 2005-02-22 | Use the new LST_FOREACH macro throughout the file and replace calls to | Hartmut Brandt |
| 2005-02-04 | Some more easy constification. | Hartmut Brandt |
| 2005-02-01 | Clean up include files and file including. Split nonints.h into pieces | Hartmut Brandt |
| 2004-12-17 | Remove all the cleanup functions. There is no reason to free memory | Hartmut Brandt |
| 2004-12-16 | Instead of dynamically allocating list heads allocated them statically | Hartmut Brandt |
| 2004-12-09 | If a path element directory was never opened it is not on the list of | Hartmut Brandt |
| 2004-12-08 | Get rid of the sequential access feature of the lists. This was used | Hartmut Brandt |
| 2004-12-08 | Constify the arguments to the list compare function. This temporarily | Hartmut Brandt |
| 2004-12-08 | Consify the arguments to str_concat. Remove the STR_DOFREE flag for that | Hartmut Brandt |
| 2004-12-07 | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | Hartmut Brandt |
| 2004-12-07 | Make needs no circular lists so remove them from the list code. | Hartmut Brandt |
| 2004-12-06 | Some constification which doesn't require code rewrites. | Hartmut Brandt |
| 2004-12-06 | Style: fix indentation. | Hartmut Brandt |
| 2004-12-01 | Style: remove a lot of unnecessary casts, add some and spell the null | Hartmut Brandt |
| 2004-11-30 | Stylification: missing spaces, extra space after function names, casts | Hartmut Brandt |
| 2004-11-30 | Change a couple of the primitve list functions to be macros. This changes | Hartmut Brandt |
| 2003-10-02 | Fix a bug that prevented exists() from finding "foo/", "foo/." | Ruslan Ermilov |
| 2003-09-14 | - Cut out the code that caches the "." directory out of Dir_Init() | Ruslan Ermilov |
| 2002-10-09 | Convert make(1) to use ANSI style function declarations. Variable | Juli Mallett |
| 2002-09-28 | Fix merge error in previous commit. | Juli Mallett |
| 2002-09-28 | Add empty default cases where they should be, remove non-local execution stuff | Juli Mallett |
| 2002-09-18 | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | Juli Mallett |
| 2002-09-17 | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | Juli Mallett |
| 2002-09-17 | #define<space> -> #define<tab> | Juli Mallett |
| 2002-06-20 | Look for wildcards, and balanced meta-characters such as { and } like NetBSD | Juli Mallett |
| 2002-06-01 | Remove a stray asterisk in a comment. | Juli Mallett |
| 2002-05-16 | More consistancy. file system > filesystem | Tom Rhodes |
| 2002-04-13 | Fix copyrights, and undo SCS ID damage. | David E. O'Brien |
| 2002-04-13 | Update SCM ID method. | David E. O'Brien |
| 2002-04-13 | De'register. | David E. O'Brien |
| 2002-03-22 | remove __P | Warner Losh |
| 2001-04-25 | -Wall cleanup. | Ruslan Ermilov |
| 2001-02-10 | Fix nasty bug where make(1) assumed that you could read the directory it | Will Andrews |
| 2001-01-21 | Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by moving | Will Andrews |
| 2000-12-26 | Fix for the case where the first two entries returned by readdir() are | Will Andrews |
| 2000-12-02 | There's also no point in #typedef'ing void/char pointers. Accordingly, | Will Andrews |
| 2000-12-02 | There's no reason to use fancy forms of NULL. Replace all instances | Will Andrews |
| 2000-07-09 | Use __RCSID() | Wilfredo Sanchez |
| 1999-09-11 | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | Tim Vanderhoek |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-08-17 | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | Tim Vanderhoek |