aboutsummaryrefslogtreecommitdiff
path: root/scripts/defconfig
AgeCommit message (Expand)Author
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-06-25update defconfigDenis Vlasenko
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer
2008-05-16- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer
2008-05-13Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko
2008-04-05cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko
2008-03-26- add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfigBernhard Reutner-Fischer
2008-03-21update defconfigDenis Vlasenko
2008-03-17volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko
2008-03-17volude_id: remove unused fields and functions which were setting themDenis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-02-16mount: make -f work even without mtab supportDenis Vlasenko
2008-02-08- add eject -s for SCSI- and USB-devices (Nico Erfurth)Bernhard Reutner-Fischer
2008-01-29- update defconfigBernhard Reutner-Fischer
2008-01-18eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savingsPaul Fox
2008-01-13- update defconfigBernhard Reutner-Fischer
2007-12-24defconfig: updateDenis Vlasenko
2007-12-22perror_nomsg: don't print extra colonDenis Vlasenko
2007-11-23update defconfigDenis Vlasenko
2007-09-22- add microcom to defconfigBernhard Reutner-Fischer
2007-08-24Update defconfig; fix commentsDenis Vlasenko
2007-08-14httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko
2007-08-13expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko
2007-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko
2007-07-19ifup/ifdown: make location of ifstate configurableDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-19defconfig: updateDenis Vlasenko
2007-06-07- update defconfigBernhard Reutner-Fischer
2007-04-15deluser: add optional support for removing users from groupsDenis Vlasenko
2007-04-10Rename two config options:Denis Vlasenko
2007-04-05- clean up addgroup, fix adding users to existing groups and make it optional...Bernhard Reutner-Fischer
2007-03-28- update defconfigBernhard Reutner-Fischer
2007-03-28- move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer
2007-03-25- rough prototype for split(1). TODO: Still needs some love since it's way to...Bernhard Reutner-Fischer
2007-03-11update defconfigDenis Vlasenko
2007-03-09- add chrt applet.Bernhard Reutner-Fischer
2007-01-27Make -Werror configurableDenis Vlasenko
2007-01-24Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko
2007-01-22clean up commented out old codeDenis Vlasenko
2007-01-22remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko
2007-01-22defconfig: refreshDenis Vlasenko
2007-01-22cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko
2007-01-21Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disableDenis Vlasenko
2007-01-21Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko
2007-01-12next part of ipv6-ization is here: wget & httpdDenis Vlasenko
2007-01-07- add arp to defconfigBernhard Reutner-Fischer
2006-12-22convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko
2006-12-19- rename SU_SYSLOG to FEATURE_SU_SYSLOGBernhard Reutner-Fischer
2006-11-22telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko
2006-11-21- add 'ip rule' support. First take..Bernhard Reutner-Fischer