aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354)Denis Vlasenko2008-05-181-28/+24
| | | | | | function old new delta printf_main 577 548 -29
* ash: more of -Wall fixesDenis Vlasenko2008-05-181-16/+16
|
* last: style fixesDenis Vlasenko2008-05-171-5/+10
|
* insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko2008-05-171-0/+1
|
* two fixlets for -WallDenis Vlasenko2008-05-172-2/+2
|
* fix bug 2704: remove verbatim RFC text from sourceDenis Vlasenko2008-05-171-451/+0
| | | | | (this creates problems for Debian).
* - accept ip l s ib0 addr ↵Bernhard Reutner-Fischer2008-05-161-2/+4
| | | | 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
* - very minor shrinkageBernhard Reutner-Fischer2008-05-161-5/+1
| | | | | odd that this saved 1byte. And there could be something wrong with ifcombine or the like since omitting the braces produces bigger code?
* - add appropriate string for arp header #32 for use by ip(8)Bernhard Reutner-Fischer2008-05-161-0/+6
|
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-166-4/+105
| | | | - add support for printing ipoib to ifconfig
* - fix compilation on x86_64Bernhard Reutner-Fischer2008-05-161-1/+1
|
* - mention duplication of in_ether()Bernhard Reutner-Fischer2008-05-161-0/+2
|
* - provide proc-less sampleBernhard Reutner-Fischer2008-05-161-3/+9
| | | | - improve wording
* testsuite instrumentation fixes by ChristianDenis Vlasenko2008-05-152-19/+16
|
* Add more -W options to gcc.Denis Vlasenko2008-05-151-14/+3
|
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-1543-110/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-05-152-2/+2
|
* fix by Jie Zhang for exit status and POSIX compliance:Mike Frysinger2008-05-141-1/+1
| | | | | 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.
* Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko2008-05-134-22/+2
|
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-1327-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
* -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko2008-05-123-9/+9
|
* fix warnings about pointer signednessDenis Vlasenko2008-05-095-6/+6
|
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-0927-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
* - pass flags to ld in one argumentBernhard Reutner-Fischer2008-05-091-5/+5
|
* udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko2008-05-091-1/+1
| | | | | | function old new delta arpping 398 387 -11
* insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko2008-05-091-1/+10
|
* mdev: /sys/class/block/ are also block devicesDenis Vlasenko2008-05-081-2/+8
| | | | | | function old new delta make_device 1200 1221 +21
* build system: do not rebuild entire tree if it is movedDenis Vlasenko2008-05-081-1/+1
|
* website: announce 1.10.2Denis Vlasenko2008-05-081-5/+16
|
* - forgot to pull in arch-specific tweaksBernhard Reutner-Fischer2008-05-081-0/+9
|
* - fix selinux stuffBernhard Reutner-Fischer2008-05-081-7/+7
|
* - correct usage helptext of ifupdownBernhard Reutner-Fischer2008-05-081-4/+8
|
* start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko2008-05-071-2/+39
|
* httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko2008-05-073-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
* httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.Denis Vlasenko2008-05-071-0/+7
| | | | | | function old new delta send_cgi_and_exit 856 869 +13
* script: exit if reading from pseudo-tty errors out (do not loop)Denis Vlasenko2008-05-061-19/+16
| | | | | | function old new delta script_main 991 966 -25
* ash: make set -o and set +o work as in dash/bash.Denis Vlasenko2008-05-061-7/+9
| | | | | | | | | by Cristian Ionescu-Idbohrn. function old new delta options 565 625 +60 getoptscmd 709 698 -11
* cpio.tests: remove useless commandDenis Vlasenko2008-05-061-1/+0
|
* - fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-05-051-1/+1
|
* vi: do not truncate file to zero length. closes bug 2944.Denis Vlasenko2008-05-031-1/+6
| | | | | | function old new delta file_write 98 104 +6
* uniq: support -w. closes bug 3094.Denis Vlasenko2008-05-033-17/+33
| | | | | | | function old new delta packed_usage 24136 24132 -4 uniq_main 399 384 -15
* more fixes to testsuite by Cristian and vdaDenis Vlasenko2008-05-023-20/+273
|
* clarify grep versionDenis Vlasenko2008-05-021-1/+1
|
* mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko2008-05-022-30/+48
|
* fix grep test false positiveDenis Vlasenko2008-05-021-1/+3
|
* testing.sh: bashisms are eradicated.Denis Vlasenko2008-05-021-2/+3
| | | | | By Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com>
* runtest: the saga continues :(Denis Vlasenko2008-05-021-26/+11
|
* start_stop_daemon: use existing global variableDenis Vlasenko2008-04-301-27/+28
| | | | | start_stop_daemon_main 976 959 -17
* remove stray semicolonDenis Vlasenko2008-04-301-1/+1
|
* echo: fix echo -e -n "msg\n\0"Denis Vlasenko2008-04-302-4/+9
| | | | | (by "Pinedo, David" <david.pinedo AT hp.com>)