| Age | Commit message (Expand) | Author |
| 1998-08-25 | Add CWARNFLAGS+=-Wno-format-y2k. | tv |
| 1998-08-25 | Kill the CFLAGS+=-Wno-format-y2k which will go, for now, into bsd.sys.mk | ross |
| 1998-08-21 | This needs strftime()'s %y; use -Wno-format-y2k. | tv |
| 1998-07-28 | Add a -U option to select by user/uid. | mycroft |
| 1998-07-28 | Look for the formats used by setproctitle(3) and login shells, and avoiding | mycroft |
| 1998-07-28 | Be more retentive about use of NOTREACHED and noreturn. | mycroft |
| 1998-07-28 | Delint. | mycroft |
| 1998-07-27 | __AUDIT__ cleanup. | mycroft |
| 1998-07-06 | - change setgid kmem programs (that lend themselves to this) so setegid(getgi... | mrg |
| 1998-04-28 | change references to vadvise to madvise; remove reference to lisp(1) | fair |
| 1998-04-01 | Need <time.h> for localtime(), time() and strftime() prototypes. | kleink |
| 1998-03-27 | Use the physmem variable to get at the physical memory size (instead of the | is |
| 1998-03-24 | Sync with reality: the uprocp keyword doesn't exist. | bouyer |
| 1998-02-18 | add -DPMAP_NEW if PMAP_NEW is on in mk.conf | perry |
| 1998-02-17 | Add a "sid" keyword to print the session ID. | thorpej |
| 1998-02-09 | add -DUVM to CPPFLAGS if defined(UVM) | mrg |
| 1998-02-06 | remove old OLD BSD VM code. | mrg |
| 1998-02-05 | Begone KERNBASE! (Just print kernel pointers as-is.) | gwr |
| 1998-02-03 | add <sys/time.h> to fix compiler error | perry |
| 1998-01-09 | RCS Id Police. | perry |
| 1997-10-11 | Use .Nm "" instead of .Nm ps in SYNOPSIS. | enami |
| 1997-10-10 | all but the first .Nm in SYNOPSIS need to be spelt out. [bin/4256] | lukem |
| 1997-09-14 | getopt returns -1 not EOF | lukem |
| 1997-08-27 | default swap device is /dev/drum, not nonexistent /dev/swap; from | mikel |
| 1997-08-03 | use %c not %C for lstart; from tetsuya@secom-sis.co.jp via OpenBSD | mikel |
| 1997-07-20 | Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc | christos |
| 1997-07-20 | Fix compiler warnings | christos |
| 1997-06-23 | Refer to execve(2), add section to `vfork' ref. (almost per PR#3627). | pk |
| 1997-04-21 | note that strcpy is safe. | mrg |
| 1997-03-19 | DTRT if e_wmesg is not NUL-terminated. | mycroft |
| 1997-03-19 | DTRT if e_login is not NUL-terminated. | mycroft |
| 1997-02-28 | Message buffer passed to kvm_openfiles() should _POSIX2_LINE_MAX long; PR#3266 | pk |
| 1996-10-02 | Fix p_nice vs. NZERO code. | ws |
| 1996-09-27 | Fix SEGV when kludging old-style options. | thorpej |
| 1996-08-15 | return 0.0 cpu usage for zombies. closes pr bin/2693. Perhaps this should | explorer |
| 1996-07-13 | include <pwd.h> for one function (user_from_uid) and correct one | explorer |
| 1996-05-30 | in findvar(), return after warning about unknown keyword so we don't | cgd |
| 1996-03-21 | fix damage caused by sccs (long ago) | jtc |
| 1995-10-26 | LIBMATH -> LIBM (PR# 1688) | jtc |
| 1995-09-29 | correct the sizes specified for various variables. | cgd |
| 1995-09-29 | add code to convert from INT32 and UINT32 to native types. | cgd |
| 1995-09-29 | add INT32 and UINT32 variable type specifiers. some of the variables | cgd |
| 1995-08-15 | Kenneth Stailey pointed out that his previous fix was incorrect. RE and SL | cgd |
| 1995-08-14 | as suggested in PR 1347, by Kenneth Stailey, make "RE" and "SL" fields | cgd |
| 1995-06-07 | typeof(timeval.ts_sec) != time_t | cgd |
| 1995-05-25 | If there is another field after the command, fill in the command field with | mycroft |
| 1995-05-25 | Simplify this just a little. | mycroft |
| 1995-05-21 | Split out some helper functions again. | mycroft |
| 1995-05-18 | Create and strvis(3) the argument and environment lists only as needed. | mycroft |
| 1995-05-18 | Do the right thing for an empty environment. | mycroft |