summaryrefslogtreecommitdiff
path: root/networking/hostname.c
Commit message (Expand)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-4/+5
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fix option -F mishandlingDenis Vlasenko2007-01-261-1/+1
* arping: stop using last gethostbyname2 in the treeDenis Vlasenko2007-01-251-3/+4
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-221-1/+0
* vda, we once had a get_chomped_line_from_file or the like. Where is that nowa...Bernhard Reutner-Fischer2007-01-091-17/+15
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* hostname: getopt_ulflags'isationDenis Vlasenko2006-09-221-39/+28
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-9/+2
* Add one-line GPL boilerplate to these source files."Robert P. J. Day"2006-07-111-12/+2
* just whitespaceTim Riker2006-01-251-2/+2
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-6/+6
* Fix for hostname -s, by Stephan LinzGlenn L McGrath2002-11-101-2/+2
* Fix needless difference vs GNUEric Andersen2002-10-181-2/+2
* Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>:Eric Andersen2001-10-311-56/+58
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
* 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
* 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
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-1/+2
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-5/+5
* 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
* Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen2001-01-241-5/+1
* 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
* 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
* Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to makeEric Andersen2000-10-121-1/+7
* 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
* 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
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-2/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-4/+7
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-93/+100
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
* Tail now works (costs 6k). Several other updates.Eric Andersen1999-12-091-1/+1
* Latest and greatestEric Andersen1999-12-081-1/+1
* StufEric Andersen1999-12-081-2/+2
* StufEric Andersen1999-12-081-29/+41