index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysklogd
/
syslogd.c
Age
Commit message (
Expand
)
Author
2007-11-06
telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)
Denis Vlasenko
2007-10-11
vi: don't wait 50 ms before reading ESC sequences
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-07
syslogd: do not need to poll(), we can just block in read().
Denis Vlasenko
2007-09-07
*: replace select-for-one descriptor with poll, it's smaller.
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-14
syslogd: set syslog IPC buffer to mode 0644
Denis Vlasenko
2007-08-12
syslogd,logread: get rid of head pointer, fix logread bug in the process
Denis Vlasenko
2007-06-21
syslogd: do not convert tabs to ^I
Denis Vlasenko
2007-06-04
syslogd: move some vectors from data to text. Needs uclibc patch
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-27
make pidfile writing configurable.
Denis Vlasenko
2007-03-26
move everything to new NOMMU helpers, except udhcp
Denis Vlasenko
2007-03-24
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
Denis Vlasenko
2007-03-20
syslogd: fix it for small BUFSIZ case
Denis Vlasenko
2007-03-15
syslogd: reduce data/bss usage. Code size is practically the same.
Denis Vlasenko
2007-02-14
syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds
Denis Vlasenko
2007-02-11
syslogd: fix "readpath bug" by using readlink instead
Denis Vlasenko
2007-02-04
add x to IPv6 functions which can die
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #4
Denis Vlasenko
2007-01-24
accumulated post-1.4.0 fixes
Denis Vlasenko
2007-01-13
whitespace fixes (leading spaces to tab)
Denis Vlasenko
2007-01-10
a bit more IPv6-ization work
Denis Vlasenko
2007-01-09
Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko
2007-01-09
small size reduction by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko
2007-01-09
small size reduction by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko
2007-01-09
compilation fix by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko
2007-01-06
syslogs: a bit better wording in explanation how buffering
Denis Vlasenko
2007-01-04
syslogd: start using bb_common_bufsiz1 instead of stack/malloc
Denis Vlasenko
2007-01-04
syslogd: stop doing open/fstat/lseek/close on _every_ write
Denis Vlasenko
2007-01-04
new libbb func: xmalloc_realpath (+ use it where makes sense)
Denis Vlasenko
2007-01-04
syslogd: almost rewritten. Had several obvious bugs...
Denis Vlasenko
2006-11-27
Provide our own isdigit macro. saves more than 400 bytes.
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-06
dnsd fix; option_mask32 added. dnsd needs more love.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-30
syslogd: do not retry udp sends (can stall syslogd for extended periods
Denis Vlasenko
2006-09-30
syslogd: getopt_ulflags'ification (save ~50 bytes)
Denis Vlasenko
2006-09-30
syslogd: add option to suppress logging of messages lower than level N (-n N)
Denis Vlasenko
2006-09-11
Build fixes for gcc 4.0 with -Werror, from Tito.
Rob Landley
2006-09-08
few random readability enhansements. No code changes
Denis Vlasenko
2006-08-28
More allbareconfig fixes.
Rob Landley
2006-08-20
- merge -r15463:15564 from busybox_scratch branch through these changesets:
Bernhard Reutner-Fischer
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-02
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-05-31
- s/defined(__uClinux__)/BB_NOMMU/
Bernhard Reutner-Fischer
2006-05-19
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2006-04-18
- commentary typo and superfluous whitespace removal in weird messages.
Bernhard Reutner-Fischer
2006-04-12
- patch from Denis Vlasenko to add and use bb_xdaemon()
Bernhard Reutner-Fischer
[prev]
[next]