summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/rescue-gui.c
Commit message (Collapse)AuthorAgeFilesLines
* do not reinvent kernel constantsThierry Vignaud2013-03-231-5/+2
|
* kill bootsplash support (we drop bootsplash in kernel in 2008)Thierry Vignaud2013-02-261-1/+0
|
* Revert commit 6430Nicolas Lécureuil2012-11-111-205/+205
|
* Do not mix tabs and spacesNicolas Lécureuil2012-11-091-205/+205
|
* revert to "linux" terminfoThierry Vignaud2012-06-051-1/+1
|
* default to "screen" instead of "linux" terminfo (mga#4894)Thierry Vignaud2012-04-051-1/+1
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* - clean reboot syscall handlingArnaud Patard2011-03-181-2/+10
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* use "menu" instead of "GUI", since it's not really graphicalOlivier Blin2007-07-301-1/+1
|
* do not use _syscallX macros(), they are not available anymore, use syscall() ↵Olivier Blin2007-07-171-1/+3
| | | | function instead
* allow to go to console in Flash modes as wellOlivier Blin2007-07-061-2/+2
|
* simplify upgrade actionsOlivier Blin2007-07-061-2/+1
|
* use Flash rescue entries if flash=rescue or flash=upgrade is present on ↵Olivier Blin2007-07-051-3/+49
| | | | command line
* link rescue-gui with params (prepare next commits)Olivier Blin2007-07-051-0/+7
|
* - move parameters functions in params.cOlivier Blin2007-07-051-1/+1
| | | | | - move string/system utility functions in utils.c
* VERSION is now DISTRIB_VERSIONPascal Rigaux2005-01-181-1/+1
|
* allow recovery of MS bootloader on x86 tooGwenolé Beauchesne2004-10-041-3/+7
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* give us more chance to get bootloader write actually commited toGuillaume Cottenceau2004-02-251-0/+3
| | | | | disk before reboot
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-4/+14
| | | | | | | | | - AMD64 support to insmod-busybox, minilibc, et al. - Sync with insmod-modutils 2.4.19 something but everyone should use dietlibc nowadays - Factor out compilation and prefix with $(DIET) for dietlibc builds - 64-bit & varargs fixes
* - usage of attribute unused (has not been rebuilt since -W? ;p)Guillaume Cottenceau2002-07-261-1/+5
| | | | | | - since i polluted the newt-frontend with probing functions, i need to have probing functions (doing nothing) here :-((
* add "restore Windows Boot Loader" to rescueGuillaume Cottenceau2002-02-271-2/+13
|
* have a bunch of Rescue documentation directlyGuillaume Cottenceau2001-12-121-1/+6
| | | | | | available from the Rescue-menu following suggestions by Denis among others
* - add a GUI to the rescueGuillaume Cottenceau2001-10-241-0/+206
- provide guessmounts with better efficiency and output, go to console, and reboot - provide install_bootloader which runs lilo from /mnt if it seems safe - add lsparts to rescue, which prints partitions with detected types