aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* do not respect CONFIG_MODULES as it breaks building if it is defined in the ↵Mike Frysinger2008-01-271-1/+1
| | | | build env
* udhcpc: filter unwanted packets in kernelDenis Vlasenko2008-01-255-10/+64
| | | | | (Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
* fdisk: comment out unused functionDenis Vlasenko2008-01-251-0/+2
|
* udhcpc: fix wrong options in decline and release packetsDenis Vlasenko2008-01-253-13/+15
| | | | | (Jonas Danielsson <jonas.danielsson at axis.com>)
* fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko2008-01-242-6/+3
|
* halt: write wtmp entry if wtmp support is enabledDenis Vlasenko2008-01-241-5/+38
|
* halt: update help textDenis Vlasenko2008-01-241-4/+7
|
* comment fixDenis Vlasenko2008-01-241-2/+1
|
* crond: small code shrink and readability enhancementsDenis Vlasenko2008-01-241-15/+15
|
* grep: fix wrong filename in error messageDenis Vlasenko2008-01-241-1/+1
|
* as reported by George Boudreau, make sure we properly skip blank linesMike Frysinger2008-01-231-2/+6
|
* - Fix hdparm's ioctl parameter passing (John Brandwood)Bernhard Reutner-Fischer2008-01-191-6/+6
|
* eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savingsPaul Fox2008-01-183-17/+0
| | | | | | | was small, compared to the total size of the command-line editing features, and it removed key bindings that most wouldn't consider "fancy", like ^U, and 'l' and 'h' in vi mode, ^F and ^B in emacs mode.
* - correct helptext of stat (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-01-171-1/+1
|
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-143-21/+97
| | | | | text data bss dec hex filename 907 20 0 927 39f networking/brctl.o
* - mention strtod code-duplication as TODO for cleanupBernhard Reutner-Fischer2008-01-141-0/+3
|
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-133-38/+122
| | | | | | text data bss dec hex filename 253 20 0 273 111 networking/brctl.o.bare 613 20 0 633 279 networking/brctl.o.fancy-time
* - fix commentary typoBernhard Reutner-Fischer2008-01-131-1/+1
|
* - save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer2008-01-131-5/+4
|
* - update defconfigBernhard Reutner-Fischer2008-01-131-0/+1
|
* - new applet brctlBernhard Reutner-Fischer2008-01-135-0/+105
| | | | | | text data bss dec hex filename 289 20 0 309 135 networking/brctl.o 335 23 0 358 166 networking/brctl-verbose-ops.o
* - add ipsvdBernhard Reutner-Fischer2008-01-111-0/+3
|
* enable use of ^V prefix to allow forced insertion of any character. inPaul Fox2008-01-111-4/+3
| | | | | particular, without this it's impossible to enter a TAB on the commandline (whether tab completion is enabled or not).
* allow 8-bit charactersPaul Fox2008-01-111-3/+0
|
* tac: handle NULs properly. +145 bytesDenis Vlasenko2008-01-091-11/+35
|
* hush: report [v]fork failuresDenis Vlasenko2008-01-084-37/+53
| | | | | | hush: more correct handling of piping config: add CONFIG_NOMMU
* whitespace fixesDenis Vlasenko2008-01-073-6/+6
|
* ps: fix yet another buglet from recent ulltoa conversion :(Denis Vlasenko2008-01-071-4/+4
|
* ps: fix COMMAND column adjustmentDenis Vlasenko2008-01-071-2/+2
|
* tac: *really* add tac.c nowDenis Vlasenko2008-01-071-0/+68
|
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-079-64/+64
| | | | | *: whitespace fixes
* syslogd: fix shmat error checkDenis Vlasenko2008-01-071-1/+1
|
* tac: new applet. ~240 bytes.Denis Vlasenko2008-01-065-8/+30
| | | | | | | Copyright (C) 2003 Yang Xiaopeng <yxp at hanwang.com.cn> Copyright (C) 2007 Natanael Copa <natanael.copa@gmail.com> Copyright (C) 2007 Tito Ragusa <farmatito@tiscali.it>
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-065-83/+99
| | | | | | | | | | | | | | | | | function old new delta smart_ulltoa4 - 280 +280 smart_ulltoa5 283 408 +125 ulltoa6_and_space - 25 +25 scale 28 38 +10 bbunpack 358 366 +8 ps_main 259 261 +2 glob3 35 37 +2 fill_bounds 172 174 +2 process_stdin 456 446 -10 smart_ulltoa6 406 - -406 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 6/1 up/down: 454/-416) Total: 38 bytes
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-055-49/+195
|
* Makefile.help: removing allbareconfig target from helpDenis Vlasenko2008-01-042-2/+1
| | | | | applet_tables: fix allnoconfig
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
|
* init: wait for orphaned children too while waitingDenis Vlasenko2008-01-041-3/+9
| | | | | for sysinit-like processes (Harald Küthe <harald-tuxbox@arcor.de>)
* syslogd: avoid excessive tine() system callsDenis Vlasenko2008-01-031-16/+21
| | | | | | | | | | | | function old new delta timestamp_and_log_internal - 24 +24 log_locally 741 744 +3 timestamp_and_log 313 314 +1 syslogd_main 904 897 -7 quit_signal 101 94 -7 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/2 up/down: 28/-14) Total: 14 bytes
* syslogd: don't die if remote host's IP cannot be resolved.Denis Vlasenko2008-01-031-37/+63
| | | | | | | | | | | retry resolutions every two minutes instead. function old new delta syslogd_main 865 904 +39 timestamp_and_log 324 313 -11 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 39/-11) Total: 28 bytes
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-0218-55/+51
| | | | | | | | | | | | | | | | | | | | | | *: use more approproate (shorter) versions of wait() function old new delta safe_waitpid - 48 +48 wait_any_nohang - 17 +17 send_tree 365 369 +4 processorstop 432 435 +3 text_yank 110 108 -2 make_human_readable_str 202 200 -2 crond_main 1368 1366 -2 handle_sigchld 49 43 -6 reapchild 166 159 -7 custom 260 250 -10 checkscript 191 177 -14 wait_nohang 17 - -17 wait_pid 43 - -43 ------------------------------------------------------------------------------ (add/remove: 2/2 grow/shrink: 2/7 up/down: 72/-103) Total: -31 bytes
* adding libbb/printable.cDenis Vlasenko2007-12-301-0/+34
|
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-305-22/+19
| | | | | | | | | | | | | | netstat: print control chars as ^C etc vi: style fixlet function old new delta fputc_printable - 100 +100 unix_do_one 451 487 +36 printLines 258 190 -68 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/1 up/down: 136/-68) Total: 68 bytes
* httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2007-12-291-2/+11
| | | | | | | | | | function old new delta parse_conf 1481 1507 +26 handle_incoming_and_exit 2650 2663 +13 httpd_main 749 759 +10 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 49/0) Total: 49 bytes
* trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko2007-12-283-25/+45
| | | | | nameif: glibc build fixlet
* netstat: in error message, report filename and line numberDenis Vlasenko2007-12-261-22/+23
| | | | | | | | | | where we see problematic data text data bss dec hex filename 778456 832 7344 786632 c00c8 busybox_old 778394 832 7344 786570 c008a busybox_unstripped
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-265-19/+8
| | | | | | | | | function old new delta nextline 59 55 -4 include_conf 902 898 -4 read_config 414 406 -8 fsck_main 1880 1869 -11
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-265-40/+48
| | | | | | | | | | | | | | | | | | | | | | Add xmalloc_fgetline_str which does strip terminator, and use it in dpkg instead of xmalloc_fgets_str. netstat: use xmalloc_fgets_str - allows to eat strings with NULs (this fixes bug with some weird /proc/net/unix input) function old new delta xmalloc_fgets_internal - 191 +191 xmalloc_fgetline_str - 18 +18 do_info 116 120 +4 unix_do_one 451 447 -4 tcp_do_one 423 419 -4 send_tree 369 365 -4 xmalloc_fgets_str 178 15 -163 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 1/4 up/down: 213/-175) Total: 38 bytes text data bss dec hex filename 778445 832 7344 786621 c00bd busybox_old 778483 832 7344 786659 c00e3 busybox_unstripped
* init: don't spawn tons of waiting children, one is enoughDenis Vlasenko2007-12-261-39/+47
| | | | | | | | | init: shrink signal disabling code init: rename some functions text data bss dec hex filename 778657 832 7344 786833 c0191 busybox_old 778445 832 7344 786621 c00bd busybox_unstripped
* init: sometimes, #ifdefs are cleaner.Denis Vlasenko2007-12-251-22/+13
|