| Age | Commit message (Expand) | Author |
| 2000-07-23 | ts_nsec -> tv_nsec, per POSIX. | mycroft |
| 2000-07-18 | host program portability: don't use <sys/cdefs.h>, __COPYRIGHT(), | cgd |
| 2000-07-18 | Various mandoc updates to the Builtins | jhawk |
| 2000-07-17 | Note the meaning of 'trap 0' (execute on exit from shell) | jhawk |
| 2000-07-16 | don't emit a warning message if fchflags() returns EOPNOTSUPP | darrenr |
| 2000-07-15 | From FreeBSD: | darrenr |
| 2000-07-07 | errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd | itojun |
| 2000-07-07 | errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd | itojun |
| 2000-07-07 | do not pass user-supplied string alone, to errx?(). use "%s". | itojun |
| 2000-07-04 | Implement --atime-preserve. | thorpej |
| 2000-07-04 | Implement --use-compress-program. | thorpej |
| 2000-07-04 | Add GNU tar-style long options for pax's tar front-end. Still many | thorpej |
| 2000-07-03 | include <stdlib.h>, <string.h>, or whatever as appropriate to shut up | matt |
| 2000-06-29 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | Add -a flag now that we have support for MNT_IGNORE | christos |
| 2000-06-26 | $(CPP) -> $(CC) -E | kleink |
| 2000-06-24 | Remove the 'poip' (pageouts in progress) keyword from the manpage. | simonb |
| 2000-06-23 | Add MK... variables to enable/disable various aspects of building | thorpej |
| 2000-06-22 | make sure to print file names consistenly in column mode | assar |
| 2000-06-22 | CLEANFILES+= siglist.out emacs.out | soren |
| 2000-06-20 | Merge a bunch of things from crypto-us and crypto-intl into basesrc, | thorpej |
| 2000-06-17 | minor KNF nits. | mrg |
| 2000-06-17 | Do not modify the file name when not printing non-printables, also do | assar |
| 2000-06-16 | libcrypt can now always decrypt, so always -DDES, and eliminate the | thorpej |
| 2000-06-16 | Don't check namelist when choosing to use the sysctl interface. | simonb |
| 2000-06-08 | Fix handling of "ps U<user>" where <user> ended it 't' - now if the | simonb |
| 2000-06-08 | Fix back-to-front assignment in tname() which meant that the column | simonb |
| 2000-06-07 | Calculate field widths on the fly so that all columns line up nicely | simonb |
| 2000-06-02 | G/C evar() - now that everything is in the one structure it was exactly | simonb |
| 2000-05-31 | decouple us from stdio's BUFSIZ and boost BUFSIZE to 4K | christos |
| 2000-05-28 | Add Ev tag to COLUMNS | bjh21 |
| 2000-05-26 | Use new sysctl/kvm interfaces. This will stop the "proc size mismatch" | simonb |
| 2000-05-26 | Handle SONPROC state. | thorpej |
| 2000-05-22 | Back out previous vfork changes. | elric |
| 2000-05-21 | Improved style: "For definiteness" becomes "For example". | mason |
| 2000-05-17 | When vforking ensure that the environment passed to exec is built before | elric |
| 2000-05-15 | INTON and FORCEINTON modify global variables, and so should not be | elric |
| 2000-05-13 | Added includes for waitpid, sys/types.h and sys/wait.h. | elric |
| 2000-05-13 | In order to use __NetBSD_Version__, I needed to include sys/param.h. | elric |
| 2000-05-13 | Unused variable pgrp on line 576. | elric |
| 2000-05-13 | Quick fix. | elric |
| 2000-05-13 | Now we use vfork(2) instead of fork(2) when we can. | elric |
| 2000-05-13 | s/exit_status/signal_number/ | christos |
| 2000-05-12 | mention use of TMPDIR fixed in previous commit | christos |
| 2000-05-11 | Fix problem in option processing, would segfault when parsing "-O,". | mjl |
| 2000-04-29 | If ps cannot get the terminal size from STDOUT, it tried STDERR and STDIN. | abs |
| 2000-04-17 | Obey $TMPDIR for creating the scratch file | christos |
| 2000-04-17 | make this compile without -DBACKWARDS [someone deleted an unused variable | christos |
| 2000-04-15 | Use tty "?" to select processes with no controlling tty and tty "-" to | simonb |
| 2000-04-14 | Include <errno.h> instead of using "extern int errno;". | simonb |