aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* shells: expand TODO comments, no code changesDenys Vlasenko2017-07-172-5/+27
* ttysize: if stdin is not tty, try stdout, then stderrDenys Vlasenko2017-07-161-2/+5
* hush: fix "cmd1 && cmd2 &" handling on NOMMUDenys Vlasenko2017-07-161-9/+13
* arch: new applet (same as unmae -m). ~30 bytes.Denys Vlasenko2017-07-161-69/+96
* shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko2017-07-152-2/+0
* hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko2017-07-155-1/+71
* config: reorder items in "Busybox Settings", improve helpDenys Vlasenko2017-07-151-63/+69
* config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko2017-07-153-53/+59
* Move get_unaligned_le32() macros to platform.hDenys Vlasenko2017-07-153-9/+17
* fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko2017-07-153-8/+8
* make_single_applets: fix ": $((fail++))" expansion errorKang-Che Sung2017-07-151-3/+3
* config: fix tab-damaged help textDenys Vlasenko2017-07-151-4/+3
* tls: remove last int16 local variables in pstm codeDenys Vlasenko2017-07-154-4/+4
* tls: fix pstm asm constraint problemDenys Vlasenko2017-07-153-6/+7
* build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusyboxDenys Vlasenko2017-07-152-29/+32
* blkdiscard: provide our own BLK[SEC]DISCARD if necessaryDenys Vlasenko2017-07-151-0/+7
* tls: fix build problem on non-static i386Denys Vlasenko2017-07-151-1/+3
* Makefile: include per-arch Makefile before Makefile.flagsThomas Petazzoni2017-07-151-2/+2
* copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin2017-07-151-0/+3
* ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin2017-07-151-3/+9
* libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko2017-07-141-27/+19
* hush: make "wait %1" work even if the job is deadDenys Vlasenko2017-07-141-39/+52
* hush: remove superfluous comparisonDenys Vlasenko2017-07-141-1/+1
* uuencode: allow space instead of "`" as padding char. Closes 10046Denys Vlasenko2017-07-141-3/+9
* xxd: allow "-" as file name meaning stdinDenys Vlasenko2017-07-141-4/+6
* libbb/dump: allow skipping over stdin tooDenys Vlasenko2017-07-141-20/+13
* libbb/dump: fix a few broken commits and shrink codeDenys Vlasenko2017-07-141-10/+10
* libbb: safe_write should not return EINTRDenys Vlasenko2017-07-141-2/+10
* dd: fix status=none. Closes 10066Denys Vlasenko2017-07-141-4/+3
* hush: add support for "set -e"Denys Vlasenko2017-07-147-21/+96
* cat: fix "cat -An" ignoring -n; make numbering go througn all filesDenys Vlasenko2017-07-143-35/+30
* add-remove-shell: fix crash when shell is already addedTimo Teräs2017-07-141-1/+1
* cat: allow compiling out -n and -bKang-Che Sung2017-07-141-21/+38
* unzip: TODO for symlink supportDenys Vlasenko2017-07-111-0/+21
* inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko2017-07-102-2/+4
* hush: add TODO for "set -e"Denys Vlasenko2017-07-101-0/+17
* hush: simplify insert_job_into_table() a bitDenys Vlasenko2017-07-101-15/+12
* hush: rename a few functionsDenys Vlasenko2017-07-101-10/+10
* libbb: do not die if setgid/setuid(real_id) on startup failsDenys Vlasenko2017-07-101-2/+15
* shuf: fix random line selection. Closes 9971Denys Vlasenko2017-07-091-1/+1
* crond: code shrinkDenys Vlasenko2017-07-091-5/+4
* crond: move misplaced commentDenys Vlasenko2017-07-091-13/+13
* crond: support @daily etcDenys Vlasenko2017-07-081-19/+122
* watchdog: do not use argc, other cleanupsDenys Vlasenko2017-07-081-15/+21
* watchdog: stop watchdog first on startupMatt Spinler2017-07-081-7/+25
* beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko2017-07-081-1/+1
* hush: explain why wait5.tests is failingDenys Vlasenko2017-07-081-0/+13
* hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2017-07-075-5/+26
* hush: fix two redirection testcase failuresDenys Vlasenko2017-07-073-68/+117
* main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-075-7/+11