summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
1998-08-25Add CWARNFLAGS+=-Wno-format-y2k.tv
1998-08-25Kill the CFLAGS+=-Wno-format-y2k which will go, for now, into bsd.sys.mkross
1998-08-21This needs strftime()'s %y; use -Wno-format-y2k.tv
1998-07-28Add a -U option to select by user/uid.mycroft
1998-07-28Look for the formats used by setproctitle(3) and login shells, and avoidingmycroft
1998-07-28Be more retentive about use of NOTREACHED and noreturn.mycroft
1998-07-28Delint.mycroft
1998-07-27__AUDIT__ cleanup.mycroft
1998-07-06- change setgid kmem programs (that lend themselves to this) so setegid(getgi...mrg
1998-04-28change references to vadvise to madvise; remove reference to lisp(1)fair
1998-04-01Need <time.h> for localtime(), time() and strftime() prototypes.kleink
1998-03-27Use the physmem variable to get at the physical memory size (instead of theis
1998-03-24Sync with reality: the uprocp keyword doesn't exist.bouyer
1998-02-18add -DPMAP_NEW if PMAP_NEW is on in mk.confperry
1998-02-17Add a "sid" keyword to print the session ID.thorpej
1998-02-09add -DUVM to CPPFLAGS if defined(UVM)mrg
1998-02-06remove old OLD BSD VM code.mrg
1998-02-05Begone KERNBASE! (Just print kernel pointers as-is.)gwr
1998-02-03add <sys/time.h> to fix compiler errorperry
1998-01-09RCS Id Police.perry
1997-10-11Use .Nm "" instead of .Nm ps in SYNOPSIS.enami
1997-10-10all but the first .Nm in SYNOPSIS need to be spelt out. [bin/4256]lukem
1997-09-14getopt returns -1 not EOFlukem
1997-08-27default swap device is /dev/drum, not nonexistent /dev/swap; frommikel
1997-08-03use %c not %C for lstart; from tetsuya@secom-sis.co.jp via OpenBSDmikel
1997-07-20Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.incchristos
1997-07-20Fix compiler warningschristos
1997-06-23Refer to execve(2), add section to `vfork' ref. (almost per PR#3627).pk
1997-04-21note that strcpy is safe.mrg
1997-03-19DTRT if e_wmesg is not NUL-terminated.mycroft
1997-03-19DTRT if e_login is not NUL-terminated.mycroft
1997-02-28Message buffer passed to kvm_openfiles() should _POSIX2_LINE_MAX long; PR#3266pk
1996-10-02Fix p_nice vs. NZERO code.ws
1996-09-27Fix SEGV when kludging old-style options.thorpej
1996-08-15return 0.0 cpu usage for zombies. closes pr bin/2693. Perhaps this shouldexplorer
1996-07-13include <pwd.h> for one function (user_from_uid) and correct oneexplorer
1996-05-30in findvar(), return after warning about unknown keyword so we don'tcgd
1996-03-21fix damage caused by sccs (long ago)jtc
1995-10-26LIBMATH -> LIBM (PR# 1688)jtc
1995-09-29correct the sizes specified for various variables.cgd
1995-09-29add code to convert from INT32 and UINT32 to native types.cgd
1995-09-29add INT32 and UINT32 variable type specifiers. some of the variablescgd
1995-08-15Kenneth Stailey pointed out that his previous fix was incorrect. RE and SLcgd
1995-08-14as suggested in PR 1347, by Kenneth Stailey, make "RE" and "SL" fieldscgd
1995-06-07typeof(timeval.ts_sec) != time_tcgd
1995-05-25If there is another field after the command, fill in the command field withmycroft
1995-05-25Simplify this just a little.mycroft
1995-05-21Split out some helper functions again.mycroft
1995-05-18Create and strvis(3) the argument and environment lists only as needed.mycroft
1995-05-18Do the right thing for an empty environment.mycroft