aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-22*: remove remaining instances of ".data" hackDenis Vlasenko
2008-04-21getopt32: fix recently broken opt_complementary "--"Denis Vlasenko
2008-04-21tar: move vfork into separate function (smaller code)Denis Vlasenko
open_transformer: more informative error messages function old new delta vfork_compressor - 210 +210 writeTarFile 547 299 -248 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/1 up/down: 210/-248) Total: -38 bytes
2008-04-21udhcp: fix config help textDenis Vlasenko
2008-04-21build system: use spaces in Kbuild filesDenis Vlasenko
2008-04-21build system: move misplaced config entry for script appletDenis Vlasenko
2008-04-21tentative fix for ppc64 problems with ioctl.Denis Vlasenko
Zero code size impact.
2008-04-21*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko
function old new delta strncpy_IFNAMSIZ - 13 +13 set_slave_mtu 39 37 -2 set_slave_hwaddr 52 50 -2 set_master_hwaddr 52 50 -2 set_if_flags 40 38 -2 get_if_settings 101 98 -3 ifenslave_main 1680 1661 -19 vconfig_main 306 280 -26 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/7 up/down: 13/-56) Total: -43 bytes
2008-04-20xmalloc_open_read_close: use fstat to get file size (instead of lseek).Denis Vlasenko
by Joakim Tjernlund <Joakim.Tjernlund AT transmode.se> function old new delta xmalloc_open_read_close 190 181 -9
2008-04-20start_stop_daemon: stat executable only onceDenis Vlasenko
function old new delta start_stop_daemon_main 954 976 +22 check 1661 1632 -29 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 22/-29) Total: -7 bytes
2008-04-20libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko
start_stop_daemon: use open_read_close instead of xmalloc_open_read_close start_stop_daemon: use local structure instead of global one function old new delta check 1620 1661 +41 xmalloc_open_read_close 171 190 +19 start_stop_daemon_main 976 954 -22 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 60/-22) Total: 38 bytes
2008-04-19remove whitespace damage. No code changesDenis Vlasenko
2008-04-19start_stop_daemon: optimization - do not pass paramenter, useDenis Vlasenko
existing globals instead function old new delta start_stop_daemon_main 792 976 +184 check 1618 1620 +2 do_procinit 196 - -196 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 2/0 up/down: 186/-196) Total: -10 bytes
2008-04-19start_stop_daemon: do not stop /proc scan prematurelyDenis Vlasenko
function old new delta do_procinit 185 196 +11
2008-04-19libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko
instead of xmalloc_open_read_close. function old new delta xmalloc_xopen_read_close - 34 +34 xmalloc_open_read_close 163 171 +8 passwd_main 1070 1074 +4 rexecve 254 257 +3 handle_incoming_and_exit 2657 2659 +2 parse_command 1509 1510 +1 buffer_fill_and_print 76 73 -3 evaltreenr 599 589 -10 evaltree 599 589 -10 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/3 up/down: 52/-23) Total: 29 bytes
2008-04-19start-stop-daemon: make --exec follow symlinksDenis Vlasenko
by Joakim Tjernlund <joakim.tjernlund AT transmode.se> function old new delta check 1591 1618 +27 start_stop_daemon_main 770 792 +22
2008-04-19style fixes. no code changesDenis Vlasenko
2008-04-19start_stop_daemon: mark argc as unusedDenis Vlasenko
2008-04-19- rotate some older new to oldnewsBernhard Reutner-Fischer
2008-04-19- ignore "recent"; We have an RCS to serve theseBernhard Reutner-Fischer
2008-04-19website: add 1.10.1 to news page.Denis Vlasenko
2008-04-19website: add a link to 1.10.1Denis Vlasenko
2008-04-19openvt: handle -ws correctly. By James Simmons <jsimmons AT infradead.org>Denis Vlasenko
function old new delta openvt_main 343 429 +86
2008-04-19man: handle many MANPAGER directives so that they do not overrideDenis Vlasenko
but accumulate. By Ivana Varekova <varekova AT redhat.com> function old new delta man_main 567 684 +117
2008-04-17top: fix build failureDenis Vlasenko
2008-04-17httpd: add an example of POST upload CGIDenis Vlasenko
2008-04-17fdisk: fix a case where we can inadvertently close /proc/partitions fd earlyDenis Vlasenko
2008-04-17fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko
Made enums UPPERCASE. Removed one global variable. Added some FIXMEs. text data bss dec hex filename 804708 645 7112 812465 c65b1 busybox_old 804685 641 7112 812438 c6596 busybox_unstripped
2008-04-16arping: remove superfluous assignmentDenis Vlasenko
2008-04-15trivial fixes to make bbox compile with gcc 4.3.0Denis Vlasenko
2008-04-14od: fix testsuiteDenis Vlasenko
2008-04-14od: fix "od -b"Denis Vlasenko
2008-04-14ash: fix breakage introduced in rev 21481.Denis Vlasenko
Fixes ash-vars/var_posix1.tests testsuite entry.
2008-04-13fix typo in Config.in hext textDenis Vlasenko
2008-04-13make test, [ and [[ all NOFORK, for consistency.Denis Vlasenko
Revamp handling of NOUSAGE applets. function old new delta packed_usage 24122 24104 -18
2008-04-13ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko
2008-04-13less: fix somewhat elusive case when less gets stuck in search modeDenis Vlasenko
function old new delta read_lines 719 730 +11 goto_match 141 116 -25
2008-04-13man: new applet. ~600 bytes.Denis Vlasenko
2008-04-13fix english in commentDenis Vlasenko
2008-04-13ash: speed up NOFORK code in ash by eliminating second find_applet().Denis Vlasenko
some code reduction along the way. function old new delta run_list 1971 1981 +10 run_nofork_applet_prime 181 182 +1 unsetcmd 97 96 -1 delete_cmd_entry 54 53 -1 describe_command 399 397 -2 cmdlookup 152 150 -2 evaltreenr 602 599 -3 evaltree 602 599 -3 clearcmdentry 101 98 -3 cdcmd 675 672 -3 hashcmd 305 301 -4 find_command 933 910 -23 evalcommand 1371 1229 -142 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/11 up/down: 11/-187) Total: -176 bytes
2008-04-12ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko
2008-04-12ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko
${var%word} ${var%%word}
2008-04-12ash: add FEATURE_SH_NOFORK supportDenis Vlasenko
2008-04-12ash: do not do find_applet() twice in shellexec/tryexecDenis Vlasenko
2008-04-12Makefile.IMA: generate autoconf.h if neededDenis Vlasenko
Makefile.IMA: use ld -gc-collect on gc -combine result (by using trylink script). Saves ~3k.
2008-04-11- fix detection of whole-programBernhard Reutner-Fischer
It helps if we first pull in the function we use for testing flags ;)
2008-04-11- also use the incoming LDFLAGS and EXTRA_LDFLAGSBernhard Reutner-Fischer
This isn't perfect since it will barf on linker flags with two args like -Wl,z,now et al.
2008-04-11- erm sorry. no ipsvd hereBernhard Reutner-Fischer
2008-04-11- add ipsvdBernhard Reutner-Fischer
2008-04-11fix build with gcc -combineDenis Vlasenko