Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-10-24 | Accomodate older glibc, which also lacks the module syscalls | Eric Andersen | |
2001-06-29 | Add some missing includes to kill warnings when building with the default | Manuel Novoa III | |
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. | |||
2001-04-05 | Be more generic for libc5. We don't need to know struct definitions | Eric Andersen | |
to make the syscall finction -- use a generic pointer instead. | |||
2001-04-05 | Another iteration -- adjust the init_module syscall a bit. | Eric Andersen | |
-Erik | |||
2001-04-05 | *** empty log message *** | Eric Andersen | |
2001-04-05 | Some further syscall adjustments. Split the module syscalls out of | Eric Andersen | |
insmod and into libbb. Only enable them for libc5. glibc and uClibc don't need them. -Erik |