Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller | |
each non-option shall be treated as arguments to option '\1'. BSD getopt match '-' in optstring with a '-' on the command line. This is used to support deprecated options like "su -" that would otherwise prevent the use of getopt(). Resolving this simply requires that the leading '-' be moved somewhere else (I moved it to the end of optstring) since position within optstring is not meaningful. | |||
2002-07-03 | ansi | Theo de Raadt | |
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-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt | |
2001-01-15 | use _exit() in term handler if real signal | Theo de Raadt | |
2000-01-15 | add 'd' to usage. mention rc.shutdown in the man page. | Eric Jackson | |
1999-09-03 | have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵ | Theo de Raadt | |
completely admin-editable | |||
1999-07-19 | if we run /etc/rc.shutdown ourselves, do it on /dev/console | Theo de Raadt | |
1999-04-29 | Y2K fix: allow 'shutdown yymmddhhmm' to work in the next century. | Alex Feldman | |
1998-04-25 | run rc.shutdown even if -r or -h is not specified | Todd C. Miller | |
1997-09-04 | use err()/warn()/__progname where appropriate, consolidate string, some -Wall | Michael Shalayeff | |
1997-08-24 | give shutdown daemon own session; dima@tejblum.dnttm.rssi.ru | Theo de Raadt | |
1997-07-25 | do -d for reboot and halt | Michael Shalayeff | |
1997-07-25 | -Wall | Michael Shalayeff | |
1997-06-23 | Slightly cleaner. (Change nosync to an int, like the rest.) | Jason Downs | |
1997-06-22 | Support halt -p. | Jason Downs | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-22 | MAXHOSTNAMELEN, not +1 | Theo de Raadt | |
1996-09-20 | call execle with the correct params; netbsd pr#2737, augustss@cs.chalmers.se | Theo de Raadt | |
1996-09-02 | whoops | Theo de Raadt | |
1996-09-02 | bad environ init; from brian@saturn.net | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |