summaryrefslogtreecommitdiff
path: root/libbb/module_syscalls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Accomodate the fact that newer libc versions may in fact notEric Andersen2004-02-131-6/+29
* Remove remaining libc5 support codeEric Andersen2003-07-221-7/+3
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Make all syscall declarations use the syscall() functionEric Andersen2003-05-261-21/+26
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
* Use error_msg( instead of fprintf(stderrGlenn L McGrath2002-11-281-2/+2
* Cleanup a libc5 compatibility hackEric Andersen2002-03-121-1/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
* Accomodate older glibc, which also lacks the module syscallsEric Andersen2001-10-241-1/+1
* Add some missing includes to kill warnings when building with the defaultManuel Novoa III2001-06-291-0/+2
* Be more generic for libc5. We don't need to know struct definitionsEric Andersen2001-04-051-1/+1
* Another iteration -- adjust the init_module syscall a bit.Eric Andersen2001-04-051-35/+9
* *** empty log message ***Eric Andersen2001-04-051-3/+27
* Some further syscall adjustments. Split the module syscalls out ofEric Andersen2001-04-051-0/+88