aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-019-13/+45
| | | | | by Cristian Ionescu-Idbohrn.
* msh: fix ENOENT testcaseDenis Vlasenko2008-06-012-2/+2
|
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-015-22/+19
| | | | | | | | - use ut_tv.tv_sec rather than ut_time (me) - shrink halt a little bit (me): halt_main 464 433 -31 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-31) Total: -31 bytes
* - shrink modprobe a little bit (~-40 bytes). ACKed by Yann.Bernhard Reutner-Fischer2008-05-311-8/+5
|
* printf: fix a trivial bugDenis Vlasenko2008-05-311-1/+1
|
* mdev: add commented-out debug code to open stdio.Denis Vlasenko2008-05-311-0/+9
|
* printf: code shrink by eliminating string alloc/copyDenis Vlasenko2008-05-311-28/+27
| | | | | | function old new delta print_direc 428 382 -46
* libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko2008-05-312-3/+3
| | | | | closes bug 3524
* libiproute: style fixes, and using smallint as appropriateDenis Vlasenko2008-05-313-26/+24
| | | | | | | | | | | function old new delta print_route 1730 1731 +1 print_addrinfo 1497 1498 +1 iproute_list_or_flush 1232 1229 -3 ipaddr_list_or_flush 2490 2484 -6 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/2 up/down: 2/-9) Total: -7 bytes
* runsvdir: make it more robust against libc buglets (errno accidentally set ↵Denis Vlasenko2008-05-311-2/+7
| | | | | | | | | | to !0) closes bug 3514 function old new delta runsvdir_main 1672 1664 -8
* msh: fix the case where the file has exec bit but can't be run directlyDenis Vlasenko2008-05-305-6/+21
| | | | | | | (run "$SHELL $file" instead) msh: fix exit codes when command is not found or can't be execed (with testcases)
* - add FIXME to use hasmntopt()Bernhard Reutner-Fischer2008-05-301-0/+1
|
* - fix overflow; improve documentation while at itBernhard Reutner-Fischer2008-05-281-9/+9
|
* fuser: a now, the corrected fix (vda botched previous one)Denis Vlasenko2008-05-281-0/+1
|
* - misc. improvements and shrinkageBernhard Reutner-Fischer2008-05-281-33/+33
|
* - add strrchrBernhard Reutner-Fischer2008-05-283-0/+22
|
* fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-05-281-2/+3
|
* find: beautify config prompts a bitDenis Vlasenko2008-05-281-12/+12
|
* Remove 'busybox' word from configuration programsDenis Vlasenko2008-05-286-22/+20
| | | | | (based on experience of adapting it to uclibc).
* - move depmod shell script to examples/Bernhard Reutner-Fischer2008-05-281-0/+0
|
* - the moddir_base is supposed to be omitted frmo the .dep fileBernhard Reutner-Fischer2008-05-281-28/+28
| | | | - other tweaks while at it
* - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunateBernhard Reutner-Fischer2008-05-271-1/+2
| | | | | combination of linux not providing a useable linux/module.h to userspace and mixing legacy-cruft with the current stuff in one insmod.c.
* - remove duplicate helptext of dhcprelay and improve itBernhard Reutner-Fischer2008-05-271-7/+3
|
* - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.Bernhard Reutner-Fischer2008-05-274-22/+31
| | | | No obj-code changes.
* - use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2008-05-272-5/+16
|
* vda, xmalloc'ing can use *alot* of RAM. Don't forget that there areBernhard Reutner-Fischer2008-05-271-7/+7
| | | | | modules out there that are half a megabyte! mmap()ing is way nicer for small mem boxes.
* - improve help-textBernhard Reutner-Fischer2008-05-271-0/+3
|
* - improve option-handling a bitBernhard Reutner-Fischer2008-05-261-22/+41
|
* scripts: add a script which prints memory map of running busyboxDenis Vlasenko2008-05-262-1/+12
|
* scripts: add primitive memory usage meter scriptDenis Vlasenko2008-05-262-36/+16
|
* udhcpc: shrinkDenis Vlasenko2008-05-263-21/+36
| | | | | | | | | | | | | | udhcpc: guard against zero lease time function old new delta timeout 4 - -4 server_addr 4 - -4 requested_ip 4 - -4 perform_release 134 112 -22 udhcpc_main 2511 2485 -26 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 0/2 up/down: 0/-60) Total: -60 bytes
* - add basic option-handling (+220b). UntestedBernhard Reutner-Fischer2008-05-261-8/+42
|
* - use mmap instead of allocating hundreds of megabytes of RAM. +39bBernhard Reutner-Fischer2008-05-261-20/+43
|
* - remove some bloat -28b: now approx. 501bBernhard Reutner-Fischer2008-05-261-4/+5
|
* - switch to FILE base writer and remove now unneeded stuff. -50bBernhard Reutner-Fischer2008-05-261-10/+5
|
* - add simple first-draft unoptimized depmod just to proove Vladimir ↵Bernhard Reutner-Fischer2008-05-265-0/+130
| | | | | | | Dronnikov wrong text data bss dec hex filename 569 0 0 569 239 modutils/depmod.o
* [u]mount: add/update dietlibc build fixDenis Vlasenko2008-05-262-3/+14
|
* lineedit: correctly handle prompt longer than screen width. closes bug 3414Denis Vlasenko2008-05-251-14/+18
|
* hush: make it ignore SIGINT etc in a config wich has no job controlDenis Vlasenko2008-05-251-11/+13
|
* move setgroups definition to libbb.h so that it no longer inadvertentlyDenis Vlasenko2008-05-252-6/+3
| | | | | get hidden attribute
* last: code shrinkDenis Vlasenko2008-05-252-19/+20
| | | | | | | | | function old new delta show_entry 319 311 -8 last_main 917 907 -10 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-18) Total: -18 bytes
* syslogd: do not error out on missing files to rotate. closes bug 3404.Denis Vlasenko2008-05-241-2/+3
|
* docs/depmod: and example of depmod in shell/sed/awk...Denis Vlasenko2008-05-241-0/+57
|
* inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko2008-05-245-0/+184
| | | | | | | | | | | | | | | function old new delta inotifyd_main - 453 +453 packed_usage 24246 24450 +204 inotify_add_watch - 47 +47 inotify_init - 29 +29 mask_names - 13 +13 signal_handler 130 140 +10 applet_names 1859 1868 +9 applet_main 1132 1136 +4 applet_nameofs 566 568 +2 signalled 1 2 +1
* mdev: fix counting of '%' in patternDenis Vlasenko2008-05-241-2/+3
|
* mdev: fix whitespace damageDenis Vlasenko2008-05-231-1/+1
|
* - optionally pass additional flags down to nmBernhard Reutner-Fischer2008-05-232-6/+11
|
* - not sure but i may have had the shutdown-time wrong and no records to verifyBernhard Reutner-Fischer2008-05-221-1/+1
|
* - untangle the implementation of the small and huge last appletsBernhard Reutner-Fischer2008-05-224-12/+22
|
* mdev: suppress "may be used uninitialized" warningDenis Vlasenko2008-05-221-5/+6
|