Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-21 | httpd: fix buglet in hex conversion. Remove alloca NULL checks | Denis Vlasenko | |
(never happens, app just crashes if stack overflows) svlogd: cosmetic messages and style fixes | |||
2007-08-20 | runit/*: get rid of tai[a] time abstraction, it's too bloaty. | Denis Vlasenko | |
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 | |||
2007-08-19 | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko | |
*: fcntl(fd, F_GETFL) doesn't require third parameter at all. | |||
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | |
(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 | |||
2007-08-03 | svlogd: fix timestamping; do not warn if config is missing | Denis Vlasenko | |
sv: extend help text | |||
2007-07-27 | multiplier suffixes are short, store them directly in struct suffix_mult | Denis Vlasenko | |
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 | |||
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-05-06 | svlogd: fix 'SEGV on uninitialized data' and make it honor TERM | Denis Vlasenko | |
2007-04-16 | style fixes, no code changes | Denis Vlasenko | |
2007-04-01 | tcpsvd: new applet | Denis Vlasenko | |
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 | |||
2007-03-25 | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-02-03 | sigset_t blocked_sigset is too big for static (128 bytes) | Denis Vlasenko | |
2007-02-03 | svlogd: fix performance problems: excessive write, | Denis Vlasenko | |
gettimeofday calls. rt_sigprocmask were dealt with in previous commit | |||
2007-02-03 | svlogd: do not set O_NONBLOCK on stdin permanently - that can | Denis Vlasenko | |
affect other processes! | |||
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | |
2007-01-28 | correct bad English | Denis Vlasenko | |
2007-01-27 | svlogd: batch writes if !timestamp | Denis Vlasenko | |
2007-01-27 | svlogd: remove unused buffering, stop doing tons of memcpy | Denis Vlasenko | |
2007-01-27 | runit cleanup part 1 | Denis Vlasenko | |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko | |
2006-12-26 | style fixes | Denis Vlasenko | |
last xcalloc replaced by xzalloc | |||
2006-11-26 | small fixes: | Denis Vlasenko | |
fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc. | |||
2006-11-19 | svlogd: log full lines to stderr too, and also stop using stdio for that | Denis Vlasenko | |
2006-11-16 | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | |