Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udhcpd: add -f "foreground" and -S "syslog" options | Denis Vlasenko | 2007-08-14 | 4 | -33/+27 |
| | | | | | | | | | | | | | | | udhcpc: add -S "syslog" options remove CONFIG_FEATURE_UDHCP_SYSLOG function old new delta udhcpd_main 1168 1201 +33 udhcpc_main 2414 2425 +11 static.udhcpc_longopts 191 200 +9 qgravechar 112 108 -4 packed_usage 22843 22827 -16 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/2 up/down: 53/-20) Total: 33 bytes | ||||
* | trylink: automatically use custom link script if user provides one | Denis Vlasenko | 2007-08-14 | 8 | -46/+31 |
| | | | | | | vinfo_msg: one user (info_msg), incorporate in it *: style fixes | ||||
* | syslogd: set syslog IPC buffer to mode 0644 | Denis Vlasenko | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | expand, unexpand: new applets from Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-08-13 | 10 | -3/+336 |
| | |||||
* | df: match coreutils behavior of wrapping lines if filesystem name is too long. | Denis Vlasenko | 2007-08-13 | 2 | -29/+29 |
| | | | | | df: trim help text | ||||
* | httpd: round down sendfile byte count to 64k | Denis Vlasenko | 2007-08-13 | 5 | -7/+8 |
| | | | | | *: style fixes | ||||
* | usage.h: style cleanup | Denis Vlasenko | 2007-08-13 | 1 | -36/+36 |
| | |||||
* | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko | 2007-08-13 | 22 | -56/+60 |
| | |||||
* | syslogd,logread: get rid of head pointer, fix logread bug in the process | Denis Vlasenko | 2007-08-12 | 3 | -92/+86 |
| | | | | | | | | | | | | | | | | function old new delta logread_main 450 462 +12 syslogd_main 1246 1252 +6 shbuf - 4 +4 buf 34 30 -4 packed_usage 22729 22724 -5 log_locally 957 767 -190 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/3 up/down: 22/-199) Total: -177 bytes text data bss dec hex filename 773886 1116 11316 786318 bff8e busybox_old 773714 1116 11316 786146 bfee2 busybox_unstripped | ||||
* | httpd: sendfile support | Denis Vlasenko | 2007-08-12 | 2 | -21/+47 |
| | |||||
* | fix out-of-source-tree build | Denis Vlasenko | 2007-08-12 | 2 | -2/+4 |
| | |||||
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 119 | -447/+494 |
| | | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k | ||||
* | httpd: CGI Status: header fix | Denis Vlasenko | 2007-08-11 | 1 | -9/+7 |
| | |||||
* | httpd: add support for Status: CGI header | Denis Vlasenko | 2007-08-11 | 1 | -13/+24 |
| | |||||
* | httpd: fix CGI handling bug (we were closing wrong fd). | Denis Vlasenko | 2007-08-11 | 2 | -14/+21 |
| | |||||
* | ls,ps,watch: measure terminal width on fd 0, not 1 | Denis Vlasenko | 2007-08-09 | 5 | -7/+9 |
| | |||||
* | stat: fix option -Z segv (bug 1454) | Denis Vlasenko | 2007-08-09 | 2 | -6/+12 |
| | |||||
* | udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/ | Denis Vlasenko | 2007-08-09 | 1 | -11/+10 |
| | | | | | (by David Updegraff <dave@cray.com>) | ||||
* | bb_uudecode: now this is the more thorough fix... I hope... | Denis Vlasenko | 2007-08-06 | 1 | -2/+2 |
| | |||||
* | bb_uuencode: fix obscure case where we were using data past last byte of source | Denis Vlasenko | 2007-08-06 | 2 | -18/+24 |
| | | | | | | | | | | | | (fixes testsuite failure) bb_uuencode 154 160 +6 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 6/0) Total: 6 bytes text data bss dec hex filename 770284 1096 11228 782608 bf110 busybox_old 770288 1096 11228 782612 bf114 busybox_unstripped | ||||
* | patch: fix -p -1 handling | Denis Vlasenko | 2007-08-06 | 2 | -3/+8 |
| | | | | | checkstack.pl: add blackfin (by Alex Landau <landau_alex@yahoo.com>) | ||||
* | catv: catv without arguments was trying to use environ as argv. | Denis Vlasenko | 2007-08-06 | 1 | -3/+6 |
| | | | | | (Alex Landau <landau_alex@yahoo.com>) | ||||
* | trylink: s/&& exit 1/|| exit 1/ (spotted by Alex Landau <landau_alex@yahoo.com>) | Denis Vlasenko | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) | Denis Vlasenko | 2007-08-06 | 5 | -10/+20 |
| | | | | | | | add testsuite entry for it. Fix applet order checker. Fix cmp yelling. trylink: fix error file and map file generation applets: fix applet order | ||||
* | env: micro-optimization | Denis Vlasenko | 2007-08-06 | 2 | -15/+10 |
| | | | | | | | | | | | | | | printenv: fix "printenv VAR1 VAR2" bug (wasn't printing VAR2) (spotted by kalyanatejaswi balabhadrapatruni <kalyanatejaswi@yahoo.co.in>) env_main 267 260 -7 printenv_main 147 75 -72 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-79) Total: -79 bytes text data bss dec hex filename 770336 1096 11228 782660 bf144 busybox_old 770256 1096 11228 782580 bf0f4 busybox_unstripped | ||||
* | setfiles: | Denis Vlasenko | 2007-08-06 | 1 | -14/+5 |
| | | | | | | | * Bug fix: -f option did not work. * Using bb_simplify_path to remove extra slash for smaller code. (by Yuichi Nakamura <ynakam@hitachisoft.jp>) | ||||
* | less: add a bit more robustness in keyboard reading code | Denis Vlasenko | 2007-08-03 | 1 | -1/+3 |
| | |||||
* | mount: print errno on NFS error (again) | Denis Vlasenko | 2007-08-03 | 5 | -20/+31 |
| | |||||
* | svlogd: fix timestamping; do not warn if config is missing | Denis Vlasenko | 2007-08-03 | 3 | -18/+25 |
| | | | | | sv: extend help text | ||||
* | ttysize: update copyright | Denis Vlasenko | 2007-08-03 | 1 | -1/+6 |
| | |||||
* | udhcp: slight shrink | Denis Vlasenko | 2007-08-02 | 8 | -72/+69 |
| | | | | | | | | | | | | | | | | | udhcpd_main 1171 1208 +37 udhcpc_main 2363 2387 +24 dhcprelay_main 1145 1146 +1 dhcprelay_stopflag 4 1 -3 dhcprelay_signal_handler 11 8 -3 client_background 46 42 -4 udhcp_read_interface 230 211 -19 udhcp_make_pidfile 76 - -76 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 3/4 up/down: 62/-105) Total: -43 bytes text data bss dec hex filename 770052 1096 11228 782376 bf028 busybox_old 769980 1096 11228 782304 befe0 busybox_unstripped | ||||
* | ttysize: new applet. +200 bytes | Denis Vlasenko | 2007-08-02 | 5 | -2/+56 |
| | |||||
* | start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> | Denis Vlasenko | 2007-08-02 | 5 | -14/+20 |
| | | | | | dhcpc: fixed "ifupdown + udhcpc_without_pidpile_creation" bug | ||||
* | patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) | Denis Vlasenko | 2007-08-01 | 1 | -3/+3 |
| | |||||
* | start_stop_daemon: NOMMU fix; smaller fixes | Denis Vlasenko | 2007-07-31 | 3 | -39/+52 |
| | |||||
* | addgroup: "disallow addgroup -g num user group"; make -g 0 work | Denis Vlasenko | 2007-07-30 | 2 | -28/+36 |
| | | | | | (Tito <farmatito@tiscali.it>) | ||||
* | dd: use unsigned printf specifier for # of blocks | Denis Vlasenko | 2007-07-30 | 1 | -2/+3 |
| | |||||
* | dd: fix newly introduced bug (introduced by me) | Denis Vlasenko | 2007-07-29 | 1 | -1/+1 |
| | |||||
* | interface.c: code shrink (IIRC ~30 bytes) | Denis Vlasenko | 2007-07-29 | 1 | -43/+43 |
| | |||||
* | ash: comment non-obvious code part | Denis Vlasenko | 2007-07-29 | 1 | -2/+7 |
| | |||||
* | fix for suffix optimization (which was in previous commit) | Denis Vlasenko | 2007-07-27 | 2 | -1/+2 |
| | |||||
* | multiplier suffixes are short, store them directly in struct suffix_mult | Denis Vlasenko | 2007-07-27 | 11 | -25/+25 |
| | | | | | | | | | | | | function old new delta xstrtoul_range_sfx 226 217 -9 xstrtoull_range_sfx 291 280 -11 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-20) Total: -20 bytes text data bss dec hex filename 669128 2668 13616 685412 a7564 busybox_old 669108 2668 13616 685392 a7550 busybox_unstripped | ||||
* | dd: fix bug where we assume count=INT_MAX when count is unspecified; | Denis Vlasenko | 2007-07-27 | 1 | -32/+53 |
| | | | | | | | | | | | | | shrink dd while at it function old new delta dd_main 1453 1368 -85 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-85) Total: -85 bytes text data bss dec hex filename 669216 2668 13616 685500 a75bc busybox_old 669128 2668 13616 685412 a7564 busybox_unstripped | ||||
* | passwd: fix bug: we are trying to update shadow even if user's record is in ↵ | Denis Vlasenko | 2007-07-27 | 2 | -9/+19 |
| | | | | | | | passwd! getspnam is guilty, it lies that user record exists in shadow. | ||||
* | bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; | Denis Vlasenko | 2007-07-27 | 7 | -87/+68 |
| | | | | | comment thoroughly when they die and when they dont. | ||||
* | cal: small code shrink | Denis Vlasenko | 2007-07-26 | 1 | -55/+50 |
| | |||||
* | setfiles: small code size reduction (Yuichi Nakamura <ynakam@hitachisoft.jp>) | Denis Vlasenko | 2007-07-25 | 1 | -58/+9 |
| | |||||
* | ps: fix non-desktop ps -ww -- thanks rockeychu | Denis Vlasenko | 2007-07-25 | 1 | -4/+9 |
| | |||||
* | getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychu | Denis Vlasenko | 2007-07-25 | 1 | -0/+1 |
| | |||||
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 43 | -340/+352 |
| | | | | | | | | | which scans thru "abc\0def\0123\0\0" type strings. Saves 250 bytes. text data bss dec hex filename 781266 1328 11844 794438 c1f46 busybox_old 781010 1328 11844 794182 c1e46 busybox_unstripped |