OpenBSD CVS

src/bin/ps/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / ps

Current tag: OPENBSD_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   21 years  art   Use KVM_NO_FILES and remove the setgid.
[TXT] extern.h  1.16   12 years  guenther   Suppress the header line if all the field headers have been set to empty. ok mi...
[TXT] keyword.c  1.37   12 years  guenther   Add maxrss keyword for the ru_maxrss value...which ariane@ is making work
[TXT] nlist.c  1.18   12 years  nicm   Make ps understand -o cwd using the new KERN_PROC_CWD sysctl. Some help and sugg...
[TXT] print.c  1.54   11 years  tedu   wchan is no longer exposed, just check if wmesg is not empty. (wmesg hasn't itse...
[TXT] ps.1  1.83   11 years  guenther   Apply profiling to all threads instead of just the thread that called profil() b...
[TXT] ps.c  1.55   12 years  guenther   Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag. This lets ne...
[TXT] ps.h  1.9   13 years  guenther   Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now that we've g...
[TXT] fmt.c (in the Attic) [Hide]  1.9   16 years  jasper   - extern.h is already included by ps.h, so zap it. from Jacek Masiulaniec, via ...