summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-13dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko4-11/+24
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-12-17hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev1-2/+5
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-01hostname: make -i not emit extra trailing spaceDenys Vlasenko1-1/+1
2011-07-04more and less const char fmt fixesTanguy Pruvot7-10/+11
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-27*: gethostname-related fixesDenys Vlasenko3-35/+13
2009-07-15remove trailing whitespaceDenys Vlasenko6-8/+8
2009-06-25updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko5-35/+115
2008-07-26fix several problems with config parser:Denis Vlasenko18-145/+163
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-02-25*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko8-45/+32
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-26fix option -F mishandlingDenis Vlasenko1-1/+1
2007-01-25arping: stop using last gethostbyname2 in the treeDenis Vlasenko3-12/+9
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer10-10/+0
2007-01-09vda, we once had a get_chomped_line_from_file or the like. Where is that nowa...Bernhard Reutner-Fischer1-17/+15
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22hostname: getopt_ulflags'isationDenis Vlasenko1-39/+28
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-11Add one-line GPL boilerplate to these source files."Robert P. J. Day"4-53/+6
2006-01-25just whitespaceTim Riker254-2027/+2027
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-11-10Fix for hostname -s, by Stephan LinzGlenn L McGrath1-2/+2
2002-10-18Fix needless difference vs GNUEric Andersen1-2/+2
2001-10-31Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>:Eric Andersen1-56/+58
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-06-26Vladimir's last_patch_15Glenn L McGrath15-247/+269
2001-06-23These were broken when using dmalloc due to include file orderingEric Andersen6-38/+26
2001-05-16Add xgethostbyname and herror_msg* functions.Matt Kraai25-96/+236
2001-05-16Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai22-36/+36
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen48-158/+156
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen34-16/+40
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-02-01Fix wget error message and add (and use) chomp library function.Matt Kraai15-24/+31
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai106-610/+612
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen14-66/+8
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen14-22/+22
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen14-8/+66
[next]