summaryrefslogtreecommitdiff
path: root/sbin/init
AgeCommit message (Expand)Author
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
2006-09-23Since current_state is conditionally defined, make sure its uses are as well.he
2006-09-22Try entertain who(1) because it has been sad since it was swallowed by thechristos
2006-09-15Remove securelevel-related text from init(8) man-page as they're now inelad
2006-09-15Bump date for previous.wiz
2006-09-15Remove sentence no longer true.elad
2006-07-30update comment, thanks freza@.elad
2006-07-30CTLFLAG_READONLY1 was deprecated in earlier commit, remove it here tooelad
2006-07-30remove CTLFLAG_READONLY1 usage. pointed out by cube@, thanks..elad
2006-04-23New sentence, new line.wiz
2006-04-18Add support for running multi-user in a chroot() environment.salo
2006-03-17Check for allocation failures in malloc, calloc, realloc, asprintf, andrumble
2006-03-17Fix case where argv wasn't returned or freed.chris