Age | Commit message (Expand) | Author |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-20 | P_NOZOMBIE and P_STOPPED are PS_* process flags now | Philip Guenther |
2013-12-27 | Document the P_SUSPSINGLE flag bit | Philip Guenther |
2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. | Theo de Raadt |
2013-11-11 | remove totally excessive set of #include | Theo de Raadt |
2013-10-31 | pull in less .h to do the same | Theo de Raadt |
2013-10-28 | add -A (-ax) support; from Lauri Tirkkonen with some option sorting. | Okan Demirmen |
2013-10-24 | Fix field header overriding on fields that are (internally) aliases for others. | Philip Guenther |
2013-10-08 | Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having | Philip Guenther |
2013-09-22 | Stop merging the per-thread and per-process flags when reporting | Philip Guenther |
2013-03-23 | wchan is no longer exposed, just check if wmesg is not empty. | Ted Unangst |
2012-08-02 | Apply profiling to all threads instead of just the thread that called | Philip Guenthe |
2012-07-10 | Accounting for page tables, USPACE, and whatever else... as part | Theo de Raadt |
2012-04-21 | Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag. | Philip Guenthe |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-12 | Add per thread accounting, mainly for usage & friends. | Paul Irofti |
2012-04-12 | Add maxrss keyword for the ru_maxrss value...which ariane@ is making work | Philip Guenthe |
2012-04-11 | Add maxrss keyword for the ru_maxrss value...which ariane@ is making work | Philip Guenthe |
2012-04-04 | Add "tid" as a formatting keyword. If the -H option is specified, include | Joel Sing |
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 |