summaryrefslogtreecommitdiff
path: root/tftp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add xgethostbyname and herror_msg* functions.Matt Kraai2001-05-161-6/+1
|
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-1/+1
| | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik
* xstrdup tftp cleanup from Jeff GarzikEric Andersen2001-03-231-5/+4
|
* Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines fromMark Whitley2001-03-061-12/+8
| | | | error_msg() calls and uses 'return EXIT_SUCCESS' instead of return 0.
* Added Magnus Damm's tftp applet to Busybox.Mark Whitley2001-03-021-0/+424