Age | Commit message (Expand) | Author |
2007-09-06 | umount: support (by ignoring) -i; style fixes | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-05 | [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-12 | umount: umount -a shouldn't stop on first failure | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-14 | umount: do not try to close FILE* which is NULL. | Denis Vlasenko |
2006-08-17 | The kernel can't handle umount /dev/hdc, we have to do it through mtab, | Rob Landley |
2006-08-03 | Fix umount so loop device disassociation hopefully doesn't screw up errno on | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-15 | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley |
2006-03-17 | Bug fix: umount wasn't detaching loop devices unless mtab support was enabled. | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-02-08 | Fix umount so it works if there's no /etc/mtab or /proc/mounts, make | Rob Landley |
2005-10-10 | better check usage with options, correct show problem error message, indent | "Vladimir N. Oleynik" |
2005-09-24 | Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). | Rob Landley |
2005-08-23 | When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() | Rob Landley |
2005-08-10 | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | Rob Landley |
2004-08-03 | Tito, farmatito at tiscali dot it writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-02-22 | Patch from Chris Larson (kergoth), to allow multiple directores to be | Glenn L McGrath |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-06-20 | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-08-02 | Teach libc5 about realpath | Eric Andersen |
2001-05-15 | Patch from Vladimir: | Eric Andersen |
2001-05-02 | Canonicalize path before trying to unmount it. | Matt Kraai |
2001-04-01 | Move the mtab support stuff into libbb | Eric Andersen |
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |
2001-01-17 | Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. | Matt Kraai |
2000-12-22 | Use busybox error handling functions wherever possible. | Matt Kraai |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-06 | Fix exit status on failure. | Matt Kraai |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-07-25 | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai |