aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Collapse)Author
2000-02-11+ memory allocation/deallocation is less tolerant of evil.John Beppu
2000-02-11reduced .bss size by dynmaically allocating a certain largeJohn 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-09Fixed the init problem where it wouldn't unmount filesystemsErik Andersen
on reboot. Also fixed swapoff -a so it works. -Erik
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
-Erik
2000-02-07A few minor updates. ;-)Erik Andersen
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
2000-01-29Clear up some ambiguity with old style assignments.Erik Andersen
-Erik
2000-01-26Shuffle location of generic code into utility.cErik Andersen
-Erik
2000-01-26mount and umount could leak loop device allocations causing the system toErik 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-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
the Embedix release. -Erik
2000-01-13* Added -o loop option for mount, and support in umount for loopErik Andersen
devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik
2000-01-05The latest and greatest. init basically works, though needsErik 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) andErik 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-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
1999-12-16Fix bugs in logger and syslogd. Add fbset.Erik Andersen
-Erik
1999-12-07StufEric Andersen
1999-12-07StufEric Andersen
1999-12-05StufEric Andersen
1999-11-27FixesEric Andersen
1999-11-19StufEric Andersen
1999-11-19StufEric Andersen
1999-11-18StuffEric Andersen
1999-11-15UpdatesEric Andersen
1999-11-13updates for the dayEric Andersen
1999-11-12Latest and greatestEric Andersen
-Erik
1999-11-10Updates to usage, and made tar work.Eric Andersen
-Erik
1999-11-09StuffEric Andersen
1999-11-08StuffEric Andersen
-Erik
1999-11-06Fixed ln, df, and removed redundant stuff from mtab.Eric Andersen
1999-11-05More stuff -- ready for release.Eric Andersen
-Erik
1999-11-04More stuff.Eric Andersen
1999-11-04StufEric Andersen
1999-10-20Fixed up copyright notices and suchEric Andersen
1999-10-20Add a trivial ps command.Eric Andersen
1999-10-19More stuffEric Andersen
1999-10-19Made em work.Eric Andersen
1999-10-19More stuffEric Andersen
1999-10-19Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen
1999-10-18More stuff.Eric Andersen
-Erik
1999-10-18More fixesEric Andersen
1999-10-18More fixesEric Andersen
1999-10-16More stuffEric Andersen
1999-10-14Fixed cp -[aR] and some other stuf.Eric Andersen
1999-10-13More stuffEric Andersen
1999-10-13More fixesEric Andersen
1999-10-12More stuff...Eric Andersen
1999-10-09More stuff.Eric Andersen
1999-10-08Finally mount works properly. Made debugging work (no more -s ld flagEric Andersen
when debugging is on).
1999-10-07more stuffEric Andersen
1999-10-06More stuff.Eric Andersen