summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init.c
Commit message (Expand)AuthorAgeFilesLines
* do not reinvent kernel constantsThierry Vignaud2013-03-231-12/+5
* Revert commit 6430Nicolas Lécureuil2012-11-111-317/+325
* Do not mix tabs and spacesNicolas Lécureuil2012-11-091-325/+317
* mount /dev/{pts,shm} earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-031-2/+8
* mount /dev as devtmpfs earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-031-1/+3
* create /sys at build time rather than run timeThierry Vignaud2012-09-031-1/+0
* drop redundant mkdir of /proc and /tmp (already done in image)Thierry Vignaud2012-09-031-2/+0
* mount /sys/kernel/debug (needed for new ldetect)Thierry Vignaud2012-08-301-0/+2
* revert to "linux" terminfoThierry Vignaud2012-06-051-1/+1
* make sure nurses get initialized in UTF-8 (mga#4894)Thierry Vignaud2012-06-051-0/+1
* default to "screen" instead of "linux" terminfo (mga#4894)Thierry Vignaud2012-04-051-1/+1
* kill dead emailsThierry Vignaud2012-01-271-1/+1
* 1.52:Thomas Backlund2011-12-061-15/+12
* - clean reboot syscall handlingArnaud Patard2011-03-181-10/+17
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-19/+0
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
* drop INIT_HEADERS support, it was used for minilibc onlyOlivier Blin2007-07-171-4/+0
* do not use _syscallX macros(), they are not available anymore, use syscall() ...Olivier Blin2007-07-171-2/+3
* remove unused SOCK_STREAM variableOlivier Blin2007-07-171-4/+0
* iniline init-libc-headers.h in init.cOlivier Blin2007-07-171-1/+24
* use socklen_t to match accept() prototypeOlivier Blin2007-07-171-1/+1
* re-sync after the big svn lossPascal Rigaux2007-04-251-59/+24
* fix buggy blino commit which caused install failures to cause reboot without ...Pascal Rigaux2005-01-121-2/+2
* ensure /tmp/syslog in stage2 contains the full logPascal Rigaux2005-01-031-1/+1
* drop non-standard tld (localdomain)Olivier Blin2004-09-011-1/+1
* restart forked process if it exits with exit_value_restart as returnOlivier Blin2004-08-121-12/+15
* reorder else if blocks, it's useless to do two times the same testOlivier Blin2004-08-121-5/+5
* use a do while loop to wait for forked processOlivier Blin2004-08-121-5/+2
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* nasty kernel now gives us weird PIDs, so we can't rely on this to detect if w...Pascal Rigaux2004-06-071-4/+1
* instead of keeping stage1 (mostly as temporary space but with a fixed size, a...Pascal Rigaux2004-05-131-0/+1
* unmounting /sys is not needed (useful to have one less line displayed after "...Pascal Rigaux2004-03-041-0/+1
* sleep 10 only when debuggingPascal Rigaux2004-02-131-0/+2
* don't disallow ctrl-alt-del in drakx mode (we don't have sysreqs)Guillaume Cottenceau2003-12-221-0/+2
* repeat after me, "kernel is da shit"Guillaume Cottenceau2003-12-091-3/+2
* seems that some neuneu do "init 0" or "init 6" instead of halt/reboot :(Guillaume Cottenceau2003-12-091-1/+7
* can poweroff in UPGuillaume Cottenceau2003-12-091-4/+4
* C is a dangerous language :((Guillaume Cottenceau2003-12-051-1/+2
* hide fail to umount /image_always and /cdromGuillaume Cottenceau2003-12-051-0/+4
* Andrey told me how to tell supermount to force unmountGuillaume Cottenceau2003-12-051-10/+38
* we need loop-aes for mountloop, so we use change_loop with a special device n...Guillaume Cottenceau2003-12-011-0/+8
* we still can't eject. try to shotgun a bit.Guillaume Cottenceau2003-11-281-0/+17
* be sure door is not locked (/sbin/init busyfies cdrom is image_always is not ...Guillaume Cottenceau2003-11-281-0/+1
* remove message in case it fails miserablyGuillaume Cottenceau2003-11-281-1/+0
* holy shotgun method for del_loops as well, or else we'll miss image_always lo...Guillaume Cottenceau2003-11-271-17/+14
* don't eject cdrom in nfsGuillaume Cottenceau2003-11-271-6/+11
* smp kernel panics when calling poweroff!!Guillaume Cottenceau2003-11-271-7/+17
* non cpu burning forever loopsGuillaume Cottenceau2003-11-271-3/+3
* *** empty log message ***Guillaume Cottenceau2003-11-271-1/+1
* move tries to eject cdromGuillaume Cottenceau2003-11-271-4/+16