aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* udhcp: make paths configurableDenis Vlasenko2008-02-201-1/+0
* syslogd: tighten up hostname handling.Denis Vlasenko2008-02-191-4/+4
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-2/+2
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-162-6/+9
* syslogd: send '\n'-terminated messages over the network.Denis Vlasenko2008-02-131-15/+21
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-2/+2
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-273-26/+28
* syslogd: fix shmat error checkDenis Vlasenko2008-01-071-1/+1
* syslogd: avoid excessive tine() system callsDenis Vlasenko2008-01-031-16/+21
* syslogd: don't die if remote host's IP cannot be resolved.Denis Vlasenko2008-01-031-37/+63
* fix buglets found by randomconfigDenis Vlasenko2007-11-231-2/+2
* logread: add forgotten INIT_G();Denis Vlasenko2007-11-231-0/+2
* logread: eliminate usage of data/bssDenis Vlasenko2007-11-232-7/+24
* syslogd: use DEV_CONSOLE consistentlyDenis Vlasenko2007-11-181-1/+1
* dmesg,klogd: make code more readableDenis Vlasenko2007-11-161-6/+7
* 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-114-4/+4
* logger: fix a problem of losing all argv except firstDenis Vlasenko2007-10-021-3/+3
* 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-184-4/+4
* 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-122-87/+81
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-1/+1
* syslogd: do not convert tabs to ^IDenis Vlasenko2007-06-211-1/+1
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-1/+1
* - add a config-time range check for IPC_SYSLOG_BUFFER_SIZEBernhard Reutner-Fischer2007-06-071-0/+1
* syslogd: move some vectors from data to text. Needs uclibc patchDenis Vlasenko2007-06-041-4/+4
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-4/+5
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-264-4/+4
* klogd: remove dependency on syslogdDenis Vlasenko2007-05-021-2/+0
* make pidfile writing configurable.Denis Vlasenko2007-03-271-0/+2
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-262-12/+2
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-242-2/+4
* 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
* klogd: code de-obfuscation with small code size reductionDenis Vlasenko2007-02-171-25/+20
* 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-034-0/+4
* 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
* undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objectsDenis Vlasenko2007-01-121-9/+7
* code shrinkage by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2007-01-101-49/+31
* a bit more IPv6-ization workDenis Vlasenko2007-01-101-17/+8