Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen | 2000-04-13 | 1 | -2/+0 |
| | | | | | while trying to write docs . :-) -Erik | ||||
* | minor changes to mount/umount to support-by-ignoring the "-v" flag. | Erik Andersen | 2000-04-04 | 1 | -0/+1 |
| | | | | | | Added optional core dumping as a feature for init, and include a rewrite of syslogd so that it now supports multiple concurrent connections. -Erik | ||||
* | My latest ramblings. | Erik Andersen | 2000-03-23 | 1 | -0/+4 |
| | | | | -Erik | ||||
* | Use the nice new find_real_root_device function to find the | Erik Andersen | 2000-03-22 | 1 | -11/+2 |
| | | | | | | name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik | ||||
* | Some bug fixes I forgot to check-in the other day. | Erik Andersen | 2000-03-13 | 1 | -2/+1 |
| | | | | | | Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik | ||||
* | Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1 | Erik Andersen | 2000-03-08 | 1 | -3/+3 |
| | | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik | ||||
* | Wrote killall. | Erik Andersen | 2000-03-07 | 1 | -7/+79 |
| | | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik | ||||
* | Fixed the init problem where it wouldn't unmount filesystems | Erik Andersen | 2000-02-09 | 1 | -27/+27 |
| | | | | | on reboot. Also fixed swapoff -a so it works. -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -283/+298 |
| | | | | -Erik | ||||
* | Clear up some ambiguity with old style assignments. | Erik Andersen | 2000-01-29 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Shuffle location of generic code into utility.c | Erik Andersen | 2000-01-26 | 1 | -71/+0 |
| | | | | -Erik | ||||
* | mount and umount could leak loop device allocations causing the system to | Erik Andersen | 2000-01-26 | 1 | -76/+89 |
| | | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik | ||||
* | * added (and documented) "-n" option for head - | Erik Andersen | 2000-01-23 | 1 | -28/+26 |
| | | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | ||||
* | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | 2000-01-15 | 1 | -1/+3 |
| | | | | | the Embedix release. -Erik | ||||
* | * Added -o loop option for mount, and support in umount for loop | Erik Andersen | 2000-01-13 | 1 | -14/+125 |
| | | | | | | | devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik | ||||
* | The latest and greatest. init basically works, though needs | Erik Andersen | 2000-01-05 | 1 | -0/+12 |
| | | | | | | a minor inittab design change to accomodate specifying the device to run each process on. -Erik | ||||
* | Stuf | Eric Andersen | 1999-12-05 | 1 | -1/+4 |
| | |||||
* | Updates | Eric Andersen | 1999-11-15 | 1 | -14/+21 |
| | |||||
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -12/+9 |
| | | | | -Erik | ||||
* | Fixed ln, df, and removed redundant stuff from mtab. | Eric Andersen | 1999-11-06 | 1 | -3/+2 |
| | |||||
* | More stuff. | Eric Andersen | 1999-11-04 | 1 | -15/+56 |
| | |||||
* | Stuf | Eric Andersen | 1999-11-04 | 1 | -10/+15 |
| | |||||
* | Fixed up copyright notices and such | Eric Andersen | 1999-10-20 | 1 | -3/+7 |
| | |||||
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 1 | -1/+1 |
| | |||||
* | More stuff | Eric Andersen | 1999-10-16 | 1 | -2/+11 |
| | |||||
* | Fixed cp -[aR] and some other stuf. | Eric Andersen | 1999-10-14 | 1 | -9/+9 |
| | |||||
* | Finally mount works properly. Made debugging work (no more -s ld flag | Eric Andersen | 1999-10-08 | 1 | -39/+48 |
| | | | | when debugging is on). | ||||
* | more stuff | Eric Andersen | 1999-10-07 | 1 | -381/+223 |
| | |||||
* | Initial revision0_29alpha2 | Eric Andersen | 1999-10-05 | 1 | -0/+430 |