Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | combine bool;prompt to just bool | Mike Frysinger | 2007-01-24 | 1 | -4/+2 | |
| | ||||||
* | "depends ..." -> "depends on ..." | Mike Frysinger | 2007-01-24 | 1 | -1/+1 | |
| | ||||||
* | correct file format errors | Mike Frysinger | 2007-01-24 | 3 | -31/+31 | |
| | ||||||
* | - add hostcc-option checker | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -0/+6 | |
| | ||||||
* | - call cc-option to check if the compiler supports the flags we asked to use | Bernhard Reutner-Fischer | 2007-01-23 | 2 | -12/+11 | |
| | ||||||
* | - add an unsupported makefile for IMA compiles | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -0/+130 | |
| | | | | Nice for catching eventual breakage early on.. | |||||
* | - rtnl_rttable_a2n wants an unsigned int32 | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -1/+1 | |
| | ||||||
* | add link to fixes-1.4.0 | Denis Vlasenko | 2007-01-22 | 1 | -1/+2 | |
| | ||||||
* | fix warning from needlessly-global functions | Denis Vlasenko | 2007-01-22 | 6 | -10/+17 | |
| | ||||||
* | remove empty source files | Denis Vlasenko | 2007-01-22 | 2 | -2/+0 | |
| | ||||||
* | clean up commented out old code | Denis Vlasenko | 2007-01-22 | 7 | -452/+16 | |
| | ||||||
* | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | 2007-01-22 | 6 | -52/+62 | |
| | ||||||
* | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko | 2007-01-22 | 3 | -48/+132 | |
| | | | | and thus save a few bytes. | |||||
* | - add more strict prototype checking to catch wrong and broken code (like ↵ | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -1/+7 | |
| | | | | nested functions) | |||||
* | - the archivers expect mode to be a mode_t, so do not trip signed/unsigned ↵ | Bernhard Reutner-Fischer | 2007-01-22 | 2 | -3/+3 | |
| | | | | conversion purposefully | |||||
* | - forgot to include ip_common.h | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -2/+3 | |
| | ||||||
* | - not sure if we want a timestamp there, so put one in | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -0/+1 | |
| | ||||||
* | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | 2007-01-22 | 10 | -10/+0 | |
| | ||||||
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 17 | -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 memory | Denis Vlasenko | 2007-01-22 | 2 | -29/+35 | |
| | | | | mount: improve readability | |||||
* | exterminate u_intXXX. | Denis Vlasenko | 2007-01-22 | 6 | -67/+73 | |
| | | | | fix ping6 buglet (memset is too short), minor sync between ping and ping6 | |||||
* | comment out unused old networking API parts | Denis Vlasenko | 2007-01-22 | 4 | -22/+30 | |
| | | | | sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port) | |||||
* | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | 2007-01-22 | 3 | -38/+0 | |
| | ||||||
* | defconfig: refresh | Denis Vlasenko | 2007-01-22 | 1 | -17/+20 | |
| | ||||||
* | move shell/cmdedit.c -> libbb/lineedit.c | Denis Vlasenko | 2007-01-22 | 1 | -0/+0 | |
| | ||||||
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | 2007-01-22 | 11 | -144/+144 | |
| | | | | so rename stuff accordingly. | |||||
* | cmdedit: fix breakage | Denis Vlasenko | 2007-01-22 | 1 | -24/+23 | |
| | ||||||
* | cmdedit.h: remove | Denis Vlasenko | 2007-01-22 | 1 | -1/+0 | |
| | ||||||
* | cmdedit: stop playing dirty games with atexit | Denis Vlasenko | 2007-01-22 | 1 | -37/+24 | |
| | ||||||
* | Convert cmdedit into more generic line input facility | Denis Vlasenko | 2007-01-22 | 10 | -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 disable | Denis Vlasenko | 2007-01-21 | 3 | -62/+38 | |
| | | | | less-known keys (e.g. Ctrl-B/E/F) | |||||
* | cmdedit: more optimizations | Denis Vlasenko | 2007-01-21 | 1 | -137/+109 | |
| | ||||||
* | cmdedit: small optimizations | Denis Vlasenko | 2007-01-21 | 1 | -73/+104 | |
| | ||||||
* | sanitize cmdedit a bit (group functions by task etc) | Denis Vlasenko | 2007-01-21 | 2 | -395/+368 | |
| | ||||||
* | - use makedev to get device number, else it gives wrong major/minor numbers ↵ | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -2/+2 | |
| | | | | | | to devices files on systems which use big device numbers. Closes #919 | |||||
* | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own | Denis Vlasenko | 2007-01-21 | 5 | -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-Fischer | 2007-01-20 | 1 | -1/+1 | |
| | ||||||
* | - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+2 | |
| | ||||||
* | - get_terminal_width_height does not and should never write to fd. Cosmetic ↵ | Bernhard Reutner-Fischer | 2007-01-20 | 2 | -2/+2 | |
| | | | | Precaution | |||||
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -4/+2 | |
| | ||||||
* | - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -6/+4 | |
| | ||||||
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+1 | |
| | ||||||
* | - reuse retval for the option handling. | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -5/+5 | |
| | | | | - TODO add tee, readahead and splice support to uClibc and use it in busybox! | |||||
* | - small size tweaks | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -2/+2 | |
| | ||||||
* | - make read_stduu() and read_base64() void, small size tweaks | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -9/+8 | |
| | ||||||
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -2/+2 | |
| | ||||||
* | - add C99 bool type for setups that support it. | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -0/+10 | |
| | ||||||
* | Announce 1.3.2 and 1.4.0 on busybox.net | Denis Vlasenko | 2007-01-20 | 1 | -0/+41 | |
| | ||||||
* | head is 1.5.0.svn now | Denis Vlasenko | 2007-01-20 | 1 | -2/+2 | |
| | ||||||
* | releasing busybox 1.4.01_4_0 | Denis Vlasenko | 2007-01-20 | 1 | -1/+1 | |
| |