summaryrefslogtreecommitdiff
path: root/bin/ps/ps.1
AgeCommit message (Expand)Author
2016-10-26Document LC_CTYPE.Ingo Schwarze
2016-10-19Make the description of COLUMNS a bit more readable.Ingo Schwarze
2016-09-23Attempt to use stdout, stderr, or stdin terminal widths if they exist.Anthony J. Bentley
2016-09-08The bug about not displaying exact information because ps can't runTed Unangst
2016-09-08etime isn't just an alias for start. the output format is different.Ted Unangst
2016-04-25remove list item left in previous;Jason McIntyre
2016-04-25remove references to systraceTed Unangst
2016-03-17simplify previous; ok bentleyJason McIntyre
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2015-10-22document tid keyword.Sebastian Benoit
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-07-19show tame flagTheo de Raadt
2015-06-29After removing the p_swtime from the kernel, ps always printed 0.0Alexander Bluhm
2015-02-11Document P_CANTSLEEPPhilip Guenther
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