Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply accumulated post 1.8.0 fixes, bump version to 1.8.11_8_1 | Denis Vlasenko | 2007-11-10 | 1 | -1/+1 |
| | |||||
* | Announce 1.8.01_8_0 | Denis Vlasenko | 2007-11-04 | 1 | -1/+1 |
| | |||||
* | insmod: code shrink, stop exporting insmod_ng_main. | Denis Vlasenko | 2007-11-02 | 3 | -380/+311 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta add_ksymoops_symbols - 421 +421 static.section_names 20 40 +20 lsmod_main 425 424 -1 set_tainted 153 150 -3 main_opts 4 - -4 obj_symbol_patch 47 42 -5 obj_string_patch 144 139 -5 already_loaded 144 138 -6 check_dep 348 341 -7 append_option 75 68 -7 obj_allocate_commons 515 501 -14 new_process_module_arguments 1039 1018 -21 arch_new_symbol 31 9 -22 check_module_name_match 85 61 -24 obj_create_alloced_section 164 136 -28 include_conf 930 902 -28 modprobe_main 1643 1535 -108 obj_load 924 777 -147 insmod_ng_main 245 - -245 insmod_main 4122 3794 -328 ------------------------------------------------------------------------------ (add/remove: 1/2 grow/shrink: 1/16 up/down: 441/-1003) Total: -562 bytes text data bss dec hex filename 776020 974 9420 786414 bffee busybox_old 775384 974 9420 785778 bfd72 busybox_unstripped | ||||
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 4 | -9/+9 |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | ||||
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
| | | | | | 263 bytes saved. | ||||
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -3/+3 |
| | |||||
* | insmod: fix help text to not show options if only 2.6 was selected | Denis Vlasenko | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | insmod: shorten message text; style fixes | Denis Vlasenko | 2007-09-24 | 1 | -7/+7 |
| | |||||
* | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko | 2007-09-24 | 1 | -1/+1 |
| | | | | | | | | | (one which strips trailing slash and one which does not) wget: straighten out as a result of above change text data bss dec hex filename 5056 1 0 5057 13c1 busybox.t4/networking/wget.o 5022 0 0 5022 139e busybox.t5/networking/wget.o | ||||
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 3 | -3/+3 |
| | | | | | | | | (add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes text data bss dec hex filename 773469 1058 11092 785619 bfcd3 busybox_old 772644 1058 11092 784794 bf99a busybox_unstripped | ||||
* | modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols | Denis Vlasenko | 2007-08-16 | 1 | -1/+16 |
| | | | | | (by Yann E. MORIN) | ||||
* | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko | 2007-08-13 | 2 | -4/+4 |
| | |||||
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -4/+6 |
| | | | | | | | | | 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 | ||||
* | introduce and use bb_basename() | Denis Vlasenko | 2007-06-30 | 2 | -21/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta bb_basename - 26 +26 sv_main 1226 1225 -1 passwd_main 1985 1983 -2 showdirs 482 478 -4 sendCgi 1811 1807 -4 make_device 1354 1350 -4 handleIncoming 2443 2439 -4 func_name 82 78 -4 service_name 2292 2285 -7 main 909 901 -8 cmp_main 555 547 -8 test_main 434 422 -12 act 228 216 -12 find_pair 180 164 -16 rmmod_main 298 280 -18 find_pid_by_name 156 134 -22 modprobe_main 1606 1576 -30 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/16 up/down: 26/-156) Total: -130 bytes text data bss dec hex filename 734933 3028 14400 752361 b7ae9 busybox_old 734801 3028 14400 752229 b7a65 busybox_unstripped | ||||
* | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms ↵ | Denis Vlasenko | 2007-06-25 | 1 | -2/+2 |
| | | | | <wharms@bfs.de>) | ||||
* | random shrinkage of statics, -60 bytes saved | Denis Vlasenko | 2007-06-21 | 1 | -3/+5 |
| | |||||
* | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko | 2007-06-13 | 2 | -4/+5 |
| | | | | | insane amounts of stack. Testsuite updated. | ||||
* | A few more string duplicates found & eliminated | Denis Vlasenko | 2007-06-12 | 1 | -11/+6 |
| | | | | | | | | # size busybox_old busybox_unstripped text data bss dec hex filename 679693 2700 15632 698025 aa6a9 busybox_old 679523 2700 15632 697855 aa5ff busybox_unstripped | ||||
* | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko | 2007-06-04 | 1 | -3/+5 |
| | | | | | | tr: stop using globals needlessly. code: -103 bytes | ||||
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -1/+0 |
| | |||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 4 | -4/+4 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
| | |||||
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 2 | -7/+7 |
| | |||||
* | style fixes, no code changes. | Denis Vlasenko | 2007-04-11 | 2 | -29/+33 |
| | |||||
* | style fixes. No code changes. | Denis Vlasenko | 2007-04-10 | 2 | -11/+11 |
| | |||||
* | find: fix handling of -prune | Denis Vlasenko | 2007-04-08 | 1 | -2/+2 |
| | | | | recursive_actions: uppercase flag constants | ||||
* | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer | 2007-03-29 | 1 | -2/+2 |
| | | | | Minor size improvement (-16b for size, -24b according to bloat-o-meter). | ||||
* | /etc/modules.conf is a 2.6.x file while /etc/modules.conf and ↵ | Mike Frysinger | 2007-02-08 | 1 | -4/+8 |
| | | | | /etc/conf.modules are 2.4.x and older files | ||||
* | touchup style; no functional changes | Mike Frysinger | 2007-02-08 | 1 | -23/+12 |
| | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 4 | -0/+6 |
| | | | | no preceding prototype | ||||
* | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko | 2007-01-29 | 1 | -25/+22 |
| | |||||
* | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
| | |||||
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 2 | -5/+7 |
| | |||||
* | as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in ↵ | Mike Frysinger | 2007-01-24 | 1 | -4/+6 |
| | | | | order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file | ||||
* | change "bool ... if OPT" to more common "depend ... OPT" | Mike Frysinger | 2007-01-24 | 1 | -4/+4 |
| | |||||
* | combine bool;prompt to just bool | Mike Frysinger | 2007-01-24 | 1 | -4/+2 |
| | |||||
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -2/+0 |
| | | | | | prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | ||||
* | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko | 2006-12-31 | 1 | -9/+6 |
| | |||||
* | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | 2006-12-30 | 1 | -3/+4 |
| | |||||
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 1 | -0/+1 |
| | | | | these are resulting fixes | ||||
* | style fixes | Denis Vlasenko | 2006-12-26 | 2 | -2/+2 |
| | | | | last xcalloc replaced by xzalloc | ||||
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -1/+1 |
| | |||||
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -3/+3 |
| | |||||
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 3 | -10/+9 |
| | |||||
* | insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, | Denis Vlasenko | 2006-11-21 | 1 | -115/+114 |
| | | | | stop using CONFIG_ prefix for non-config-system variables | ||||
* | insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). | Denis Vlasenko | 2006-11-21 | 1 | -22/+26 |
| | |||||
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -2/+2 |
| | |||||
* | recursive_action: add depth param | Denis Vlasenko | 2006-10-27 | 1 | -3/+3 |
| | | | | chmod: match coreutils versus following links | ||||
* | modprobe: reformat to match bbox style | Denis Vlasenko | 2006-10-27 | 1 | -291/+291 |
| | |||||
* | last nail into error_msg() (de)capitalization | Denis Vlasenko | 2006-10-27 | 1 | -2/+2 |
| |