Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-31 | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | Miod Vallat | |
well as the few userland tools which were only used on these platforms. | |||
2002-07-12 | Complain about ENXIO devices on another syslog level (LOG_WARNING which doesn't | Jason Wright | |
go to the console). | |||
2002-05-26 | pid_t cleanup | Theo de Raadt | |
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-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat | |
syslog() instead. Also, be sure to unlink the pid file and to restore screen when exiting from outside a signal handler. ok millert@ | |||
2001-12-01 | Revert previous, as pidfile() uses atexit(), which is no use if we call | Miod Vallat | |
_exit() in signal handlers. Noticed by Theo. | |||
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-11-17 | race safety in terminal signal handler | Theo de Raadt | |
2001-11-02 | use _exit() in signal handler; mark other issues | Theo de Raadt | |
1998-10-16 | Die quietly if the open fails with ENXIO | Jason Wright | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-06-03 | use sigemptyset() | Theo de Raadt | |
1997-06-11 | sighandler, not 1003.1b | Theo de Raadt | |
1996-03-25 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |