| Age | Commit message (Expand) | Author |
| 2021-10-11 | Allow getty to exit quickly a few times before deciding that it is exiting | jmcneill |
| 2020-06-22 | s/successfuly/successfully/ in comment. No functional change. | msaitoh |
| 2015-10-14 | these are syslog-like | christos |
| 2015-06-16 | fix error messages containing \n | christos |
| 2012-11-09 | Add missing free() in error path. | msaitoh |
| 2012-11-04 | include the needed headers | christos |
| 2012-03-20 | Convert to C89 function definitions | matt |
| 2011-08-28 | make it compile with SMALLPROG | christos |
| 2011-08-27 | Be more static | joerg |
| 2009-12-29 | Keep an internal variable indicating whether securelevel is present, and | elad |
| 2009-11-22 | s/the the/the/ | mbalmer |
| 2009-04-12 | If MAKEDEV exits non-zero, but was nevertheless able to create | apb |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-03-18 | un-bitrot #if 0 testing code. | christos |
| 2007-12-09 | No need to pass "-ppax" to MAKEDEV now that MAKEDEV internally defaults | apb |
| 2007-03-21 | KNF. | dyoung |
| 2007-03-11 | Adapt to the new MAKEDEV interpretation of -M by passing -MM. | apb |
| 2007-03-02 | Instead of creating the mfs /dev here, get MAKEDEV to do it. | dsl |
| 2007-03-01 | When calculating the size of the MFS /dev file system, round file sizes | apb |
| 2007-03-01 | When creating /dev in a memory file system, include all three of | apb |
| 2007-02-15 | Increase the numbers of inodes available on the "/dev" MFS to 1280. | tron |
| 2007-02-06 | Revert previous commit. | cbiere |
| 2007-02-05 | * 0/1 -> EXIT_{SUCCESS,FAILURE} | cbiere |
| 2007-02-05 | Fix compilation on 64bit platforms. | njoly |
| 2007-02-04 | - close the utmpx file. | christos |
| 2007-01-20 | Make it compile without SUPPORT_UTMP nor SUPPORT_UTMPX. | isaki |
| 2007-01-17 | Remove more duplicate #includes, | hubertf |
| 2006-09-28 | Don't record runlvl transitions before we have a read-write /var. Noticed | christos |
| 2006-09-25 | Error message consistency: | christos |
| 2006-09-23 | Um, correct previous, so that current_state def/use is consistent. | he |
| 2006-09-23 | Since current_state is conditionally defined, make sure its uses are as well. | he |
| 2006-09-22 | Try entertain who(1) because it has been sad since it was swallowed by the | christos |
| 2006-07-30 | update comment, thanks freza@. | elad |
| 2006-07-30 | CTLFLAG_READONLY1 was deprecated in earlier commit, remove it here too | elad |
| 2006-07-30 | remove CTLFLAG_READONLY1 usage. pointed out by cube@, thanks.. | elad |
| 2006-04-18 | Add support for running multi-user in a chroot() environment. | salo |
| 2006-03-17 | Check for allocation failures in malloc, calloc, realloc, asprintf, and | rumble |
| 2006-03-17 | Fix case where argv wasn't returned or freed. | chris |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-03-15 | Bump the number of inodes to 1024 in the MFS case, needed to | xtraeme |
| 2004-10-12 | be explicit about the perms of mfs /dev | dan |
| 2004-08-13 | Put back one of the sleep()s -- it doesn't affect us in the usual case. | mycroft |
| 2004-08-13 | Replace the sleep(2) in setctty() with a nanosleep(), with a default value of | mycroft |
| 2004-08-13 | Remove a completely gratuitous 30 delay if you enter the wrong shell path. | mycroft |
| 2004-06-06 | clear_session_logs is not needed when we are small. | christos |
| 2003-10-03 | If /dev/constty exists, use it instead of /dev/console for single user shell. | dsl |
| 2003-09-11 | If /dev/MAKEDEV is a symlink then preserve the symlink in the mfs /dev. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-05 | Exit child process if we fail to 'cd /dev' or 'execl sh MAKEDEV'. | dsl |