| Age | Commit message (Expand) | Author |
| 2004-01-11 | g/c SDEAD | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-03-06 | - add keywords for utime, stime and ctime (output sss.ssssss if small) | dsl |
| 2003-03-01 | Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel | atatat |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-06 | interrupt with two rs. | wiz |
| 2002-06-19 | g/c procfs fallback code, it's redundant now that we use sysctl to get | jdolecek |
| 2002-06-17 | Document some missing flags and add systrace(1) 'x' flag. | christos |
| 2002-04-24 | Since kinfo_proc2 has many values that are 64-bit, ps needs to know | nathanw |
| 2002-02-21 | Use int32_t for temporary variables (instead of long), that is the same | martin |
| 2002-01-21 | started(): don't assume that the field width is correct and recompute | jdolecek |
| 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-07 | Print system processes/kernel threads as [kprocname] as top(1) does. | christos |
| 2001-07-14 | Retrieve maxslp & uspace from kernel instead of using defines. Needed for | matt |
| 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-06-29 | remove include of <vm/vm.h> | mrg |
| 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 |
| 1999-12-05 | Fix CL* purge fallout. | fredb |
| 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-10-15 | command(): don't start using procfs_getargv() instead of kvm_getargv() | 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-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-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 |
| 1998-07-28 | Look for the formats used by setproctitle(3) and login shells, and avoiding | mycroft |
| 1998-07-27 | __AUDIT__ cleanup. | mycroft |
| 1998-04-01 | Need <time.h> for localtime(), time() and strftime() prototypes. | kleink |
| 1998-02-06 | remove old OLD BSD VM code. | mrg |
| 1998-02-05 | Begone KERNBASE! (Just print kernel pointers as-is.) | gwr |
| 1997-08-03 | use %c not %C for lstart; from tetsuya@secom-sis.co.jp via OpenBSD | mikel |
| 1997-07-20 | Fix compiler warnings | christos |
| 1997-03-19 | DTRT if e_wmesg is not NUL-terminated. | mycroft |
| 1997-03-19 | DTRT if e_login is not NUL-terminated. | mycroft |