summaryrefslogtreecommitdiff
path: root/runit/svlogd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* httpd: fix buglet in hex conversion. Remove alloca NULL checksDenis Vlasenko2007-08-211-10/+14
| | | | | | (never happens, app just crashes if stack overflows) svlogd: cosmetic messages and style fixes
* runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko2007-08-201-71/+127
| | | | | | | | | | text data bss dec hex filename 772537 1058 11092 784687 bf92f busybox.t0/busybox 772459 1058 11060 784577 bf8c1 busybox.t1/busybox 772326 1058 11028 784412 bf81c busybox.t2/busybox 772158 1058 10980 784196 bf744 busybox.t3/busybox 771490 1055 10988 783533 bf4ad busybox.t4/busybox
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-1/+1
| | | | | *: fcntl(fd, F_GETFL) doesn't require third parameter at all.
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
| | | | | | | | (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
* svlogd: fix timestamping; do not warn if config is missingDenis Vlasenko2007-08-031-14/+9
| | | | | sv: extend help text
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-7/+7
| | | | | | | | | | | | function old new delta xstrtoul_range_sfx 226 217 -9 xstrtoull_range_sfx 291 280 -11 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-20) Total: -20 bytes text data bss dec hex filename 669128 2668 13616 685412 a7564 busybox_old 669108 2668 13616 685392 a7550 busybox_unstripped
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* svlogd: fix 'SEGV on uninitialized data' and make it honor TERMDenis Vlasenko2007-05-061-4/+6
|
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
|
* tcpsvd: new appletDenis Vlasenko2007-04-011-3/+3
| | | | | | | | | | It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-251-9/+5
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* sigset_t blocked_sigset is too big for static (128 bytes)Denis Vlasenko2007-02-031-9/+11
|
* svlogd: fix performance problems: excessive write,Denis Vlasenko2007-02-031-26/+46
| | | | | gettimeofday calls. rt_sigprocmask were dealt with in previous commit
* svlogd: do not set O_NONBLOCK on stdin permanently - that canDenis Vlasenko2007-02-031-28/+44
| | | | affect other processes!
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-291-9/+9
|
* correct bad EnglishDenis Vlasenko2007-01-281-1/+1
|
* svlogd: batch writes if !timestampDenis Vlasenko2007-01-271-19/+29
|
* svlogd: remove unused buffering, stop doing tons of memcpyDenis Vlasenko2007-01-271-32/+56
|
* runit cleanup part 1Denis Vlasenko2007-01-271-36/+45
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-4/+4
|
* style fixesDenis Vlasenko2006-12-261-1/+1
| | | | last xcalloc replaced by xzalloc
* small fixes:Denis Vlasenko2006-11-261-3/+3
| | | | | | fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc.
* svlogd: log full lines to stderr too, and also stop using stdio for thatDenis Vlasenko2006-11-191-6/+4
|
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko2006-11-161-0/+880