Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-11-26 | use #ifdef CONFIG_* instead of #if CONFIG_* | Glenn L McGrath | |
2002-11-26 | Use #ifdef instead of #if | Glenn L McGrath | |
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | |
silly games. -Erik | |||
2002-07-03 | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric 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-06-22 | Apply vodz' last_patch44 -- cleanup several chars to be const, fix | Eric Andersen | |
rotten error handling, kill spare \n's, etc | |||
2002-06-04 | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | |
[Parts of this patch may overlap with my other two patches] | |||
2002-05-14 | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | |
tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | |||
2001-11-10 | Latest patch from vodz: | Eric Andersen | |
-- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets | |||
2001-10-31 | Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> | Eric Andersen | |