index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
loader
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove init.[ch].
Chris Lumens
2011-04-12
1
-160
/
+0
*
Move debugging features into loader.c.
Chris Lumens
2011-04-12
1
-68
/
+0
*
Move serial console handling code out into its own file.
Chris Lumens
2011-04-12
1
-206
/
+2
*
Remove all the custom shutdown/reboot/halt code in loader and init.
Chris Lumens
2011-04-12
1
-43
/
+0
*
Move syslog starting into loader.
Chris Lumens
2011-04-12
1
-122
/
+0
*
loader doesn't support arguments except from /proc/cmdline.
Chris Lumens
2011-04-12
1
-14
/
+0
*
Remove the duplicate backtrace setup code in init.c.
Chris Lumens
2011-04-12
1
-55
/
+0
*
Remove from init.c/loader.c things that systemd does for us.
Chris Lumens
2011-04-12
1
-267
/
+1
*
shutdown: kill processes in the anaconda process group.
Ales Kozumplik
2011-03-23
1
-2
/
+0
*
Don't fatal_error if required mounts are already mounted
Will Woods
2011-03-17
1
-5
/
+10
*
Don't fatal_error if remounting root read-write fails
Will Woods
2011-03-17
1
-3
/
+1
*
Create the virtio-ports on time.
Ales Kozumplik
2011-03-09
1
-3
/
+4
*
devt.h is no longer useful, remove it.
Chris Lumens
2011-03-03
1
-1
/
+0
*
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
[next]