aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-15Move get_unaligned_le32() macros to platform.hDenys Vlasenko
2017-07-15fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko
2017-07-15make_single_applets: fix ": $((fail++))" expansion errorKang-Che Sung
2017-07-15config: fix tab-damaged help textDenys Vlasenko
2017-07-15tls: remove last int16 local variables in pstm codeDenys Vlasenko
2017-07-15tls: fix pstm asm constraint problemDenys Vlasenko
2017-07-15build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusyboxDenys Vlasenko
2017-07-15blkdiscard: provide our own BLK[SEC]DISCARD if necessaryDenys Vlasenko
2017-07-15tls: fix build problem on non-static i386Denys Vlasenko
2017-07-15Makefile: include per-arch Makefile before Makefile.flagsThomas Petazzoni
2017-07-15copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin
2017-07-15ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin
2017-07-14libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko
2017-07-14hush: make "wait %1" work even if the job is deadDenys Vlasenko
2017-07-14hush: remove superfluous comparisonDenys Vlasenko
2017-07-14uuencode: allow space instead of "`" as padding char. Closes 10046Denys Vlasenko
2017-07-14xxd: allow "-" as file name meaning stdinDenys Vlasenko
2017-07-14libbb/dump: allow skipping over stdin tooDenys Vlasenko
2017-07-14libbb/dump: fix a few broken commits and shrink codeDenys Vlasenko
2017-07-14libbb: safe_write should not return EINTRDenys Vlasenko
2017-07-14dd: fix status=none. Closes 10066Denys Vlasenko
2017-07-14hush: add support for "set -e"Denys Vlasenko
2017-07-14cat: fix "cat -An" ignoring -n; make numbering go througn all filesDenys Vlasenko
2017-07-14add-remove-shell: fix crash when shell is already addedTimo Teräs
2017-07-14cat: allow compiling out -n and -bKang-Che Sung
2017-07-11unzip: TODO for symlink supportDenys Vlasenko
2017-07-10inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko
2017-07-10hush: add TODO for "set -e"Denys Vlasenko
2017-07-10hush: simplify insert_job_into_table() a bitDenys Vlasenko
2017-07-10hush: rename a few functionsDenys Vlasenko
2017-07-10libbb: do not die if setgid/setuid(real_id) on startup failsDenys Vlasenko
2017-07-09shuf: fix random line selection. Closes 9971Denys Vlasenko
2017-07-09crond: code shrinkDenys Vlasenko
2017-07-09crond: move misplaced commentDenys Vlasenko
2017-07-08crond: support @daily etcDenys Vlasenko
2017-07-08watchdog: do not use argc, other cleanupsDenys Vlasenko
2017-07-08watchdog: stop watchdog first on startupMatt Spinler
2017-07-08beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko
2017-07-08hush: explain why wait5.tests is failingDenys Vlasenko
2017-07-07hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko
2017-07-07hush: fix two redirection testcase failuresDenys Vlasenko
2017-07-07main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko
2017-07-07setpriv: remove dependency on libcap headersDenys Vlasenko
2017-07-07setpriv: factor out capability name printingDenys Vlasenko
2017-07-07setpriv: code shrink, and grouping capability code togetherDenys Vlasenko
2017-07-07setpriv: allow modifying ambient capabilitiesPatrick Steinhardt
2017-07-07setpriv: allow modifying inheritable capsPatrick Steinhardt
2017-07-06setpriv: dump ambient capabilitiesPatrick Steinhardt
2017-07-06setpriv: dump capability bounding setPatrick Steinhardt
2017-07-06setpriv: dump inheritable capability setPatrick Steinhardt