Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-23 | Fixed rebooting when init runs as /linuxrc | Erik Andersen | |
-Erik | |||
2000-02-11 | + memory allocation/deallocation is less tolerant of evil. | John Beppu | |
2000-02-11 | reduced .bss size by dynmaically allocating a certain large | John Beppu | |
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";' | |||
2000-02-09 | Fixed the init problem where it wouldn't unmount filesystems | Erik Andersen | |
on reboot. Also fixed swapoff -a so it works. -Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-29 | Clear up some ambiguity with old style assignments. | Erik Andersen | |
-Erik | |||
2000-01-26 | Shuffle location of generic code into utility.c | Erik Andersen | |
-Erik | |||
2000-01-26 | mount and umount could leak loop device allocations causing the system to | Erik Andersen | |
quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik | |||
2000-01-23 | * added (and documented) "-n" option for head - | Erik Andersen | |
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | |||
2000-01-15 | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | |
the Embedix release. -Erik | |||
2000-01-13 | * Added -o loop option for mount, and support in umount for loop | Erik Andersen | |
devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik | |||
2000-01-05 | The latest and greatest. init basically works, though needs | Erik Andersen | |
a minor inittab design change to accomodate specifying the device to run each process on. -Erik | |||
1999-12-29 | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | |
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 | |||
1999-12-17 | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | |
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | |||
1999-12-16 | Fix bugs in logger and syslogd. Add fbset. | Erik Andersen | |
-Erik | |||
1999-12-07 | Stuf | Eric Andersen | |
1999-12-07 | Stuf | Eric Andersen | |
1999-12-05 | Stuf | Eric Andersen | |
1999-11-27 | Fixes | Eric Andersen | |
1999-11-19 | Stuf | Eric Andersen | |
1999-11-19 | Stuf | Eric Andersen | |
1999-11-18 | Stuff | Eric Andersen | |
1999-11-15 | Updates | Eric Andersen | |
1999-11-13 | updates for the day | Eric Andersen | |
1999-11-12 | Latest and greatest | Eric Andersen | |
-Erik | |||
1999-11-10 | Updates to usage, and made tar work. | Eric Andersen | |
-Erik | |||
1999-11-09 | Stuff | Eric Andersen | |
1999-11-08 | Stuff | Eric Andersen | |
-Erik | |||
1999-11-06 | Fixed ln, df, and removed redundant stuff from mtab. | Eric Andersen | |
1999-11-05 | More stuff -- ready for release. | Eric Andersen | |
-Erik | |||
1999-11-04 | More stuff. | Eric Andersen | |
1999-11-04 | Stuf | Eric Andersen | |
1999-10-20 | Fixed up copyright notices and such | Eric Andersen | |
1999-10-20 | Add a trivial ps command. | Eric Andersen | |
1999-10-19 | More stuff | Eric Andersen | |
1999-10-19 | Made em work. | Eric Andersen | |
1999-10-19 | More stuff | Eric Andersen | |
1999-10-19 | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | |
1999-10-18 | More stuff. | Eric Andersen | |
-Erik | |||
1999-10-18 | More fixes | Eric Andersen | |
1999-10-18 | More fixes | Eric Andersen | |
1999-10-16 | More stuff | Eric Andersen | |
1999-10-14 | Fixed cp -[aR] and some other stuf. | Eric Andersen | |
1999-10-13 | More stuff | Eric Andersen | |
1999-10-13 | More fixes | Eric Andersen | |
1999-10-12 | More stuff... | Eric Andersen | |
1999-10-09 | More stuff. | Eric Andersen | |
1999-10-08 | Finally mount works properly. Made debugging work (no more -s ld flag | Eric Andersen | |
when debugging is on). | |||
1999-10-07 | more stuff | Eric Andersen | |