| Age | Commit message (Expand) | Author |
| 2001-12-20 | Sync getopt() / man page with actual getopt options. | soren |
| 2001-12-20 | Properly quote punctuation. | wiz |
| 2001-12-20 | Whitespace nits. | wiz |
| 2001-11-03 | fix minor WARNS=2 | lukem |
| 2001-08-24 | fix comment: "[]" are [square] brackets, "<>" are angle brackets | lukem |
| 2001-08-24 | Print commands within angled brackets only if they are system processes. | enami |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-08-07 | Print system processes/kernel threads as [kprocname] as top(1) does. | christos |
| 2001-07-30 | Remove duplicate `if'. Noted by Geoff C. Wing in bin/13551. | wiz |
| 2001-07-20 | Add a small optimizetion in savevars(). break out of the loop once needcomm | matt |
| 2001-07-14 | Retrieve maxslp & uspace from kernel instead of using defines. Needed for | matt |
| 2001-07-04 | correct the description of paddr | sommerfeld |
| 2001-06-14 | If there were no processes to list, it meant that our criteria failed | cyber |
| 2001-03-23 | Always initialize an auto variable. | enami |
| 2001-03-20 | do not update maxlen if realloc fails. | itojun |
| 2001-01-15 | clarify things a bit more (from hubertf) | christos |
| 2001-01-15 | Really explain what parenthesized names mean and why we parenthesize names! | christos |
| 2001-01-15 | Document the meaning of commands shown in parantheses. | hubertf |
| 2001-01-09 | KPTR/KPTR24 are using u_int64_t. commented by minoura | itojun |
| 2001-01-08 | redo previous (simplify KPTR) | itojun |
| 2001-01-08 | backout previous; did not compile on non-alpha | itojun |
| 2001-01-08 | simplify KPTR processing. | itojun |
| 2001-01-08 | address PR 11653. checked on alpha. | itojun |
| 2000-10-23 | Add a K flag to the state information - K is for kernel thread or system | simonb |
| 2000-08-28 | Update description of process flag 0x20000 to match reality: | nathanw |
| 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 |