Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-03 | Use kern.nprocs | Angelos D. Keromytis | |
2001-06-03 | Use sysctl to get process information, if kvm has not been initialized | Angelos D. Keromytis | |
(which is still not the case). | |||
2001-06-03 | Style. | Angelos D. Keromytis | |
2001-06-03 | Use sysctl() to get fscale, ccpu, and physmem if we haven't | Angelos D. Keromytis | |
initialized kvm (won't happen for a while). | |||
2001-05-04 | Update man page to match new start time sorting; kstailey@disclosure.com | Todd C. Miller | |
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski | |
2001-04-17 | Missing bits from last commit here; kstailey@disclosure.com | Todd C. Miller | |
2001-04-17 | Updated version of last patch from kstailey@disclosure.com. | Todd C. Miller | |
We should always save the user area since we are sorting on start time (which lives there). | |||
2001-04-15 | Randomized PIDs uglifies "ps -ax" output since it sorts on tty then | Todd C. Miller | |
PID and it makes no sense to sort on a strong random number. This patch changes the default to be the start time so output looks logical to a human. From kstailey@disclosure.com | |||
2001-02-05 | [-] outside braces | Theo de Raadt | |
2001-02-05 | extra - in usage too | Theo de Raadt | |
2000-11-09 | Insert some missing commas. | Aaron Campbell | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist | |
show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too. | |||
2000-05-28 | Need -DUVM if UVM is enabled. | Artur Grabowski | |
Alignment saved us on i386 and sparc, but it doesn't save us on 68k. | |||
2000-05-04 | avoid IEEE underflow in exp(), shows up most on 68060 FPE which is precise; ↵ | Theo de Raadt | |
any math wizards want to help me clean this up? | |||
2000-04-16 | correct getopt | Eric Jackson | |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-11-25 | there is no poip | Theo de Raadt | |
1999-08-17 | consistency | Aaron Campbell | |
1999-08-16 | don't cast third argument to kvm_read to char *. (it's void *) | Artur Grabowski | |
1999-06-21 | stop casting the third argument to kvm_read to char *. it is a void *. | Artur Grabowski | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-04-30 | Grammar'n'formatting | Paul Janzen | |
1999-04-28 | please use Ar macros when describing option flags, too | Aaron Campbell | |
1999-04-28 | Implement -U <username> option from FreeBSD. Original code by Peter Wemm. | Alex Feldman | |
1999-02-01 | accurately reflect what ps can do | David Leonard | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-25 | null pointers are not your friend | Aaron Campbell | |
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-09-14 | typos; pjanzen@foatdi.harvard.edu | Aaron Campbell | |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1998-04-28 | Xr madvise not vadvise | Theo de Raadt | |
1998-04-26 | Use the physmem variable to get at the physical memory size (instead of the | Theo de Raadt | |
avail_end - avail_start difference which is only correct on machines with contiguous memory); is@netbsd | |||
1997-11-30 | oh yeah, we are min() clean | Theo de Raadt | |
1997-11-30 | deal with unterminated e_login and e_wmesg | Theo de Raadt | |
1997-11-06 | fix ps(1) LIM column | kstailey | |
1997-11-05 | print "-" instead of "" for login name; dada@sbox.tu-graz.ac.at | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-12 | #include <grp.h> | Todd C. Miller | |
1997-09-03 | doc emul option | kstailey | |
1997-09-03 | add ps "emul" option | kstailey | |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-08-26 | drum not swap; entropy@tardis.bernstein.com | Theo de Raadt | |
1997-08-22 | document XPG4 compatible format options | kstailey | |