Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-07 | move back. pvalchev -- the bug was quite obscure | Theo de Raadt | |
2001-12-07 | back out latest changes which cause problems on alpha/sparc64 until | Peter Valchev | |
they are fixed | |||
2001-11-28 | remove unused var | Eric Jackson | |
2001-11-23 | fix signal races. use sysctl() instead of kvm where possible, and then KNF | Theo de Raadt | |
the hell out of it; checked by miod | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-05-04 | handle kvm_nlist() failing, from pr#1798. | Eric Jackson | |
Patch similar to the one submitted by <peterw@documenta.com.au> | |||
1997-11-04 | simple SIGWINCH handler; deals only with window size changes >= 80x24 | kstailey | |
1997-08-25 | when getting interrupt, clean up curses only if curses was active | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-06-23 | Cleanup by Theo and myself. CMDLINE changed to long to make | Todd C. Miller | |
command line work on 64bit platforms. This is somewhat bogus and is really just a temporary workaround (there may be a curses bug). | |||
1997-06-16 | You can't store a double in an int and then do tests for the fractional part | kstailey | |
miss thing! Also, make more sensitive to digital decay. Now "<<<" will show up in load average display. | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-08-08 | Clarify usage printout | Niklas Hallqvist | |
1996-08-06 | _POSIX2_LINE_MAX errbuf for kvm_openfiles() | Theo de Raadt | |
1996-08-06 | avoid buf oflows | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-05-22 | libutil | Theo de Raadt | |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |