summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/insmod-busybox/insmod.c
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-3758/+0
|
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-1/+1
| | | | | | | | | - 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
* Fixes. Don't care about taint stuff. Constify a little so that some deadGwenolé Beauchesne2003-04-161-15/+14
| | | | | branches could be nuked. -> Reduce code size by 5 KB.
* - Update to busybox 0.65.0 versionGwenolé Beauchesne2003-04-161-492/+1300
| | | | | - Add support for x86-64
* force loadGuillaume Cottenceau2001-03-161-1/+1
|
* use modutils for non Intel arch'sGuillaume Cottenceau2001-02-221-0/+1
|
* - replace remaining perror's with log_perror'sGuillaume Cottenceau2001-01-121-60/+6
| | | | | - little code cleanup
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-8/+5
|
* vacances:Guillaume Cottenceau2001-01-021-47/+59
| | | | | | - be consistent so that every error messages do not end up with a newline. smaller code + consistency. - support insmod calls with parameters given to the kernel (ISA boards and so on..)
* allow compilation on glibc-2.2Francois Pons2000-12-181-1/+1
|
* make all error messages consistently ending with a \nGuillaume Cottenceau2000-12-121-11/+11
|
* add insmod from busybox (i386 only)Guillaume Cottenceau2000-12-071-0/+2995