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_3_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.13   18 years  hugh   Format nicelevel relative NZERO as other tools do. Surely, says millert.
[TXT] keyword.c  1.27   17 years  miod   Userland gets 7 chars of wchan, not 6; noticed by thib@ ok mickey@ otto@
[TXT] nlist.c  1.16   16 years  kettenis   Use HW_PHYSMEM64. ok krw@
[TXT] print.c  1.43   16 years  chl   fix format string ok ray@ gilles@
[TXT] ps.1  1.65   16 years  jmc   convert to new .Dd format;
[TXT] ps.c  1.44   16 years  chl   printf field widths are always int, so add a cast to remove "warning: field widt...
[TXT] ps.h  1.7   17 years  millert   The session field is a pointer and so should be 8 chars for 32-bit CPUs and 16 c...
[TXT] fmt.c (in the Attic) [Hide]  1.8   18 years  deraadt   various small lint cleanups; ok otto