summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-05simplify realloc loop by not using realloc. we don't care about old data,Ted Unangst
2014-10-13Remove duplicate and misleading vcmp() prototype;Ingo Schwarze
2014-08-16reduce cutoff for "hours only" start times to reduce window of ambiguity.Ted Unangst
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-13Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE andClaudio Jeker
2014-07-08sys/user.h can now be substantially gutted.Theo de Raadt
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-06-12somehow i missed -vW as extensions;Jason McIntyre
2014-06-05Add support for COLUMNS env variable, inspired by FreeBSD but with a dashPhilip Guenther
2014-05-21document which keywords are posix conformant;Jason McIntyre
2014-05-17better description for -A and -a, with help from millert;Jason McIntyre
2014-05-16more STANDARDS fleshing; ok sobrado millertJason McIntyre
2014-05-15more for STANDARDS: unsupported lists (noted by guenther) and env vars;Jason McIntyre
2014-05-15flesh out STANDARDS; ok guentherJason McIntyre
2014-05-07convert calloc to use reallocarray instead. ok millertTed Unangst
2014-05-06spell NULL as NULLTed Unangst
2014-03-20Move the "minflt" entry to the correct spot in the var array so that allLawrence Teo
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-20P_NOZOMBIE and P_STOPPED are PS_* process flags nowPhilip Guenther
2013-12-27Document the P_SUSPSINGLE flag bitPhilip Guenther
2013-11-21add unsigned char casts for specific calls to ctype.h macros.Theo de Raadt
2013-11-11remove totally excessive set of #includeTheo de Raadt
2013-10-31pull in less .h to do the sameTheo de Raadt
2013-10-28add -A (-ax) support; from Lauri Tirkkonen with some option sorting.Okan Demirmen
2013-10-24Fix field header overriding on fields that are (internally) aliases for others.Philip Guenther
2013-10-08Fix delivery of SIGPROF and SIGVTALRM to threaded processes by havingPhilip Guenther
2013-09-22Stop merging the per-thread and per-process flags when reportingPhilip Guenther
2013-03-23wchan is no longer exposed, just check if wmesg is not empty.Ted Unangst
2012-08-02Apply profiling to all threads instead of just the thread that calledPhilip Guenthe
2012-07-10Accounting for page tables, USPACE, and whatever else... as partTheo de Raadt
2012-04-21Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag.Philip Guenthe
2012-04-17Make it optional for kvm_getprocs() (and related sysctl) to returnPaul Irofti
2012-04-12Add per thread accounting, mainly for usage & friends.Paul Irofti
2012-04-12Add maxrss keyword for the ru_maxrss value...which ariane@ is making workPhilip Guenthe
2012-04-11Add maxrss keyword for the ru_maxrss value...which ariane@ is making workPhilip Guenthe
2012-04-04Add "tid" as a formatting keyword. If the -H option is specified, includeJoel Sing
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)Philip Guenthe
2011-12-29Suppress the header line if all the field headers have been set to empty.Philip Guenthe
2011-12-16-H is an extension to posix;Jason McIntyre
2011-12-11Make ps understand -o cwd using the new KERN_PROC_CWD sysctl. Some helpNicholas Marriott
2011-10-13Remove support for systems that lack CPUs. (i.e., stop looking upPhilip Guenthe
2011-10-03list the fields in the default display in the order of display;Jason McIntyre
2011-09-25Restore correct display of the 'V' flag on the parent in vfork()Philip Guenthe
2011-09-25Add -H option to show rthreads, hiding them by defaultPhilip Guenthe
2011-07-06Remove mention of P_BIGLOCK.Artur Grabowski
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe