summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Collapse)Author
2002-02-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2002-02-10remove pre-ansi, SCCS workaround cruft; ok deraadt@Christian Weisgerber
2002-01-30right, just check more for nulls; from Dan Harnett <danh@wzrd.com>Michael Shalayeff
2002-01-30always check for kvm_openfiles failure; pointed out by juan@coredump.com.ar ↵Michael Shalayeff
in pr/2362
2002-01-24as early as v3 it seems to beMichael Shalayeff
2001-12-05Get MAXSLP from kvm/sysctl. It's patchable in the kernel now.Artur Grabowski
2001-12-01wrong printf spec for a fieldTheo de Raadt
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there.
2001-11-07Doh, bring the correct header, this is userland...Miod Vallat
2001-11-07Use uvm headers.Miod Vallat
2001-09-27If kvm_openfiles() fail the systctl() should work.Mike Pechkin
Spotted by: mike <mike@gravitino.net> Patch from millert@
2001-09-06o) __progname aria;Mike Pechkin
millert@ ok.
2001-08-13Typo in comments: 'interuptable' => 'interruptible'Heikki Korpela
millert@ ok
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-03Use kern.nprocsAngelos D. Keromytis
2001-06-03Use sysctl to get process information, if kvm has not been initializedAngelos D. Keromytis
(which is still not the case).
2001-06-03Style.Angelos D. Keromytis
2001-06-03Use sysctl() to get fscale, ccpu, and physmem if we haven'tAngelos D. Keromytis
initialized kvm (won't happen for a while).
2001-05-04Update man page to match new start time sorting; kstailey@disclosure.comTodd C. Miller
2001-04-30CLSIZE is 1 on all archs and will go away soon.Artur Grabowski
2001-04-17Missing bits from last commit here; kstailey@disclosure.comTodd C. Miller
2001-04-17Updated 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-15Randomized PIDs uglifies "ps -ax" output since it sorts on tty thenTodd 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 bracesTheo de Raadt
2001-02-05extra - in usage tooTheo de Raadt
2000-11-09Insert some missing commas.Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron 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-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
existing EXAMPLES sections.
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-06-18Mark 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-28Need -DUVM if UVM is enabled.Artur Grabowski
Alignment saved us on i386 and sparc, but it doesn't save us on 68k.
2000-05-04avoid 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-16correct getoptEric Jackson
2000-03-17Remove hard sentence breaks.Aaron Campbell
1999-11-25there is no poipTheo de Raadt
1999-08-17consistencyAaron Campbell
1999-08-16don't cast third argument to kvm_read to char *. (it's void *)Artur Grabowski
1999-06-21stop casting the third argument to kvm_read to char *. it is a void *.Artur Grabowski
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-04-30Grammar'n'formattingPaul Janzen
1999-04-28please use Ar macros when describing option flags, tooAaron Campbell
1999-04-28Implement -U <username> option from FreeBSD. Original code by Peter Wemm.Alex Feldman
1999-02-01accurately reflect what ps can doDavid Leonard
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
it's given)
1998-11-25null pointers are not your friendAaron Campbell
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
processing); kill redundant .Pp macros; other misc fixes
1998-09-14typos; pjanzen@foatdi.harvard.eduAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt