Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-12 | Stat field takes 5 chars not 4 (think "IW<s+") | kstailey | |
1997-02-05 | Added "gid" keyword to print effective group ID of process. | kstailey | |
(also alpha-sorted some of the man page that was nearly sorted.) BEFORE: kstailey@hermes$ ps -o ruid,svuid,uid,command RUID SVUID UID COMMAND 333 333 333 -bash (bash) worked, but group equivalent failed: kstailey@hermes$ ps -o rgid,svgid,gid,command ps: gid: keyword not found RGID SVGID COMMAND 20 20 -bash (bash) AFTER: kstailey@hermes$ ps -o rgid,svgid,gid,command RGID SVGID GID COMMAND 20 20 20 -bash (bash) | |||
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-08-06 | _POSIX2_LINE_MAX errbuf for kvm_openfiles() | Theo de Raadt | |
1996-08-02 | zap getopt() case of -?, come on, it is the default! | Theo de Raadt | |
1996-07-08 | kernel is /bsd, os is OpenBSD | ccappuc | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-06-16 | allocate large enough buffer; netbsd pr#2550; gsstark@mit.edu | Theo de Raadt | |
1996-06-10 | in findvar() return NULL for keywords not found | Theo de Raadt | |
1996-04-19 | from netbsd; fix 4.4 sccs damage | Theo de Raadt | |
1995-10-25 | LIBMATH -> LIBM | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |