Age | Commit message (Expand) | Author |
2013-02-11 | Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. | Todd C. Miller |
2012-10-11 | fix "disable lidsuspend on shutdown": | Alexander Hall |
2012-04-06 | no need to (unsigned) a small constant | Theo de Raadt |
2011-09-04 | knock out useless Pp; | Jason McIntyre |
2011-05-10 | Some cleanup and simplifications: | Ingo Schwarze |
2010-10-15 | tweak previous; | Jason McIntyre |
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-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-08-07 | disable lidsuspend when we are powering down | Peter Hessler |
2010-03-14 | .Pd -> .Pq | Jason McIntyre |
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 |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-01-29 | sort FILES; | Jason McIntyre |
2007-01-29 | add /fastboot to FILES, since these pages discuss that file; | Jason McIntyre |
2006-07-25 | correct .Xr; from marcus popp | Jason McIntyre |
2006-06-22 | let's just use "getty" as the plural of `getty', because "getty's" is | Jason McIntyre |
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-12-10 | better wording, helped by krw and roughly ok deraadt; | Jason McIntyre |
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 |
2004-02-24 | sort options; | Jason McIntyre |
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-03 | - section reorder | Jason McIntyre |
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-12-13 | o) start new sentence on a new line; | Mike Pechkin |
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-04-05 | doc -s and -f, though -f does not work that way anymore.. hmm; chuck@snew.com | 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-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-02-27 | fix Xr order | Hugh Graham |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |