Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-09 | Fix compiler warnings, patch by Steven Scholz | Glenn L McGrath | |
2003-01-14 | Eliminate most instances where we use linux kernel headers | Eric Andersen | |
-Erik | |||
2002-11-28 | Use error_msg instead of fprintf(stderr, other minor cleanups | Glenn L McGrath | |
2002-11-26 | use #ifdef CONFIG_* instead of #if CONFIG_* | Glenn L McGrath | |
2002-09-17 | Use "MiB" not "Mb" | Eric Andersen | |
-Erik | |||
2002-08-22 | Remove duplicate definitions, run through indent | Glenn L McGrath | |
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! | |||
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-27 | Be extra pedantic about printing the correct type for an address | Eric Andersen | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-07-19 | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | Eric Andersen | |
make busybox be more uClinux friendly. I also adjusted Config.h for uClinux so it will automagically disable apps the arn't going to work without fork() and such. -Erik | |||
2001-06-01 | Vladimir's last_patch13, containing several bugfixes. | Eric Andersen | |
2001-05-05 | include libbb.h after other includes | Glenn L McGrath | |
2001-04-19 | This has two patches. First it moves interface.c to libbb (it is | Eric Andersen | |
support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine. |