aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config.in: remove menus that apparently will not work on Windows (except mayb...Nguyễn Thái Ngọc Duy2009-04-231-0/+1
* usage.c: remove reference to busybox.hvda2007-05-264-4/+4
* klogd: remove dependency on syslogdvda2007-05-021-2/+0
* make pidfile writing configurable.vda2007-03-271-0/+2
* move everything to new NOMMU helpers, except udhcpvda2007-03-262-12/+2
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"vda2007-03-242-2/+4
* syslogd: fix it for small BUFSIZ casevda2007-03-201-71/+67
* syslogd: reduce data/bss usage. Code size is practically the same.vda2007-03-151-126/+167
* klogd: code de-obfuscation with small code size reductionvda2007-02-171-25/+20
* syslogd: MARK code is buggy. Disabling it altogether on anti-bloat groundsvda2007-02-141-0/+11
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-111-17/+24
* add x to IPv6 functions which can dievda2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-034-0/+4
* preparatory patch for -Wwrite-strings #4vda2007-01-291-4/+5
* accumulated post-1.4.0 fixesvda2007-01-241-2/+2
* whitespace fixes (leading spaces to tab)vda2007-01-131-1/+1
* undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objectsvda2007-01-121-9/+7
* code shrinkage by Bernhard Fischer <rep.nop@aon.at>vda2007-01-101-49/+31
* a bit more IPv6-ization workvda2007-01-101-17/+8
* Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-5/+2
* small size reduction by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-3/+2
* small size reduction by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-7/+6
* compilation fix by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-1/+4
* - shrink by 26 bytes or soaldot2007-01-091-15/+21
* - shrink klogd a tiny bit.aldot2007-01-091-9/+12
* syslogs: a bit better wording in explanation how bufferingvda2007-01-061-10/+9
* syslogd: start using bb_common_bufsiz1 instead of stack/mallocvda2007-01-042-63/+54
* syslogd: stop doing open/fstat/lseek/close on _every_ writevda2007-01-041-52/+65
* new libbb func: xmalloc_realpath (+ use it where makes sense)vda2007-01-042-86/+86
* syslogd: almost rewritten. Had several obvious bugs...vda2007-01-041-327/+263
* klogd: small optimizationsvda2007-01-041-24/+25
* remove casts from xmalloc()vda2006-12-191-1/+1
* Provide our own isdigit macro. saves more than 400 bytes.vda2006-11-271-1/+1
* attempt to regularize atoi mess.vda2006-10-083-16/+10
* dnsd fix; option_mask32 added. dnsd needs more love.vda2006-10-061-20/+19
* build system overhaulvda2006-10-054-72/+29
* getopt_ulflags -> getopt32.vda2006-10-033-5/+5
* syslogd: do not retry udp sends (can stall syslogd for extended periodsvda2006-09-301-41/+14
* syslogd: getopt_ulflags'ification (save ~50 bytes)vda2006-09-301-143/+156
* syslogd: add option to suppress logging of messages lower than level N (-n N)vda2006-09-301-4/+16
* logger: getopt_ulflags'isationvda2006-09-221-16/+7
* Build fixes for gcc 4.0 with -Werror, from Tito.landley2006-09-111-1/+1
* using [xa]sprintf for string concatenation is neat and savesvda2006-09-091-1/+1
* few random readability enhansements. No code changesvda2006-09-081-6/+7
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-071-0/+2
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-291-2/+2
* More allbareconfig fixes.landley2006-08-281-1/+8
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-62/+36
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-032-27/+5
* "formated" -> "formatted" throughout the code base.rpjday2006-07-201-1/+1