summaryrefslogtreecommitdiff
path: root/bin/ps/ps.1
AgeCommit message (Expand)Author
2014-07-13Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE andClaudio Jeker
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-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-10-28add -A (-ax) support; from Lauri Tirkkonen with some option sorting.Okan Demirmen
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
2012-08-02Apply profiling to all threads instead of just the thread that calledPhilip Guenthe
2012-04-12Add maxrss keyword for the ru_maxrss value...which ariane@ is making workPhilip Guenthe
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)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-03list the fields in the default display in the order of display;Jason McIntyre
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-03Update the description of the 'flags' keyword, including the known values,Philip Guenthe
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2009-02-08updates to IEEE Std 1003.1-2008;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-21Do not mention /dev/drum anymore, since we won't use it. With tweaks fromMiod Vallat
2008-06-17better description of what ps without arguments does;Jason McIntyre
2008-03-17better .Nd; from Pierre RiteauJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2006-11-29Do not test for processes being swapped out since this can't happen anymore.Miod Vallat
2006-11-02overhaul the keywords section;Jason McIntyre
2006-11-01-.Xr sh 1 ,Jason McIntyre
2006-11-01some minor adjustments to the options list;Jason McIntyre
2006-11-01+.Ex -std psJason McIntyre
2006-11-01- no need for double markupJason McIntyre
2006-11-01give FILES a bit of space;Jason McIntyre
2006-11-01note that -L may not be specified with other options;Jason McIntyre
2006-11-01simplify synopsis and sync usage();Jason McIntyre
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
2005-07-01use a standard format for EXAMPLES;Jason McIntyre
2004-11-24remove obsolete `A' from `state' example;Jason McIntyre
2004-11-24on MP machines, in STAT field, add /# where # is the cpu number so thatTheo de Raadt
2004-06-20Fix description of the cpuid keyword. The current wording is misleading sinceAaron Campbell
2004-06-11doc cpuidTheo de Raadt
2004-05-25.Xr pgrep(1) and pkill(1);Jason McIntyre