summaryrefslogtreecommitdiff
path: root/libbb/interface.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.