sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL'
[oweals/busybox.git] / networking /
2005-09-08 Rob LandleyFix the warning by rewriting the function to be smaller...
2005-09-06 "Vladimir N. Oleynik"- sync traceroute with Slackware-10.1
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyTracking system but #4: php needs the environment varia...
2005-09-01 Rob LandleyOff by one error in max_leases sanity check. Bug 349...
2005-08-22 Rob LandleyTwo FEATURE_CLEAN_UP patches from Shaun Jackman, closin...
2005-08-01 Paul Foxcommiting:
2005-08-01 Paul Foxallow suppression of default client-id. fixes bug...
2005-07-31 Mike Frysingerpatch by apgo in Bug 345 to not use ether_hostton(...
2005-07-31 Mike Frysingertypecast to int
2005-07-31 Mike Frysingeruse socklen_t instead of size_t with socket related...
2005-07-28 Rob LandleyErik pointed out that in the last try at the #ifdef...
2005-07-27 Rob Landley#ifdef reduction infrastructure, based on an argument...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-26 Mike Frysinger2005-03-19 Shaun Jackman <sjackman@gmail.com>
2005-07-21 Paul Foxremove duplicate check against chaddr.
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxmuch more concise fix for bug #45. just align the...
2005-07-19 Paul Foxapplying fix from:
2005-07-19 Paul Foxapplying fix from:
2005-07-19 Paul Foxapplying fix for:
2005-07-18 Paul Foxfix for "0000027: patch: nc will spin if stdin closed"
2005-06-24 Ned Ludd- remove extra/unneeded function call. testing svn
2005-06-23 Eric Andersencharacters encoded as html should have a trailing semicolon
2005-06-07 Rob LandleyThus spake Brenda J. Butler:
2005-05-26 Rob LandleyTobias Krawutschke found a bug where the DHCP client...
2005-05-11 Mike Frysingerimport ether-wake applet by haveaniceday Bug 252
2005-05-10 Rob LandleyPatch from Jason Schoon to add IPV6 support to telnetd...
2005-05-07 Mike Frysingeruse shared busybox error messages to save a few bytes
2005-05-06 Mike Frysingermake the exec (-e) an optional feature of netcat
2005-05-06 Mike FrysingerIn bug 247, haveaniceday writes:
2005-05-04 Rob LandleyRevert the uptime() removal. Let the list sort it...
2005-05-04 Rob LandleyPatch from Shaun Jackman:
2005-05-03 Rob LandleyFrom: Shaun Jackman <sjackman@gmail.com>
2005-05-03 Rob LandleyRevert Tito's patch to zcip. My bad, David Brownell...
2005-05-01 Rob LandleyOn Tuesday 19 April 2005 21:10, Tito wrote and today...
2005-04-30 Rob LandleyDavid Brownell submitted a new applet, zcip, based...
2005-04-27 Eric AndersenDo not attempt to free() the application's environment...
2005-04-23 Mike Frysingerremove unused variable and declare writepid inline
2005-04-18 Mike Frysingertouchups as suggested by Vladimir N. Oleynik
2005-04-17 Mike Frysingerimport fakeidentd module started by Thomas Lundquist
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Eric AndersenFix broken macro
2005-04-16 Eric AndersenOnly define a local environ when not using the prototyp...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2005-04-16 Mike FrysingerIn Bug 209, bernhardf writes:
2004-12-06 Mike Frysingermerge from udhcp module
2004-10-13 Eric Andersenreturn failure when nslookup fails
2004-10-08 Eric AndersenWade Berrier writes:
2004-10-08 Eric AndersenPatch from Denis Vlasenko to fix a problem where
2004-10-08 Eric Andersenlast_patch139.gz from Vladimir N. Oleynik:
2004-10-08 Eric Andersenegor duda writes:
2004-09-23 Eric AndersenAdd some notes on how to make telnetd actually work
2004-09-14 Glenn L McGrathPatch from Felipe Kellermann, remove some unnecessary...
2004-08-28 Eric AndersenFixup some warnings
2004-08-26 Eric AndersenVladimir N. Oleynik writes:
2004-08-11 Glenn L McGrathSet default command to list rather than get, its defaul...
2004-07-30 Eric Andersenuse SIGTERM to kill off udhcpd, not SIGKILL
2004-07-30 Eric AndersenAs noted by Eric Spakman, calling static_down() and...
2004-07-26 Eric Andersenadd missing ; 1_00_rc2
2004-07-26 Eric Andersenbother. unrevert my fix.
2004-07-26 Eric AndersenMake certain that udhcp shuts down the interface
2004-07-26 Eric Andersenoops
2004-07-26 Eric AndersenMake certain that udhcp shuts down the interface
2004-07-23 Glenn L McGrathPatch from Manousaridis Angelos to bring dhclient down...
2004-07-21 Glenn L McGrathPatch from Mike Snitzer to fix return codes.
2004-07-21 Glenn L McGrathPatch from Mike Snitzer, bring down dhclient using...
2004-07-20 Eric AndersenPrevent "`bootp_down' was declared implicitly `extern...
2004-06-29 Eric AndersenPaul Fox writes:
2004-06-22 Eric AndersenRobin Farine writes:
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-06-22 Eric AndersenRobin Farine writes:
2004-05-19 Russ Dilluse busybox sysinfo struct
2004-05-19 Eric AndersenFix a compile problem
2004-05-19 Russ Dillfix timewarp in client (server fix later)
2004-05-19 Russ Dillremove uneccessary check (already done in pidfile.c)
2004-05-19 Russ Dillfix memory leak caused by switch to vfork
2004-05-05 Eric AndersenSteve Grubb writes:
2004-05-04 Glenn L McGrathFix size command, safe_strtoul gives and error if the...
2004-04-26 Eric AndersenThomas Koeller writes:
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-13 Eric Andersenslightly clean the whacked out formatting
2004-04-12 Eric AndersenEric Spakman noticed that ifdown' will attempt to run...
2004-04-12 Glenn L McGrathFix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled
2004-04-12 Glenn L McGrathFix up conditional compile of files needed by ip applets
2004-04-08 Glenn L McGrathFix ftp resume
2004-04-06 Eric AndersenFix indenting
2004-03-31 Eric AndersenPatch from Thomas Winkler:
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-19 Manuel Novoa III Oops.. got a bit to aggressive with size optimization...
2004-03-15 Eric AndersenOops. Using the wrong variable was a rather stupid
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-10 Manuel Novoa III In spite of the feature freeze, check in a complete...
2004-03-06 Eric AndersenFix/eliminate use of atol
next