Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-10 | Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. | Eric Andersen | |
-Erik | |||
2000-07-10 | Comment on kernel stuff | Eric Andersen | |
-Erik | |||
2000-07-10 | More linux kernel header file removal. | Eric Andersen | |
-Erik | |||
2000-07-10 | Remove yet more kernel header dependancies. | Eric Andersen | |
-Erik | |||
2000-07-08 | Argh. More cross libc cleanup. Should be ok now... | Eric Andersen | |
-Erik | |||
2000-07-08 | More cleanup on umount | Eric Andersen | |
-Erik | |||
2000-07-08 | Update files to reduce dependance on kernel version... | Eric Andersen | |
-Erik | |||
2000-07-06 | Turned some stuff into features that really are features, not apps. | Eric Andersen | |
-Erik | |||
2000-07-06 | Added (fixed) the '-n' option to fbset. Renumbered the command parameters to | Eric Andersen | |
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 | |||
2000-07-06 | Remove some warning with glibc. | Eric Andersen | |
-Erik | |||
2000-07-06 | a few minor cleanups. | Eric Andersen | |
-Erik | |||
2000-07-05 | Remove misguided klude around for 2.4.x-test* brokenness. Al Viro | Eric Andersen | |
will be removing this stuff from /proc/mounts real soon now I am assured. -Erik | |||
2000-07-04 | Some cosmetic updates. Changed "OPTIONS" to "Options". | Eric Andersen | |
-Erik | |||
2000-06-26 | Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in | Eric Andersen | |
/proc/mounts, added a hack to make sysinfo work with both old and new kernels). -Erik | |||
2000-06-21 | Cleaned up some #ifdef spiderwebs. | Mark Whitley | |
2000-06-19 | Finish off the libc5 porting effort. Everything now works with libc5 | Eric Andersen | |
except for md5sum, which uses the GNU libc addition getline(). -Erik | |||
2000-06-19 | Make umount work and compile cleanly under libc5 and libc6. | Eric Andersen | |
-Erik | |||
2000-06-19 | Make swaponoff compile cleanly under both libc5 and libc6. | Eric Andersen | |
-Erik | |||
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | |
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||
2000-06-16 | Added some comments and changed a variable name to be more meaningful. No | Mark Whitley | |
fixes yet for the space bug, but should be coming soon. | |||
2000-06-07 | * Fixed 'swapon -a' and 'swapoff -a', which were broken. | Eric Andersen | |
* Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik | |||
2000-06-06 | Oops. Remove the debugging noise. | Eric Andersen | |
-Erik | |||
2000-06-06 | mkfs.minix rev 1.7 completely broke the option parser. This fixes it. | Eric Andersen | |
-Erik | |||
2000-06-06 | "mount" now reports errors from nfsmount() and assumes NFS mount | Pavel Roskin | |
if ':' is present in the device name - Pavel Roskin | |||
2000-06-06 | Fixed a bunch of stuff: | Eric Andersen | |
* 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 | |||
2000-06-04 | This patch | Eric Andersen | |
- 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 | |||
2000-06-02 | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | |
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik | |||
2000-05-20 | First pass at fixing tar segfault, and more portability updates. | Erik Andersen | |
-Erik | |||
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen | |
archived previously). Wrote 'which' during the meeting today. -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-05-10 | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | |
* zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik | |||
2000-05-05 | Add support for "noatime" and "nodiratime" mount flags to mount. | Erik Andersen | |
Change umount "-f" to mean force, and actually use umount2. Change umount "-l" to mean "Do not free loop device". Updates docs accordingly. -Erik | |||
2000-05-03 | Remove BB_FEATURE_REMOUNT (small, and should always be present) | Erik Andersen | |
and fix documentation dependancy checks, so it is only built when it should be built. -Erik | |||
2000-04-28 | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | |
compatability. -Erik | |||
2000-04-21 | Some more updates and such... | Erik Andersen | |
-Erik | |||
2000-04-21 | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | |
2000-04-18 | Updates | Erik Andersen | |
-Erik | |||
2000-04-13 | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen | |
while trying to write docs . :-) -Erik | |||
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-04-04 | minor changes to mount/umount to support-by-ignoring the "-v" flag. | Erik Andersen | |
Added optional core dumping as a feature for init, and include a rewrite of syslogd so that it now supports multiple concurrent connections. -Erik | |||
2000-03-28 | Yet another installment in the ongoing tar saga | Erik Andersen | |
-Erik | |||
2000-03-23 | My latest ramblings. | Erik Andersen | |
-Erik | |||
2000-03-22 | Use the nice new find_real_root_device function to find the | Erik Andersen | |
name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik | |||
2000-03-21 | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | |
the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | |||
2000-03-14 | Bug fix | Erik Andersen | |
-Erik | |||
2000-03-13 | Some bug fixes I forgot to check-in the other day. | Erik Andersen | |
Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik | |||
2000-03-08 | Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler | Erik Andersen | |
BB_FEATURE_USE_DEVPS_PATCH. -Erik | |||
2000-03-07 | Wrote killall. | Erik Andersen | |
Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik | |||
2000-03-04 | Add in freeramdisk.c, which (duh) frees ramdisks. If you have any | Erik Andersen | |
ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik | |||
2000-02-23 | Fixed rebooting when init runs as /linuxrc | Erik Andersen | |
-Erik |