aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/syslogd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* syslogd: use DEV_CONSOLE consistentlyDenis Vlasenko2007-11-181-1/+1
* syslogd: support "symlink to symlink" for /dev/log; reduce stack usageDenis Vlasenko2007-11-101-31/+29
* modprobe: fix a bug where we were entering endless loopDenis Vlasenko2007-11-061-1/+11
* telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko2007-11-061-10/+17
* vi: don't wait 50 ms before reading ESC sequencesDenis Vlasenko2007-10-111-5/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* syslogd: do not need to poll(), we can just block in read().Denis Vlasenko2007-09-071-30/+23
* *: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko2007-09-071-10/+10
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* syslogd: set syslog IPC buffer to mode 0644Denis Vlasenko2007-08-141-1/+1
* syslogd,logread: get rid of head pointer, fix logread bug in the processDenis Vlasenko2007-08-121-43/+12
* syslogd: do not convert tabs to ^IDenis Vlasenko2007-06-211-1/+1
* syslogd: move some vectors from data to text. Needs uclibc patchDenis Vlasenko2007-06-041-4/+4
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* make pidfile writing configurable.Denis Vlasenko2007-03-271-0/+2
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-6/+1
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-241-1/+2
* syslogd: fix it for small BUFSIZ caseDenis Vlasenko2007-03-201-71/+67
* syslogd: reduce data/bss usage. Code size is practically the same.Denis Vlasenko2007-03-151-126/+167
* syslogd: MARK code is buggy. Disabling it altogether on anti-bloat groundsDenis Vlasenko2007-02-141-0/+11
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-17/+24
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-291-4/+5
* accumulated post-1.4.0 fixesDenis Vlasenko2007-01-241-2/+2
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* a bit more IPv6-ization workDenis Vlasenko2007-01-101-17/+8
* Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2007-01-091-5/+2
* small size reduction by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2007-01-091-3/+2
* small size reduction by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2007-01-091-7/+6
* compilation fix by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2007-01-091-1/+4
* syslogs: a bit better wording in explanation how bufferingDenis Vlasenko2007-01-061-10/+9
* syslogd: start using bb_common_bufsiz1 instead of stack/mallocDenis Vlasenko2007-01-041-28/+35
* syslogd: stop doing open/fstat/lseek/close on _every_ writeDenis Vlasenko2007-01-041-52/+65
* new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko2007-01-041-11/+21
* syslogd: almost rewritten. Had several obvious bugs...Denis Vlasenko2007-01-041-327/+263
* Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko2006-11-271-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-8/+6
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-20/+19
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* syslogd: do not retry udp sends (can stall syslogd for extended periodsDenis Vlasenko2006-09-301-41/+14
* syslogd: getopt_ulflags'ification (save ~50 bytes)Denis Vlasenko2006-09-301-143/+156
* syslogd: add option to suppress logging of messages lower than level N (-n N)Denis Vlasenko2006-09-301-4/+16
* Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley2006-09-111-1/+1
* few random readability enhansements. No code changesDenis Vlasenko2006-09-081-6/+7
* More allbareconfig fixes.Rob Landley2006-08-281-1/+8
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-62/+36
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-19/+4
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-2/+1
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-3/+3