hdparm: whitespace style fixes
[oweals/busybox.git] / networking /
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkozcip: make it work on NOMMU (+ improve NOMMU support...
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-26 Denis Vlasenkopidfile.c: not used anymore
2007-03-26 Denis VlasenkoMove udhcp to new NOMMU helpers.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-25 Denis Vlasenkoadd NOMMU fixme's; move move_fd from runit_lib to libbb...
2007-03-24 Denis Vlasenkoinetd,ed,msh: data/bss reduction (in mss, more than...
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-24 Denis Vlasenkodc: use common_bufsiz1 for evaluation stack
2007-03-24 Denis Vlasenkodnsd: last commit had a typo :(
2007-03-24 Denis Vlasenkodnsd: fix several buglets, make smaller
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-24 Denis Vlasenkoinetd: indent labels uniformly
2007-03-22 Denis Vlasenkoassorted fixes uncovered by randomconfig runs
2007-03-22 Denis Vlasenkointerface: revert part of commit 18120 (eth aliases...
2007-03-22 Denis Vlasenkoifconfig: support (by ignoring it) "inet" before IP...
2007-03-19 Bernhard Reutner... - don't automatically select run-parts but point out...
2007-03-19 Bernhard Reutner... - very minor size tweak.
2007-03-19 Denis Vlasenkotelnet: finish style cleanup bits
2007-03-19 Denis Vlasenkotelnet: someone tried to do data optimization before...
2007-03-15 Denis Vlasenkonetworking/interface.c: was doing really strange cachin...
2007-03-14 Denis Vlasenkoarp, networking/interface.c: eliminate statics
2007-03-14 Denis Vlasenkoudhcp: use fdprintf for pidfile creation (smaller code)
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-03-09 Denis Vlasenkoifupdown: do not complain if !/var/run/ifstate
2007-03-07 Denis Vlasenkohttpd: make httpd usable for NOMMU CPUs
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-03-06 Denis Vlasenkoifupdown: code to deconstruct the state_list gracefully
2007-03-05 Denis Vlasenkohttpd: run interpreter for configured file extensions...
2007-03-05 Denis Vlasenkohttpd: fix breakage (introduced by me)
2007-03-03 Denis Vlasenkoping: don't measure times if ping payload is less than...
2007-02-27 Denis VlasenkoI *always* forget svn add :(
2007-02-27 Denis Vlasenkoudhcp: optionally support RFC3397 (by Gabriel L. Somlo...
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-14 Denis Vlasenkozcip: revert my bogus change
2007-02-13 Denis Vlasenkohttpd: a little bit more correct handling of CGI "HTTP...
2007-02-11 Denis Vlasenkohttpd: fix for POSTDATA handling bugs:
2007-02-09 Denis Vlasenkoremove unused #include,, improve code readability
2007-02-09 Denis Vlasenkoping: reuse another bit of common code. -60 bytes
2007-02-09 Denis Vlasenkoping: support -I addr in family neutral manner; reuse...
2007-02-08 Denis Vlasenkotftp: fix my bug
2007-02-07 Denis Vlasenkotftp: fix IPv6 fallout
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-04 Denis Vlasenkoudhcp: use improved gethostbyname replacement from...
2007-02-04 Denis Vlasenkoifconfig: use IPv6 infrastructure
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkoassorted fixes for bugs found with randomconfig
2007-02-02 Bernhard Reutner... - update helptext
2007-02-02 Denis Vlasenkoadd a comment so that people won't get confused
2007-02-02 Denis Vlasenkohttpd: directory indexer example doesn't need piping...
2007-02-02 Denis Vlasenkotrivial warning fix
2007-02-02 Denis Vlasenkoudhcpd: allow "domain" to be a list of DNS servers...
2007-02-01 Denis Vlasenkocorrect wget's comment
2007-01-30 Denis Vlasenkopreparatory patch for -Wwrite-strings #8 (missed part)
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #6
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-29 Denis Vlasenkotaskset: fix incorrect rage spec and allow 0xXXX input
2007-01-28 Denis Vlasenkowork around gcc bug
2007-01-28 Bernhard Reutner... - reinstate static for the command string arrray to...
2007-01-28 Bernhard Reutner... - use uint32_t as suggested by vda.
2007-01-27 Denis Vlasenkoether-wake: remove #warning
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2007-01-27 Denis Vlasenkofix numbering in switch(): we don't have "del" anymore,
2007-01-26 Denis Vlasenkofix option -F mishandling
2007-01-25 Denis Vlasenkoarping: stop using last gethostbyname2 in the tree
2007-01-25 Denis Vlasenkoaccidentally applied wrong (old) patch, fixing up...
2007-01-24 Denis Vlasenkoopt_complementary doesn't like numeric opts :(
2007-01-24 Denis VlasenkoUnify ping and ping6. ping has -4 and -6 which force
2007-01-24 Denis Vlasenkohostname declaration was misplaced
2007-01-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
2007-01-24 Mike Frysingercombine depends lines
2007-01-23 Bernhard Reutner... - rtnl_rttable_a2n wants an unsigned int32
2007-01-22 Denis Vlasenkoremove empty source files
2007-01-22 Denis Vlasenkoclean up commented out old code
2007-01-22 Denis Vlasenkoping6: stop using xgethostbyname2, remove it from libbb.
2007-01-22 Denis Vlasenkonslookup: full circle. Here we started IPv6 work. Use...
2007-01-22 Bernhard Reutner... - forgot to include ip_common.h
2007-01-22 Bernhard Reutner... - sed -i -e "/\$Id:/d;"
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-22 Denis Vlasenkodnsd: getfileentry was leaking memory
2007-01-22 Denis Vlasenkoexterminate u_intXXX.
2007-01-22 Denis Vlasenkocomment out unused old networking API parts
2007-01-22 Denis Vlasenkoremove obsolete FEATURE_WGET_IP6_LITERAL
2007-01-20 Denis Vlasenkofixing bugs revealed by randomconfig runs
2007-01-20 Denis Vlasenkofixes for amd64 compilation
2007-01-19 Denis Vlasenkostrdup -> xstrdup
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2007-01-18 Denis Vlasenkofix potentially misaligned 32-bit accesses
2007-01-14 Denis Vlasenkohttpd: use fd#1 in inetd mode
2007-01-14 Denis Vlasenkoinetd: preparatory patch, no code changes
2007-01-14 Denis VlasenkoRename bb_sanitize_stdio -> bb_sanitize_server_stdio
2007-01-14 Denis Vlasenkosmall size optimization
2007-01-14 Denis Vlasenkoisrv.h: add copyright info
2007-01-14 Denis VlasenkoI forgot "svn add" AGAIN! :(
2007-01-14 Denis Vlasenkofakeidentd: avoid extra fcntl calls
2007-01-14 Denis Vlasenkofakeidentd: fix daemon mode (was thinking that it is in
next