summaryrefslogtreecommitdiffstats
path: root/loader2/shutdown.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-124/+0
|
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-5/+12
|
* handle chdir's result, and return 0 from main's end.Peter Jones2005-03-021-1/+2
|
* 2004-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-011-1/+1
| | | | | * loader2/shutdown.c (shutDown): Make loop while waiting for reboot less cpu-intensive to improve user-experience with, eg, VMWare
* more staticJeremy Katz2004-06-211-1/+1
|
* add support for being able to halt or poweroff in addition to rebooting. doneJeremy Katz2004-06-211-2/+5
| | | | in response to the init process receiving SIGUSR1 or SIGUSR2 (#116414)
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-1/+10
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-4/+0
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+108
after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.