summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* combine bool;prompt to just boolMike Frysinger2007-01-241-4/+2
|
* "depends ..." -> "depends on ..."Mike Frysinger2007-01-241-1/+1
|
* correct file format errorsMike Frysinger2007-01-243-31/+31
|
* - add hostcc-option checkerBernhard Reutner-Fischer2007-01-231-0/+6
|
* - call cc-option to check if the compiler supports the flags we asked to useBernhard Reutner-Fischer2007-01-232-12/+11
|
* - add an unsupported makefile for IMA compilesBernhard Reutner-Fischer2007-01-231-0/+130
| | | | Nice for catching eventual breakage early on..
* - rtnl_rttable_a2n wants an unsigned int32Bernhard Reutner-Fischer2007-01-231-1/+1
|
* add link to fixes-1.4.0Denis Vlasenko2007-01-221-1/+2
|
* fix warning from needlessly-global functionsDenis Vlasenko2007-01-226-10/+17
|
* remove empty source filesDenis Vlasenko2007-01-222-2/+0
|
* clean up commented out old codeDenis Vlasenko2007-01-227-452/+16
|
* ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko2007-01-226-52/+62
|
* nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko2007-01-223-48/+132
| | | | and thus save a few bytes.
* - add more strict prototype checking to catch wrong and broken code (like ↵Bernhard Reutner-Fischer2007-01-221-1/+7
| | | | nested functions)
* - the archivers expect mode to be a mode_t, so do not trip signed/unsigned ↵Bernhard Reutner-Fischer2007-01-222-3/+3
| | | | conversion purposefully
* - forgot to include ip_common.hBernhard Reutner-Fischer2007-01-221-2/+3
|
* - not sure if we want a timestamp there, so put one inBernhard Reutner-Fischer2007-01-221-0/+1
|
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-2210-10/+0
|
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-2217-260/+231
| | | | | prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs.
* dnsd: getfileentry was leaking memoryDenis Vlasenko2007-01-222-29/+35
| | | | mount: improve readability
* exterminate u_intXXX.Denis Vlasenko2007-01-226-67/+73
| | | | fix ping6 buglet (memset is too short), minor sync between ping and ping6
* comment out unused old networking API partsDenis Vlasenko2007-01-224-22/+30
| | | | sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port)
* remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko2007-01-223-38/+0
|
* defconfig: refreshDenis Vlasenko2007-01-221-17/+20
|
* move shell/cmdedit.c -> libbb/lineedit.cDenis Vlasenko2007-01-221-0/+0
|
* cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko2007-01-2211-144/+144
| | | | so rename stuff accordingly.
* cmdedit: fix breakageDenis Vlasenko2007-01-221-24/+23
|
* cmdedit.h: removeDenis Vlasenko2007-01-221-1/+0
|
* cmdedit: stop playing dirty games with atexitDenis Vlasenko2007-01-221-37/+24
|
* Convert cmdedit into more generic line input facilityDenis Vlasenko2007-01-2210-438/+459
| | | | | | (make history and completion optional at runtime). Use it for fdisk, as an example. Some unrelated fixes in fdisk are also here.
* Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disableDenis Vlasenko2007-01-213-62/+38
| | | | less-known keys (e.g. Ctrl-B/E/F)
* cmdedit: more optimizationsDenis Vlasenko2007-01-211-137/+109
|
* cmdedit: small optimizationsDenis Vlasenko2007-01-211-73/+104
|
* sanitize cmdedit a bit (group functions by task etc)Denis Vlasenko2007-01-212-395/+368
|
* - use makedev to get device number, else it gives wrong major/minor numbers ↵Bernhard Reutner-Fischer2007-01-211-2/+2
| | | | | | to devices files on systems which use big device numbers. Closes #919
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko2007-01-215-12/+39
| | | | | | executable if we asked to exec someting with argv[0] == known_applet" Use it in init. Also respect PATH in init, remove explicit "/sbin" etc from exec. Patch by Gabriel L. Somlo <somlo@cmu.edu>
* - point to correct version. Thanks to Yann E. MORIN.Bernhard Reutner-Fischer2007-01-201-1/+1
|
* - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer2007-01-201-1/+2
|
* - get_terminal_width_height does not and should never write to fd. Cosmetic ↵Bernhard Reutner-Fischer2007-01-202-2/+2
| | | | Precaution
* - small size tweakBernhard Reutner-Fischer2007-01-201-4/+2
|
* - make pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer2007-01-201-6/+4
|
* - small size tweakBernhard Reutner-Fischer2007-01-201-1/+1
|
* - reuse retval for the option handling.Bernhard Reutner-Fischer2007-01-201-5/+5
| | | | - TODO add tee, readahead and splice support to uClibc and use it in busybox!
* - small size tweaksBernhard Reutner-Fischer2007-01-201-2/+2
|
* - make read_stduu() and read_base64() void, small size tweaksBernhard Reutner-Fischer2007-01-201-9/+8
|
* - small size tweakBernhard Reutner-Fischer2007-01-201-2/+2
|
* - add C99 bool type for setups that support it.Bernhard Reutner-Fischer2007-01-201-0/+10
|
* Announce 1.3.2 and 1.4.0 on busybox.netDenis Vlasenko2007-01-201-0/+41
|
* head is 1.5.0.svn nowDenis Vlasenko2007-01-201-2/+2
|
* releasing busybox 1.4.01_4_0Denis Vlasenko2007-01-201-1/+1
|