summaryrefslogtreecommitdiff
path: root/sbin/shutdown/shutdown.c
AgeCommit message (Expand)Author
2003-07-30NULL -> (char *)NULL in execle; ok millert@Anil Madhavapeddy
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-16use errx instead of fprintf+exit; millert@ okMichael Shalayeff
2002-12-08GNU semantics say that if optstring begins with '-' thenTodd C. Miller
2002-07-03ansiTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-05kill more registers;Mike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2001-01-15use _exit() in term handler if real signalTheo de Raadt
2000-01-15add 'd' to usage. mention rc.shutdown in the man page.Eric Jackson
1999-09-03have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes c...Theo de Raadt
1999-07-19if we run /etc/rc.shutdown ourselves, do it on /dev/consoleTheo de Raadt
1999-04-29Y2K fix: allow 'shutdown yymmddhhmm' to work in the next century.Alex Feldman
1998-04-25run rc.shutdown even if -r or -h is not specifiedTodd C. Miller
1997-09-04use err()/warn()/__progname where appropriate, consolidate string, some -WallMichael Shalayeff
1997-08-24give shutdown daemon own session; dima@tejblum.dnttm.rssi.ruTheo de Raadt
1997-07-25do -d for reboot and haltMichael Shalayeff
1997-07-25-WallMichael Shalayeff
1997-06-23Slightly cleaner. (Change nosync to an int, like the rest.)Jason Downs
1997-06-22Support halt -p.Jason Downs
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22MAXHOSTNAMELEN, not +1Theo de Raadt
1996-09-20call execle with the correct params; netbsd pr#2737, augustss@cs.chalmers.seTheo de Raadt
1996-09-02whoopsTheo de Raadt
1996-09-02bad environ init; from brian@saturn.netTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt