Denis Vlasenko
|
cf70433173
modprobe: reformat to match bbox style
|
18 роки тому |
Denis Vlasenko
|
d3d004dd35
last nail into error_msg() (de)capitalization
|
18 роки тому |
Denis Vlasenko
|
d18a3a20db
use skip_whitespace where appropriate
|
18 роки тому |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 роки тому |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 роки тому |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 роки тому |
Rob Landley
|
4b5827a69b
Patch from Yann Morin so modprobe won't return failure if the module gets
|
18 роки тому |
Rob Landley
|
081e38483e
Remove xcalloc() and convert its callers to xzalloc(). About half of them
|
18 роки тому |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 роки тому |
Rob Landley
|
bf30c69a38
Patch from Yann Morin to fix bug 941, underscores in module aliases.
|
18 роки тому |
Rob Landley
|
3b0cfb40a5
Patch from Yann Morin to look for modules.conf in the right place on 2.6.
|
18 роки тому |
Mike Frysinger
|
135cee3741
Jean Wolter writes: modprobe checks, whether a module is already loaded. The function used for this currently always returns 0.
|
18 роки тому |
Rob Landley
|
d760560c52
Attempt at fixing bug 836, vaguely based on patch from somebody named
|
18 роки тому |
Rob Landley
|
c7ddefc062
Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at
|
18 роки тому |
Bernhard Reutner-Fischer
|
deda6a5c0d
- move #include busybox.h to the very top so we pull in the config
|
18 роки тому |
Bernhard Reutner-Fischer
|
2c351a8f98
- patch from Yann E. Morin: makes modprobe understand shell patterns
|
18 роки тому |
Bernhard Reutner-Fischer
|
e3c150bc67
- cleanup memory if opening aliases failed and cleanup was requested.
|
18 роки тому |
Rob Landley
|
3afb070e6d
Avoid a memory leak pointed out by Lucas C. Villa Real.
|
18 роки тому |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
18 роки тому |
Rob Landley
|
72615752db
Modprobe update from Ignacio García Pérez, updating support for modprobe.conf.
|
18 роки тому |
Bernhard Reutner-Fischer
|
101a470068
- make append_option and multiconvert static.
|
18 роки тому |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 роки тому |
"Vladimir N. Oleynik"
|
4fc92206ed
destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup
|
19 роки тому |
Rob Landley
|
199501f2a0
I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is
|
19 роки тому |
Rob Landley
|
ae50c6d8ee
Better use of the ENABLE guards.
|
19 роки тому |
Bernhard Reutner-Fischer
|
17d355cb3c
- remove warning (thanks Yann E. MORIN) and switch to ENABLE_
|
19 роки тому |
Rob Landley
|
3858bf18d5
Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has
|
19 роки тому |
Rob Landley
|
e919096271
Patch from Yann E. Morin, something to do with bugs 276 and 272.
|
19 роки тому |
Rob Landley
|
37310ea057
Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS to
|
19 роки тому |
Rob Landley
|
79e1cab0d1
Yann Morin's modprobe multiple options patch. There's more work to be done,
|
19 роки тому |