summaryrefslogtreecommitdiff
path: root/networking/hostname.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Vladimir's last_patch_15Glenn L McGrath2001-06-261-3/+4
|
* These were broken when using dmalloc due to include file orderingEric Andersen2001-06-231-2/+2
| | | | | problems. busybox.h must be last. -Erik
* Add xgethostbyname and herror_msg* functions.Matt Kraai2001-05-161-6/+2
|
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai2001-05-161-5/+5
| | | | by Larry Doolittle.
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
| | | | namespace polluting things that really should be static.
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-1/+2
| | | | | warnings with glibc 2.2 and use always use xfopen -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-5/+5
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* Fix wget error message and add (and use) chomp library function.Matt Kraai2001-02-011-3/+2
|
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-2/+2
|
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-1/+2
| | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
* Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen2001-01-241-5/+1
| | | | need to happen.
* Fix spelling. s/maintainence/maintenance/Eric Andersen2001-01-241-2/+2
|
* Warn about apps that will be going away in release 0.50Eric Andersen2001-01-221-1/+5
| | | | -Erik
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-8/+5
|
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to makeEric Andersen2000-10-121-1/+7
| | | | | hostname do "--file" -Erik
* Consolidate handling of some fopen failures.Matt Kraai2000-09-271-12/+8
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-2/+2
| | | | -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-161-16/+1
|
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-3/+2
|
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-2/+1
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-4/+7
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-93/+100
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Tail now works (costs 6k). Several other updates.Eric Andersen1999-12-091-1/+1
| | | | -Erik
* Latest and greatestEric Andersen1999-12-081-1/+1
|
* StufEric Andersen1999-12-081-2/+2
|
* StufEric Andersen1999-12-081-29/+41
|
* StufEric Andersen1999-12-071-0/+126