1. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  2. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 18 years ago
  3. 5a57821 Bug fix: umount wasn't detaching loop devices unless mtab support was enabled. by Rob Landley · 19 years ago
  4. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  5. cc6d8d3 Fix umount so it works if there's no /etc/mtab or /proc/mounts, make by Rob Landley · 19 years ago
  6. 54cb5c6 better check usage with options, correct show problem error message, indent by "Vladimir N. Oleynik" · 19 years ago
  7. 1672255 Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). by Rob Landley · 19 years ago
  8. f4c684a When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() by Rob Landley · 19 years ago
  9. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  10. 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
  11. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  12. 15a4f1e Patch from Chris Larson (kergoth), to allow multiple directores to be by Glenn L McGrath · 21 years ago
  13. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  14. 9d7f0f0 Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a by Eric Andersen · 21 years ago
  15. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  16. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  17. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  18. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  19. 8a91588 Teach libc5 about realpath -Erik by Eric Andersen · 23 years ago
  20. c911a43 Patch from Vladimir: by Eric Andersen · 23 years ago
  21. adcbc12 Canonicalize path before trying to unmount it. by Matt Kraai · 23 years ago
  22. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 23 years ago
  23. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
  24. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  25. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  26. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  27. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  28. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  29. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  30. fd4c58d Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. by Matt Kraai · 24 years ago
  31. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  32. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  33. 92ed8a3 Fix exit status on failure. by Matt Kraai · 24 years ago
  34. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  35. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  36. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  37. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  38. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  39. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  40. a57ba4d Argh. More cross libc cleanup. Should be ok now... -Erik by Eric Andersen · 24 years ago
  41. 2cd439f More cleanup on umount -Erik by Eric Andersen · 24 years ago
  42. bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
  43. bd4a75f Finish off the libc5 porting effort. Everything now works with libc5 by Eric Andersen · 24 years ago
  44. e1e23ee Make umount work and compile cleanly under libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  45. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  46. 6c5f2c6 Add support for "noatime" and "nodiratime" mount flags to mount. by Erik Andersen · 24 years ago
  47. 0a704e8 Remove BB_FEATURE_REMOUNT (small, and should always be present) by Erik Andersen · 24 years ago
  48. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  49. 983b51b minor changes to mount/umount to support-by-ignoring the "-v" flag. by Erik Andersen · 24 years ago
  50. 298854f My latest ramblings. -Erik by Erik Andersen · 25 years ago
  51. ec5bd90 Use the nice new find_real_root_device function to find the by Erik Andersen · 25 years ago
  52. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
  53. ce91732 Some bug fixes I forgot to check-in the other day. by Erik Andersen · 25 years ago
  54. 5b911dd Fixed rebooting when init runs as /linuxrc -Erik by Erik Andersen · 25 years ago
  55. e132f4b Fixed the init problem where it wouldn't unmount filesystems by Erik Andersen · 25 years ago
  56. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  57. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  58. 5cbdd71 mount and umount could leak loop device allocations causing the system to by Erik Andersen · 25 years ago
  59. 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
  60. b7cc49d * Added -o loop option for mount, and support in umount for loop by Erik Andersen · 25 years ago
  61. 485b955 Stuf by Eric Andersen · 25 years ago
  62. d00c262 Stuf by Eric Andersen · 25 years ago
  63. 1667fb4 Fixes by Eric Andersen · 25 years ago
  64. b6a44b8 updates for the day by Eric Andersen · 25 years ago
  65. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  66. cf8c9cf More stuff -- ready for release. -Erik by Eric Andersen · 25 years ago
  67. d0246fb More stuff. by Eric Andersen · 25 years ago
  68. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  69. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  70. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  71. bed30e9 More fixes by Eric Andersen · 25 years ago
  72. 3c16382 Fixed cp -[aR] and some other stuf. by Eric Andersen · 25 years ago
  73. f811e07 More stuff. by Eric Andersen · 25 years ago
  74. cc8ed39 Initial revision by Eric Andersen · 25 years ago