index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
module_syscalls.c
Age
Commit message (
Expand
)
Author
2004-03-06
Don't build these support functions for uClibc, as it always supplies
Manuel Novoa III
2004-02-13
Accomodate the fact that newer libc versions may in fact not
Eric Andersen
2003-07-22
Remove remaining libc5 support code
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-05-26
Make all syscall declarations use the syscall() function
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-28
Use error_msg( instead of fprintf(stderr
Glenn L McGrath
2002-03-12
Cleanup a libc5 compatibility hack
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
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
2001-04-05
Be more generic for libc5. We don't need to know struct definitions
Eric Andersen
2001-04-05
Another iteration -- adjust the init_module syscall a bit.
Eric Andersen
2001-04-05
*** empty log message ***
Eric Andersen
2001-04-05
Some further syscall adjustments. Split the module syscalls out of
Eric Andersen