Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-03 | assorted fixes for bugs found with randomconfig | Denis Vlasenko | |
2007-02-02 | - update helptext | Bernhard Reutner-Fischer | |
2007-02-02 | add a comment so that people won't get confused | Denis Vlasenko | |
2007-02-02 | httpd: directory indexer example doesn't need piping thru dd anymore | Denis Vlasenko | |
2007-02-02 | trivial warning fix | Denis Vlasenko | |
2007-02-02 | udhcpd: allow "domain" to be a list of DNS servers, not just one | Denis Vlasenko | |
2007-02-01 | correct wget's comment | Denis Vlasenko | |
2007-01-30 | preparatory patch for -Wwrite-strings #8 (missed part) | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | |
2007-01-29 | taskset: fix incorrect rage spec and allow 0xXXX input | Denis Vlasenko | |
ping: shave off 60 bytes | |||
2007-01-28 | work around gcc bug | Denis Vlasenko | |
2007-01-28 | - reinstate static for the command string arrray to be gentle to gcc-3.x | Bernhard Reutner-Fischer | |
2007-01-28 | - use uint32_t as suggested by vda. | Bernhard Reutner-Fischer | |
- minor size- and readability tweaks while at it: text data bss dec hex filename 2631 0 0 2631 a47 networking/libiproute/iprule.o.orig 2596 0 0 2596 a24 networking/libiproute/iprule.o | |||
2007-01-27 | ether-wake: remove #warning | Denis Vlasenko | |
2007-01-27 | use bb_sanitize_stdio() where appropriate | Denis Vlasenko | |
2007-01-27 | fix numbering in switch(): we don't have "del" anymore, | Denis Vlasenko | |
substring match on "delete" handles it ok. But we (I?) forgot to renumber case labels... | |||
2007-01-26 | fix option -F mishandling | Denis Vlasenko | |
2007-01-25 | arping: stop using last gethostbyname2 in the tree | Denis Vlasenko | |
hostname: small optimization | |||
2007-01-25 | accidentally applied wrong (old) patch, fixing up... | Denis Vlasenko | |
2007-01-24 | opt_complementary doesn't like numeric opts :( | Denis Vlasenko | |
2007-01-24 | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | |
name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6". | |||
2007-01-24 | hostname declaration was misplaced | Denis Vlasenko | |
2007-01-24 | accumulated post-1.4.0 fixes | Denis Vlasenko | |
2007-01-24 | combine depends lines | Mike Frysinger | |
2007-01-23 | - rtnl_rttable_a2n wants an unsigned int32 | Bernhard Reutner-Fischer | |
2007-01-22 | remove empty source files | Denis Vlasenko | |
2007-01-22 | clean up commented out old code | Denis Vlasenko | |
2007-01-22 | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | |
2007-01-22 | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko | |
and thus save a few bytes. | |||
2007-01-22 | - forgot to include ip_common.h | Bernhard Reutner-Fischer | |
2007-01-22 | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | |
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | |||
2007-01-22 | dnsd: getfileentry was leaking memory | Denis Vlasenko | |
mount: improve readability | |||
2007-01-22 | exterminate u_intXXX. | Denis Vlasenko | |
fix ping6 buglet (memset is too short), minor sync between ping and ping6 | |||
2007-01-22 | comment out unused old networking API parts | Denis Vlasenko | |
sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port) | |||
2007-01-22 | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | |
2007-01-20 | fixing bugs revealed by randomconfig runs | Denis Vlasenko | |
2007-01-20 | fixes for amd64 compilation | Denis Vlasenko | |
2007-01-19 | strdup -> xstrdup | Denis Vlasenko | |
sed: de-obfuscate piece of code | |||
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | |
(will close all fd's > 2 on daemonization now) getty: fix "getty -" support, and also do not try to chown/chmod "-" telnetd: fix "lost ctty" bug Yet another attempt on saner function names: bb_sanitize_server_stdio(0/1) -> bb_sanitize_stdio() + bb_daemonize(); | |||
2007-01-18 | fix potentially misaligned 32-bit accesses | Denis Vlasenko | |
2007-01-14 | httpd: use fd#1 in inetd mode | Denis Vlasenko | |
inetd: micro style fix | |||
2007-01-14 | inetd: preparatory patch, no code changes | Denis Vlasenko | |
2007-01-14 | Rename bb_sanitize_stdio -> bb_sanitize_server_stdio | Denis Vlasenko | |
(name is still bad - it doesn't hint that function may do daemonization trick for you if asked to). Small fixes to fakeidentd. | |||
2007-01-14 | small size optimization | Denis Vlasenko | |
2007-01-14 | isrv.h: add copyright info | Denis Vlasenko | |
2007-01-14 | I forgot "svn add" AGAIN! :( | Denis Vlasenko | |