Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-14 | By popular request reinstate fakeidentd's standalone mode. | Denis Vlasenko | |
Since this is also needed for other applets like telnetd, introduce generic driver for such things. It even supports inetd-wait ('linger') mode, when inetd hands out listen socket to child and waits to it to die, instead of handing out accepted socket and continuing listening itself (nowait mode). Code growth ~200 bytes. NB: our inetd doesn't support wait mode yet (or mabe it is buggy). | |||
2007-01-12 | next part of ipv6-ization. mostly netcat. | Denis Vlasenko | |
2007-01-11 | fakeinetd: attempted ipv6-ization (and it's done) | Denis Vlasenko | |
but entire applet can be orders of magnitude smaller if written as an inetd service. So did that (#ifdef'ed out entire old version). inetd version is less than 10% of old one! function old new delta packed_usage 22083 22105 +22 nobodystr 4 - -4 bind_ip_address 4 - -4 ident_substr 20 - -20 chmatch 22 - -22 movefd 25 - -25 skipchars 49 - -49 handlexitsigs 51 - -51 replyError 70 - -70 .rodata 158120 158024 -96 deleteConn 102 - -102 G 524 388 -136 conns 560 - -560 fakeidentd_main 1457 143 -1314 ------------------------------------------------------------------------------ (add/remove: 0/10 grow/shrink: 1/3 up/down: 22/-2453) Total: -2431 bytes | |||
2007-01-09 | Fix typo in usage text by shortening it | Denis Vlasenko | |
2007-01-07 | - a few minor tweaks | Bernhard Reutner-Fischer | |
2007-01-07 | add arp applet - thanks to | Denis Vlasenko | |
"Eric Spakman" <E.Spakman@inter.nl.net> | |||
2007-01-04 | syslogd: start using bb_common_bufsiz1 instead of stack/malloc | Denis Vlasenko | |
logger: optimize, also use bb_common_bufsiz1 (~40 bytes) tested to eat arbitrarily-sized input at high speed - ok | |||
2007-01-04 | new libbb func: xmalloc_realpath (+ use it where makes sense) | Denis Vlasenko | |
syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour | |||
2006-12-26 | chattr: bugfixes and size reduction | Denis Vlasenko | |
2006-12-26 | leftover of e2fsck surgery | Denis Vlasenko | |
2006-12-25 | Fix irregular capitalization in usage texts | Denis Vlasenko | |
2006-12-25 | trim help texts a bit more | Denis Vlasenko | |
2006-12-24 | more usage message cleanups | Denis Vlasenko | |
2006-12-24 | Cleanup usage messages (-200 bytes). | Denis Vlasenko | |
Remove busybox_main from applet table since it is called via separate check | |||
2006-12-17 | fix/shorten some usage strings | Denis Vlasenko | |
2006-12-12 | build system: add "release" target | Denis Vlasenko | |
find: support -size N (needed for above) | |||
2006-12-07 | - s/:\t\t/\t/ for two helptexts. | Bernhard Reutner-Fischer | |
2006-11-28 | usage: fix few help texts, fix breakage: '\<tab>' | Denis Vlasenko | |
sequence utterly confused cpp :) | |||
2006-11-28 | fix udhcpc help message, take steps to make usage.h less messy | Denis Vlasenko | |
2006-11-27 | udhcpc: convert to getopt32 | Denis Vlasenko | |
2006-11-24 | tar: sanitize option handling | Denis Vlasenko | |
2006-11-22 | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | Bernhard Reutner-Fischer | |
2006-11-22 | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | |
What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. | |||
2006-11-21 | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o | |||
2006-11-20 | dhcprelay: new applet | Denis Vlasenko | |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-11-18 | nc: fix --help text | Denis Vlasenko | |
2006-11-17 | runit: add runsv, runsvdir and sv. Oh yes. | Denis Vlasenko | |
It even seems to work. +11K. :( | |||
2006-11-16 | httpd: reduce ifdef forest. comment out redundant PATH setting | Denis Vlasenko | |
2006-11-16 | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | |
-i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) | |||
2006-11-16 | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | |
2006-11-05 | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | Denis Vlasenko | |
2006-11-05 | ps: implement POSIX-like options, most notably -o | Denis Vlasenko | |
(activated by CONFIG_DESKTOP) | |||
2006-10-27 | chgrp: just call chown! :) | Denis Vlasenko | |
2006-10-27 | chown: add -vcf support if CONFIG_DESKTOP | Denis Vlasenko | |
chmod: stop following symlinks | |||
2006-10-27 | chmod: support -vcf if CONFIG_DESKTOP | Denis Vlasenko | |
2006-10-25 | - revert r16191; re-add resize() applet. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4 | |||
2006-10-22 | cp: update help text | Denis Vlasenko | |
2006-10-20 | watch: execute command thru shell, not fork/exec. Other fixes | Denis Vlasenko | |
2006-10-20 | raidautorun: new applet, by: | Denis Vlasenko | |
Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at> | |||
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-16 | nc: fix 2 my own buglets, and few someone else's too. | Denis Vlasenko | |
2006-10-14 | grep: add support for -r | Denis Vlasenko | |
2006-10-11 | nmeter: new applet. ~4k | Denis Vlasenko | |
Fix build proble on x86_64 | |||
2006-10-08 | start_stop_daemon: add -N <nice> compat | Denis Vlasenko | |
[re]nice: add support for -nNNN w/o spaces, -NNN (nice only), simplified code | |||
2006-10-05 | httpd: add -u user[:grp] support | Denis Vlasenko | |
2006-10-03 | runit/chpst: "change process state" utility | Denis Vlasenko | |
It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k | |||
2006-10-02 | eject: -T (implements single button open/close) | Denis Vlasenko | |
2006-09-30 | syslogd: add option to suppress logging of messages lower than level N (-n N) | Denis Vlasenko | |
2006-09-29 | grep: add help text; fix style | Denis Vlasenko | |