summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-02-07libbb/loop: don't try to re-use existing loop deviceKevin Wallace1-10/+1
2014-01-21libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko1-6/+12
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2011-09-12losetup: implement -r option. Closes 4033.Denys Vlasenko4-13/+17
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-05-18losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko2-26/+35
2010-04-14loop: correct minor device number limitDenys Vlasenko1-1/+2
2010-04-14mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen3-2/+25
2010-03-18libbb/loop: comment out u32 hackDenys Vlasenko1-1/+2
2010-03-08libbb/loop.c: move #include to its user, improve commentDenys Vlasenko1-3/+1
2010-03-06libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2-5/+7
2010-03-05libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko1-13/+18
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko15-17/+22
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko10-53/+72
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-08-03mount: print errno on NFS error (again)Denis Vlasenko5-20/+31
2007-04-19loop device code: readability improvementDenis Vlasenko2-13/+20
2007-01-19strdup -> xstrdupDenis Vlasenko3-5/+6
2006-10-08correct largefile support, add comments about it.Denis Vlasenko15-91/+121
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley39-224/+204
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"36-404/+36
2006-06-25Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"Rob Landley1-1/+1
2006-06-25Fix a possible race condition if two processes try to claim the same loopRob Landley1-3/+4
2006-03-18Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO soRob Landley1-13/+6
2006-01-30with 2.4 kernel headers, lo_file_name is char, but with 2.6Eric Andersen1-3/+3
2006-01-25just whitespaceTim Riker254-2027/+2027
2006-01-22Close bug 644: loop incrementing twice, skipping ever other device.Rob Landley1-1/+1
2005-12-21Trying to losetup a device as a regular user shouldn't result in an endlessRob Landley1-2/+3
2005-11-29Fix losetup so that it A) actually works again, B) has much better errorRob Landley4-90/+65
2005-10-15- don't update copyright years. He might release it, but apparently will haveBernhard Reutner-Fischer1-1/+1
2005-10-15- an empty middle term in ?: violates ISO CBernhard Reutner-Fischer1-31/+22
2005-10-11The check for EROFS was wrong. For example, if you try to mount a filesystemRob Landley1-4/+3
2005-08-10Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley12-922/+543
2005-07-27move the ifdef to after libbb.h include, so it can do some good.Paul Fox1-1/+1
2005-07-22ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won'tPaul Fox1-0/+2
2005-07-19applying fix from:Paul Fox2-1/+9
2005-01-04Dear andersen:Eric Andersen1-1/+2
2005-01-03perhaps a better fixEric Andersen1-0/+2
2004-12-09Workaround for uClibc-specific header problem described here:Rob Landley1-1/+1
2004-08-16Use __kernel_old_dev_t for 2.6.x kernelsEric Andersen1-0/+2
2004-08-16Aurelien Jacobs writes:Eric Andersen1-3/+1
2004-06-25Revert my previous commitGlenn L McGrath1-3/+4
2004-06-25Fix compile error under 2.6, check for newer versions first or all theGlenn L McGrath1-3/+3
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-02-06Make the loop support stuff be much less evil, and make it copeEric Andersen4-81/+34
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-05-02Patch from Dmitry V. Levin to fix a fd leakEric Andersen1-0/+1
[next]