Age | Commit message (Expand) | Author |
2022-09-10 | init(8): fix signal handler boolean type and qualifier | Scott Soule Cheloha |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2020-03-25 | init(8): use err(3) instead of hand-rolled fprintf(3) messages | cheloha |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-08-24 | Drop special handling of SIGSYS. | cheloha |
2018-01-31 | Check GETTY_SPACING against the monotonic clock. | cheloha |
2018-01-16 | GETTY_SLEEP is 30 seconds, not 10 | cheloha |
2018-01-06 | unifdef LOGIN_CAP, we always want to use login.conf | Todd C. Miller |
2017-06-16 | s/CPU_LIDSUSPEND/CPU_LIDACTION/ | Martin Natano |
2017-05-03 | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, | Ricardo Mestre |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2016-10-06 | fix HISTORY; | Ingo Schwarze |
2016-09-05 | for consistency, hyphenate "single-user"; | Jason McIntyre |
2016-09-05 | replace obsolete getpass() by readpassphrase() | Gleydson Soares |
2016-09-04 | Use an RB tree instead of BDB to map process->session, ok tedu millert | Nicholas Marriott |
2016-08-27 | Pull in <sys/time.h> for struct timespec | Philip Guenther |
2016-05-10 | Do not close the stdio file desciptors in init(8), but dup2(2) them | Alexander Bluhm |
2016-02-01 | Remove variable unneeded since introduction of crypt_checkpass | Jeremie Courreges-Anglas |
2015-12-23 | Use NULL rather than 0 for pointers. No binary change. | mmcc |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-18 | use _shadow getpwnam (and crypt_checkpass) | Ted Unangst |
2015-09-25 | there's no need to keep init secret these days, and the (unused) | Ted Unangst |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-07-14 | Use volatile sig_atomic_t for requested_transition since it is | Todd C. Miller |
2015-03-18 | Make init(8) static PIE. | Pascal Stumpf |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-06 | Do not define the variable pid twice to avoid a compiler warning. | Alexander Bluhm |
2014-04-22 | malloc/memset->calloc. with bonus null check. from peter malone. | Ted Unangst |
2014-01-03 | Do not raise the securelevel when transitioning from catatonia to | Todd C. Miller |
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 |