summaryrefslogtreecommitdiff
path: root/usr.bin/systat/main.c
AgeCommit message (Expand)Author
2002-08-04kvm gid revocation earlierTheo de Raadt
2002-06-18revoke privs after kvm_openfilesTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-07move back. pvalchev -- the bug was quite obscureTheo de Raadt
2001-12-07back out latest changes which cause problems on alpha/sparc64 untilPeter Valchev
2001-11-28remove unused varEric Jackson
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-05-04handle kvm_nlist() failing, from pr#1798.Eric Jackson
1997-11-04simple SIGWINCH handler; deals only with window size changes >= 80x24kstailey
1997-08-25when getting interrupt, clean up curses only if curses was activeTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-23Cleanup by Theo and myself. CMDLINE changed to long to makeTodd C. Miller
1997-06-16You can't store a double in an int and then do tests for the fractional partkstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-08-08Clarify usage printoutNiklas Hallqvist
1996-08-06_POSIX2_LINE_MAX errbuf for kvm_openfiles()Theo de Raadt
1996-08-06avoid buf oflowsTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-05-22libutilTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt