| Age | Commit message (Expand) | Author |
| 2019-09-05 | Pull up following revision(s) (requested by sevan in ticket #174): | martin |
| 2016-09-11 | init first appeared in V1 UNIX | sevan |
| 2015-10-14 | these are syslog-like | christos |
| 2015-06-16 | fix error messages containing \n | christos |
| 2013-10-02 | The "-s" flag is passed to init by the kernel, not by the boot loader. | apb |
| 2013-10-02 | Document that the kernel may try several paths for init. | apb |
| 2013-07-15 | Let init be built easily with the CHROOT capability enabled. | khorben |
| 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-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 |