1. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  2. 13e709c losetup: implement -r option. Closes 4033. by Denys Vlasenko · 13 years ago
  3. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  4. 9251014 losetup: support /dev/loop10 and higher. closes bug 1627 by Denys Vlasenko · 15 years ago
  5. b9dd5ab loop: correct minor device number limit by Denys Vlasenko · 15 years ago
  6. 375a8ef mount: add an optional capability to create new /dev/loopN as needed by Lauri Kasanen · 15 years ago
  7. 98f1dc1 libbb/loop: comment out u32 hack by Denys Vlasenko · 15 years ago
  8. 41d8134 libbb/loop.c: move #include to its user, improve comment by Denys Vlasenko · 15 years ago
  9. 8cb4036 libbb/loop.c: use common fix_u32.h trick by Denys Vlasenko · 15 years ago
  10. 44fbfa7 libbb/loop.c: style and readability fixes, no code changes by Denys Vlasenko · 15 years ago
  11. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  12. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  13. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  14. 0e2c9fb mount: print errno on NFS error (again) by Denis Vlasenko · 17 years ago
  15. c34d355 loop device code: readability improvement by Denis Vlasenko · 18 years ago
  16. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  17. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  18. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  19. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  20. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  21. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  22. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  23. a892bf8 Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime" by Rob Landley · 18 years ago
  24. 934da82 Fix a possible race condition if two processes try to claim the same loop by Rob Landley · 18 years ago
  25. aae8b34 Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so by Rob Landley · 19 years ago
  26. 76b2427 with 2.4 kernel headers, lo_file_name is char, but with 2.6 by Eric Andersen · 19 years ago
  27. c1ef7bd just whitespace by Tim Riker · 19 years ago
  28. b70ccd9 Close bug 644: loop incrementing twice, skipping ever other device. by Rob Landley · 19 years ago
  29. 9085467 Trying to losetup a device as a regular user shouldn't result in an endless by Rob Landley · 19 years ago
  30. 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
  31. 7547a6e - don't update copyright years. He might release it, but apparently will have by Bernhard Reutner-Fischer · 19 years ago
  32. 94c3331 - an empty middle term in ?: violates ISO C by Bernhard Reutner-Fischer · 19 years ago
  33. ff567f7 The check for EROFS was wrong. For example, if you try to mount a filesystem by Rob Landley · 19 years ago
  34. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  35. e5ba382 move the ifdef to after libbb.h include, so it can do some good. by Paul Fox · 19 years ago
  36. 1429017 ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't by Paul Fox · 19 years ago
  37. 3f6f317 applying fix from: by Paul Fox · 19 years ago
  38. 1e4dc96 Dear andersen: by Eric Andersen · 20 years ago
  39. 1271dbb perhaps a better fix by Eric Andersen · 20 years ago
  40. 861f014 Workaround for uClibc-specific header problem described here: by Rob Landley · 20 years ago
  41. 0722513 Use __kernel_old_dev_t for 2.6.x kernels by Eric Andersen · 20 years ago
  42. cf6ef05 Aurelien Jacobs writes: by Eric Andersen · 20 years ago
  43. 774e6cc Revert my previous commit by Glenn L McGrath · 20 years ago
  44. d967046 Fix compile error under 2.6, check for newer versions first or all the by Glenn L McGrath · 20 years ago
  45. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  46. ef8cd3b Make the loop support stuff be much less evil, and make it cope by Eric Andersen · 21 years ago
  47. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  48. 7b3edeb Patch from Dmitry V. Levin to fix a fd leak by Eric Andersen · 22 years ago
  49. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  50. c7a3fb9 Fix devfs loop device support by Eric Andersen · 23 years ago
  51. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  52. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 24 years ago