- 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
- 0454d9d update defconfig by Bernhard Reutner-Fischer · 15 years ago
- e57ea7e update defconfig by Denys Vlasenko · 15 years ago
- 7306727 shell: split read builtin from ash by Denys Vlasenko · 15 years ago
- 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 15 years ago
- e039e68 wall: new applet by Bernhard Reutner-Fischer · 15 years ago
- 0da1c0a beep: optimize by Denys Vlasenko · 15 years ago
- 00ea82e add config knob for default freq and length by Bernhard Reutner-Fischer · 15 years ago
- e10db56 update defconfig by Denys Vlasenko · 15 years ago
- 8e5d83b mkswap: remove configuration for v0 support by Denys Vlasenko · 16 years ago
- f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 16 years ago
- 184f4ff disable FLASH_ERASEALL in defconfig by Denis Vlasenko · 16 years ago
- 5dcb43a website: announce 1.14.0 and 1.13.4 Makefile: bump version to 1.14.0 by Denis Vlasenko · 16 years ago 1_14_0
- 2b2183a hush: make function support configurable by Denis Vlasenko · 16 years ago
- 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
- 1cbfd98 httpd: by Denis Vlasenko · 16 years ago
- 4f7d90f defconfig: explain what we aim it to be by Denis Vlasenko · 16 years ago
- 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
- 1fe7887 another small defconfig update by Denis Vlasenko · 16 years ago
- b15a6f2 update defconfig by Denis Vlasenko · 16 years ago
- 53c80f0 less: add optional line number toggle and resizing on SIGWINCH. by Denis Vlasenko · 16 years ago
- 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
- 5cb54b5 init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people by Denis Vlasenko · 16 years ago
- d66aa3c df: add support for more options, add some coreutils 6.10 compat. by Denis Vlasenko · 16 years ago
- 625ed8e Updating defconfig, fixing a typo in Config.in by Denis Vlasenko · 16 years ago
- c77e843 - add new applet rdev (Grant Erickson) - fixes and shrink (me) by Bernhard Reutner-Fischer · 16 years ago
- e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
- f4cfa1b update defconfig by Denis Vlasenko · 17 years ago
- ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
- f3b778a - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever by Bernhard Reutner-Fischer · 17 years ago
- 9305cdd Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. by Denis Vlasenko · 17 years ago
- 1af00ed cpio: fix a bug where we do not extract zero-sized hardlinks by Denis Vlasenko · 17 years ago
- ce7eb44 - add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfig by Bernhard Reutner-Fischer · 17 years ago
- ffa5d76 update defconfig by Denis Vlasenko · 17 years ago
- d25c33f volume_id: disable detection routines which are not setting label and uuid anyway by Denis Vlasenko · 17 years ago
- c5b7372 volude_id: remove unused fields and functions which were setting them by Denis Vlasenko · 17 years ago
- 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
- b1d8e7d mount: make -f work even without mtab support by Denis Vlasenko · 17 years ago
- afdad65 - add eject -s for SCSI- and USB-devices (Nico Erfurth) by Bernhard Reutner-Fischer · 17 years ago
- c96d370 - update defconfig by Bernhard Reutner-Fischer · 17 years ago
- 518d8dd eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings by Paul Fox · 17 years ago
- ce34ccc - update defconfig by Bernhard Reutner-Fischer · 17 years ago
- fcfb5c0 defconfig: update by Denis Vlasenko · 17 years ago
- 94e3365 perror_nomsg: don't print extra colon by Denis Vlasenko · 17 years ago
- 1da0ad1 update defconfig by Denis Vlasenko · 17 years ago
- 3a252b8 - add microcom to defconfig by Bernhard Reutner-Fischer · 17 years ago
- f87f495 Update defconfig; fix comments by Denis Vlasenko · 17 years ago
- 0372f0f httpd: extend -p PORT to -p [IP[v6]:]PORT by Denis Vlasenko · 17 years ago
- 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
- 2a86a61 ifup/ifdown: make location of ifstate configurable by Denis Vlasenko · 17 years ago
- fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- 2d25491 defconfig: update by Denis Vlasenko · 18 years ago
- 4b49512 - update defconfig by Bernhard Reutner-Fischer · 18 years ago
- be1a9d4 deluser: add optional support for removing users from groups by Denis Vlasenko · 18 years ago
- 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
- 00c2c48 - clean up addgroup, fix adding users to existing groups and make it optional (Tito) by Bernhard Reutner-Fischer · 18 years ago
- 3d43edb - update defconfig by Bernhard Reutner-Fischer · 18 years ago
- 0a537a0 - move additional fancy options not mandated by SUSv3 into a FANCY option by Bernhard Reutner-Fischer · 18 years ago
- 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 18 years ago
- ecea8f2 update defconfig by Denis Vlasenko · 18 years ago
- 71bc71a - add chrt applet. by Bernhard Reutner-Fischer · 18 years ago
- e0eebc1 Make -Werror configurable by Denis Vlasenko · 18 years ago
- b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
- 5de9e9c clean up commented out old code by Denis Vlasenko · 18 years ago
- 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
- d8760a7 defconfig: refresh by Denis Vlasenko · 18 years ago
- 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
- 00cdbd8 Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable by Denis Vlasenko · 18 years ago
- 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
- 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
- f0b71c1 - add arp to defconfig by Bernhard Reutner-Fischer · 18 years ago
- 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
- 359d7ca - rename SU_SYSLOG to FEATURE_SU_SYSLOG by Bernhard Reutner-Fischer · 18 years ago
- 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
- 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
- 3e7ef7e - update defconfig by Bernhard Reutner-Fischer · 18 years ago
- 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
- d35d540 - add nmeter and raidautorun to defconfig. by Bernhard Reutner-Fischer · 18 years ago
- a331052 make defconfig now works by Denis Vlasenko · 18 years ago