summaryrefslogtreecommitdiff
path: root/sysklogd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apply accumulated post 1.7.2 patches; bump version to 1.7.31_7_3Denis Vlasenko2007-11-031-3/+3
|
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-184-4/+4
| | | | | | | | (add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes text data bss dec hex filename 773469 1058 11092 785619 bfcd3 busybox_old 772644 1058 11092 784794 bf99a busybox_unstripped
* 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
| | | | | | | | | | | | | | | | function old new delta logread_main 450 462 +12 syslogd_main 1246 1252 +6 shbuf - 4 +4 buf 34 30 -4 packed_usage 22729 22724 -5 log_locally 957 767 -190 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/3 up/down: 22/-199) Total: -177 bytes text data bss dec hex filename 773886 1116 11316 786318 bff8e busybox_old 773714 1116 11316 786146 bfee2 busybox_unstripped
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-1/+1
| | | | | comment thoroughly when they die and when they dont.
* 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
| | | | | | | | | | | | correct_password: explain in detail why it is ok to use bb_banner fsck_minix: make it print bb version, not it's own (outdated/irrelevant) one Marginal size difference: text data bss dec hex filename 679119 2700 15632 697451 aa46b busybox_old 679091 2700 15632 697423 aa44f busybox_unstripped
* - add a config-time range check for IPC_SYSLOG_BUFFER_SIZEBernhard Reutner-Fischer2007-06-071-0/+1
| | | | The upper-bound doesn't look like it is working since it accepts LONG_MAX as input. I suspect that this is an lxdialog feature or something like that ;)
* syslogd: move some vectors from data to text. Needs uclibc patchDenis Vlasenko2007-06-041-4/+4
| | | | | | | | | | to have any effect (patch is submitted to uclibc ml). # size *[67]/*/syslog*.o text data bss dec hex filename 3169 288 0 3457 d81 busybox.t6/sysklogd/syslogd.o 3457 0 0 3457 d81 busybox.t7/sysklogd/syslogd.o
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-4/+5
| | | | | | tr: stop using globals needlessly. code: -103 bytes
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-264-4/+4
| | | | | *: s/include "busybox.h"/include "libbb.h"
* klogd: remove dependency on syslogdDenis Vlasenko2007-05-021-2/+0
|
* make pidfile writing configurable.Denis Vlasenko2007-03-271-0/+2
| | | | [ui]toa_to_buf: change API. No users yet.
* 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
| | | | | option for every affected applet (and dnsd, for example, don't have one). Thus rework re-exec support to not require it. Code got smaller too.
* 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
| | | | libbb: rename xgetcwd and xreadlink
* 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
| | | | no preceding prototype
* 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
| | | | are perfectly okay, don't convert them to RESERVE_CONFIG_BUFFERs.
* 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
| | | | syslogd: converted to use it (in -R host:port)
* 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
|
* - shrink by 26 bytes or soBernhard Reutner-Fischer2007-01-091-15/+21
|
* - shrink klogd a tiny bit.Bernhard Reutner-Fischer2007-01-091-9/+12
| | | | | | | Compile tested only, would have sent it to the list for review but they don't show up in the ML archives :-/ text data bss dec hex filename 533 0 0 533 215 sysklogd/klogd.o.orig 530 0 0 530 212 sysklogd/klogd.o
* syslogs: a bit better wording in explanation how bufferingDenis Vlasenko2007-01-061-10/+9
| | | | is allocated
* syslogd: start using bb_common_bufsiz1 instead of stack/mallocDenis Vlasenko2007-01-042-63/+54
| | | | | logger: optimize, also use bb_common_bufsiz1 (~40 bytes) tested to eat arbitrarily-sized input at high speed - ok
* syslogd: stop doing open/fstat/lseek/close on _every_ writeDenis Vlasenko2007-01-041-52/+65
| | | | | (still doing it if more than a second passed in between). Costs ~40 bytes.
* new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko2007-01-042-86/+86
| | | | | syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour
* syslogd: almost rewritten. Had several obvious bugs...Denis Vlasenko2007-01-041-327/+263
|
* klogd: small optimizationsDenis Vlasenko2007-01-041-24/+25
| | | | (btw, I looked into syslogd... that's frightening!)
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
|
* Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko2006-11-271-1/+1
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-083-16/+10
|
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-20/+19
|
* build system overhaulDenis Vlasenko2006-10-054-72/+29
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-033-5/+5
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* syslogd: do not retry udp sends (can stall syslogd for extended periodsDenis Vlasenko2006-09-301-41/+14
| | | | of time), resolve remote logging host before daemonization
* 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
|
* logger: getopt_ulflags'isationDenis Vlasenko2006-09-221-16/+7
|