aboutsummaryrefslogtreecommitdiff
path: root/libbb/loop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* loop device code: readability improvementvda2007-04-191-10/+14
* strdup -> xstrdupvda2007-01-191-1/+1
* correct largefile support, add comments about it.vda2006-10-081-1/+3
* attempt to regularize atoi mess.vda2006-10-081-24/+36
* whitespace cleanupvda2006-09-171-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-8/+1
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-0/+1
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.rpjday2006-07-101-1/+0
* Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"landley2006-06-251-1/+1
* Fix a possible race condition if two processes try to claim the same looplandley2006-06-251-3/+4
* Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO solandley2006-03-181-13/+6
* with 2.4 kernel headers, lo_file_name is char, but with 2.6andersen2006-01-301-3/+3
* just whitespacetimr2006-01-251-3/+3
* Close bug 644: loop incrementing twice, skipping ever other device.landley2006-01-221-1/+1
* Trying to losetup a device as a regular user shouldn't result in an endlesslandley2005-12-211-2/+3
* Fix losetup so that it A) actually works again, B) has much better errorlandley2005-11-291-14/+30
* - don't update copyright years. He might release it, but apparently will havealdot2005-10-151-1/+1
* - an empty middle term in ?: violates ISO Caldot2005-10-151-31/+22
* The check for EROFS was wrong. For example, if you try to mount a filesystemlandley2005-10-111-4/+3
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunklandley2005-08-101-92/+71
* move the ifdef to after libbb.h include, so it can do some good.pgf2005-07-271-1/+1
* ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won'tpgf2005-07-221-0/+2
* applying fix from:pgf2005-07-191-1/+1
* Dear andersen:andersen2005-01-041-1/+2
* perhaps a better fixandersen2005-01-031-0/+2
* Workaround for uClibc-specific header problem described here:landley2004-12-091-1/+1
* Use __kernel_old_dev_t for 2.6.x kernelsandersen2004-08-161-0/+2
* Aurelien Jacobs writes:andersen2004-08-161-3/+1
* Revert my previous commitbug12004-06-251-3/+4
* Fix compile error under 2.6, check for newer versions first or all thebug12004-06-251-3/+3
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Make the loop support stuff be much less evil, and make it copeandersen2004-02-061-1/+34
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
* Patch from Dmitry V. Levin to fix a fd leakandersen2003-05-021-0/+1
* Major coreutils update.mjn32003-03-191-6/+6
* Fix devfs loop device supportandersen2002-03-201-1/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-7/+1
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-0/+128