summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
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
2011-04-03Update the description of the 'flags' keyword, including the known values,Philip Guenthe
2011-03-12Replace the old, broken KERN_PROC ABI and its matching functionsPhilip Guenthe
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2010-07-02ps uses libkvm, so it doesn't need its own copy of the "get process infoPhilip Guenthe
2010-02-14Avoid overflow and wraparound in memory fields by using unsignedPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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-07-18remove unnessasary cast.Kevin Lo
2008-06-17better description of what ps without arguments does;Jason McIntyre
2008-03-24- extern.h is already included by ps.h, so zap it.Jasper Lievisse Adriaanse
2008-03-17better .Nd; from Pierre RiteauJason McIntyre
2008-03-08Instead of calling donlist() in the format print routines, call itTodd C. Miller
2008-02-10Use HW_PHYSMEM64.Mark Kettenis
2007-12-28printf field widths are always int, so add a cast to removeCharles Longeau
2007-11-06fix format stringCharles Longeau
2007-09-01malloc(n * m) -> calloc(n, m); from zinovikTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-04-13Userland gets 7 chars of wchan, not 6; noticed by thib@Miod Vallat
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
2006-10-16The session field is a pointer and so should be 8 chars forTodd C. Miller
2006-05-02Format nicelevel relative NZERO as other tools do.Hugh Graham
2006-04-25various small lint cleanups; ok ottoTheo de Raadt
2006-03-10add missing break; found by lintMoritz Jodeit
2006-03-101.36 and onwards did not print extra spaces, but sometimes skipped spaces.Theo de Raadt
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
2005-07-06Only print a space separating argv and the real command (in parens)Todd C. Miller