aboutsummaryrefslogtreecommitdiff
path: root/networking/Makefile.in
AgeCommit message (Collapse)Author
2006-03-13- revert back to r14406Bernhard Reutner-Fischer
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer
version of make (3.71.1).
2006-03-02- remove unused lists *-mBernhard Reutner-Fischer
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer
- use less resources for the buildsystem itself
2006-02-21Don't build directory libraries unless we're building an applet that needs it.Rob Landley
Cherry-picked from Devin Bayer's big MacOS X patch.
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-01-25new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something..
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.Rob Landley
2005-09-24use brief license lineMike Frysinger
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-05-11import ether-wake applet by haveaniceday Bug 252Mike Frysinger
2005-04-30David Brownell submitted a new applet, zcip, based on RFC 3927. This isRob Landley
version 0418b. It compiled.
2005-04-17import fakeidentd module started by Thomas LundquistMike Frysinger
2004-10-08egor duda writes:Eric Andersen
Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor
2004-04-06Fix indentingEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-28last_patch95 from vodz:Eric Andersen
Hi. Last patch have new libbb function vfork_rexec() for can use daemon() to uClinux system. This patched daemons: syslog, klogd, inetd, crond. This not tested! I havn`t this systems. Also. Previous patch for feature request MD5 crypt password for httpd don`t sended to this mailist on 07/15/03 (mailist have Pytom module problem?). The previous patch included, and have testing. --w vodz
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-02-09New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath
last_patch_80 from Vladimir N. Oleynik
2003-01-23A patch from John F. Kelly to add in a utility for configuringEric Andersen
vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
2003-01-09arping applet by Nick FedchikGlenn L McGrath
2003-01-05New applet: httpd, by Glenn EngelGlenn L McGrath
2002-12-13New applets, ftpget and ftpputGlenn L McGrath
2002-12-13New applet, nameif by Nick Fedchik and myself.Glenn L McGrath
2002-12-01Enable ip commands to be compiled seperate from ip, modifed patch from ↵Glenn L McGrath
Bastian Blank
2002-11-10ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath
2002-11-09debian compatable ifup and ifdown commandsGlenn L McGrath
2002-10-14added full udhcp integrationRuss Dill
2002-09-30last_patch58 from vodz:Eric Andersen
Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;)
2002-08-21New applet, udhcp clientGlenn L McGrath
2002-07-03This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen
IPV6 support to busybox. This patch does the following: * Add IPv6 support to libbb * Enable IPv6 interface address display * Add IPv6 config option * Adds ping6, an adaptation of the ping applet for IPv6 * Adds support routines for ping6: - xgethostbyname2 - create_icmp6_socket * Adds ifconfig support for IPv6 * Add support IPv6 to netstat * Add IPv6 support to route Thanks Bart!
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen
the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik