Age | Commit message (Expand) | Author |
2012-10-11 | fix "disable lidsuspend on shutdown": | Alexander Hall |
2012-04-06 | no need to (unsigned) a small constant | Theo de Raadt |
2010-10-15 | freebsd uses SIGINT to request a reboot, we may as well be consistent. | David Gwynne |
2010-10-14 | add a SIGQUIT handler that does the same as USR1 and USR2, except it | David Gwynne |
2010-09-29 | Add missing err.h include | David Coppa |
2010-08-07 | disable lidsuspend when we are powering down | Peter Hessler |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt |
2006-06-22 | accept SIGUSR2. Like SIGUSR1, except it makes RB_POWERDOWN mandatory. | Theo de Raadt |
2006-03-19 | Fix mem leaks in error path. From NetBSD's coverity analysis. ok pat@ | Otto Moerbeek |
2005-11-12 | use snprintf; dhill@mindcry.org | Theo de Raadt |
2005-03-13 | turn off accounting when switching to single user; | Markus Friedl |
2004-03-16 | errno is not specified to be int, but something from errno.h. ok millert@ | Ted Unangst |
2003-10-30 | malloc failures in init? never. but try to be reasonable for one dumb one | Theo de Raadt |
2003-07-29 | spaces | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-30 | snprintf; millert ok | Theo de Raadt |
2002-12-11 | Minor cosmetic nits picked while reading though init.c: | Todd C. Miller |
2002-10-10 | Style nits. Use STDERR_FILENO, not just 2. Also use parens with | Todd C. Miller |
2002-07-03 | ansi | Theo de Raadt |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
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 |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
2000-08-06 | Add DEFAULT_STATE macro to allow ramdisk init to set default state to | Todd C. Miller |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
1999-09-03 | have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes c... | Theo de Raadt |
1999-07-06 | if SIGUSR1 is received, kill gettys, run /etc/rc.shutdown, and halt the machine | Theo de Raadt |
1998-06-03 | zero sigaction before use | Theo de Raadt |
1998-05-04 | LETS_GET_BIG | Theo de Raadt |
1998-04-13 | Use _PATH_DEV, not "/dev/" | Todd C. Miller |
1998-03-03 | sigset_t; jraynard | Theo de Raadt |
1997-09-14 | some -Wall | Theo de Raadt |
1997-06-25 | (foo *)0 -> NULL | kstailey |
1997-03-25 | closelog() more often | Theo de Raadt |
1997-02-22 | Update to lite2 -- man page is the only thing that changed. | Todd C. Miller |
1996-07-31 | at session termination, login_fbtab devs back to root | Theo de Raadt |
1996-07-12 | precheck getty devices for existance; if not there shut then down | Theo de Raadt |
1996-07-12 | do not ask for password if none set; from freebsd | Theo de Raadt |
1996-07-12 | Fix netbsd pr bin/2620. Fix dangling pointer while I am at it. | Tobias Weingartner |
1996-06-23 | update rcsid | Theo de Raadt |
1996-05-22 | libutil | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |