aboutsummaryrefslogtreecommitdiff
path: root/libbb/loop.c
AgeCommit message (Collapse)Author
2004-06-25Revert my previous commitGlenn L McGrath
2004-06-25Fix compile error under 2.6, check for newer versions first or all theGlenn L McGrath
checks wont be considered.
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-06Make the loop support stuff be much less evil, and make it copeEric 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-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-05-02Patch from Dmitry V. Levin to fix a fd leakEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-03-20Fix devfs loop device supportEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen
files. Clean up the resulting damage and fix up the makefile. -Erik