aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* telnet: use poll, it's shorterDenis Vlasenko2007-11-061-1/+2
| | | | | *: style fixes
* insmod: make error reporting less verboseDenis Vlasenko2007-11-061-2/+2
|
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-1/+1
|
* insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko2007-11-021-239/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 functionsDenis Vlasenko2007-10-111-4/+4
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2007-09-241-1/+1
|
* insmod: shorten message text; style fixesDenis Vlasenko2007-09-241-7/+7
|
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-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 superfluousDenis Vlasenko2007-08-181-1/+1
| | | | | | | | (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
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-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
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms ↵Denis Vlasenko2007-06-251-2/+2
| | | | <wharms@bfs.de>)
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-3/+5
|
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-131-3/+4
| | | | | insane amounts of stack. Testsuite updated.
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-121-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
* delete tons of extra #includesDenis Vlasenko2007-05-311-1/+0
|
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* style fixes. No code changesDenis Vlasenko2007-04-121-4/+4
|
* style fixes, no code changes.Denis Vlasenko2007-04-111-27/+31
|
* style fixes. No code changes.Denis Vlasenko2007-04-101-9/+9
|
* find: fix handling of -pruneDenis Vlasenko2007-04-081-2/+2
| | | | recursive_actions: uppercase flag constants
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-2/+2
| | | | Minor size improvement (-16b for size, -24b according to bloat-o-meter).
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+2
| | | | no preceding prototype
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-291-1/+1
|
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
|
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-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 reasonDenis Vlasenko2006-12-311-9/+6
|
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-3/+4
|
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-0/+1
| | | | these are resulting fixes
* style fixesDenis Vlasenko2006-12-261-1/+1
| | | | last xcalloc replaced by xzalloc
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
|
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-3/+3
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-6/+5
|
* insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE,Denis Vlasenko2006-11-211-115/+114
| | | | stop using CONFIG_ prefix for non-config-system variables
* insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().Denis Vlasenko2006-11-211-22/+26
|
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-2/+2
|
* recursive_action: add depth paramDenis Vlasenko2006-10-271-3/+3
| | | | chmod: match coreutils versus following links
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-2/+2
|
* style fixesDenis Vlasenko2006-10-121-280/+271
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
|
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-9/+8
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-1/+1
|
* insmod: getopt_ulflags'isationDenis Vlasenko2006-09-231-62/+40
|
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
|
* xopen3(O_RDONLY) -> xopen(O_RDONLY).Denis Vlasenko2006-09-091-1/+1
|
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-1/+1
| | | | | automatically by function itself.
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-1/+1
| | | | | (the e2fsprogs directory is too twisty and evil to easily fix, but I plan to rewrite it anyway so I'll just bump that up in priority a bit).
* Another whack at scripts/individual. Now builds 212 applets.Rob Landley2006-08-091-0/+1
|
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-1/+1
| | | | | were using "1" as one of the arguments anyway, and as for the rest a multiply and a push isn't noticeably bigger than pushing two arguments on the stack.