aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
AgeCommit message (Expand)Author
2007-03-24NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko
2007-03-20syslogd: fix it for small BUFSIZ caseDenis Vlasenko
2007-03-15syslogd: reduce data/bss usage. Code size is practically the same.Denis Vlasenko
2007-02-17klogd: code de-obfuscation with small code size reductionDenis Vlasenko
2007-02-14syslogd: MARK code is buggy. Disabling it altogether on anti-bloat groundsDenis Vlasenko
2007-02-11syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko
2007-02-04add x to IPv6 functions which can dieDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #4Denis Vlasenko
2007-01-24accumulated post-1.4.0 fixesDenis Vlasenko
2007-01-13whitespace fixes (leading spaces to tab)Denis Vlasenko
2007-01-12undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objectsDenis Vlasenko
2007-01-10code shrinkage by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko
2007-01-10a bit more IPv6-ization workDenis Vlasenko
2007-01-09Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko
2007-01-09small size reduction by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko
2007-01-09small size reduction by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko
2007-01-09compilation fix by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko
2007-01-09- shrink by 26 bytes or soBernhard Reutner-Fischer
2007-01-09- shrink klogd a tiny bit.Bernhard Reutner-Fischer
2007-01-06syslogs: a bit better wording in explanation how bufferingDenis Vlasenko
2007-01-04syslogd: start using bb_common_bufsiz1 instead of stack/mallocDenis Vlasenko
2007-01-04syslogd: stop doing open/fstat/lseek/close on _every_ writeDenis Vlasenko
2007-01-04new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko
2007-01-04syslogd: almost rewritten. Had several obvious bugs...Denis Vlasenko
2007-01-04klogd: small optimizationsDenis Vlasenko
2006-12-19remove casts from xmalloc()Denis Vlasenko
2006-11-27Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-06dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-30syslogd: do not retry udp sends (can stall syslogd for extended periodsDenis Vlasenko
2006-09-30syslogd: getopt_ulflags'ification (save ~50 bytes)Denis Vlasenko
2006-09-30syslogd: add option to suppress logging of messages lower than level N (-n N)Denis Vlasenko
2006-09-22logger: getopt_ulflags'isationDenis Vlasenko
2006-09-11Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko
2006-09-08few random readability enhansements. No code changesDenis Vlasenko
2006-09-07Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko
2006-08-29Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley
2006-08-28More allbareconfig fixes.Rob Landley
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-20"formated" -> "formatted" throughout the code base."Robert P. J. Day"
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-06-01- shrink logread a bit.Bernhard Reutner-Fischer
2006-05-31- shrink klogd a bitBernhard 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. DayBernhard Reutner-Fischer