Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-11 | it's silly for reboot to poweroff. adapted from diff by diana eichert | Ted Unangst | |
2006-06-01 | delint | David Hill | |
ok moritz | |||
2006-04-06 | if "/etc/rc shutdown" exits 2, attempt powerdown. it does so if | Henning Brauer | |
rc.shutdown sets powerdown to YES. From: Michele 'mydecay' Marchetto <mydecay@openbeer.it> but didn't apply, so I redid & added comment to clarify ok mickey theo | |||
2004-07-09 | variety of cleanups; nofsk@aanet.com.au and I | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-07-03 | ansi | 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-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-07-19 | #include <termios.h> | Todd C. Miller | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
2000-04-30 | Add missing fcntl.h | Todd C. Miller | |
1999-09-03 | have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵ | Theo de Raadt | |
completely admin-editable | |||
1999-08-16 | we need to include sys/wait.h since we use waitpid here | Artur Grabowski | |
1999-07-19 | run /etc/rc.shutdown on /dev/console | Theo de Raadt | |
1998-08-07 | delete the garbage which does not work | Theo de Raadt | |
1998-08-05 | 12 seconds not 30. But I am just about to remove the kill and wait | Theo de Raadt | |
patch. Obviously it was never tested on a machine running a regular compliment of services. On such a machine, it causes a full 12 (was 30) second delay *EVERY TIME*. That's COMPLETELY unreasonable. | |||
1998-07-12 | sync with NetBSD | Angelos D. Keromytis | |
1998-04-25 | ignore SIGPIPE; nathanw@MIT.EDU | Theo de Raadt | |
1997-09-03 | use err()/warn()/__progname | Michael Shalayeff | |
document -d | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-06-22 | Support RB_POWERDOWN. | Jason Downs | |
1997-04-11 | add support for a script called /etc/rc.shutdown | Theo de Raadt | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-07-22 | kill (-1, SIGTERM) may find no other processes; netbsd pr#2619, cgd | Theo de Raadt | |
1996-07-11 | netbsd pr bin/2618 from cgd, fixed differently | Tobias Weingartner | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |