aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-16- mention duplication of in_ether()Bernhard Reutner-Fischer
2008-05-16- provide proc-less sampleBernhard Reutner-Fischer
- improve wording
2008-05-15testsuite instrumentation fixes by ChristianDenis Vlasenko
2008-05-15Add more -W options to gcc.Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
Some are fixing real bugs. function old new delta syslogd_main 938 958 +20 get_signum 136 143 +7 obj_load 777 782 +5 recv_from_to 210 214 +4 get_next_block 1795 1799 +4 display_topmem_process_list 1117 1121 +4 logread_main 484 487 +3 buffer_fill_and_print 73 76 +3 kill_main 687 689 +2 ll_remember_index 240 241 +1 do_stats 452 453 +1 if_readconf 166 165 -1 display_process_list 1192 1191 -1 run_applet_and_exit 507 505 -2 print_signames 33 31 -2 parse_one_line 1092 1090 -2 find_out_spec 57 55 -2 add_ksymoops_symbols 421 419 -2 ash_main 1407 1402 -5 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 11/8 up/down: 54/-17) Total: 37 bytes
2008-05-15remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko
2008-05-14fix by Jie Zhang for exit status and POSIX compliance:Mike Frysinger
http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html The exit status of a command that terminated because it received a signal shall be reported as greater than 128.
2008-05-13Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
This time it resulted in small code changes: function old new delta nexpr 820 828 +8 tail_main 1200 1202 +2 wrapf 166 167 +1 parse_mount_options 227 209 -18 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/1 up/down: 11/-18) Total: -7 bytes
2008-05-12-Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko
2008-05-09fix warnings about pointer signednessDenis Vlasenko
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko
This was Bernhard Fischer' idea. text data bss dec hex filename 773549 7781 9740 791070 c121e busybox.t7/0_lib/libbusybox.so.1.11.0.svn_unstripped 769683 7397 9740 786820 c0184 busybox.t9t/0_lib/libbusybox.so.1.11.0.svn_unstripped
2008-05-09- pass flags to ld in one argumentBernhard Reutner-Fischer
2008-05-09udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko
function old new delta arpping 398 387 -11
2008-05-09insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko
2008-05-08mdev: /sys/class/block/ are also block devicesDenis Vlasenko
function old new delta make_device 1200 1221 +21
2008-05-08build system: do not rebuild entire tree if it is movedDenis Vlasenko
2008-05-08website: announce 1.10.2Denis Vlasenko
2008-05-08- forgot to pull in arch-specific tweaksBernhard Reutner-Fischer
2008-05-08- fix selinux stuffBernhard Reutner-Fischer
2008-05-08- correct usage helptext of ifupdownBernhard Reutner-Fischer
2008-05-07start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko
2008-05-07httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko
function old new delta handle_incoming_and_exit 2657 2659 +2 send_cgi_and_exit 869 862 -7 parse_conf 1647 1626 -21 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 2/-28) Total: -26 bytes
2008-05-07httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.Denis Vlasenko
function old new delta send_cgi_and_exit 856 869 +13
2008-05-06script: exit if reading from pseudo-tty errors out (do not loop)Denis Vlasenko
function old new delta script_main 991 966 -25
2008-05-06ash: make set -o and set +o work as in dash/bash.Denis Vlasenko
by Cristian Ionescu-Idbohrn. function old new delta options 565 625 +60 getoptscmd 709 698 -11
2008-05-06cpio.tests: remove useless commandDenis Vlasenko
2008-05-05- fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-05-03vi: do not truncate file to zero length. closes bug 2944.Denis Vlasenko
function old new delta file_write 98 104 +6
2008-05-03uniq: support -w. closes bug 3094.Denis Vlasenko
function old new delta packed_usage 24136 24132 -4 uniq_main 399 384 -15
2008-05-02more fixes to testsuite by Cristian and vdaDenis Vlasenko
2008-05-02clarify grep versionDenis Vlasenko
2008-05-02mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko
2008-05-02fix grep test false positiveDenis Vlasenko
2008-05-02testing.sh: bashisms are eradicated.Denis Vlasenko
By Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com>
2008-05-02runtest: the saga continues :(Denis Vlasenko
2008-04-30start_stop_daemon: use existing global variableDenis Vlasenko
start_stop_daemon_main 976 959 -17
2008-04-30remove stray semicolonDenis Vlasenko
2008-04-30echo: fix echo -e -n "msg\n\0"Denis Vlasenko
(by "Pinedo, David" <david.pinedo AT hp.com>)
2008-04-30trylink: fix glibc check; make --sort-section option look less uglyDenis Vlasenko
2008-04-29runtest: more cleanupsDenis Vlasenko
2008-04-29ping: dont leak uninitialized data in ping packetsDenis Vlasenko
function old new delta sendping4 176 186 +10 sendping6 93 100 +7
2008-04-29tar: add testsuite entriesDenis Vlasenko
2008-04-29tar: fix obscure case when name is "" and prefix is not ""Denis Vlasenko
2008-04-29tar: fix the case where long base names can be ignoredDenis Vlasenko
2008-04-29tar: remove bogus check for "-" (we handle it corrently later)Denis Vlasenko
tar: simplify argv handling function old new delta tar_main 772 722 -50
2008-04-29fix build failure for libbusyboxDenis Vlasenko
2008-04-28date: better version of previous commit; + fix testsuiteDenis Vlasenko
to have it checked
2008-04-28date: complain if there are extraneout argumentsDenis Vlasenko
2008-04-27cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko