Denis Vlasenko
|
bae7948a5a
small size reduction by Bernhard Fischer <rep.nop@aon.at>
|
18 years ago |
Denis Vlasenko
|
db1edde6d8
compilation fix by Bernhard Fischer <rep.nop@aon.at>
|
18 years ago |
Denis Vlasenko
|
8a820b2732
syslogs: a bit better wording in explanation how buffering
|
18 years ago |
Denis Vlasenko
|
a0e2a0a192
syslogd: start using bb_common_bufsiz1 instead of stack/malloc
|
18 years ago |
Denis Vlasenko
|
b893497151
syslogd: stop doing open/fstat/lseek/close on _every_ write
|
18 years ago |
Denis Vlasenko
|
a9b60e93ee
new libbb func: xmalloc_realpath (+ use it where makes sense)
|
18 years ago |
Denis Vlasenko
|
ceab8700df
syslogd: almost rewritten. Had several obvious bugs...
|
18 years ago |
Denis Vlasenko
|
459903bd4e
Provide our own isdigit macro. saves more than 400 bytes.
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
c12f53090b
dnsd fix; option_mask32 added. dnsd needs more love.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
02be0f5350
syslogd: do not retry udp sends (can stall syslogd for extended periods
|
18 years ago |
Denis Vlasenko
|
14c1940255
syslogd: getopt_ulflags'ification (save ~50 bytes)
|
18 years ago |
Denis Vlasenko
|
1decd0e529
syslogd: add option to suppress logging of messages lower than level N (-n N)
|
18 years ago |
Rob Landley
|
49ea46667f
Build fixes for gcc 4.0 with -Werror, from Tito.
|
18 years ago |
Denis Vlasenko
|
bd8f43dbab
few random readability enhansements. No code changes
|
18 years ago |
Rob Landley
|
028ba280be
More allbareconfig fixes.
|
18 years ago |
Bernhard Reutner-Fischer
|
d591a360d3
- merge -r15463:15564 from busybox_scratch branch through these changesets:
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Bernhard Reutner-Fischer
|
c418d482ba
- s/defined(__uClinux__)/BB_NOMMU/
|
18 years ago |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
Bernhard Reutner-Fischer
|
0c013f5fc7
- commentary typo and superfluous whitespace removal in weird messages.
|
18 years ago |
Bernhard Reutner-Fischer
|
2c99851181
- patch from Denis Vlasenko to add and use bb_xdaemon()
|
18 years ago |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 years ago |
"Vladimir N. Oleynik"
|
dd1ccddf1b
moved BB_BANNER to applets/version.c file: make kernel like version,
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 years ago |
"Vladimir N. Oleynik"
|
d3d829aaf0
20 bytes data to bss
|
19 years ago |