Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
17 years ago |
Denis Vlasenko
|
219d14d514
random style fixes (extra spaces deleted)
|
18 years ago |
Denis Vlasenko
|
ccd412da09
decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net)
|
18 years ago |
Denis Vlasenko
|
d238a477b7
init: fix handling of stdio file descriptors
|
18 years ago |
Denis Vlasenko
|
966bb43766
init: de-indent a block of code
|
18 years ago |
Denis Vlasenko
|
b716754199
init: trivial compile fix
|
18 years ago |
Denis Vlasenko
|
7a2ca5e111
init: stop doing silly things with the console (-400 bytes)
|
18 years ago |
Denis Vlasenko
|
ec27feb045
init: code readability enhancements; very small code changes
|
18 years ago |
Bernhard Reutner-Fischer
|
d818dcc72a
- whitespace cleanup and add a possible shrinkage suggestion
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
4c97863109
assorted fixes for bugs found with randomconfig
|
18 years ago |
Denis Vlasenko
|
e968fcd562
lineedit: add missing #if/#endif
|
18 years ago |
Denis Vlasenko
|
4921b54f37
Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS
|
18 years ago |
Denis Vlasenko
|
06c0a71d23
preparatory patch for -Wwrite-strings #3
|
18 years ago |
Denis Vlasenko
|
2f0c0d0b88
Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own
|
18 years ago |
Denis Vlasenko
|
9b1381fd2f
convert calloc to xzalloc
|
18 years ago |
Denis Vlasenko
|
bf0a201008
style fixes
|
18 years ago |
Denis Vlasenko
|
bf66fbc8e2
introduce LONE_CHAR (optimized strcmp with one-char string)
|
18 years ago |
Denis Vlasenko
|
dca0b707c0
reshuffle libbb.h contents so that order of decls makes sense
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Denis Vlasenko
|
ce97960a6e
usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.
|
18 years ago |
Rob Landley
|
88621d7398
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
|
18 years ago |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 years ago |
Rob Landley
|
cba1b96735
Patch from Shaun Jackman to set environment variable RUNLEVEL equal to
|
18 years ago |
"Robert P. J. Day"
|
edd9ca5743
More removal of "#if 0" content.
|
18 years ago |
Bernhard Reutner-Fischer
|
cf1f2ace39
- fix CONFIG_DEBUG_INIT compile failure
|
18 years ago |
Paul Fox
|
d112f8fa5e
make halt and poweroff messages more accurate (i.e., claim "we're about to",
|
18 years ago |
Bernhard Reutner-Fischer
|
7ae1553980
- consolidate "Sending SIG%s to all processes"; untested..
|
18 years ago |