Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | httpd: fix buglet in hex conversion. Remove alloca NULL checks | Denis Vlasenko | 2007-08-21 | 1 | -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 Vlasenko | 2007-08-20 | 1 | -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 Vlasenko | 2007-08-19 | 1 | -1/+1 |
| | | | | | *: fcntl(fd, F_GETFL) doesn't require third parameter at all. | ||||
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -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 missing | Denis Vlasenko | 2007-08-03 | 1 | -14/+9 |
| | | | | | sv: extend help text | ||||
* | multiplier suffixes are short, store them directly in struct suffix_mult | Denis Vlasenko | 2007-07-27 | 1 | -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.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | svlogd: fix 'SEGV on uninitialized data' and make it honor TERM | Denis Vlasenko | 2007-05-06 | 1 | -4/+6 |
| | |||||
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
| | |||||
* | tcpsvd: new applet | Denis Vlasenko | 2007-04-01 | 1 | -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_copy | Denis Vlasenko | 2007-03-25 | 1 | -9/+5 |
| | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | sigset_t blocked_sigset is too big for static (128 bytes) | Denis Vlasenko | 2007-02-03 | 1 | -9/+11 |
| | |||||
* | svlogd: fix performance problems: excessive write, | Denis Vlasenko | 2007-02-03 | 1 | -26/+46 |
| | | | | | gettimeofday calls. rt_sigprocmask were dealt with in previous commit | ||||
* | svlogd: do not set O_NONBLOCK on stdin permanently - that can | Denis Vlasenko | 2007-02-03 | 1 | -28/+44 |
| | | | | affect other processes! | ||||
* | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | 2007-01-29 | 1 | -9/+9 |
| | |||||
* | correct bad English | Denis Vlasenko | 2007-01-28 | 1 | -1/+1 |
| | |||||
* | svlogd: batch writes if !timestamp | Denis Vlasenko | 2007-01-27 | 1 | -19/+29 |
| | |||||
* | svlogd: remove unused buffering, stop doing tons of memcpy | Denis Vlasenko | 2007-01-27 | 1 | -32/+56 |
| | |||||
* | runit cleanup part 1 | Denis Vlasenko | 2007-01-27 | 1 | -36/+45 |
| | |||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -4/+4 |
| | |||||
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+1 |
| | | | | last xcalloc replaced by xzalloc | ||||
* | small fixes: | Denis Vlasenko | 2006-11-26 | 1 | -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 that | Denis Vlasenko | 2006-11-19 | 1 | -6/+4 |
| | |||||
* | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | 2006-11-16 | 1 | -0/+880 |