summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
2000-06-29remove include of <vm/vm.h>mrg
2000-06-24Remove the 'poip' (pageouts in progress) keyword from the manpage.simonb
2000-06-16Don't check namelist when choosing to use the sysctl interface.simonb
2000-06-08Fix handling of "ps U<user>" where <user> ended it 't' - now if thesimonb
2000-06-08Fix back-to-front assignment in tname() which meant that the columnsimonb
2000-06-07Calculate field widths on the fly so that all columns line up nicelysimonb
2000-06-02G/C evar() - now that everything is in the one structure it was exactlysimonb
2000-05-26Use new sysctl/kvm interfaces. This will stop the "proc size mismatch"simonb
2000-05-26Handle SONPROC state.thorpej
2000-05-11Fix problem in option processing, would segfault when parsing "-O,".mjl
2000-04-29If ps cannot get the terminal size from STDOUT, it tried STDERR and STDIN.abs
2000-04-15Use tty "?" to select processes with no controlling tty and tty "-" tosimonb
2000-04-10make -M imply -K. the current system is not likely to bechs
2000-04-07Ignore also "self" link when searching for proc info.jdolecek
2000-02-22name database is kvm.db not kvm_netbsd.dbdbj
1999-12-05Fix CL* purge fallout.fredb
1999-12-04Document -U switch (displays processes belonging to given user/uid).hubertf
1999-12-03Since we have an "extern.h", put all external variable declarations insimonb
1999-12-03"ps -e" only shows the environment for the processes owned by thesimonb
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-10-15command(): don't start using procfs_getargv() instead of kvm_getargv()jdolecek
1999-10-15getkinfo_kvm(): fix bug in previous - handled size_t i as if it would be signedjdolecek
1999-10-15When using the procfs for extracting process information, extractjdolecek
1999-10-11skip "dty" just like we skip "tty", otherwise we just get "dt" in ps output f...mrg
1999-09-12the PMAP_NEW option is gone as the new interface is no longer optional.chs
1999-07-23According to the previous commit the new process state should be SDEAD andveego
1999-07-22Update for SDEAD.thorpej
1999-05-09KNF.thorpej
1999-05-03oops, fix merge botch in previous..mrg
1999-05-03limit session to 6 chars. from Geoff Wing <gcw@pobox.com> and fixes his PR#7506mrg
1999-04-16Add support for printing wide sigset_t properly.christos
1999-03-28- Be really paranoid. Any time we open a file that is in /proc, runbgrayson
1999-03-27Minor fixes:bgrayson
1999-03-27Add missing prototype so that this actually compiles.tron
1999-03-26Added experimental fallback /proc-based lookup. Warnings are printed when thebgrayson
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-17ps's information is sorted by controlling terminal and (among processes withmsaitoh
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-03-07Fix formatting errors.mycroft
1999-01-04Fixed segfaulting for "ps -T". There is no optarg with -T, so instructionskim
1999-01-02The system namelist database is called "/var/db/kvm.db" nottron
1998-08-25Add CWARNFLAGS+=-Wno-format-y2k.tv
1998-08-25Kill the CFLAGS+=-Wno-format-y2k which will go, for now, into bsd.sys.mkross
1998-08-21This needs strftime()'s %y; use -Wno-format-y2k.tv
1998-07-28Add a -U option to select by user/uid.mycroft
1998-07-28Look for the formats used by setproctitle(3) and login shells, and avoidingmycroft
1998-07-28Be more retentive about use of NOTREACHED and noreturn.mycroft
1998-07-28Delint.mycroft
1998-07-27__AUDIT__ cleanup.mycroft