| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix umount so loop device disassociation hopefully doesn't screw up errno on | Rob Landley | 2006-08-03 | 1 | -16/+12 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -2/+2 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | 2006-06-15 | 1 | -5/+1 |
* | Bug fix: umount wasn't detaching loop devices unless mtab support was enabled. | Rob Landley | 2006-03-17 | 1 | -35/+38 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Fix umount so it works if there's no /etc/mtab or /proc/mounts, make | Rob Landley | 2006-02-08 | 1 | -27/+28 |
* | better check usage with options, correct show problem error message, indent | "Vladimir N. Oleynik" | 2005-10-10 | 1 | -18/+19 |
* | Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). | Rob Landley | 2005-09-24 | 1 | -27/+31 |
* | When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() | Rob Landley | 2005-08-23 | 1 | -1/+3 |
* | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | Rob Landley | 2005-08-10 | 1 | -263/+107 |
* | Tito, farmatito at tiscali dot it writes: | Eric Andersen | 2004-08-03 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
* | Patch from Chris Larson (kergoth), to allow multiple directores to be | Glenn L McGrath | 2004-02-22 | 1 | -7/+10 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
* | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | Eric Andersen | 2003-06-20 | 1 | -1/+3 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -11/+10 |
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -4/+2 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -7/+7 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -15/+14 |
* | Teach libc5 about realpath | Eric Andersen | 2001-08-02 | 1 | -0/+5 |
* | Patch from Vladimir: | Eric Andersen | 2001-05-15 | 1 | -17/+16 |
* | Canonicalize path before trying to unmount it. | Matt Kraai | 2001-05-02 | 1 | -1/+6 |
* | Move the mtab support stuff into libbb | Eric Andersen | 2001-04-01 | 1 | -4/+4 |
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 1 | -6/+8 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -2/+2 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -4/+4 |
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -4/+4 |
* | Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. | Matt Kraai | 2001-01-17 | 1 | -4/+4 |
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -3/+2 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -4/+4 |
* | Fix exit status on failure. | Matt Kraai | 2000-12-06 | 1 | -1/+1 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -3/+6 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen | 2000-07-25 | 1 | -1/+4 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -22/+0 |
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -5/+3 |
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 1 | -1/+1 |
* | Argh. More cross libc cleanup. Should be ok now... | Eric Andersen | 2000-07-08 | 1 | -18/+5 |
* | More cleanup on umount | Eric Andersen | 2000-07-08 | 1 | -5/+17 |
* | Update files to reduce dependance on kernel version... | Eric Andersen | 2000-07-08 | 1 | -10/+10 |
* | Finish off the libc5 porting effort. Everything now works with libc5 | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
* | Make umount work and compile cleanly under libc5 and libc6. | Eric Andersen | 2000-06-19 | 1 | -5/+16 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -2/+5 |
* | Add support for "noatime" and "nodiratime" mount flags to mount. | Erik Andersen | 2000-05-05 | 1 | -3/+21 |
* | Remove BB_FEATURE_REMOUNT (small, and should always be present) | Erik Andersen | 2000-05-03 | 1 | -8/+0 |
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -1/+1 |
* | minor changes to mount/umount to support-by-ignoring the "-v" flag. | Erik Andersen | 2000-04-04 | 1 | -0/+2 |