aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c
AgeCommit message (Collapse)Author
2000-07-06Remove some warning with glibc.Eric Andersen
-Erik
2000-07-06a few minor cleanups.Eric Andersen
-Erik
2000-07-04Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen
-Erik
2000-05-20First pass at fixing tar segfault, and more portability updates.Erik Andersen
-Erik
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
compatability. -Erik
2000-03-23My latest ramblings.Erik Andersen
-Erik
2000-03-21* all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen
the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
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-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
1999-11-10Updates to usage, and made tar work.Eric Andersen
-Erik
1999-10-19Made em work.Eric Andersen
1999-10-19More stuffEric Andersen