summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dnsd: fixes various segfaults.Denis Vlasenko2008-05-222-9/+16
| | | | | | | | | | | One was a lib api change that was not updated and another is a stack buffer overflow. It also adds support for '*' in dnsd.conf. It resolves all hostnames to a specific ip address. This is useful if you for example want redirect all http traffic to your first-boot-web-wizard on you router/firewall. By Timo Teras
* modprobe: fix for blacklistingDenis Vlasenko2008-05-221-4/+5
| | | | | | | | | | | | The patch makes the order of the alias/blacklist in modprobe.conf irrelevant (like module-utils' modprobe). In first patch the alias had to be defined before the blacklist which caused problems because the modprobe.conf file is read before /lib/modules/*/modules.alias. The attatched patch will mark the blacklisted module itself rather than trying to find the alias that points to the blacklisted module and test this flag later in the alias resolving stage.
* last: make its output more like "standard" last (aka "fancy last").Denis Vlasenko2008-05-221-7/+40
| | | | | | | | | | | | The main difference is that LOGIN lines are still shown by non-fancy one. function old new delta static._ut_usr - 26 +26 last_main 448 471 +23 static._ut_lin - 7 +7 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 1/0 up/down: 56/0) Total: 56 bytes
* last: trim format string a bitDenis Vlasenko2008-05-221-1/+1
|
* last: trim help textDenis Vlasenko2008-05-221-3/+3
|
* last: optional alternative sysv-like implementationDenis Vlasenko2008-05-224-2/+307
| | | | | | | | | | | | (by Patricia Muscalu <patricia.muscalu AT axis.com>) function old new delta last_main 448 917 +469 show_entry - 319 +319 packed_usage 24216 24268 +52 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 840/0) Total: 840 bytes
* - make Christian happyBernhard Reutner-Fischer2008-05-211-2/+1
|
* - skip empty lines and archive membersBernhard Reutner-Fischer2008-05-211-0/+6
|
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-219-49/+50
| | | | | | pause on "serious failure to receive". Some misc fixes are also folded in here.
* udhcpc: simplify renewal of the leaseDenis Vlasenko2008-05-211-22/+19
|
* udhcpc: properly reduce timeout if bogus packets were receivedDenis Vlasenko2008-05-211-11/+16
|
* fix another -Wall warningDenis Vlasenko2008-05-201-1/+1
|
* ifenslave: add forgotten INIT_G()Denis Vlasenko2008-05-201-0/+2
|
* - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate.Bernhard Reutner-Fischer2008-05-201-1/+1
|
* fix "make bigdata" to not show weak aliasesDenis Vlasenko2008-05-201-1/+1
|
* - improve readabilityBernhard Reutner-Fischer2008-05-191-5/+10
|
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-1921-59/+59
|
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-1945-85/+85
|
* - mention FIXME use find_mount_point()Bernhard Reutner-Fischer2008-05-191-2/+2
|
* - improve wordingBernhard Reutner-Fischer2008-05-191-1/+1
|
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-1918-142/+136
| | | | | | | | | - Rewrite kbd_mode and setconsole - Introduce and use console_make_active() and xopen_xwrite_close() - honour buffer-reservation method as set by the user (dumpkmap, loadkmap) - shrink rtcwake and some console-tools Saves about 270 Bytes
* swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko2008-05-183-7/+42
| | | | | | | | | | function old new delta swap_on_off_main 153 216 +63 packed_usage 24190 24214 +24 swap_enable_disable 127 131 +4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 91/0) Total: 91 bytes
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-1814-35/+34
|
* start_stop_daemon: add -test, fix -x to not match by inode,Denis Vlasenko2008-05-182-80/+137
| | | | | | | | | | | | | vastly improve hext text. (mostly by Roy Marples <roy AT marples.name>) function old new delta packed_usage 24124 24190 +66 start_stop_daemon_main 959 991 +32 start_stop_daemon_longopts 149 156 +7 check 1632 1589 -43 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/1 up/down: 105/-43) Total: 62 bytes
* httpd: fix obscure case when user runs httpd -i from command line for testing.Denis Vlasenko2008-05-181-1/+8
| | | | | | | | | | | | (fixes bug 3334) function old new delta httpd_main 743 757 +14 handle_incoming_and_exit 2657 2669 +12 log_and_exit 75 43 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 26/-32) Total: -6 bytes
* modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko2008-05-182-5/+38
| | | | | | | | | is_conf_command - 56 +56 include_conf 898 917 +19 check_dep 348 356 +8 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 83/0) Total: 83 bytes
* 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
|