summaryrefslogtreecommitdiff
path: root/sbin/init
AgeCommit message (Expand)Author
2019-09-05Pull up following revision(s) (requested by sevan in ticket #174):martin
2016-09-11init first appeared in V1 UNIXsevan
2015-10-14these are syslog-likechristos
2015-06-16fix error messages containing \nchristos
2013-10-02The "-s" flag is passed to init by the kernel, not by the boot loader.apb
2013-10-02Document that the kernel may try several paths for init.apb
2013-07-15Let init be built easily with the CHROOT capability enabled.khorben
2012-11-09Add missing free() in error path.msaitoh
2012-11-04include the needed headerschristos
2012-03-20Convert to C89 function definitionsmatt
2011-08-28make it compile with SMALLPROGchristos
2011-08-27Be more staticjoerg
2009-12-29Keep an internal variable indicating whether securelevel is present, andelad
2009-11-22s/the the/the/mbalmer
2009-05-18Sort SEE ALSO.wiz
2009-04-12If MAKEDEV exits non-zero, but was nevertheless able to createapb
2009-04-11Enable WARNS=4 by default except for:lukem
2009-04-08Remove physical markup.joerg
2009-01-18fix -Wsign-compare issueslukem
2008-11-11Add backslash (minus is "\-").wiz
2008-11-11Add some details about init's role with securelevel.reed
2008-10-21xref rescue(8)lukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-03-18un-bitrot #if 0 testing code.christos
2008-02-09Mention utmpx/wtmpx as well as utmp/wtmp. Suggested by the patches indholland
2007-12-15Sort xrefs.snj
2007-12-15Update 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-09No need to pass "-ppax" to MAKEDEV now that MAKEDEV internally defaultsapb
2007-03-24backout previous.hubertf
2007-03-23Call the pivot root by it's name.hubertf
2007-03-21KNF.dyoung
2007-03-11Adapt to the new MAKEDEV interpretation of -M by passing -MM.apb
2007-03-03Update info about running MAKEDEV to note that MAKEDEV itself now createsdsl
2007-03-03Remove all reference to MAKEDEV.subr. Add a reference to MAKEDEV.local.apb
2007-03-02Instead of creating the mfs /dev here, get MAKEDEV to do it.dsl
2007-03-02Bump date for previous.wiz
2007-03-01When calculating the size of the MFS /dev file system, round file sizesapb
2007-03-01When creating /dev in a memory file system, include all three ofapb
2007-02-15Increase the numbers of inodes available on the "/dev" MFS to 1280.tron
2007-02-06Revert previous commit.cbiere
2007-02-05 * 0/1 -> EXIT_{SUCCESS,FAILURE}cbiere
2007-02-05Fix compilation on 64bit platforms.njoly
2007-02-04warns=4christos
2007-02-04- close the utmpx file.christos
2007-01-20Make it compile without SUPPORT_UTMP nor SUPPORT_UTMPX.isaki
2007-01-17Remove more duplicate #includes,hubertf
2006-09-28Don't record runlvl transitions before we have a read-write /var. Noticedchristos
2006-09-25Error message consistency:christos
2006-09-23Um, correct previous, so that current_state def/use is consistent.he