Age | Commit message (Expand) | Author |
2016-01-17 | setsid: implement -c | Denys Vlasenko |
2016-01-13 | truncate: use O_WRONLY|O_NONBLOCK | Mike Frysinger |
2016-01-13 | truncate: always set mode when opening file to avoid fortify errors | Ari Sundholm |
2016-01-03 | login: add commented-out PAM double password avoidance from BZ 4003 | Denys Vlasenko |
2016-01-02 | nandwrite: implement -n (read/write without ecc) | Aaro Koskinen |
2016-01-02 | blkdiscard: new applet | Ari Sundholm |
2016-01-02 | ash: suppress a compilation warning | Cristian Ionescu-Idbohrn |
2015-12-30 | mount: support "nofail" option. Closes 8551 | Denys Vlasenko |
2015-12-30 | iproute: support "scope". Closes 8561 | Denys Vlasenko |
2015-12-18 | swaponoff: fix compile-time warning | Denys Vlasenko |
2015-12-18 | chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO | Pascal Bach |
2015-12-17 | include/platform.h: Remove extra #endif introduced in 6df9612. | Ari Sundholm |
2015-12-17 | Resolve linker issues with Android API 21 (dprintf, tcdrain) | Chris Renshaw |
2015-12-16 | blkid: add bcache support | Mike Frysinger |
2015-12-16 | swapon/swapoff: refine the -e (ifexists) option | Mike Frysinger |
2015-12-01 | trylink: include LDFLAGS when checking linkage | Mike Frysinger |
2015-11-06 | modutils: fix build error with !DEPMOD | Denys Vlasenko |
2015-11-05 | modutils: merge module_entry and module_info to common | Timo Teräs |
2015-11-04 | TODO file: remove mpstat, iostat, powertop - we have them now | Denys Vlasenko |
2015-11-04 | ash: add support for bash 'function' keyword | Ron Yorston |
2015-11-04 | hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail | Denys Vlasenko |
2015-11-04 | ash: copy function tests from hush testsuite | Ron Yorston |
2015-11-01 | i2c_tools: suppress "'blen' may be used uninitialized in this function" | Denys Vlasenko |
2015-11-01 | i2cdump: display the numeric value for block read ioctl() errors | Bartosz Golaszewski |
2015-11-01 | i2cdump: bail-out if block read fails | Bartosz Golaszewski |
2015-11-01 | i2cdump: use I2C block mode for the 'i' mode parameter | Bartosz Golaszewski |
2015-11-01 | i2cdump: don't read block data in non-block modes | Bartosz Golaszewski |
2015-11-01 | i2cdetect: coding style: add a space after 'for' | Bartosz Golaszewski |
2015-11-01 | i2cdetect: fix address skipping in auto mode | Bartosz Golaszewski |
2015-10-31 | ifupdown: use -x hostname:NAME with udhcpc | Natanael Copa |
2015-10-30 | [g]unzip: fix recent breakage. | Denys Vlasenko |
2015-10-30 | ash: allow popredir to be called if the stack is empty | Ron Yorston |
2015-10-30 | ash: fix EXEXEC status clobbering | Ron Yorston |
2015-10-30 | ash: add tests for failures of the exec and command builtins | Ron Yorston |
2015-10-30 | stat: make -f optional. This allows to build stat for non-linux systems | Denys Vlasenko |
2015-10-30 | lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY | Denys Vlasenko |
2015-10-30 | lineedit: search applets as well as PATH for tab completion | Ron Yorston |
2015-10-30 | busybox: alter help message in standalone shell mode | Ron Yorston |
2015-10-29 | hush: copy for.tests from ash testsuite | Denys Vlasenko |
2015-10-29 | ash: simplify EOF/newline handling in list parser | Ron Yorston |
2015-10-29 | Revert "ash: fix a SEGV case in an invalid heredoc" xxx | Ron Yorston |
2015-10-29 | ash: fix error during recursive processing of here document | Ron Yorston |
2015-10-29 | ash tests: make test print test name before it is run | Denys Vlasenko |
2015-10-29 | ash: only allow local variables in functions | Ron Yorston |
2015-10-29 | ash: respect -p flag when command builtin is run with -v/-V | Ron Yorston |
2015-10-29 | ash: fix command -- crash | Denys Vlasenko |
2015-10-29 | ash: save a few bytes in code to parse case statements | Ron Yorston |
2015-10-29 | ash: allow newline after variable name in for loop | Ron Yorston |
2015-10-29 | ash: add test for issue with here document | Ron Yorston |
2015-10-28 | modinfo: fix "-F firmware", add "intree" field display | Denys Vlasenko |