Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / loop.c
2019-06-09 Denys Vlasenkomount,losetup: use /dev/loop-control is it exists
2018-06-28 Denys Vlasenkotestsuite/mount.tests: fix false positive
2017-03-16 Denys Vlasenkomount: create loop devices with LO_FLAGS_AUTOCLEAR...
2015-02-07 Kevin Wallacelibbb/loop: don't try to re-use existing loop device
2014-01-21 Denys Vlasenkolibbb: if opening /dev/loopN returns ENXIO, don't try...
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2011-09-12 Denys Vlasenkolosetup: implement -r option. Closes 4033.
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-05-18 Denys Vlasenkolosetup: support /dev/loop10 and higher. closes bug...
2010-04-14 Denys Vlasenkoloop: correct minor device number limit
2010-04-14 Lauri Kasanenmount: add an optional capability to create new /dev...
2010-03-18 Denys Vlasenkolibbb/loop: comment out u32 hack
2010-03-08 Denys Vlasenkolibbb/loop.c: move #include to its user, improve comment
2010-03-06 Denys Vlasenkolibbb/loop.c: use common fix_u32.h trick
2010-03-05 Denys Vlasenkolibbb/loop.c: style and readability fixes, no code...
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-07-05 Denys VlasenkoPatches to enable FreeBSD build
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2007-08-03 Denis Vlasenkomount: print errno on NFS error (again)
2007-04-19 Denis Vlasenkoloop device code: readability improvement
2007-01-19 Denis Vlasenkostrdup -> xstrdup
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-10 "Robert P. J. Day"Replace current verbose GPL stuff in libbb/*.c with...
2006-06-25 Rob LandleyWhitespace. (Vim's auto-indent is kind of annoying...
2006-06-25 Rob LandleyFix a possible race condition if two processes try...
2006-03-18 Rob LandleyWhitespace cleanup and minor tweak (return -ERRNO inste...
2006-01-30 Eric Andersenwith 2.4 kernel headers, lo_file_name is char, but...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Rob LandleyClose bug 644: loop incrementing twice, skipping ever...
2005-12-21 Rob LandleyTrying to losetup a device as a regular user shouldn...
2005-11-29 Rob LandleyFix losetup so that it A) actually works again, B)...
2005-10-15 Bernhard Reutner... - don't update copyright years. He might release it...
2005-10-15 Bernhard Reutner... - an empty middle term in ?: violates ISO C
2005-10-11 Rob LandleyThe check for EROFS was wrong. For example, if you...
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2005-07-27 Paul Foxmove the ifdef to after libbb.h include, so it can...
2005-07-22 Paul Foxifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP...
2005-07-19 Paul Foxapplying fix from:
2005-01-04 Eric AndersenDear andersen:
2005-01-03 Eric Andersenperhaps a better fix
2004-12-09 Rob LandleyWorkaround for uClibc-specific header problem described...
2004-08-16 Eric AndersenUse __kernel_old_dev_t for 2.6.x kernels
2004-08-16 Eric AndersenAurelien Jacobs writes:
2004-06-25 Glenn L McGrathRevert my previous commit
2004-06-25 Glenn L McGrathFix compile error under 2.6, check for newer versions...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-06 Eric AndersenMake the loop support stuff be much less evil, and...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-05-02 Eric AndersenPatch from Dmitry V. Levin to fix a fd leak
2003-03-19 Manuel Novoa III Major coreutils update.
2002-03-20 Eric AndersenFix devfs loop device support
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...