Age | Commit message (Expand) | Author |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-05 | simplify realloc loop by not using realloc. we don't care about old data, | Ted Unangst |
2014-10-13 | Remove duplicate and misleading vcmp() prototype; | Ingo Schwarze |
2014-08-16 | reduce cutoff for "hours only" start times to reduce window of ambiguity. | Ted Unangst |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-13 | Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE and | Claudio Jeker |
2014-07-08 | sys/user.h can now be substantially gutted. | Theo de Raadt |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-06-12 | somehow i missed -vW as extensions; | Jason McIntyre |
2014-06-05 | Add support for COLUMNS env variable, inspired by FreeBSD but with a dash | Philip Guenther |
2014-05-21 | document which keywords are posix conformant; | Jason McIntyre |
2014-05-17 | better description for -A and -a, with help from millert; | Jason McIntyre |
2014-05-16 | more STANDARDS fleshing; ok sobrado millert | Jason McIntyre |
2014-05-15 | more for STANDARDS: unsupported lists (noted by guenther) and env vars; | Jason McIntyre |
2014-05-15 | flesh out STANDARDS; ok guenther | Jason McIntyre |
2014-05-07 | convert calloc to use reallocarray instead. ok millert | Ted Unangst |
2014-05-06 | spell NULL as NULL | Ted Unangst |
2014-03-20 | Move the "minflt" entry to the correct spot in the var array so that all | Lawrence Teo |
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 |