| Commit message (Expand) | Author | Age | Files | Lines |
* | loop device code: readability improvement | vda | 2007-04-19 | 1 | -10/+14 |
* | strdup -> xstrdup | vda | 2007-01-19 | 1 | -1/+1 |
* | correct largefile support, add comments about it. | vda | 2006-10-08 | 1 | -1/+3 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 1 | -24/+36 |
* | whitespace cleanup | vda | 2006-09-17 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -8/+1 |
* | Cleaup read() and write() variants, plus a couple of new functions like | landley | 2006-07-16 | 1 | -0/+1 |
* | Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. | rpjday | 2006-07-10 | 1 | -1/+0 |
* | Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime" | landley | 2006-06-25 | 1 | -1/+1 |
* | Fix a possible race condition if two processes try to claim the same loop | landley | 2006-06-25 | 1 | -3/+4 |
* | Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so | landley | 2006-03-18 | 1 | -13/+6 |
* | with 2.4 kernel headers, lo_file_name is char, but with 2.6 | andersen | 2006-01-30 | 1 | -3/+3 |
* | just whitespace | timr | 2006-01-25 | 1 | -3/+3 |
* | Close bug 644: loop incrementing twice, skipping ever other device. | landley | 2006-01-22 | 1 | -1/+1 |
* | Trying to losetup a device as a regular user shouldn't result in an endless | landley | 2005-12-21 | 1 | -2/+3 |
* | Fix losetup so that it A) actually works again, B) has much better error | landley | 2005-11-29 | 1 | -14/+30 |
* | - don't update copyright years. He might release it, but apparently will have | aldot | 2005-10-15 | 1 | -1/+1 |
* | - an empty middle term in ?: violates ISO C | aldot | 2005-10-15 | 1 | -31/+22 |
* | The check for EROFS was wrong. For example, if you try to mount a filesystem | landley | 2005-10-11 | 1 | -4/+3 |
* | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | landley | 2005-08-10 | 1 | -92/+71 |
* | move the ifdef to after libbb.h include, so it can do some good. | pgf | 2005-07-27 | 1 | -1/+1 |
* | ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't | pgf | 2005-07-22 | 1 | -0/+2 |
* | applying fix from: | pgf | 2005-07-19 | 1 | -1/+1 |
* | Dear andersen: | andersen | 2005-01-04 | 1 | -1/+2 |
* | perhaps a better fix | andersen | 2005-01-03 | 1 | -0/+2 |
* | Workaround for uClibc-specific header problem described here: | landley | 2004-12-09 | 1 | -1/+1 |
* | Use __kernel_old_dev_t for 2.6.x kernels | andersen | 2004-08-16 | 1 | -0/+2 |
* | Aurelien Jacobs writes: | andersen | 2004-08-16 | 1 | -3/+1 |
* | Revert my previous commit | bug1 | 2004-06-25 | 1 | -3/+4 |
* | Fix compile error under 2.6, check for newer versions first or all the | bug1 | 2004-06-25 | 1 | -3/+3 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -1/+1 |
* | Make the loop support stuff be much less evil, and make it cope | andersen | 2004-02-06 | 1 | -1/+34 |
* | Update a bunch of docs. Run a script to update my email addr. | andersen | 2003-07-14 | 1 | -1/+1 |
* | Patch from Dmitry V. Levin to fix a fd leak | andersen | 2003-05-02 | 1 | -0/+1 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -6/+6 |
* | Fix devfs loop device support | andersen | 2002-03-20 | 1 | -1/+1 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -7/+1 |
* | Convert utility.c into libbb.a. It is now a whole pile of .c | andersen | 2001-03-16 | 1 | -0/+128 |