aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/split-include.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-13Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko4-22/+2
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
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 Vlasenko3-9/+9
2008-05-09fix warnings about pointer signednessDenis Vlasenko5-6/+6
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko27-62/+259
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-Fischer1-5/+5
2008-05-09udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko1-1/+1
function old new delta arpping 398 387 -11
2008-05-09insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko1-1/+10
2008-05-08mdev: /sys/class/block/ are also block devicesDenis Vlasenko1-2/+8
function old new delta make_device 1200 1221 +21
2008-05-08build system: do not rebuild entire tree if it is movedDenis Vlasenko1-1/+1
2008-05-08website: announce 1.10.2Denis Vlasenko1-5/+16
2008-05-08- forgot to pull in arch-specific tweaksBernhard Reutner-Fischer1-0/+9
2008-05-08- fix selinux stuffBernhard Reutner-Fischer1-7/+7
2008-05-08- correct usage helptext of ifupdownBernhard Reutner-Fischer1-4/+8
2008-05-07start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko1-2/+39
2008-05-07httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko3-71/+84
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 Vlasenko1-0/+7
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 Vlasenko1-19/+16
function old new delta script_main 991 966 -25
2008-05-06ash: make set -o and set +o work as in dash/bash.Denis Vlasenko1-7/+9
by Cristian Ionescu-Idbohrn. function old new delta options 565 625 +60 getoptscmd 709 698 -11
2008-05-06cpio.tests: remove useless commandDenis Vlasenko1-1/+0
2008-05-05- fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer1-1/+1
2008-05-03vi: do not truncate file to zero length. closes bug 2944.Denis Vlasenko1-1/+6
function old new delta file_write 98 104 +6
2008-05-03uniq: support -w. closes bug 3094.Denis Vlasenko3-17/+33
function old new delta packed_usage 24136 24132 -4 uniq_main 399 384 -15
2008-05-02more fixes to testsuite by Cristian and vdaDenis Vlasenko3-20/+273
2008-05-02clarify grep versionDenis Vlasenko1-1/+1
2008-05-02mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko2-30/+48
2008-05-02fix grep test false positiveDenis Vlasenko1-1/+3
2008-05-02testing.sh: bashisms are eradicated.Denis Vlasenko1-2/+3
By Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com>
2008-05-02runtest: the saga continues :(Denis Vlasenko1-26/+11
2008-04-30start_stop_daemon: use existing global variableDenis Vlasenko1-27/+28
start_stop_daemon_main 976 959 -17
2008-04-30remove stray semicolonDenis Vlasenko1-1/+1
2008-04-30echo: fix echo -e -n "msg\n\0"Denis Vlasenko2-4/+9
(by "Pinedo, David" <david.pinedo AT hp.com>)
2008-04-30trylink: fix glibc check; make --sort-section option look less uglyDenis Vlasenko1-10/+10
2008-04-29runtest: more cleanupsDenis Vlasenko1-12/+22
2008-04-29ping: dont leak uninitialized data in ping packetsDenis Vlasenko1-4/+6
function old new delta sendping4 176 186 +10 sendping6 93 100 +7