summaryrefslogtreecommitdiff
path: root/libbb/loop.c
Commit message (Expand)AuthorAgeFilesLines
* mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-161-16/+33
* libbb/loop: don't try to re-use existing loop deviceKevin Wallace2015-02-071-10/+1
* libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko2014-01-211-6/+12
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-3/+3
* losetup: implement -r option. Closes 4033.Denys Vlasenko2011-09-121-4/+6
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko2010-05-191-1/+1
* loop: correct minor device number limitDenys Vlasenko2010-04-141-1/+2
* mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen2010-04-141-2/+12
* libbb/loop: comment out u32 hackDenys Vlasenko2010-03-181-1/+2
* libbb/loop.c: move #include to its user, improve commentDenys Vlasenko2010-03-081-3/+1
* libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2010-03-061-5/+1
* libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko2010-03-051-13/+18
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-16/+23
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* mount: print errno on NFS error (again)Denis Vlasenko2007-08-031-3/+4
* loop device code: readability improvementDenis Vlasenko2007-04-191-10/+14
* strdup -> xstrdupDenis Vlasenko2007-01-191-1/+1
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-1/+3
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-24/+36
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+1
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-0/+1
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-1/+0
* Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"Rob Landley2006-06-251-1/+1
* Fix a possible race condition if two processes try to claim the same loopRob Landley2006-06-251-3/+4
* Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO soRob Landley2006-03-181-13/+6
* with 2.4 kernel headers, lo_file_name is char, but with 2.6Eric Andersen2006-01-301-3/+3
* just whitespaceTim Riker2006-01-251-3/+3
* Close bug 644: loop incrementing twice, skipping ever other device.Rob Landley2006-01-221-1/+1
* Trying to losetup a device as a regular user shouldn't result in an endlessRob Landley2005-12-211-2/+3
* Fix losetup so that it A) actually works again, B) has much better errorRob Landley2005-11-291-14/+30
* - don't update copyright years. He might release it, but apparently will haveBernhard Reutner-Fischer2005-10-151-1/+1
* - an empty middle term in ?: violates ISO CBernhard Reutner-Fischer2005-10-151-31/+22
* The check for EROFS was wrong. For example, if you try to mount a filesystemRob Landley2005-10-111-4/+3
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-101-92/+71
* move the ifdef to after libbb.h include, so it can do some good.Paul Fox2005-07-271-1/+1
* ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won'tPaul Fox2005-07-221-0/+2
* applying fix from:Paul Fox2005-07-191-1/+1
* Dear andersen:Eric Andersen2005-01-041-1/+2
* perhaps a better fixEric Andersen2005-01-031-0/+2
* Workaround for uClibc-specific header problem described here:Rob Landley2004-12-091-1/+1
* Use __kernel_old_dev_t for 2.6.x kernelsEric Andersen2004-08-161-0/+2
* Aurelien Jacobs writes:Eric Andersen2004-08-161-3/+1
* 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
* 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
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1