Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |