Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed the "-f" option. | Eric Andersen | 2000-08-02 | 1 | -3/+1 | |
| | | | | -Erik | |||||
* | Merge in two patches from Dave Cinege: | Eric Andersen | 2000-08-02 | 1 | -32/+56 | |
| | | | | | | | | | | the first is a cleanup of tar --exclude the second changes mount so mtab works more as it should, and also allows mount to use the traditional short form (i.e. 'mount / -o remount,rw' now works. While inside tar, I changed it to use getopt... -Erik | |||||
* | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen | 2000-07-25 | 3 | -4/+9 | |
| | | | | -Erik | |||||
* | Centralize handling of --help. | Matt Kraai | 2000-07-19 | 1 | -4/+0 | |
| | ||||||
* | It is now possible to select in busybox.def.h whether minixfs version 2 | Pavel Roskin | 2000-07-17 | 2 | -36/+30 | |
| | | | | is to be supported. | |||||
* | The result of getopt() is "int" and should be treated as such | Pavel Roskin | 2000-07-17 | 1 | -1/+2 | |
| | ||||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 10 | -146/+2 | |
| | ||||||
* | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai | 2000-07-14 | 2 | -35/+30 | |
| | | | | for their extraction to a separate file. | |||||
* | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | 2000-07-14 | 1 | -35/+21 | |
| | | | | -Erik | |||||
* | More fixes for "missing initializers" | Pavel Roskin | 2000-07-14 | 1 | -1/+1 | |
| | ||||||
* | A couple of minor warning cleanups. | Eric Andersen | 2000-07-14 | 2 | -2/+5 | |
| | | | | -Erik | |||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 7 | -56/+37 | |
| | ||||||
* | Patch from Jon McClintock <jonm@bluemug.com> | Eric Andersen | 2000-07-12 | 1 | -1/+67 | |
| | | | | | | | | | | | >The attached patch adds the ability to parse the actual mode specifier in >fbset. So now > > fbset -n 640x480-72 > >Will actually work. I don't know if I've reinvented the wheel though... -Erik | |||||
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 3 | -4/+4 | |
| | ||||||
* | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 4 | -29/+15 | |
| | ||||||
* | Forgot to commit these cleanups it seems. | Eric Andersen | 2000-07-11 | 2 | -2/+0 | |
| | | | | -Erik | |||||
* | Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. | Eric Andersen | 2000-07-10 | 2 | -897/+600 | |
| | | | | -Erik | |||||
* | Comment on kernel stuff | Eric Andersen | 2000-07-10 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | More linux kernel header file removal. | Eric Andersen | 2000-07-10 | 2 | -4/+194 | |
| | | | | -Erik | |||||
* | Remove yet more kernel header dependancies. | Eric Andersen | 2000-07-10 | 2 | -2/+2 | |
| | | | | -Erik | |||||
* | Argh. More cross libc cleanup. Should be ok now... | Eric Andersen | 2000-07-08 | 2 | -24/+25 | |
| | | | | -Erik | |||||
* | More cleanup on umount | Eric Andersen | 2000-07-08 | 1 | -5/+17 | |
| | | | | -Erik | |||||
* | Update files to reduce dependance on kernel version... | Eric Andersen | 2000-07-08 | 4 | -15/+18 | |
| | | | | -Erik | |||||
* | Turned some stuff into features that really are features, not apps. | Eric Andersen | 2000-07-06 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Added (fixed) the '-n' option to fbset. Renumbered the command parameters to | Eric Andersen | 2000-07-06 | 1 | -20/+25 | |
| | | | | | | put a gap between the normal commands and the fancy commands. This makes it cleaner to add normal commands. Patch from Jon McClintock <jonm@bluemug.com>. -Erik | |||||
* | Remove some warning with glibc. | Eric Andersen | 2000-07-06 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | a few minor cleanups. | Eric Andersen | 2000-07-06 | 2 | -3/+4 | |
| | | | | -Erik | |||||
* | Remove misguided klude around for 2.4.x-test* brokenness. Al Viro | Eric Andersen | 2000-07-05 | 1 | -8/+0 | |
| | | | | | will be removing this stuff from /proc/mounts real soon now I am assured. -Erik | |||||
* | Some cosmetic updates. Changed "OPTIONS" to "Options". | Eric Andersen | 2000-07-04 | 2 | -2/+2 | |
| | | | | -Erik | |||||
* | Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in | Eric Andersen | 2000-06-26 | 1 | -0/+8 | |
| | | | | | /proc/mounts, added a hack to make sysinfo work with both old and new kernels). -Erik | |||||
* | Cleaned up some #ifdef spiderwebs. | Mark Whitley | 2000-06-21 | 1 | -30/+19 | |
| | ||||||
* | Finish off the libc5 porting effort. Everything now works with libc5 | Eric Andersen | 2000-06-19 | 2 | -2/+2 | |
| | | | | | except for md5sum, which uses the GNU libc addition getline(). -Erik | |||||
* | Make umount work and compile cleanly under libc5 and libc6. | Eric Andersen | 2000-06-19 | 1 | -5/+16 | |
| | | | | -Erik | |||||
* | Make swaponoff compile cleanly under both libc5 and libc6. | Eric Andersen | 2000-06-19 | 1 | -2/+4 | |
| | | | | -Erik | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 6 | -7/+6 | |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||||
* | Added some comments and changed a variable name to be more meaningful. No | Mark Whitley | 2000-06-16 | 1 | -5/+22 | |
| | | | | fixes yet for the space bug, but should be coming soon. | |||||
* | * Fixed 'swapon -a' and 'swapoff -a', which were broken. | Eric Andersen | 2000-06-07 | 2 | -15/+14 | |
| | | | | | | * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik | |||||
* | Oops. Remove the debugging noise. | Eric Andersen | 2000-06-06 | 1 | -7/+0 | |
| | | | | -Erik | |||||
* | mkfs.minix rev 1.7 completely broke the option parser. This fixes it. | Eric Andersen | 2000-06-06 | 1 | -11/+25 | |
| | | | | -Erik | |||||
* | "mount" now reports errors from nfsmount() and assumes NFS mount | Pavel Roskin | 2000-06-06 | 1 | -4/+7 | |
| | | | | if ':' is present in the device name - Pavel Roskin | |||||
* | Fixed a bunch of stuff: | Eric Andersen | 2000-06-06 | 1 | -1/+1 | |
| | | | | | | | | | | * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik | |||||
* | This patch | Eric Andersen | 2000-06-04 | 1 | -8/+4 | |
| | | | | | | | | - eliminates the need to have a buffer and strcpy to it - makes freeramdisk complain if it's given more than one argument Regards, Pavel Roskin | |||||
* | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | 2000-06-02 | 1 | -2/+2 | |
| | | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik | |||||
* | First pass at fixing tar segfault, and more portability updates. | Erik Andersen | 2000-05-20 | 2 | -4/+2 | |
| | | | | -Erik | |||||
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 2 | -48/+81 | |
| | | | | | archived previously). Wrote 'which' during the meeting today. -Erik | |||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 10 | -33/+71 | |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||||
* | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | 2000-05-10 | 1 | -1/+9 | |
| | | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik | |||||
* | Add support for "noatime" and "nodiratime" mount flags to mount. | Erik Andersen | 2000-05-05 | 2 | -16/+40 | |
| | | | | | | | Change umount "-f" to mean force, and actually use umount2. Change umount "-l" to mean "Do not free loop device". Updates docs accordingly. -Erik | |||||
* | Remove BB_FEATURE_REMOUNT (small, and should always be present) | Erik Andersen | 2000-05-03 | 1 | -8/+0 | |
| | | | | | | and fix documentation dependancy checks, so it is only built when it should be built. -Erik | |||||
* | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | 2000-04-28 | 5 | -10/+21 | |
| | | | | | compatability. -Erik |