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_4_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   22 years  art   Use KVM_NO_FILES and remove the setgid.
[TXT] extern.h  1.13   18 years  hugh   Format nicelevel relative NZERO as other tools do. Surely, says millert.
[TXT] keyword.c  1.30   14 years  guenther   Avoid overflow and wraparound in memory fields by using unsigned long long arith...
[TXT] nlist.c  1.17   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] print.c  1.46   14 years  guenther   Avoid overflow and wraparound in memory fields by using unsigned long long arith...
[TXT] ps.1  1.71   13 years  jmc   add an EXIT STATUS section for /bin;
[TXT] ps.c  1.48   13 years  guenther   ps uses libkvm, so it doesn't need its own copy of the "get process info via sys...
[TXT] ps.h  1.8   16 years  millert   Instead of calling donlist() in the format print routines, call it a single time...
[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 ...