Commit Graph

  • 3bab36b18b hush: convert exp/ro/local parameters to bitfields in one flag param Denys Vlasenko 2017-07-18 01:05:24 +02:00
  • 6b0695bb66 hush: HUSH_READONLY depends on HUSH Denys Vlasenko 2017-07-17 21:47:27 +02:00
  • 6b48e1f121 hush: forgot to emit error on (failing) second "readonly VAR=VAL" Denys Vlasenko 2017-07-17 21:31:17 +02:00
  • b95ee96e75 hush: smaller code in !READONLY configs Denys Vlasenko 2017-07-17 21:19:53 +02:00
  • 1e660422b1 hush: implement "readonly" builtin Denys Vlasenko 2017-07-17 21:10:50 +02:00
  • 826360ff23 ash: more general format ${var:EXPR:EXPR} Denys Vlasenko 2017-07-17 17:49:11 +02:00
  • 4f8079de87 ash: "you disabled math" is wrong: user did not disable it, builder of ash did Denys Vlasenko 2017-07-17 17:11:48 +02:00
  • 0ba80e4fa2 hush: small fix to last commit Denys Vlasenko 2017-07-17 16:50:20 +02:00
  • e32b6503e7 hush: support ${VAR:N:-M} Denys Vlasenko 2017-07-17 16:46:57 +02:00
  • 203fd7bc66 shells: expand TODO comments, no code changes Denys Vlasenko 2017-07-17 16:13:35 +02:00
  • 68e980545a ttysize: if stdin is not tty, try stdout, then stderr Denys Vlasenko 2017-07-16 20:36:48 +02:00
  • b24e55da84 hush: fix "cmd1 && cmd2 &" handling on NOMMU Denys Vlasenko 2017-07-16 20:29:35 +02:00
  • c49638b7d2 arch: new applet (same as unmae -m). ~30 bytes. Denys Vlasenko 2017-07-16 16:43:41 +02:00
  • 9f904a22ff shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" Denys Vlasenko 2017-07-15 22:54:46 +02:00
  • ee553b929c hush: fix and_or_and_backgrounding.tests failure Denys Vlasenko 2017-07-15 22:51:55 +02:00
  • 2c8929c7af config: reorder items in "Busybox Settings", improve help Denys Vlasenko 2017-07-15 21:14:16 +02:00
  • a3df2fa525 config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu Denys Vlasenko 2017-07-15 20:49:32 +02:00
  • 2c1258c620 Move get_unaligned_le32() macros to platform.h Denys Vlasenko 2017-07-15 20:22:25 +02:00
  • 08dfafc437 fix more instances of ": $((a++))" in shell scripts Denys Vlasenko 2017-07-15 19:18:58 +02:00
  • ed2b922537 make_single_applets: fix ": $((fail++))" expansion error Kang-Che Sung 2017-07-15 11:38:58 +08:00
  • c4ddf04b68 config: fix tab-damaged help text Denys Vlasenko 2017-07-15 17:34:33 +02:00
  • 3d7ec48da0 tls: remove last int16 local variables in pstm code Denys Vlasenko 2017-07-15 17:19:38 +02:00
  • 79376ecdbd tls: fix pstm asm constraint problem Denys Vlasenko 2017-07-15 17:13:08 +02:00
  • 367a55c7d7 build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox Denys Vlasenko 2017-07-15 14:52:26 +02:00
  • 8ea061eac3 blkdiscard: provide our own BLK[SEC]DISCARD if necessary Denys Vlasenko 2017-07-15 13:53:41 +02:00
  • 9887f93eef tls: fix build problem on non-static i386 Denys Vlasenko 2017-07-15 13:42:19 +02:00
  • e9a25ac924 Makefile: include per-arch Makefile before Makefile.flags Thomas Petazzoni 2017-07-14 23:08:38 +02:00
  • e5b1f5af73 copyfd: guard use of munmap() with #if (windows builds need this) Johannes Schindelin 2017-07-14 16:11:43 +02:00
  • 9d4dc84a76 ash: protect WIFSTOPPED use with #if JOBS Johannes Schindelin 2017-07-14 22:25:58 +02:00
  • 7d7c7bb220 libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block Denys Vlasenko 2017-07-14 20:17:17 +02:00
  • 2ed74e25d3 hush: make "wait %1" work even if the job is dead Denys Vlasenko 2017-07-14 19:58:46 +02:00
  • 0c5657e911 hush: remove superfluous comparison Denys Vlasenko 2017-07-14 19:27:03 +02:00
  • 7b6e8f3f1a uuencode: allow space instead of "`" as padding char. Closes 10046 Denys Vlasenko 2017-07-14 17:24:59 +02:00
  • 90678f0cd7 xxd: allow "-" as file name meaning stdin Denys Vlasenko 2017-07-14 16:29:30 +02:00
  • 63214a68f1 libbb/dump: allow skipping over stdin too Denys Vlasenko 2017-07-14 16:18:16 +02:00
  • 5f7904b6d1 libbb/dump: fix a few broken commits and shrink code Denys Vlasenko 2017-07-14 16:03:43 +02:00
  • a03ac60677 libbb: safe_write should not return EINTR Denys Vlasenko 2017-07-14 14:22:09 +02:00
  • d5b98e2ef4 dd: fix status=none. Closes 10066 Denys Vlasenko 2017-07-14 13:44:30 +02:00
  • 9fda609a60 hush: add support for "set -e" Denys Vlasenko 2017-07-14 13:36:48 +02:00
  • 75e90b1548 cat: fix "cat -An" ignoring -n; make numbering go througn all files Denys Vlasenko 2017-07-14 10:47:18 +02:00
  • cc86b2ad96 add-remove-shell: fix crash when shell is already added Timo Teräs 2017-07-14 09:59:52 +02:00
  • a2bdc5c554 cat: allow compiling out -n and -b Kang-Che Sung 2017-07-14 09:56:13 +02:00
  • 38d966943f unzip: TODO for symlink support Denys Vlasenko 2017-07-11 22:10:52 +02:00
  • ce55284ed6 inetd,mount: do not die if uclibc without RPC is detected Denys Vlasenko 2017-07-10 14:43:22 +02:00
  • b057806a6a hush: add TODO for "set -e" Denys Vlasenko 2017-07-10 10:33:10 +02:00
  • 9e55a156f8 hush: simplify insert_job_into_table() a bit Denys Vlasenko 2017-07-10 10:01:12 +02:00
  • 1609629a91 hush: rename a few functions Denys Vlasenko 2017-07-10 10:00:28 +02:00
  • 12a4f9afe7 libbb: do not die if setgid/setuid(real_id) on startup fails Denys Vlasenko 2017-07-10 09:17:43 +02:00
  • 9de9c871bf shuf: fix random line selection. Closes 9971 Denys Vlasenko 2017-07-09 00:39:15 +02:00
  • d18b200096 crond: code shrink Denys Vlasenko 2017-07-09 00:08:13 +02:00
  • 0b3b65fa91 crond: move misplaced comment Denys Vlasenko 2017-07-09 00:00:39 +02:00
  • 75fbea3879 crond: support @daily etc Denys Vlasenko 2017-07-08 20:53:11 +02:00
  • 1572f520cc watchdog: do not use argc, other cleanups Denys Vlasenko 2017-07-08 18:53:49 +02:00
  • 31c765081d watchdog: stop watchdog first on startup Matt Spinler 2017-07-08 18:35:25 +02:00
  • 1b84f4a22a beep: disallow FEATURE_BEEP_FREQ = 0 in configuration Denys Vlasenko 2017-07-08 12:21:45 +02:00
  • 13102634bb hush: explain why wait5.tests is failing Denys Vlasenko 2017-07-08 00:24:32 +02:00
  • 840a4355d0 hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" Denys Vlasenko 2017-07-07 22:56:02 +02:00
  • 2db74610cd hush: fix two redirection testcase failures Denys Vlasenko 2017-07-07 22:07:28 +02:00
  • 69a5ec9dcc main: fix the case where user has "halt" as login shell. Closes 9986 Denys Vlasenko 2017-07-07 19:08:56 +02:00
  • b0c0b6d5ba setpriv: remove dependency on libcap headers Denys Vlasenko 2017-07-07 17:59:40 +02:00
  • 2bfe7838ab setpriv: factor out capability name printing Denys Vlasenko 2017-07-07 16:09:45 +02:00
  • cf5748cc89 setpriv: code shrink, and grouping capability code together Denys Vlasenko 2017-07-07 16:00:07 +02:00
  • 6842d00ceb setpriv: allow modifying ambient capabilities Patrick Steinhardt 2017-07-07 02:14:23 +02:00
  • 0f49f6f926 setpriv: allow modifying inheritable caps Patrick Steinhardt 2017-07-07 01:59:45 +02:00
  • 5e0987405c setpriv: dump ambient capabilities Patrick Steinhardt 2017-07-06 23:02:33 +02:00
  • f34c701fa8 setpriv: dump capability bounding set Patrick Steinhardt 2017-07-06 22:59:23 +02:00
  • ad63102943 setpriv: dump inheritable capability set Patrick Steinhardt 2017-07-06 22:47:16 +02:00
  • 10c53b85c9 setpriv: dump no-new-privs info Patrick Steinhardt 2017-07-06 15:21:43 +02:00
  • 111cdcf295 shell: sync redir/* tests Denys Vlasenko 2017-07-06 21:01:50 +02:00
  • 1ff1a75710 ash: rename redir5.tests (hush has redir5.tests which is different) Denys Vlasenko 2017-07-06 21:00:19 +02:00
  • 50b8b2914b hush: add a TODO about redir3.tests failure Denys Vlasenko 2017-07-06 20:57:37 +02:00
  • a107ef2a6a hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different) Denys Vlasenko 2017-07-06 20:36:40 +02:00
  • e59591a364 hush: Print error messages on shift -1 Denys Vlasenko 2017-07-06 20:12:44 +02:00
  • 74d20e6379 typo fix Denys Vlasenko 2017-07-06 19:50:42 +02:00
  • 5dad7bdc3b hush: implement negative start in the ${v: -n[:m]} idiom Denys Vlasenko 2017-07-06 19:48:20 +02:00
  • 3234045d07 hush: "adopt" ash var-utf8-length.tests Denys Vlasenko 2017-07-06 19:29:23 +02:00
  • 7456298472 hush: "adopt" ash signal4.tests Denys Vlasenko 2017-07-06 18:40:45 +02:00
  • b18b04c8a8 shell: remove duplicate sigint1.tests (another copies are in signals/) Denys Vlasenko 2017-07-06 18:37:30 +02:00
  • cafb2d195d hush: add tickquote1.tests from ash testsuite Denys Vlasenko 2017-07-06 18:31:47 +02:00
  • bb963bda62 shell: syncronize ash and hush heredoc3.tests Denys Vlasenko 2017-07-06 18:19:35 +02:00
  • 959cb67428 shell: syncronize ash and hush heredoc1.tests Denys Vlasenko 2017-07-06 18:16:18 +02:00
  • 9a8ece5158 shell: syncronize ash_test/run-all and hush_test/run-all a bit Denys Vlasenko 2017-07-06 17:59:25 +02:00
  • 3c9688e587 makedevs: code shrink Denys Vlasenko 2017-07-06 02:17:24 +02:00
  • 3532e60ca8 makedevs: allow much longer filenames Denys Vlasenko 2017-07-06 02:04:32 +02:00
  • 637982f5bb hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBST Denys Vlasenko 2017-07-06 01:52:23 +02:00
  • d13c1762a8 dpkg: fix CONFIG_FEATURE_CLEAN_UP handling Peter Korsgaard 2017-07-05 11:53:58 +02:00
  • bd43c6784f hush: fix quoted_punct.tests failure Denys Vlasenko 2017-07-05 23:12:15 +02:00
  • 4142f0187d ash: fix escaping of a few characters (broken by last commits) Denys Vlasenko 2017-07-05 22:19:28 +02:00
  • ed79a63623 ash: tweak in comment Denys Vlasenko 2017-07-05 19:20:43 +02:00
  • 92b8d9c9fa ash: note which versions of glibc exhibit "rho bug" Denys Vlasenko 2017-07-05 19:13:44 +02:00
  • fda9fafe27 ash: fix matching of unicode greek letter rho (cf 81) and similar cases Denys Vlasenko 2017-07-05 19:10:21 +02:00
  • 6798486141 setpriv: dump user and group info Denys Vlasenko 2017-07-04 18:49:24 +02:00
  • a8cf9c5a3f libbb: new function bb_getgroups() - allocating wrapper around getgroups() Denys Vlasenko 2017-07-04 18:49:24 +02:00
  • 6a3bcf340a setpriv: prepare option parsing logic for additional opts Patrick Steinhardt 2017-07-02 15:42:51 +02:00
  • d253b557a3 setpriv: do not process remaining args Patrick Steinhardt 2017-07-02 15:42:50 +02:00
  • 558aae1a33 tls: use capped SNI len everywhere Denys Vlasenko 2017-07-04 16:52:45 +02:00
  • 034ceabe82 bzcat: compile bunzip2_main() if BZCAT. Denys Vlasenko 2017-07-04 16:23:36 +02:00
  • d1f222c3b0 Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis Denys Vlasenko 2017-07-04 16:01:12 +02:00
  • d4e4fdb5ce fixes for bugs found by make_single_applets.sh Denys Vlasenko 2017-07-03 21:31:16 +02:00
  • 2e989ef232 msh: delete this applet Denys Vlasenko 2017-07-03 16:56:37 +02:00