aboutsummaryrefslogtreecommitdiff
path: root/util-linux/losetup.c
AgeCommit message (Expand)Author
2020-10-01mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-09mount,losetup: use /dev/loop-control is it existsDenys Vlasenko
2019-05-30losetup: Add partition scanning optionJack O'Sullivan
2019-05-23losetup: implement -cDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-07losetup: make NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-03-16mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2013-06-27losetup: assorted fixes. Closes 6314Denys Vlasenko
2013-03-12losetup: fix util-linux compatibilityMandeep Singh Baines
2011-09-12losetup: implement -r option. Closes 4033.Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-04losetup: use LOOP_foo definesLauri Kasanen
2010-06-07modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard
2010-05-19losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko
2008-07-21- commentary typo fixBernhard Reutner-Fischer
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2007-12-22perror_nomsg: don't print extra colonDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01printf("%s\n") -> puts()Denis Vlasenko
2007-09-26losetup: support -f (Loic Grenie <loic.grenie@gmail.com>)Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-19loop device code: readability improvementDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-29losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yDenis Vlasenko
2006-09-27losetup: with no arguments lists all /dev/loopN. Corrected help text.Denis Vlasenko
2006-09-22losetup: getopt_ulflags'ification + small fix for perror_nomsgDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-01-25just whitespaceTim Riker
2006-01-13- revert last change for now..Bernhard Reutner-Fischer
2006-01-13this applet needlessly big! TODO: bb_getopt_ulflags()Bernhard Reutner-Fischer
2005-12-21When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange.Rob Landley
2005-11-29Fix losetup so that it A) actually works again, B) has much better errorRob Landley
2005-08-10Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley
2003-07-30Lars Ekman writes:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-03-20* include/applets.h (CONFIG_LOSETUP): New.Matt Kraai