summaryrefslogtreecommitdiff
path: root/sbin/init/init.c
AgeCommit message (Expand)Author
2021-10-11Allow getty to exit quickly a few times before deciding that it is exitingjmcneill
2020-06-22s/successfuly/successfully/ in comment. No functional change.msaitoh
2015-10-14these are syslog-likechristos
2015-06-16fix error messages containing \nchristos
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-04-12If MAKEDEV exits non-zero, but was nevertheless able to createapb
2009-01-18fix -Wsign-compare issueslukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-03-18un-bitrot #if 0 testing code.christos
2007-12-09No need to pass "-ppax" to MAKEDEV now that MAKEDEV internally defaultsapb
2007-03-21KNF.dyoung
2007-03-11Adapt to the new MAKEDEV interpretation of -M by passing -MM.apb
2007-03-02Instead of creating the mfs /dev here, get MAKEDEV to do it.dsl
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-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-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-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
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-03-15Bump the number of inodes to 1024 in the MFS case, needed toxtraeme
2004-10-12be explicit about the perms of mfs /devdan
2004-08-13Put back one of the sleep()s -- it doesn't affect us in the usual case.mycroft
2004-08-13Replace the sleep(2) in setctty() with a nanosleep(), with a default value ofmycroft
2004-08-13Remove a completely gratuitous 30 delay if you enter the wrong shell path.mycroft
2004-06-06clear_session_logs is not needed when we are small.christos
2003-10-03If /dev/constty exists, use it instead of /dev/console for single user shell.dsl
2003-09-11If /dev/MAKEDEV is a symlink then preserve the symlink in the mfs /dev.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-05Exit child process if we fail to 'cd /dev' or 'execl sh MAKEDEV'.dsl