Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update defconfig | Denis Vlasenko | 2007-03-11 | 1 | -19/+40 | |
| | ||||||
* | - add chrt applet. | Bernhard Reutner-Fischer | 2007-03-09 | 1 | -0/+1 | |
| | | | | | | text data bss dec hex filename 769 0 0 769 301 miscutils/chrt.o and could use some further shrinkage | |||||
* | Make -Werror configurable | Denis Vlasenko | 2007-01-27 | 1 | -1/+1 | |
| | ||||||
* | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | 2007-01-24 | 1 | -1/+0 | |
| | | | | | | | | 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". | |||||
* | clean up commented out old code | Denis Vlasenko | 2007-01-22 | 1 | -0/+1 | |
| | ||||||
* | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | 2007-01-22 | 1 | -1/+0 | |
| | ||||||
* | defconfig: refresh | Denis Vlasenko | 2007-01-22 | 1 | -17/+20 | |
| | ||||||
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | 2007-01-22 | 1 | -7/+7 | |
| | | | | so rename stuff accordingly. | |||||
* | Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable | Denis Vlasenko | 2007-01-21 | 1 | -0/+1 | |
| | | | | less-known keys (e.g. Ctrl-B/E/F) | |||||
* | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own | Denis Vlasenko | 2007-01-21 | 1 | -0/+1 | |
| | | | | | | 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> | |||||
* | next part of ipv6-ization is here: wget & httpd | Denis Vlasenko | 2007-01-12 | 1 | -1/+0 | |
| | ||||||
* | - add arp to defconfig | Bernhard Reutner-Fischer | 2007-01-07 | 1 | -0/+1 | |
| | ||||||
* | convert "negaite" config option into reversed (INCLUDE_SUSv2) | Denis Vlasenko | 2006-12-22 | 1 | -1/+1 | |
| | ||||||
* | - rename SU_SYSLOG to FEATURE_SU_SYSLOG | Bernhard Reutner-Fischer | 2006-12-19 | 1 | -1/+1 | |
| | ||||||
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | 2006-11-22 | 1 | -1/+0 | |
| | | | | | What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. | |||||
* | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | 2006-11-21 | 1 | -0/+2 | |
| | | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o | |||||
* | - update defconfig | Bernhard Reutner-Fischer | 2006-11-21 | 1 | -3/+3 | |
| | ||||||
* | httpd: slight reduction of #ifdef forest | Denis Vlasenko | 2006-11-21 | 1 | -6/+61 | |
| | | | | | | few other applets: #ifdef CONFIG_ -> #if ENABLE_ traceroute: fix exposed bugs defconfig: update | |||||
* | - add nmeter and raidautorun to defconfig. | Bernhard Reutner-Fischer | 2006-10-24 | 1 | -0/+2 | |
| | ||||||
* | make defconfig now works | Denis Vlasenko | 2006-10-05 | 1 | -0/+607 | |