Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Major build system updates... | Erik Andersen | 2000-03-16 | 1 | -0/+5 |
| | | | | -Erik | ||||
* | Some bug fixes I forgot to check-in the other day. | Erik Andersen | 2000-03-13 | 1 | -0/+2 |
| | | | | | | 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 | -4/+6 |
| | | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik | ||||
* | Fix bugs related to finding PIDs. | Erik Andersen | 2000-03-07 | 1 | -1/+7 |
| | | | | -Erik | ||||
* | Wrote killall. | Erik Andersen | 2000-03-07 | 1 | -3/+3 |
| | | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik | ||||
* | Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e) | Erik Andersen | 2000-03-06 | 1 | -0/+2 |
| | | | | | would go into an infinite loop. -Erik | ||||
* | Add in tr and dirname | Erik Andersen | 2000-03-05 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | Wrote uptime. Doesn't use /proc. :) | Erik Andersen | 2000-03-05 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Add in freeramdisk.c, which (duh) frees ramdisks. If you have any | Erik Andersen | 2000-03-04 | 1 | -0/+3 |
| | | | | | | ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik | ||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 1 | -0/+14 |
| | | | | -Erik | ||||
* | Fixed rebooting when init runs as /linuxrc | Erik Andersen | 2000-02-23 | 1 | -6/+7 |
| | | | | -Erik | ||||
* | Update the changelog | Erik Andersen | 2000-02-21 | 1 | -0/+6 |
| | | | | -Erik | ||||
* | Forgot to add basename. More fixes to du from | Erik Andersen | 2000-02-21 | 1 | -4/+4 |
| | | | | | Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik | ||||
* | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | 2000-02-19 | 1 | -3/+6 |
| | | | | -Erik | ||||
* | Some updates for the day, | Erik Andersen | 2000-02-18 | 1 | -0/+14 |
| | | | | -Erik | ||||
* | Formatting fix | Erik Andersen | 2000-02-14 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | Updates | Erik Andersen | 2000-02-11 | 1 | -170/+201 |
| | | | | -Erik | ||||
* | fsck_minix.c lost fat. | John Beppu | 2000-02-11 | 1 | -0/+2 |
| | |||||
* | More minor touchups. | Erik Andersen | 2000-02-10 | 1 | -0/+4 |
| | | | | -Erik | ||||
* | Fixed the init problem where it wouldn't unmount filesystems | Erik Andersen | 2000-02-09 | 1 | -0/+2 |
| | | | | | on reboot. Also fixed swapoff -a so it works. -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -2/+44 |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | ||||
* | copyFile could call chmod on a symlink, changing the perms | Erik Andersen | 2000-01-27 | 1 | -2/+6 |
| | | | | | of the pointed to file. Minor fix to tar for directory handling. -Erik | ||||
* | Fixed ls formatting for 8 char user names. | Erik Andersen | 2000-01-27 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | mount and umount could leak loop device allocations causing the system to | Erik Andersen | 2000-01-26 | 1 | -0/+5 |
| | | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik | ||||
* | Some busybox updates. See the changelog for details if you care. | Erik Andersen | 2000-01-25 | 1 | -3/+14 |
| | | | | -Erik | ||||
* | * added (and documented) "-n" option for head - | Erik Andersen | 2000-01-23 | 1 | -0/+4 |
| | | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | ||||
* | Making note of my changes | John Beppu | 2000-01-23 | 1 | -0/+2 |
| | |||||
* | Fix a bug where tar could change perms and ownership of dirs pointed | Erik Andersen | 2000-01-23 | 1 | -1/+3 |
| | | | | | to by symlink within a tarball. -Erik | ||||
* | Some busybox updates. You no longer _have_ to put a "-" in front of tar | Erik Andersen | 2000-01-23 | 1 | -0/+8 |
| | | | | | | | options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik | ||||
* | Tell what I did | Erik Andersen | 2000-01-20 | 1 | -0/+4 |
| | | | | -Erik | ||||
* | Bug fix. grep wasn't printing file names they way it was supposed to. | Erik Andersen | 2000-01-19 | 1 | -0/+2 |
| | | | | -Erik | ||||
* | tar creation support is now optional. | Erik Andersen | 2000-01-16 | 1 | -0/+5 |
| | | | | -Erik | ||||
* | Ready for release0_41 | Erik Andersen | 2000-01-15 | 1 | -1/+1 |
| | |||||
* | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | 2000-01-15 | 1 | -1/+14 |
| | | | | | the Embedix release. -Erik | ||||
* | * Added -o loop option for mount, and support in umount for loop | Erik Andersen | 2000-01-13 | 1 | -0/+3 |
| | | | | | | | devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik | ||||
* | Bug fixes. | Erik Andersen | 2000-01-13 | 1 | -1/+6 |
| | | | | -Erik | ||||
* | Fix a logger bug. | Erik Andersen | 2000-01-09 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen | 2000-01-08 | 1 | -0/+7 |
| | | | | | and README is a file. -Erik | ||||
* | foo0_40 | Erik Andersen | 2000-01-07 | 1 | -3/+3 |
| | |||||
* | More minor fixes. | Erik Andersen | 2000-01-07 | 1 | -12/+17 |
| | | | | -Erik | ||||
* | making note of my changes. | John Beppu | 2000-01-07 | 1 | -0/+1 |
| | |||||
* | * Grep -i previously failed on UPPER CASE patterns due to a silly | Erik Andersen | 2000-01-05 | 1 | -0/+2 |
| | | | | | | regexp implementation bug that is now fixed. -Erik | ||||
* | Bunches of fixes. Typos, bugs, etc. | Erik Andersen | 2000-01-04 | 1 | -5/+14 |
| | | | | | | Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik | ||||
* | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | 1999-12-29 | 1 | -0/+5 |
| | | | | | | | | has an append command, thanks to Marco Pantaleoni <panta@prosa.it> * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. * Some cosmetic fixes to ls output formatting to make it behave more like GNU ls. -Erik | ||||
* | Add the beginings of some regression testing. Add in the recently | Erik Andersen | 1999-12-29 | 1 | -0/+2 |
| | | | | | contributed loadacm utility (for dealing with unicode fonts) -Erik | ||||
* | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen | 1999-12-29 | 1 | -0/+3 |
| | | | | | some cruft from cp. -Erik | ||||
* | Fixed a bug where tar would not set the user and group on device | Erik Andersen | 1999-12-28 | 1 | -3/+3 |
| | | | | | special files. -Erik | ||||
* | Added changelog | Erik Andersen | 1999-12-27 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | sort is good to go. | John Beppu | 1999-12-23 | 1 | -0/+1 |
| | |||||
* | Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com> | Erik Andersen | 1999-12-21 | 1 | -0/+2 |
| | | | | -Erik |