| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | | |||||
| * | Don't build these support functions for uClibc, as it always supplies | Manuel Novoa III | 2004-03-06 | 1 | -0/+4 |
| | | | | | versions. | ||||
| * | Accomodate the fact that newer libc versions may in fact not | Eric Andersen | 2004-02-13 | 1 | -6/+29 |
| | | | | | contain query_module and friends and more | ||||
| * | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -7/+3 |
| | | |||||
| * | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
| | | |||||
| * | Make all syscall declarations use the syscall() function | Eric Andersen | 2003-05-26 | 1 | -21/+26 |
| | | |||||
| * | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+1 |
| | | |||||
| * | Use error_msg( instead of fprintf(stderr | Glenn L McGrath | 2002-11-28 | 1 | -2/+2 |
| | | |||||
| * | Cleanup a libc5 compatibility hack | Eric Andersen | 2002-03-12 | 1 | -1/+2 |
| | | |||||
| * | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -2/+2 |
| | | | | | -Erik | ||||
| * | Accomodate older glibc, which also lacks the module syscalls | Eric Andersen | 2001-10-24 | 1 | -1/+1 |
| | | |||||
| * | Add some missing includes to kill warnings when building with the default | Manuel Novoa III | 2001-06-29 | 1 | -0/+2 |
| | | | | | | | | Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c. | ||||
| * | Be more generic for libc5. We don't need to know struct definitions | Eric Andersen | 2001-04-05 | 1 | -1/+1 |
| | | | | | to make the syscall finction -- use a generic pointer instead. | ||||
| * | Another iteration -- adjust the init_module syscall a bit. | Eric Andersen | 2001-04-05 | 1 | -35/+9 |
| | | | | | -Erik | ||||
| * | *** empty log message *** | Eric Andersen | 2001-04-05 | 1 | -3/+27 |
| | | |||||
| * | Some further syscall adjustments. Split the module syscalls out of | Eric Andersen | 2001-04-05 | 1 | -0/+88 |
| insmod and into libbb. Only enable them for libc5. glibc and uClibc don't need them. -Erik | |||||
