| Commit message (Expand) | Author | Age | Files | Lines |
* | init(8): use err(3) instead of hand-rolled fprintf(3) messages |  cheloha | 2020-03-25 | 1 | -9/+5 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -4/+4 |
* | Drop special handling of SIGSYS. |  cheloha | 2018-08-24 | 1 | -20/+2 |
* | Check GETTY_SPACING against the monotonic clock. |  cheloha | 2018-01-31 | 1 | -10/+14 |
* | GETTY_SLEEP is 30 seconds, not 10 |  cheloha | 2018-01-16 | 1 | -3/+3 |
* | unifdef LOGIN_CAP, we always want to use login.conf |  millert | 2018-01-06 | 2 | -15/+5 |
* | s/CPU_LIDSUSPEND/CPU_LIDACTION/ |  natano | 2017-06-16 | 1 | -2/+2 |
* | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, |  mestre | 2017-05-03 | 1 | -3/+4 |
* | Add a new sysctl machdep.lidaction. The sysctl works as follows: |  natano | 2017-03-02 | 1 | -6/+6 |
* | fix HISTORY; |  schwarze | 2016-10-06 | 1 | -3/+3 |
* | for consistency, hyphenate "single-user"; |  jmc | 2016-09-05 | 1 | -4/+4 |
* | replace obsolete getpass() by readpassphrase() |  gsoares | 2016-09-05 | 1 | -2/+4 |
* | Use an RB tree instead of BDB to map process->session, ok tedu millert |  nicm | 2016-09-04 | 1 | -41/+20 |
* | Pull in <sys/time.h> for struct timespec |  guenther | 2016-08-27 | 1 | -2/+3 |
* | Do not close the stdio file desciptors in init(8), but dup2(2) them |  bluhm | 2016-05-10 | 1 | -9/+13 |
* | Remove variable unneeded since introduction of crypt_checkpass |  jca | 2016-02-01 | 1 | -2/+2 |
* | Use NULL rather than 0 for pointers. No binary change. |  mmcc | 2015-12-23 | 1 | -9/+9 |
* | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-10 | 1 | -3/+2 |
* | use _shadow getpwnam (and crypt_checkpass) |  tedu | 2015-11-18 | 1 | -6/+8 |
* | there's no need to keep init secret these days, and the (unused) |  tedu | 2015-09-25 | 1 | -3/+1 |
* | <stdlib.h> is included, so do not need to cast result from |  deraadt | 2015-08-20 | 1 | -3/+2 |
* | Use volatile sig_atomic_t for requested_transition since it is |  millert | 2015-07-14 | 1 | -62/+83 |
* | Make init(8) static PIE. |  pascal | 2015-03-18 | 1 | -3/+1 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -4/+4 |
* | Do not define the variable pid twice to avoid a compiler warning. |  bluhm | 2014-12-06 | 1 | -2/+1 |
* | malloc/memset->calloc. with bonus null check. from peter malone. |  tedu | 2014-04-22 | 1 | -3/+4 |
* | Do not raise the securelevel when transitioning from catatonia to |  millert | 2014-01-03 | 1 | -5/+7 |
* | Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. |  millert | 2013-02-11 | 1 | -2/+2 |
* | fix "disable lidsuspend on shutdown": |  halex | 2012-10-11 | 1 | -3/+3 |
* | no need to (unsigned) a small constant |  deraadt | 2012-04-06 | 1 | -2/+2 |
* | knock out useless Pp; |  jmc | 2011-09-04 | 1 | -3/+2 |
* | Some cleanup and simplifications: |  schwarze | 2011-05-10 | 1 | -24/+32 |
* | tweak previous; |  jmc | 2010-10-15 | 1 | -3/+3 |
* | freebsd uses SIGINT to request a reboot, we may as well be consistent. |  dlg | 2010-10-15 | 2 | -8/+8 |
* | add a SIGQUIT handler that does the same as USR1 and USR2, except it |  dlg | 2010-10-14 | 2 | -16/+37 |
* | Add missing err.h include |  dcoppa | 2010-09-29 | 1 | -1/+2 |
* | more wacky macro fixing; |  jmc | 2010-09-19 | 1 | -3/+3 |
* | disable lidsuspend when we are powering down |  phessler | 2010-08-07 | 1 | -1/+12 |
* | .Pd -> .Pq |  jmc | 2010-03-14 | 1 | -3/+3 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -15/+1 |
* | malloc(n * m) -> calloc(n, m); ok espie |  deraadt | 2007-09-03 | 1 | -3/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | sort FILES; |  jmc | 2007-01-29 | 1 | -7/+7 |
* | add /fastboot to FILES, since these pages discuss that file; |  jmc | 2007-01-29 | 1 | -1/+7 |
* | correct .Xr; from marcus popp |  jmc | 2006-07-25 | 1 | -2/+2 |
* | let's just use "getty" as the plural of `getty', because "getty's" is |  jmc | 2006-06-22 | 1 | -3/+3 |
* | accept SIGUSR2. Like SIGUSR1, except it makes RB_POWERDOWN mandatory. |  deraadt | 2006-06-22 | 2 | -8/+33 |
* | Fix mem leaks in error path. From NetBSD's coverity analysis. ok pat@ |  otto | 2006-03-19 | 1 | -3/+8 |
* | better wording, helped by krw and roughly ok deraadt; |  jmc | 2005-12-10 | 1 | -3/+3 |
* | use snprintf; dhill@mindcry.org |  deraadt | 2005-11-12 | 1 | -11/+6 |