Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-09 | Workaround for uClibc-specific header problem described here: | Rob Landley | |
http://www.busybox.net/lists/busybox/2004-December/013276.html Rob | |||
2004-08-16 | Use __kernel_old_dev_t for 2.6.x kernels | Eric Andersen | |
2004-08-16 | Aurelien Jacobs writes: | Eric Andersen | |
with a quick conversion you will see that 132608 == 0x20600 so noticed that the elif will never be matched ! Apparently there was already a try to modify this in CVS which was reverted (it was plain wrong). I don't know when __kernel_old_dev_t is needed, but with a 2.6.7 or a 2.6.8 this is __kernel_dev_t wich is needed. I corrected this with the following patch but maybe older 2.6 still need __kernel_old_dev_t ? I think this should be corrected before 1.0. Thanks Aurel | |||
2004-06-25 | Revert my previous commit | Glenn L McGrath | |
2004-06-25 | Fix compile error under 2.6, check for newer versions first or all the | Glenn L McGrath | |
checks wont be considered. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-02-06 | Make the loop support stuff be much less evil, and make it cope | Eric Andersen | |
with 2.6.x asm/posix_types.h, which has done singularly evil thing by yanking __kernel_dev_t and renaming it. The loop interface was really poorly designed in the first place. The new 64 bit loop interface looks to be somewhat less horrible, too bad it is only present in 2.6.x kernels. -Erik | |||
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-05-02 | Patch from Dmitry V. Levin to fix a fd leak | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-03-20 | Fix devfs loop device support | Eric Andersen | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-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 |