summaryrefslogtreecommitdiff
path: root/networking/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* last_patch95 from vodz:Eric Andersen2003-07-281-0/+7
| | | | | | | | | | | | | | | | | 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
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
|
* New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath2003-02-091-0/+1
| | | | | | last_patch_80 from Vladimir N. Oleynik
* A patch from John F. Kelly to add in a utility for configuringEric Andersen2003-01-231-0/+1
| | | | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
* arping applet by Nick FedchikGlenn L McGrath2003-01-091-0/+1
|
* New applet: httpd, by Glenn EngelGlenn L McGrath2003-01-051-0/+1
|
* New applets, ftpget and ftpputGlenn L McGrath2002-12-131-0/+2
|
* New applet, nameif by Nick Fedchik and myself.Glenn L McGrath2002-12-131-0/+1
|
* Enable ip commands to be compiled seperate from ip, modifed patch from ↵Glenn L McGrath2002-12-011-9/+13
| | | | Bastian Blank
* ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath2002-11-101-0/+1
|
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-1/+2
|
* debian compatable ifup and ifdown commandsGlenn L McGrath2002-11-091-0/+1
|
* added full udhcp integrationRuss Dill2002-10-141-1/+0
|
* last_patch58 from vodz:Eric Andersen2002-09-301-0/+1
| | | | | | | 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 ;)
* New applet, udhcp clientGlenn L McGrath2002-08-211-0/+1
|
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-0/+1
| | | | | | | | | | | | | | | 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!
* Completely rework the config system so that it no longer annoys me to work onEric Andersen2002-04-121-0/+42
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