summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/minilibc.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unused minilibcOlivier Blin2007-07-171-317/+0
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-5/+62
| | | | | | | | | - 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
* add symbols __libc_csu_fini and __libc_csu_init to be compatible with new ↵Pascal Rigaux2003-01-031-0/+9
| | | | glibc (?)
* compile with -WGuillaume Cottenceau2002-07-031-6/+6
|
* have "init" compiled against dietlibc (rather than glibc) on non-Intel arch'sGuillaume Cottenceau2001-02-221-4/+4
|
* - fix "init" on ppc (do not use minilibc on non-i386 arch's)Guillaume Cottenceau2001-02-211-26/+1
| | | | | | - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - cleanup of "init"
* - add pci probing featureGuillaume Cottenceau2000-12-121-0/+15
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-8/+8
| | | | | soon will launch the stage2
* first draft for init and minilibcGuillaume Cottenceau2000-11-201-0/+261