| Age | Commit message (Expand) | Author |
| 2000-06-29 | remove include of <vm/vm.h> | mrg |
| 2000-06-24 | Remove the 'poip' (pageouts in progress) keyword from the manpage. | simonb |
| 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-26 | Use new sysctl/kvm interfaces. This will stop the "proc size mismatch" | simonb |
| 2000-05-26 | Handle SONPROC state. | thorpej |
| 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-15 | Use tty "?" to select processes with no controlling tty and tty "-" to | simonb |
| 2000-04-10 | make -M imply -K. the current system is not likely to be | chs |
| 2000-04-07 | Ignore also "self" link when searching for proc info. | jdolecek |
| 2000-02-22 | name database is kvm.db not kvm_netbsd.db | dbj |
| 1999-12-05 | Fix CL* purge fallout. | fredb |
| 1999-12-04 | Document -U switch (displays processes belonging to given user/uid). | hubertf |
| 1999-12-03 | Since we have an "extern.h", put all external variable declarations in | simonb |
| 1999-12-03 | "ps -e" only shows the environment for the processes owned by the | simonb |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-10-15 | command(): don't start using procfs_getargv() instead of kvm_getargv() | jdolecek |
| 1999-10-15 | getkinfo_kvm(): fix bug in previous - handled size_t i as if it would be signed | jdolecek |
| 1999-10-15 | When using the procfs for extracting process information, extract | jdolecek |
| 1999-10-11 | skip "dty" just like we skip "tty", otherwise we just get "dt" in ps output f... | mrg |
| 1999-09-12 | the PMAP_NEW option is gone as the new interface is no longer optional. | chs |
| 1999-07-23 | According to the previous commit the new process state should be SDEAD and | veego |
| 1999-07-22 | Update for SDEAD. | thorpej |
| 1999-05-09 | KNF. | thorpej |
| 1999-05-03 | oops, fix merge botch in previous.. | mrg |
| 1999-05-03 | limit session to 6 chars. from Geoff Wing <gcw@pobox.com> and fixes his PR#7506 | mrg |
| 1999-04-16 | Add support for printing wide sigset_t properly. | christos |
| 1999-03-28 | - Be really paranoid. Any time we open a file that is in /proc, run | bgrayson |
| 1999-03-27 | Minor fixes: | bgrayson |
| 1999-03-27 | Add missing prototype so that this actually compiles. | tron |
| 1999-03-26 | Added experimental fallback /proc-based lookup. Warnings are printed when the | bgrayson |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-17 | ps's information is sorted by controlling terminal and (among processes with | msaitoh |
| 1999-03-07 | Clean up SYNOPSIS formatting. | mycroft |
| 1999-03-07 | Fix formatting errors. | mycroft |
| 1999-01-04 | Fixed segfaulting for "ps -T". There is no optarg with -T, so instructions | kim |
| 1999-01-02 | The system namelist database is called "/var/db/kvm.db" not | tron |
| 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 |