Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-25 | arping: stop using last gethostbyname2 in the tree | Denis Vlasenko | |
hostname: small optimization | |||
2007-01-25 | accidentally applied wrong (old) patch, fixing up... | Denis Vlasenko | |
2007-01-24 | opt_complementary doesn't like numeric opts :( | Denis Vlasenko | |
2007-01-24 | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | |
name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6". | |||
2007-01-24 | hostname declaration was misplaced | Denis Vlasenko | |
2007-01-24 | accumulated post-1.4.0 fixes | Denis Vlasenko | |
2007-01-24 | - remove nested function. Saves ~30 bytes. | Bernhard Reutner-Fischer | |
2007-01-24 | - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult | Bernhard Reutner-Fischer | |
for several in head tail od_bloaty hexdump svlogd | |||
2007-01-24 | combine depends lines | Mike Frysinger | |
2007-01-24 | as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in ↵ | Mike Frysinger | |
order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file | |||
2007-01-24 | change "bool ... if OPT" to more common "depend ... OPT" | Mike Frysinger | |
2007-01-24 | combine bool;prompt to just bool | Mike Frysinger | |
2007-01-24 | combine bool;prompt to just bool | Mike Frysinger | |
2007-01-24 | "depends ..." -> "depends on ..." | Mike Frysinger | |
2007-01-24 | correct file format errors | Mike Frysinger | |
2007-01-23 | - add hostcc-option checker | Bernhard Reutner-Fischer | |
2007-01-23 | - call cc-option to check if the compiler supports the flags we asked to use | Bernhard Reutner-Fischer | |
2007-01-23 | - add an unsupported makefile for IMA compiles | Bernhard Reutner-Fischer | |
Nice for catching eventual breakage early on.. | |||
2007-01-23 | - rtnl_rttable_a2n wants an unsigned int32 | Bernhard Reutner-Fischer | |
2007-01-22 | add link to fixes-1.4.0 | Denis Vlasenko | |
2007-01-22 | fix warning from needlessly-global functions | Denis Vlasenko | |
2007-01-22 | remove empty source files | Denis Vlasenko | |
2007-01-22 | clean up commented out old code | Denis Vlasenko | |
2007-01-22 | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | |
2007-01-22 | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko | |
and thus save a few bytes. | |||
2007-01-22 | - add more strict prototype checking to catch wrong and broken code (like ↵ | Bernhard Reutner-Fischer | |
nested functions) | |||
2007-01-22 | - the archivers expect mode to be a mode_t, so do not trip signed/unsigned ↵ | Bernhard Reutner-Fischer | |
conversion purposefully | |||
2007-01-22 | - forgot to include ip_common.h | Bernhard Reutner-Fischer | |
2007-01-22 | - not sure if we want a timestamp there, so put one in | Bernhard Reutner-Fischer | |
2007-01-22 | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | |
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | |||
2007-01-22 | dnsd: getfileentry was leaking memory | Denis Vlasenko | |
mount: improve readability | |||
2007-01-22 | exterminate u_intXXX. | Denis Vlasenko | |
fix ping6 buglet (memset is too short), minor sync between ping and ping6 | |||
2007-01-22 | comment out unused old networking API parts | Denis Vlasenko | |
sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port) | |||
2007-01-22 | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | |
2007-01-22 | defconfig: refresh | Denis Vlasenko | |
2007-01-22 | move shell/cmdedit.c -> libbb/lineedit.c | Denis Vlasenko | |
2007-01-22 | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | |
so rename stuff accordingly. | |||
2007-01-22 | cmdedit: fix breakage | Denis Vlasenko | |
2007-01-22 | cmdedit.h: remove | Denis Vlasenko | |
2007-01-22 | cmdedit: stop playing dirty games with atexit | Denis Vlasenko | |
2007-01-22 | Convert cmdedit into more generic line input facility | Denis Vlasenko | |
(make history and completion optional at runtime). Use it for fdisk, as an example. Some unrelated fixes in fdisk are also here. | |||
2007-01-21 | Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable | Denis Vlasenko | |
less-known keys (e.g. Ctrl-B/E/F) | |||
2007-01-21 | cmdedit: more optimizations | Denis Vlasenko | |
2007-01-21 | cmdedit: small optimizations | Denis Vlasenko | |
2007-01-21 | sanitize cmdedit a bit (group functions by task etc) | Denis Vlasenko | |
2007-01-21 | - use makedev to get device number, else it gives wrong major/minor numbers ↵ | Bernhard Reutner-Fischer | |
to devices files on systems which use big device numbers. Closes #919 | |||
2007-01-21 | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own | Denis Vlasenko | |
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> | |||
2007-01-20 | - point to correct version. Thanks to Yann E. MORIN. | Bernhard Reutner-Fischer | |
2007-01-20 | - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer | |