aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - use index_in_str_array also for find_mainBernhard Reutner-Fischer2007-03-291-2/+8
| | | | | | text data bss dec hex filename 2605 1 12 2618 a3a find.o.r18274 2602 1 12 2615 a37 find.o.r18275
* - remove bloated switch statement.Bernhard Reutner-Fischer2007-03-291-17/+8
| | | | | | text data bss dec hex filename 2706 1 12 2719 a9f find.o.r18273 2605 1 12 2618 a3a find.o.r18274
* - implement a TODO: Use index_in_str_array in parse_paramsBernhard Reutner-Fischer2007-03-291-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
* - Purely cosmetic type fiddlingBernhard Reutner-Fischer2007-03-291-15/+14
|
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-2911-55/+50
| | | | Minor size improvement (-16b for size, -24b according to bloat-o-meter).
* - update defconfigBernhard Reutner-Fischer2007-03-281-3/+5
|
* run_parts: I was wrong, NULL termination is already done becauseDenis Vlasenko2007-03-281-1/+1
| | | | G is pre-initialized to 0.
* run_parts: NULL-terminate list of arguments; fix perror/error usageDenis Vlasenko2007-03-281-5/+5
|
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)Denis Vlasenko2007-03-282-4/+6
|
* - rewrite run-partsBernhard Reutner-Fischer2007-03-283-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
* - move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer2007-03-283-7/+21
|
* - fix formatting of help textBernhard Reutner-Fischer2007-03-281-2/+1
|
* - reinstate dmalloc and efence supportBernhard Reutner-Fischer2007-03-282-1/+9
|
* hdparm: flag variables can easily be smaller than longDenis Vlasenko2007-03-281-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
* hdparm: remove stray static (-200 bytes bss)Denis Vlasenko2007-03-281-1/+1
|
* hdparm: whitespace style fixesDenis Vlasenko2007-03-281-90/+89
|
* pidfile creation mode set to 0666 (umask affects it as usual)Denis Vlasenko2007-03-271-1/+1
|
* forgotten svn add...Denis Vlasenko2007-03-271-0/+29
|
* make pidfile writing configurable.Denis Vlasenko2007-03-279-50/+51
| | | | [ui]toa_to_buf: change API. No users yet.
* remove_file: cosmetic code improvement, a few bytes savedDenis Vlasenko2007-03-261-34/+21
|
* diff: fix SEGV (NULL deref) in diff -NDenis Vlasenko2007-03-261-9/+18
|
* sed: a communal variable managed to slip past 'size'Denis Vlasenko2007-03-262-94/+100
| | | | | | | | | | | | | ('size' happily displays 0 bytes in data and bss, but in reality sed.o used 180 bytes of it). Oh well. function old new delta pipe_putc 67 76 +9 sed_main 627 633 +6 get_next_line 161 166 +5 bbg 180 - -180 (add/remove: 0/1 grow/shrink: 3/0 up/down: 20/-180) Total: -160 bytes sed: also make sed -i failure message less cryptic
* split: let me join bikeshed painting frenzy :)Denis Vlasenko2007-03-261-68/+71
| | | | | | | | | | | this one should be able to handle huge files. text data bss dec hex filename 664 4 0 668 29c busybox.t0/coreutils/split.o 628 0 0 628 274 busybox.t1/coreutils/split.o split_main 488 525 +37 suffix_len 4 - -4 next_file 77 - -77 (add/remove: 0/2 grow/shrink: 1/0 up/down: 37/-81) Total: -44 bytes
* - check the suffix proper plus misc touch upBernhard Reutner-Fischer2007-03-261-29/+21
|
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-266-88/+100
| | | | fsck: fix bad English in a comment
* - add usage for splitBernhard Reutner-Fischer2007-03-261-1/+6
|
* - implement suffices as required by SUSv3Bernhard Reutner-Fischer2007-03-261-17/+29
| | | | - fix glitch in next_file (suffices were exhaused too early).
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-2610-95/+769
| | | | | | | TODO_config_nommu documents what I managed to compile so far (yay! msh works! cool). inetd, telnetd, httpd still do not compile. TODO Also make fork(), daemon() produce warnings on compile stage (in addition to erros on link stage).
* pidfile.c: not used anymoreDenis Vlasenko2007-03-261-60/+0
| | | | BTW, previous change removed pidfile locking, -700 code (static compile)
* Move udhcp to new NOMMU helpers.Denis Vlasenko2007-03-265-66/+105
| | | | | | Fix server part to compile under NOMMU. Client is not compilable yet. On MMU everything compiles (and maybe even works :)
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-2611-102/+40
|
* libbb: rework NOMMU helper API so that it makes more senseDenis Vlasenko2007-03-263-107/+191
| | | | and easier to use. Doesn't compile - need two more commits.
* nmeter: should die if stdout doesn't like him anymoreDenis Vlasenko2007-03-261-1/+1
|
* - shrink a tiny bit (-8b)Bernhard Reutner-Fischer2007-03-261-7/+18
|
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-2511-52/+31
|
* - rough prototype for split(1). TODO: Still needs some love since it's way ↵Bernhard Reutner-Fischer2007-03-256-0/+135
| | | | | | | too big.. text data bss dec hex filename 602 4 0 606 25e coreutils/split.o
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)Denis Vlasenko2007-03-243-57/+83
|
* login: nuke nonblock() - we have it in libbb; -400 bytes bss.Denis Vlasenko2007-03-241-34/+28
|
* #ifdef out re_execed on MMU machinesDenis Vlasenko2007-03-242-1/+5
|
* adduser: don't bomb out if shadow password file doesn't existDenis Vlasenko2007-03-241-10/+14
| | | | (from Tito <farmatito@tiscali.it>)
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-2411-20/+20
|
* SELinux: load_policy applet - this time with svn addDenis Vlasenko2007-03-241-0/+31
|
* SELinux: load_policy appletDenis Vlasenko2007-03-244-0/+13
|
* dc: use common_bufsiz1 for evaluation stackDenis Vlasenko2007-03-243-28/+27
| | | | | msh: fix "underscore bug" (a_b=1111 didn't work) dnsd: openlog(), so that applet's name is logged
* dnsd: last commit had a typo :(Denis Vlasenko2007-03-241-2/+3
|
* dnsd: fix several buglets, make smallerDenis Vlasenko2007-03-242-64/+42
|
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-2410-30/+34
| | | | | option for every affected applet (and dnsd, for example, don't have one). Thus rework re-exec support to not require it. Code got smaller too.
* applets.c, xfunc.c: style cleanupDenis Vlasenko2007-03-242-87/+88
|
* inetd: indent labels uniformlyDenis Vlasenko2007-03-241-5/+5
|
* Announce 1.5.0 and move svn to 1.6.0.svnDenis Vlasenko2007-03-222-2/+40
|