Denis Vlasenko
|
ac678ec2f1
style fixes, no code changes
|
17 년 전 |
Denis Vlasenko
|
6398cf477d
style fixes, no code changes.
|
17 년 전 |
Denis Vlasenko
|
ff131b980d
style fixes. No code changes.
|
17 년 전 |
Mike Frysinger
|
4423e5beef
/etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modules are 2.4.x and older files
|
18 년 전 |
Mike Frysinger
|
c5d9e8ff3d
touchup style; no functional changes
|
18 년 전 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 년 전 |
Denis Vlasenko
|
322661d025
preparatory patch for -Wwrite-strings #6
|
18 년 전 |
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
|
19 년 전 |
"Vladimir N. Oleynik"
|
4fc92206ed
destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup
|
19 년 전 |