summaryrefslogtreecommitdiff
path: root/fsck_minix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-201-0/+1
| | | | -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+4
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-5/+4
| | | | | compatability. -Erik
* My latest ramblings.Erik Andersen2000-03-231-1/+5
| | | | -Erik
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-27/+8
| | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
* + memory allocation/deallocation is less tolerant of evil.John Beppu2000-02-111-2/+21
|
* reduced .bss size by dynmaically allocating a certain largeJohn Beppu2000-02-111-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";'
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-352/+364
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+2
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Updates to usage, and made tar work.Eric Andersen1999-11-101-3/+11
| | | | -Erik
* Made em work.Eric Andersen1999-10-191-156/+146
|
* More stuffEric Andersen1999-10-191-0/+1377