Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Add in freeramdisk.c, which (duh) frees ramdisks. If you have any | Erik Andersen | 2000-03-04 | 1 | -0/+69 | |
| | | | | | | ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik | |||||
* | Fixed rebooting when init runs as /linuxrc | Erik Andersen | 2000-02-23 | 1 | -0/+4 | |
| | | | | -Erik | |||||
* | + memory allocation/deallocation is less tolerant of evil. | John Beppu | 2000-02-11 | 1 | -2/+21 | |
| | ||||||
* | reduced .bss size by dynmaically allocating a certain large | John Beppu | 2000-02-11 | 1 | -2/+23 | |
| | | | | | | | | | | array instead of letting it be static. objdump -t busybox \ | grep .bss \ | sed 's/^.*\.bss //' \ | grep -v ABS \ #| perl -e 'while(<>) { @x = split; @y = reverse split(//, $x[0]); for ($i=0; $i<@y; $i++) { $s += $y[$i] * (16 ** $i); if ($y[$i] && $i > 2) { print "> $y[$i] * 16 ** $i $x[1]\n"; } } } print "$s\n";' | |||||
* | Fixed the init problem where it wouldn't unmount filesystems | Erik Andersen | 2000-02-09 | 3 | -134/+135 | |
| | | | | | on reboot. Also fixed swapoff -a so it works. -Erik | |||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 12 | -2013/+2091 | |
| | | | | -Erik | |||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 4 | -60/+147 | |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -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 | 2 | -128/+107 | |
| | | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik | |||||
* | * added (and documented) "-n" option for head - | Erik Andersen | 2000-01-23 | 2 | -29/+27 | |
| | | | | | | | 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 | 2 | -22/+189 | |
| | | | | | | | 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 | |||||
* | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | 1999-12-29 | 1 | -5/+13 | |
| | | | | | | | | 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 | |||||
* | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | 1999-12-17 | 1 | -1/+11 | |
| | | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | |||||
* | Fix bugs in logger and syslogd. Add fbset. | Erik Andersen | 1999-12-16 | 1 | -0/+289 | |
| | | | | -Erik | |||||
* | Stuf | Eric Andersen | 1999-12-07 | 1 | -7/+0 | |
| | ||||||
* | Stuf | Eric Andersen | 1999-12-07 | 1 | -0/+6 | |
| | ||||||
* | Stuf | Eric Andersen | 1999-12-05 | 1 | -1/+4 | |
| | ||||||
* | Fixes | Eric Andersen | 1999-11-27 | 1 | -2/+7 | |
| | ||||||
* | Stuf | Eric Andersen | 1999-11-19 | 1 | -8/+0 | |
| | ||||||
* | Stuf | Eric Andersen | 1999-11-19 | 1 | -1/+1 | |
| | ||||||
* | Stuff | Eric Andersen | 1999-11-18 | 2 | -0/+1634 | |
| | ||||||
* | Updates | Eric Andersen | 1999-11-15 | 1 | -14/+21 | |
| | ||||||
* | updates for the day | Eric Andersen | 1999-11-13 | 1 | -1/+1 | |
| | ||||||
* | Latest and greatest | Eric Andersen | 1999-11-12 | 1 | -6/+7 | |
| | | | | -Erik | |||||
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 6 | -27/+38 | |
| | | | | -Erik | |||||
* | Stuff | Eric Andersen | 1999-11-09 | 1 | -20/+53 | |
| | ||||||
* | Stuff | Eric Andersen | 1999-11-08 | 1 | -10/+11 | |
| | | | | -Erik | |||||
* | Fixed ln, df, and removed redundant stuff from mtab. | Eric Andersen | 1999-11-06 | 1 | -3/+2 | |
| | ||||||
* | More stuff -- ready for release.0_32 | Eric Andersen | 1999-11-05 | 1 | -4/+5 | |
| | | | | -Erik | |||||
* | More stuff. | Eric Andersen | 1999-11-04 | 2 | -30/+109 | |
| | ||||||
* | Stuf | Eric Andersen | 1999-11-04 | 1 | -10/+15 | |
| | ||||||
* | Fixed up copyright notices and such | Eric Andersen | 1999-10-20 | 5 | -8/+20 | |
| | ||||||
* | Add a trivial ps command. | Eric Andersen | 1999-10-20 | 1 | -1/+1 | |
| | ||||||
* | More stuff | Eric Andersen | 1999-10-19 | 1 | -23/+39 | |
| | ||||||
* | Made em work. | Eric Andersen | 1999-10-19 | 2 | -225/+206 | |
| | ||||||
* | More stuff | Eric Andersen | 1999-10-19 | 2 | -0/+2132 | |
| | ||||||
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 5 | -174/+408 | |
| | ||||||
* | More stuff. | Eric Andersen | 1999-10-18 | 6 | -23/+18 | |
| | | | | -Erik | |||||
* | More fixes | Eric Andersen | 1999-10-18 | 1 | -0/+121 | |
| | ||||||
* | More fixes | Eric Andersen | 1999-10-18 | 1 | -2/+5 | |
| | ||||||
* | More stuff | Eric Andersen | 1999-10-16 | 1 | -2/+11 | |
| | ||||||
* | Fixed cp -[aR] and some other stuf. | Eric Andersen | 1999-10-14 | 2 | -13/+13 | |
| | ||||||
* | More stuff | Eric Andersen | 1999-10-13 | 1 | -25/+42 | |
| | ||||||
* | More fixes | Eric Andersen | 1999-10-13 | 1 | -2/+2 | |
| | ||||||
* | More stuff... | Eric Andersen | 1999-10-12 | 2 | -75/+131 | |
| | ||||||
* | More stuff. | Eric Andersen | 1999-10-09 | 1 | -118/+78 | |
| |