Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-07 | This code exists to compensate for ancient broken build environments which, | Rob Landley | |
as far as I can tell, are no longer relevant. Modern busybox refuses to build under libc5 (there's a specific test and #error for that), and I'm not sure building against 2.1 kernel headers on Alpha was ever relevant. I'm happy to put any of this back if anybody can point to a real need for it, but if so we need to specifically document what environment is being compensated for. (And we should quarrantine the build environment code into one place, anyway. Maybe "quirks.h" for known compiler and libc quirks?) | |||
2005-09-06 | Amir Shalem writes: | Mike Frysinger | |
this patch fix syscall names mix-up in libb/syscalls.c | |||
2005-08-27 | make sure __NF_sysfs exists before trying to use it | Mike Frysinger | |
2005-03-04 | Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root. | Mike Frysinger | |
2005-03-04 | add some more comments | Mike Frysinger | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | 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 | |
-Erik | |||
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 | Handle glibc 2.0.7 as well | 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 | |||
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | |
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik | |||
2001-03-16 | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | |
files. Clean up the resulting damage and fix up the makefile. -Erik |