summaryrefslogtreecommitdiff
path: root/libbb/loop.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert my previous commitGlenn L McGrath2004-06-251-3/+4
|
* Fix compile error under 2.6, check for newer versions first or all theGlenn L McGrath2004-06-251-3/+3
| | | | checks wont be considered.
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Make the loop support stuff be much less evil, and make it copeEric Andersen2004-02-061-1/+34
| | | | | | | | | 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
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
|
* Patch from Dmitry V. Levin to fix a fd leakEric Andersen2003-05-021-0/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-6/+6
|
* Fix devfs loop device supportEric Andersen2002-03-201-1/+1
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+1
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+128
files. Clean up the resulting damage and fix up the makefile. -Erik