Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | + 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";' | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -352/+364 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -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 Andersen | 1999-11-10 | 1 | -3/+11 |
| | | | | -Erik | ||||
* | Made em work. | Eric Andersen | 1999-10-19 | 1 | -156/+146 |
| | |||||
* | More stuff | Eric Andersen | 1999-10-19 | 1 | -0/+1377 |