Age | Commit message (Expand) | Author |
2014-08-17 | update the built-ins list: | Jason McIntyre |
2014-08-16 | reduce cutoff for "hours only" start times to reduce window of ambiguity. | Ted Unangst |
2014-08-11 | Still need to separately set FD_CLOEXEC if the new fd was >= FDBASE. | Philip Guenther |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther |
2014-08-10 | Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXEC | Philip Guenther |
2014-08-10 | Add F_DUPFD_CLOEXEC handling | Philip Guenther |
2014-08-10 | Add newer errnos | Philip Guenther |
2014-08-09 | Switch from calloc() to reallocarray() where the zeroing isn't needed | Philip Guenther |
2014-07-21 | don't try to be clever and name the _PATH_CP exec "mv", since this | Theo de Raadt |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-14 | Constipate st_hash() | Philip Guenther |
2014-07-14 | Oops: resurrect cached file that wasn't ripe for deletion | Philip Guenther |
2014-07-14 | Delete pointless 'return;' at end of function | Philip Guenther |
2014-07-14 | Instead of using a variable format string to change the field width, | Philip Guenther |
2014-07-13 | Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE and | Claudio Jeker |
2014-07-12 | If a constant string needs a name, use a static const array instead | Philip Guenther |
2014-07-11 | using COPTS is probably better than CFLAGS | Theo de Raadt |
2014-07-11 | correct readlink termination. from Doug Hogan | Ted Unangst |
2014-07-11 | clarify a comment about readlink. from Doug Hogan | Ted Unangst |
2014-07-10 | sprinkle in -Werror-implicit-function-declaration to disable one of the | Ted Unangst |
2014-07-08 | sys/user.h can now be substantially gutted. | Theo de Raadt |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-06-19 | Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@ | Todd C. Miller |
2014-06-12 | somehow i missed -vW as extensions; | Jason McIntyre |
2014-06-05 | Add support for COLUMNS env variable, inspired by FreeBSD but with a dash | Philip Guenther |
2014-06-04 | undo my "no TZ support" notes; guenther says they're wrong | Jason McIntyre |
2014-06-03 | -a, -o, and () are marked by posix as obsolete; the finer details are | Jason McIntyre |
2014-05-29 | document control characters which are extensions; | Jason McIntyre |
2014-05-29 | flesh out STANDARDS; | Jason McIntyre |
2014-05-29 | for -a and -g, do not say "as per posix": it adds no value to the user, and | Jason McIntyre |
2014-05-29 | some basic formatting fixes; | Jason McIntyre |
2014-05-28 | onocr suppresses the cr, not outputs it; | Jason McIntyre |
2014-05-28 | document that posix defaults to -L if no options are given, and tweak previous; | Jason McIntyre |
2014-05-28 | In his continuing quest to improve our documentation, jmc@ noticed that | Philip Guenther |
2014-05-27 | document SIGALRM, since it's handling is somewhat special, and use | Jason McIntyre |
2014-05-25 | - it seems our notes that posix require rm to behave like rmdir for directories | Jason McIntyre |
2014-05-24 | Delete pointless casts: free() return value to (void), free()'s | Philip Guenther |
2014-05-24 | Missed #include <signal.h> | Philip Guenther |
2014-05-24 | Make signal setup clearer via helper function, eliminating a gap in | Philip Guenther |
2014-05-24 | delete restricted ed. no one will ever use this. never documented or enabled. | Daniel Dickman |
2014-05-23 | Archives written with a non-standard blocksize currently show up as | Philip Guenther |
2014-05-23 | Make the signal handler safe: block signals when updating data-structures | Philip Guenther |
2014-05-23 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-21 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-21 | document which keywords are posix conformant; | Jason McIntyre |
2014-05-21 | Exit with non-zero status if a read is truncated, or if a compression | Philip Guenther |
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback |
2014-05-18 | use reallocarray | Marc Espie |
2014-05-17 | better description for -A and -a, with help from millert; | Jason McIntyre |