Age | Commit message (Expand) | Author |
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque |
2004-07-08 | simplify the file writing loop | Vincent Labrecque |
2003-11-14 | read(2) returns ssize_t, not size_t. spotted by Andrey Matveev. | Vincent Labrecque |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque |
2003-08-15 | actually extract the filename off the ls line. makes dired *slightly* | Vincent Labrecque |
2003-05-08 | use NULL to indicate failure in functions that return pointers, not FALSE. | Vincent Labrecque |
2003-05-06 | fix a small memleak on errors. noticed by pat latifi. | Vincent Labrecque |
2002-08-22 | knf | Theo de Raadt |
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque |
2002-07-01 | KNF | Vincent Labrecque |
2002-06-21 | fix bad usage of strlcpy()'s return value. (made pointers point | Vincent Labrecque |
2002-04-22 | don't use /bin/cp to copy files. | Vincent Labrecque |
2002-04-22 | fix mem leak | Vincent Labrecque |
2002-04-15 | use fchmod and fchown instead; vincent | Theo de Raadt |
2002-03-27 | Fixes the the following problems (from zyrnix) | Todd C. Miller |
2002-03-16 | Make these special buffers readonly by default. ok art@ | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |
2002-02-22 | if file mode known, try to avoid a race.. i think. millert spotted a bug in ... | Theo de Raadt |
2002-02-14 | d_makename now takes a length parameter so we can remove the | Vincent Labrecque |
2002-02-14 | some KNF | Theo de Raadt |
2002-02-13 | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. | Vincent Labrecque |
2001-09-21 | correct fork logic and rewrite for clarity, ok todd@ | Peter Stromberg |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-06 | Change the filename completion code to: | Artur Grabowski |
2001-05-24 | Don't assume that map_table[0] is the fundamental map. | Artur Grabowski |
2001-05-24 | spaces | Michael Shalayeff |
2001-05-24 | use strlcpy vs cpy+len, some other fixes | Michael Shalayeff |
2001-05-23 | Get rid of unnecessary casts of NULL. | Artur Grabowski |
2001-05-23 | remove VOID. We're way beyond the point where this could build with an | Artur Grabowski |
2001-05-03 | * Let make_file_list always append a '/' at the end of directories. | Artur Grabowski |
2001-05-01 | Use opendir/readdir instead of open/read when making a file list. | Artur Grabowski |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-24 | Don't use rename to backup the file to a ~ file. We need to make a | Todd C. Miller |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-04-13 | The start of KNF + -Wall. The code has been run through indent but | Todd C. Miller |
2000-02-27 | Remove a now-bogus comment | Todd C. Miller |
2000-02-27 | We don't have silly SYSV 14-character file name limits. Taken from | Todd C. Miller |
2000-02-26 | Use uid_t, gid_t and mode_t where applicable. | Todd C. Miller |
2000-02-25 | further pruning | Theo de Raadt |
2000-02-25 | make it minimally compile; millert | Theo de Raadt |
2000-02-25 | initial import of mg2a | Theo de Raadt |