Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make some 64 bit warnings go away on x86-64. | Rob Landley | 2006-06-19 | 1 | -10/+2 |
| | |||||
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | 2006-06-15 | 1 | -19/+1 |
| | | | | | | fallout due to the #include <sys/mount.h>. Removed that #include from various applets and fixed up those that were unhappy when that #include was made because they'd block copied stuff out of it. (Sigh.) | ||||
* | Remove _(). | Rob Landley | 2006-05-29 | 1 | -14/+12 |
| | |||||
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -2/+2 |
| | |||||
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -7/+6 |
| | | | | | - rename get_kernel_revision() to get_linux_version_code from Robert P. J. Day | ||||
* | Robert Eggers noticed that nfsmount would sometimes incorrectly return success. | Rob Landley | 2006-04-17 | 1 | -6/+2 |
| | |||||
* | Robert P Day removed some commented out code. | Rob Landley | 2006-03-26 | 1 | -14/+0 |
| | |||||
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -29/+35 |
| | | | | the busybox binary) into enums (which don't). | ||||
* | - put NLS stuff in one central place to avoid redefines. | Bernhard Reutner-Fischer | 2006-02-23 | 1 | -3/+1 |
| | | | | | | | | Fixes warnings about: fdisk.c:45:1: warning: "_" redefined nfsmount.c:121:1: warning: "_" redefined nfsmount.c:122:1: warning: "N_" redefined interface.c:84:1: warning: "_" redefined | ||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -5/+5 |
| | |||||
* | Some minor cleanups/bugfixes split off from the big remount work: | Rob Landley | 2005-12-20 | 1 | -0/+6 |
| | | | | | | | Shorten GPL boilerplate. Enabling FEATURE_CLEAN_UP broke things in two places. Move the NFS with uClibc check to nfsmount.c | ||||
* | another more const | "Vladimir N. Oleynik" | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | Rob Landley | 2005-08-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | things down a bit, fixed a number of funky corner cases, added support for several new features (things like mount --move, mount --bind, lazy unounts, automatic detection of loop mounts, and so on). Probably broke several other things, but it's fixable. (Bang on it, tell me what doesn't work for you...) Note: you no longer need to say "-o loop". It does that for you when necessary. Still need to add "user mount" support, which involves making mount suid. Not too hard to do under the new infrastructure, just haven't done it yet... The previous code had the following notes, that belong in the version control comments: - * 3/21/1999 Charles P. Wright <cpwright@cpwright.com> - * searches through fstab when -a is passed - * will try mounting stuff with all fses when passed -t auto - * - * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. - * - * 1999-10-07 Erik Andersen <andersen@codepoet.org>. - * Rewrite of a lot of code. Removed mtab usage (I plan on - * putting it back as a compile-time option some time), - * major adjustments to option parsing, and some serious - * dieting all around. - * - * 1999-11-06 mtab support is back - andersee - * - * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's - * mount to add loop support. - * - * 2000-04-30 Dave Cinege <dcinege@psychosis.com> - * Rewrote fstab while loop and lower mount section. Can now do - * single mounts from fstab. Can override fstab options for single - * mount. Common mount_one call for single mounts and 'all'. Fixed - * mtab updating and stale entries. Removed 'remount' default. - * | ||||
* | YAEGASHI Takeshi writes: | Eric Andersen | 2004-07-26 | 1 | -3/+5 |
| | | | | | | | | | | | | | | Hi, With the following /etc/fstab (any two or more lines of nfs), mount -a -t nfs causes a segmentation faults. server:/exports/aaa /mnt/aaa nfs defaults 0 0 server:/exprots/bbb /mnt/bbb nfs defaults 0 0 In util-linux/nfsmount.c, it overwrites malloc'ed pointer *mount_opts with a static pointer. With this patch it does proper memory realloc and data copy instead. | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -6/+6 |
| | |||||
* | Fixup use of 'u_int' to instead use 'unsigned int' | Eric Andersen | 2004-01-30 | 1 | -2/+2 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -15/+15 |
| | |||||
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -1/+48 |
| | | | | | | Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik | ||||
* | Rename dirname variable to pathname to eliminate namespace conflict. | Matt Kraai | 2001-07-26 | 1 | -7/+7 |
| | |||||
* | Add xgethostbyname and herror_msg* functions. | Matt Kraai | 2001-05-16 | 1 | -2/+2 |
| | |||||
* | Clean up more local vars which shadow globals | Eric Andersen | 2001-03-21 | 1 | -5/+5 |
| | | | | -Erik | ||||
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 1 | -4/+4 |
| | | | | cleans up most of the now-revealed problems. | ||||
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -1/+1 |
| | | | | namespace polluting things that really should be static. | ||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -8/+8 |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | ||||
* | Remove leftover junk | Eric Andersen | 2001-02-18 | 1 | -1/+0 |
| | |||||
* | Fix warning for implicit declaration of time() | Glenn L McGrath | 2001-02-16 | 1 | -1/+2 |
| | |||||
* | Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for | Mark Whitley | 2001-02-01 | 1 | -8/+11 |
| | | | | NFS_MOUNT_VERSION, depending on which kernel you're running. | ||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -12/+12 |
| | |||||
* | Applied patch from Larry Doolittle to use preprocessor for defining | Mark Whitley | 2001-01-30 | 1 | -1/+3 |
| | | | | NFS_MOUNT_VERSION. | ||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -30/+31 |
| | |||||
* | Be more careful about dmalloc handling | Eric Andersen | 2001-01-02 | 1 | -2/+0 |
| | |||||
* | NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with ↵ | Glenn L McGrath | 2000-12-09 | 1 | -0/+6 |
| | | | | | | libc6-2.2-5 This just defines that if they arent found in the kernel header | ||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -12/+12 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Fix uname problem that was breaking poweroff. | Eric Andersen | 2000-10-30 | 1 | -16/+2 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
| | | | | -Erik | ||||
* | A couple of minor warning cleanups. | Eric Andersen | 2000-07-14 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -22/+12 |
| | |||||
* | Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. | Eric Andersen | 2000-07-10 | 1 | -744/+443 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -476/+457 |
| | | | | -Erik | ||||
* | Stuff | Eric Andersen | 1999-11-18 | 1 | -0/+1309 |