| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove unused variables | Michal Schmidt | 2011-02-03 | 1 | -16/+12 |
| * | Correct paths of things started by loader/init that have moved. | Chris Lumens | 2010-10-15 | 1 | -3/+3 |
| * | Dynamically initialize MALLOC_PERTURB_ when loader starts. | Peter Jones | 2010-09-24 | 1 | -0/+63 |
| * | Fix setting of $HOME | Peter Jones | 2010-09-24 | 1 | -2/+1 |
| * | logging: fix logic in getSyslog(). | Ales Kozumplik | 2010-08-09 | 1 | -46/+28 |
| * | Use readvars_parse_file in loader/init.c | David Cantrell | 2010-07-26 | 1 | -106/+64 |
| * | Check return value of chdir() | David Cantrell | 2010-07-26 | 1 | -3/+6 |
| * | Remove USE_MINILIBC cruft from loader/init.c | David Cantrell | 2010-07-26 | 1 | -9/+0 |
| * | logging: autodetect the virtio-serial port. | Ales Kozumplik | 2010-07-26 | 1 | -24/+47 |
| * | Make the shell in tty2 and ssh all go to /root like on a real system. | Peter Jones | 2010-07-22 | 1 | -0/+2 |
| * | logging: support logging through virtio-serial (#576439). | Ales Kozumplik | 2010-07-20 | 1 | -9/+46 |
| * | Improve parsing and pass the devel flag to loader through the command line | Martin Sivak | 2010-07-15 | 1 | -3/+33 |
| * | When in devel mode, do not catch tracebacks, we want the core file | Martin Sivak | 2010-07-15 | 1 | -1/+10 |
| * | Add better debugging capabilities to loader | Martin Sivak | 2010-07-15 | 1 | -7/+47 |
| * | Wait on all pids, not just udevd's. (#540923) | Peter Jones | 2010-04-13 | 1 | -3/+3 |
| * | init: switch back to tty1 after the installer finishes. (#577380) | Ales Kozumplik | 2010-04-12 | 1 | -1/+3 |
| * | sparc64 is a lib64 arch | Dennis Gilmore | 2010-03-15 | 1 | -1/+1 |
| * | Improve reboot modes in init.c and shutdown.c. | Ales Kozumplik | 2010-02-10 | 1 | -4/+4 |
| * | init, fixes a bug in getSyslog() causing a SEGV | Ales Kozumplik | 2010-01-25 | 1 | -1/+1 |
| * | Prevent init from telling us its story if the shutdown was planned. | Ales Kozumplik | 2010-01-22 | 1 | -0/+1 |
| * | Introduces rsylogd to anaconda (part of #524980) | Ales Kozumplik | 2010-01-20 | 1 | -156/+81 |
| * | Fix compile problem from 65a3c05. | Ales Kozumplik | 2010-01-20 | 1 | -1/+0 |
| * | Changed the architecture check from __ppc64__ to __powerpc64__ (#555669) | Martin Gracik | 2010-01-15 | 1 | -1/+1 |
| * | stage1 (init): Make /tmp tmpfs large enough to hold install.img (#540146) | Hans de Goede | 2009-12-04 | 1 | -1/+1 |
| * | Remove test mode from the loader, too. | Chris Lumens | 2009-12-03 | 1 | -97/+64 |
| * | Get rid of dead code, and fix gettimespecofday's math. | Peter Jones | 2009-11-06 | 1 | -6/+0 |
| * | Don't exec without forking first when calling udevadm. | Peter Jones | 2009-11-05 | 1 | -7/+32 |
| * | If init or loader exit unexpectedly, traceback. | Peter Jones | 2009-11-05 | 1 | -7/+71 |
| * | Fix the vim magic in this file to work. | Peter Jones | 2009-11-05 | 1 | -1/+2 |
| * | Re-enable running udevadm. | Chris Lumens | 2009-10-26 | 1 | -2/+0 |
| * | Support upgrading when the language isn't in lang-table (#528317). | Chris Lumens | 2009-10-13 | 1 | -0/+2 |
| * | Don't run 70-anaconda.rules on an installed system (#527781). | Chris Lumens | 2009-10-13 | 1 | -0/+2 |
| * | Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid sets | Hans de Goede | 2009-09-30 | 1 | -0/+5 |
| * | setup termcap for sparc | Dennis Gilmore | 2009-08-18 | 1 | -1/+9 |
| * | Fix ctrl-alt-deleter behavior /before/ end of install. | Peter Jones | 2009-08-04 | 1 | -0/+1 |
| * | Rework shutDown() to better accomidate "nokill" better. | Peter Jones | 2009-07-30 | 1 | -14/+13 |
| * | Remove umask temporarily so device permissions are correct (#383531, wmealing). | Chris Lumens | 2009-06-05 | 1 | -0/+8 |
| * | loader: Mount /tmp as tmpfs not ramfs so we can swap it out | Adam Jackson | 2009-05-14 | 1 | -3/+3 |
| * | Workaround compile error due to (# 478663) | Hans de Goede | 2009-01-06 | 1 | -1/+0 |
| * | Move starting HAL to after we've probed for hardware. | Chris Lumens | 2008-10-06 | 1 | -8/+1 |
| * | Do not try to start hald or dbus-daemon from anaconda. | David Cantrell | 2008-09-15 | 1 | -1/+1 |
| * | Sleep a little after dbus to give it time before HAL connects. | Chris Lumens | 2008-09-05 | 1 | -0/+2 |
| * | mystrstr() -> strstr() | David Cantrell | 2008-08-26 | 1 | -1/+1 |
| * | For /dev/hvc0 terminals, set TERM to vt320 (#219556). | David Cantrell | 2008-08-26 | 1 | -9/+14 |
| * | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -0/+798 |
| * | remove old loader dir. for referencing, go back to anaconda-8-0-branch | Jeremy Katz | 2003-01-07 | 1 | -832/+0 |
| * | use umount2 instead of umount | Jeremy Katz | 2002-09-12 | 1 | -1/+1 |
| * | add nokill option to make init not terminate processes so you can actually de... | Mike Fulbright | 2002-02-28 | 1 | -1/+38 |
| * | updated copyright | Erik Troan | 2002-01-25 | 1 | -1/+1 |
| * | ermm... I don't even see how this ever worked anywhere | Jeremy Katz | 2002-01-07 | 1 | -6/+0 |