Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年 前 |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 年 前 |
Denis Vlasenko
|
ca525b4f24
*: BB_BANNER -> bb_banner (it is not a const or #define)!
|
17 年 前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年 前 |
Denis Vlasenko
|
5a142025d3
move everything to new NOMMU helpers, except udhcp
|
17 年 前 |
Denis Vlasenko
|
9067f13be0
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
|
17 年 前 |
Denis Vlasenko
|
c84520d73d
klogd: code de-obfuscation with small code size reduction
|
18 年 前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年 前 |
Bernhard Reutner-Fischer
|
8fc4011992
- shrink klogd a tiny bit.
|
18 年 前 |
Denis Vlasenko
|
e428e9d43b
klogd: small optimizations
|
18 年 前 |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 年 前 |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 年 前 |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年 前 |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 年 前 |
Bernhard Reutner-Fischer
|
595159f38c
- shrink klogd a bit
|
18 年 前 |
Bernhard Reutner-Fischer
|
c418d482ba
- s/defined(__uClinux__)/BB_NOMMU/
|
18 年 前 |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 年 前 |
Bernhard Reutner-Fischer
|
2c99851181
- patch from Denis Vlasenko to add and use bb_xdaemon()
|
18 年 前 |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 年 前 |
"Vladimir N. Oleynik"
|
dd1ccddf1b
moved BB_BANNER to applets/version.c file: make kernel like version,
|
19 年 前 |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 年 前 |
Rob Landley
|
570f655ee4
Cleanup patch from tito: migrate option parsing to the bb_ functions and fix
|
19 年 前 |
Glenn L McGrath
|
12ed333714
Part of patch from William Barsse, fixes a problem with unescaped %.
|
20 年 前 |
Eric Andersen
|
0373cf1396
Do not mess with the console logging level unless
|
20 年 前 |
Eric Andersen
|
36adca81f5
Patch from Bastian Blank:
|
20 年 前 |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 年 前 |
Russ Dill
|
a1fece2c70
Get vfork_daemon_rexec working under uclinux
|
21 年 前 |
Eric Andersen
|
68d4a85f12
Fixup bugs in last patch
|
21 年 前 |
Eric Andersen
|
35e643b39f
last_patch95 from vodz:
|
21 年 前 |
Eric Andersen
|
85e5e72bc1
Remove remaining libc5 support code
|
21 年 前 |