aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-02ash: skip PATH if executable and command are both busyboxRon Yorston1-0/+21
2015-06-01mingw: add magic '--busybox' flagRon Yorston3-2/+7
2015-05-29mingw: fixes to implementation of waitpid(2)Ron Yorston2-3/+3
2015-05-29mingw: fix conditions under which open(2) sets errno to EISDIRRon Yorston1-1/+1
2015-05-29mingw: buffer in do_stat_internal need not be staticRon Yorston1-1/+1
2015-05-29mingw: tidy up implementation of kill(2)Ron Yorston3-10/+16
2015-05-28ash: seek to EOF when file is opened for appendRon Yorston1-0/+3
2015-05-27Enable seamless compression for WIN32Ron Yorston11-12/+82
2015-05-27mingw: add routine to pipe a file descriptor to/from a commandRon Yorston2-18/+129
2015-05-27mingw: define a macro for spawnRon Yorston3-5/+5
2015-05-27win32: fix waitpid implementationRon Yorston1-2/+11
2015-05-18mingw: provide fake getgroups and getgrouplistRon Yorston4-4/+28
2015-05-18mingw: implement getpwnam (but only for current user)Ron Yorston2-1/+13
2015-05-18Update default configuration following mergeRon Yorston1-1/+3
2015-05-18hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko18-0/+29
2015-05-18testsuite: add some tests for ashRon Yorston10-0/+15
2015-05-18ash: fix breakage of ${v/pat/str}Ron Yorston1-51/+28
2015-05-18ash: move parse-time quote flag detection to run-timeRon Yorston5-98/+72
2015-05-18ash: remove arithmetic expansion collapsing at parse timeRon Yorston3-12/+11
2015-05-18ash: remove superfluous code in arithmetic modeRon Yorston1-5/+2
2015-05-18ash: do not expand tilde in parameter expansion within quotesRon Yorston3-5/+6
2015-05-18ash: perform tilde expansion in all parameter expansion wordsRon Yorston3-2/+5
2015-05-18ash: code shrink around varvalueRon Yorston1-46/+38
2015-05-13ash: explain what "local -" doesDenys Vlasenko1-1/+2
2015-05-13ash: consider "local -" case while iterating over local variables in mklocal.Eugene Rudoy1-1/+1
2015-05-12libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson1-2/+21
2015-05-11i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski1-2/+6
2015-05-11i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski1-1/+4
2015-05-11bzcat.tests: Run both .gz and .bz2 tests, and add .Z testsThiago Jung Bauermann1-24/+50
2015-05-11tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko1-11/+17
2015-05-03Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock1-4/+10
2015-05-03Bionic lacks mempcpy; enable existing workaroundMatt Whitlock1-0/+1
2015-05-03libarchive: auto-detect .Z files as wellThiago Jung Bauermann1-0/+7
2015-05-03typo fixDenys Vlasenko1-1/+1
2015-05-03vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller1-5/+5
2015-04-30Update README.mdRon Yorston1-1/+1
2015-04-26gzip: add support for compression levels 4-9Aaro Koskinen1-10/+62
2015-04-26Bionic lacks tcdrain; provide a workaroundMatt Whitlock1-0/+5
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2-0/+26
2015-04-22mingw: enable a minimal version of nc by defaultRon Yorston2-4/+4
2015-04-22mingw: import select from gnulibRon Yorston2-0/+574
2015-04-22mingw: additional networking supportRon Yorston2-2/+60
2015-04-22mingw: remove unused code from read_keyRon Yorston1-5/+0
2015-04-21special-case {true,false,test} --helpDenys Vlasenko4-28/+21
2015-04-20include: Fallback to UTMP unless there is UTMPX supportBernhard Reutner-Fischer1-1/+24
2015-04-20libbb: remove unnecessary argument to nonblock_immune_readRon Yorston3-8/+8
2015-04-19mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko1-7/+22
2015-04-19mdev: improve loggingDenys Vlasenko1-4/+8
2015-04-18hush: document buggy handling of duplicate "local"Denys Vlasenko2-0/+6
2015-04-18ash: fix handling of duplicate "local"Denys Vlasenko4-17/+42