summaryrefslogtreecommitdiffstats
path: root/loader/init.c
Commit message (Expand)AuthorAgeFilesLines
* Remove init.[ch].Chris Lumens2011-04-121-160/+0
* Move debugging features into loader.c.Chris Lumens2011-04-121-68/+0
* Move serial console handling code out into its own file.Chris Lumens2011-04-121-206/+2
* Remove all the custom shutdown/reboot/halt code in loader and init.Chris Lumens2011-04-121-43/+0
* Move syslog starting into loader.Chris Lumens2011-04-121-122/+0
* loader doesn't support arguments except from /proc/cmdline.Chris Lumens2011-04-121-14/+0
* Remove the duplicate backtrace setup code in init.c.Chris Lumens2011-04-121-55/+0
* Remove from init.c/loader.c things that systemd does for us.Chris Lumens2011-04-121-267/+1
* shutdown: kill processes in the anaconda process group.Ales Kozumplik2011-03-231-2/+0
* Don't fatal_error if required mounts are already mountedWill Woods2011-03-171-5/+10
* Don't fatal_error if remounting root read-write failsWill Woods2011-03-171-3/+1
* Create the virtio-ports on time.Ales Kozumplik2011-03-091-3/+4
* devt.h is no longer useful, remove it.Chris Lumens2011-03-031-1/+0
* remove unused variablesMichal Schmidt2011-02-031-16/+12
* Correct paths of things started by loader/init that have moved.Chris Lumens2010-10-151-3/+3
* Dynamically initialize MALLOC_PERTURB_ when loader starts.Peter Jones2010-09-241-0/+63
* Fix setting of $HOMEPeter Jones2010-09-241-2/+1
* logging: fix logic in getSyslog().Ales Kozumplik2010-08-091-46/+28
* Use readvars_parse_file in loader/init.cDavid Cantrell2010-07-261-106/+64
* Check return value of chdir()David Cantrell2010-07-261-3/+6
* Remove USE_MINILIBC cruft from loader/init.cDavid Cantrell2010-07-261-9/+0
* logging: autodetect the virtio-serial port.Ales Kozumplik2010-07-261-24/+47
* Make the shell in tty2 and ssh all go to /root like on a real system.Peter Jones2010-07-221-0/+2
* logging: support logging through virtio-serial (#576439).Ales Kozumplik2010-07-201-9/+46
* Improve parsing and pass the devel flag to loader through the command lineMartin Sivak2010-07-151-3/+33
* When in devel mode, do not catch tracebacks, we want the core fileMartin Sivak2010-07-151-1/+10
* Add better debugging capabilities to loaderMartin Sivak2010-07-151-7/+47
* Wait on all pids, not just udevd's. (#540923)Peter Jones2010-04-131-3/+3
* init: switch back to tty1 after the installer finishes. (#577380)Ales Kozumplik2010-04-121-1/+3
* sparc64 is a lib64 archDennis Gilmore2010-03-151-1/+1
* Improve reboot modes in init.c and shutdown.c.Ales Kozumplik2010-02-101-4/+4
* init, fixes a bug in getSyslog() causing a SEGVAles Kozumplik2010-01-251-1/+1
* Prevent init from telling us its story if the shutdown was planned.Ales Kozumplik2010-01-221-0/+1
* Introduces rsylogd to anaconda (part of #524980)Ales Kozumplik2010-01-201-156/+81
* Fix compile problem from 65a3c05.Ales Kozumplik2010-01-201-1/+0
* Changed the architecture check from __ppc64__ to __powerpc64__ (#555669)Martin Gracik2010-01-151-1/+1
* stage1 (init): Make /tmp tmpfs large enough to hold install.img (#540146)Hans de Goede2009-12-041-1/+1
* Remove test mode from the loader, too.Chris Lumens2009-12-031-97/+64
* Get rid of dead code, and fix gettimespecofday's math.Peter Jones2009-11-061-6/+0
* Don't exec without forking first when calling udevadm.Peter Jones2009-11-051-7/+32
* If init or loader exit unexpectedly, traceback.Peter Jones2009-11-051-7/+71
* Fix the vim magic in this file to work.Peter Jones2009-11-051-1/+2
* Re-enable running udevadm.Chris Lumens2009-10-261-2/+0
* Support upgrading when the language isn't in lang-table (#528317).Chris Lumens2009-10-131-0/+2
* Don't run 70-anaconda.rules on an installed system (#527781).Chris Lumens2009-10-131-0/+2
* Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid setsHans de Goede2009-09-301-0/+5
* setup termcap for sparcDennis Gilmore2009-08-181-1/+9
* Fix ctrl-alt-deleter behavior /before/ end of install.Peter Jones2009-08-041-0/+1
* Rework shutDown() to better accomidate "nokill" better.Peter Jones2009-07-301-14/+13
* Remove umask temporarily so device permissions are correct (#383531, wmealing).Chris Lumens2009-06-051-0/+8