summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
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
2001-06-03Style.Angelos D. Keromytis
2001-06-03Use sysctl() to get fscale, ccpu, and physmem if we haven'tAngelos D. Keromytis
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
2001-04-15Randomized PIDs uglifies "ps -ax" output since it sorts on tty thenTodd C. Miller
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
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-05-28Need -DUVM if UVM is enabled.Artur Grabowski
2000-05-04avoid IEEE underflow in exp(), shows up most on 68060 FPE which is precise; a...Theo de Raadt
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
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
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
1998-09-14typos; pjanzen@foatdi.harvard.eduAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-04-28Xr madvise not vadviseTheo de Raadt
1998-04-26Use the physmem variable to get at the physical memory size (instead of theTheo de Raadt
1997-11-30oh yeah, we are min() cleanTheo de Raadt
1997-11-30deal with unterminated e_login and e_wmesgTheo de Raadt
1997-11-06fix ps(1) LIM columnkstailey
1997-11-05print "-" instead of "" for login name; dada@sbox.tu-graz.ac.atTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-12#include <grp.h>Todd C. Miller
1997-09-03doc emul optionkstailey
1997-09-03add ps "emul" optionkstailey
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-08-26drum not swap; entropy@tardis.bernstein.comTheo de Raadt
1997-08-22document XPG4 compatible format optionskstailey