Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-26 | Replace log() with logit() since ISO C reserves log() for the math | Todd C. Miller | |
library and gcc 3.x will complain. Replacement name taken from NetBSD. espie@ OK. | |||
2003-03-12 | less sprintf | Theo de Raadt | |
2003-03-03 | spaces | Theo de Raadt | |
2003-03-03 | ansi, from cloder | Theo de Raadt | |
2002-08-09 | die if fd_set overruns. | Jun-ichiro itojun Hagino | |
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-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ | |||
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-03-09 | exit(-#) is wrong | Theo de Raadt | |
1996-09-11 | revoke privs at start; tested by fenner@parc.xerox.com | Theo de Raadt | |
1995-12-19 | from netbsd: tv_sec isn't a time_t, but a long. this causes some problems.. | Theo de Raadt | |
1995-12-14 | from netbsd; update to mrouted 3.8 | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |