| Age | Commit message (Expand) | Author |
| 2009-12-29 | Keep an internal variable indicating whether securelevel is present, and | elad |
| 2009-11-22 | s/the the/the/ | mbalmer |
| 2009-05-18 | Sort SEE ALSO. | wiz |
| 2009-04-12 | If MAKEDEV exits non-zero, but was nevertheless able to create | apb |
| 2009-04-11 | Enable WARNS=4 by default except for: | lukem |
| 2009-04-08 | Remove physical markup. | joerg |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-11-11 | Add backslash (minus is "\-"). | wiz |
| 2008-11-11 | Add some details about init's role with securelevel. | reed |
| 2008-10-21 | xref rescue(8) | lukem |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-03-18 | un-bitrot #if 0 testing code. | christos |
| 2008-02-09 | Mention utmpx/wtmpx as well as utmp/wtmp. Suggested by the patches in | dholland |
| 2007-12-15 | Sort xrefs. | snj |
| 2007-12-15 | Update for the fact that MAKEDEV uses either tmpfs or mfs. | apb |
| 2007-12-09 | * init calls "MAKEDEV -MM init", not "MAKEDEV -M init" | apb |
| 2007-12-09 | No need to pass "-ppax" to MAKEDEV now that MAKEDEV internally defaults | apb |
| 2007-03-24 | backout previous. | hubertf |
| 2007-03-23 | Call the pivot root by it's name. | hubertf |
| 2007-03-21 | KNF. | dyoung |
| 2007-03-11 | Adapt to the new MAKEDEV interpretation of -M by passing -MM. | apb |
| 2007-03-03 | Update info about running MAKEDEV to note that MAKEDEV itself now creates | dsl |
| 2007-03-03 | Remove all reference to MAKEDEV.subr. Add a reference to MAKEDEV.local. | apb |
| 2007-03-02 | Instead of creating the mfs /dev here, get MAKEDEV to do it. | dsl |
| 2007-03-02 | Bump date for previous. | wiz |
| 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 | warns=4 | christos |
| 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-09-15 | Remove securelevel-related text from init(8) man-page as they're now in | elad |
| 2006-09-15 | Bump date for previous. | wiz |
| 2006-09-15 | Remove sentence no longer true. | elad |
| 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-23 | New sentence, new line. | wiz |
| 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 |