Age | Commit message (Expand) | Author |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2011-12-29 | Suppress 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-11 | Make ps understand -o cwd using the new KERN_PROC_CWD sysctl. Some help | Nicholas Marriott |
2011-10-13 | Remove support for systems that lack CPUs. (i.e., stop looking up | Philip Guenthe |
2011-10-03 | list the fields in the default display in the order of display; | Jason McIntyre |
2011-09-25 | Restore correct display of the 'V' flag on the parent in vfork() | Philip Guenthe |
2011-09-25 | Add -H option to show rthreads, hiding them by default | Philip Guenthe |
2011-07-06 | Remove mention of P_BIGLOCK. | Artur Grabowski |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2011-04-03 | Update the description of the 'flags' keyword, including the known values, | Philip Guenthe |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2010-07-02 | ps uses libkvm, so it doesn't need its own copy of the "get process info | Philip Guenthe |
2010-02-14 | Avoid overflow and wraparound in memory fields by using unsigned | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-21 | Do not mention /dev/drum anymore, since we won't use it. With tweaks from | Miod Vallat |
2008-07-18 | remove unnessasary cast. | Kevin Lo |
2008-06-17 | better 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-17 | better .Nd; from Pierre Riteau | Jason McIntyre |
2008-03-08 | Instead of calling donlist() in the format print routines, call it | Todd C. Miller |
2008-02-10 | Use HW_PHYSMEM64. | Mark Kettenis |
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau |
2007-11-06 | fix format string | Charles Longeau |
2007-09-01 | malloc(n * m) -> calloc(n, m); from zinovik | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2007-04-13 | Userland gets 7 chars of wchan, not 6; noticed by thib@ | Miod Vallat |
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat |
2006-11-02 | overhaul the keywords section; | Jason McIntyre |
2006-11-01 | -.Xr sh 1 , | Jason McIntyre |
2006-11-01 | some minor adjustments to the options list; | Jason McIntyre |
2006-11-01 | +.Ex -std ps | Jason McIntyre |
2006-11-01 | - no need for double markup | Jason McIntyre |
2006-11-01 | give FILES a bit of space; | Jason McIntyre |
2006-11-01 | note that -L may not be specified with other options; | Jason McIntyre |
2006-11-01 | simplify synopsis and sync usage(); | Jason McIntyre |
2006-10-16 | The session field is a pointer and so should be 8 chars for | Todd C. Miller |
2006-05-02 | Format nicelevel relative NZERO as other tools do. | Hugh Graham |
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt |
2006-03-10 | add missing break; found by lint | Moritz Jodeit |
2006-03-10 | 1.36 and onwards did not print extra spaces, but sometimes skipped spaces. | Theo de Raadt |
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre |
2005-07-06 | Only print a space separating argv and the real command (in parens) | Todd C. Miller |