aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/split-include.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-03-30- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..aldot1-2/+0
git-svn-id: svn://busybox.net/trunk/busybox@18283 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-30- debloat test. untested.aldot1-111/+116
text data bss dec hex filename 3154 0 172 3326 cfe test.o.oorig 2683 0 172 2855 b27 test.o This applet should be rewritten not to use such odd lexer semantics. It duplicates code from all over the place (see XXX). brrr git-svn-id: svn://busybox.net/trunk/busybox@18282 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-30- fix bug where we did not reject invalid classes like '[[:alpha'aldot6-87/+114
- debloat while at it: text data bss dec hex filename 1554 0 19 1573 625 tr.o.oorig 1357 0 16 1373 55d tr.o git-svn-id: svn://busybox.net/trunk/busybox@18281 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-30introduce the concept of LDLIBS for additional libraries so that when we do ↵vapier2-4/+7
the final link, the objects/libraries are in the correct order git-svn-id: svn://busybox.net/trunk/busybox@18280 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-29traceroute: move data off bss. small code optimizations.vda1-94/+109
function old new delta traceroute_main 4358 4397 +39 verbose 13 9 -4 useicmp 4 - -4 nflag 4 - -4 split_suffices 40 24 -16 route 16 - -16 dumpleases_main 392 357 -35 gwlist 36 - -36 whereto 128 - -128 wherefrom 128 - -128 packet 512 - -512 ------------------------------------------------------------------------------ (add/remove: 0/7 grow/shrink: 1/3 up/down: 39/-883) Total: -844 bytes git-svn-id: svn://busybox.net/trunk/busybox@18279 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-29dpkg: run_package_script() returns 0 if all ok and non-zero if failure.vda1-5/+3
The result code was checked incorrectly in two places. (from "Kim B. Heino" <Kim.Heino@bluegiga.com>) git-svn-id: svn://busybox.net/trunk/busybox@18278 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-29dumpleases: getopt32()-izationvda1-34/+27
(from Mats Erik Andersson <mats.andersson64@comhem.se>) git-svn-id: svn://busybox.net/trunk/busybox@18277 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-29- use index_in_str_array also for find_mainaldot1-2/+8
text data bss dec hex filename 2605 1 12 2618 a3a find.o.r18274 2602 1 12 2615 a37 find.o.r18275 git-svn-id: svn://busybox.net/trunk/busybox@18275 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-29- remove bloated switch statement.aldot1-17/+8
text data bss dec hex filename 2706 1 12 2719 a9f find.o.r18273 2605 1 12 2618 a3a find.o.r18274 git-svn-id: svn://busybox.net/trunk/busybox@18274 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-29- implement a TODO: Use index_in_str_array in parse_paramsaldot1-40/+118
text data bss dec hex filename 2771 1 12 2784 ae0 find.o.r18272 2749 1 12 2762 aca find.o.-try-switch 2706 1 12 2719 a9f find.o.r18273 git-svn-id: svn://busybox.net/trunk/busybox@18273 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-29- Purely cosmetic type fiddlingaldot1-15/+14
git-svn-id: svn://busybox.net/trunk/busybox@18272 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-29- fold recurse, depthFirst and dereference params into one param flags.aldot11-55/+50
Minor size improvement (-16b for size, -24b according to bloat-o-meter). git-svn-id: svn://busybox.net/trunk/busybox@18271 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28- update defconfigaldot1-3/+5
git-svn-id: svn://busybox.net/trunk/busybox@18269 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28run_parts: I was wrong, NULL termination is already done becausevda1-1/+1
G is pre-initialized to 0. git-svn-id: svn://busybox.net/trunk/busybox@18268 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28run_parts: NULL-terminate list of arguments; fix perror/error usagevda1-5/+5
git-svn-id: svn://busybox.net/trunk/busybox@18267 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)vda2-4/+6
git-svn-id: svn://busybox.net/trunk/busybox@18266 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28- rewrite run-partsaldot3-132/+115
text data bss dec hex filename 1029 0 0 1029 405 debianutils/run_parts.o-old 478 0 0 478 1de debianutils/run_parts.o-new-bare 600 0 0 600 258 debianutils/run_parts.o-new-full bare, i.e. without long opts and fancy stuff ./scripts/bloat-o-meter bb_old busybox_unstripped function old new delta act - 215 +215 run_parts_main 216 201 -15 valid_name 50 - -50 runparts_long_options 64 - -64 .rodata 124323 124163 -160 run_parts 513 - -513 ------------------------------------------------------------------------------ (add/remove: 1/3 grow/shrink: 0/2 up/down: 215/-802) Total: -587 bytes git-svn-id: svn://busybox.net/trunk/busybox@18265 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28- move additional fancy options not mandated by SUSv3 into a FANCY optionaldot3-7/+21
git-svn-id: svn://busybox.net/trunk/busybox@18263 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28- fix formatting of help textaldot1-2/+1
git-svn-id: svn://busybox.net/trunk/busybox@18262 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28- reinstate dmalloc and efence supportaldot2-1/+9
git-svn-id: svn://busybox.net/trunk/busybox@18261 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28hdparm: flag variables can easily be smaller than longvda1-96/+101
function old new delta process_dev 5247 5325 +78 bb_ioctl_on_off 72 78 +6 unregister_hwif 4 1 -3 ... perform_reset 4 1 -3 parse_xfermode 111 108 -3 noisy_piomode 4 1 -3 ... do_flush 4 1 -3 do_ctimings 4 1 -3 static.parm 4 - -4 static.multcount 4 - -4 parse_opts 54 48 -6 hdparm_main 1435 1383 -52 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 2/61 up/down: 84/-243) Total: -159 bytes git-svn-id: svn://busybox.net/trunk/busybox@18259 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28hdparm: remove stray static (-200 bytes bss)vda1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@18258 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-28hdparm: whitespace style fixesvda1-90/+89
git-svn-id: svn://busybox.net/trunk/busybox@18257 69ca8d6d-28ef-0310-b511-8ec308f3f277
2007-03-27pidfile creation mode set to 0666 (umask affects it as usual)vda1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@18256 69ca8d6d-28ef-0310-b511-8ec308f3f277