summaryrefslogtreecommitdiff
path: root/libbb/interface.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Latest patch from vodz:Eric Andersen2001-11-101-190/+7
| | | | | | | -- 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
* Be extra pedantic about printing the correct type for an addressEric Andersen2001-10-271-2/+2
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-12/+13
| | | | -Erik
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen2001-07-191-2/+5
| | | | | | | 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
* Vladimir's last_patch13, containing several bugfixes.Eric Andersen2001-06-011-4/+41
|
* include libbb.h after other includesGlenn L McGrath2001-05-051-3/+2
|
* This has two patches. First it moves interface.c to libbb (it isEric Andersen2001-04-191-0/+2129
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.