Commit Graph

  • 31d34f3bd8 ip: Add support for "noprefixroute" option Christian Eggers 2020-06-29 17:57:25 +02:00
  • 39925026f6 shell: Fix "read -d ''" behavior Christian Eggers 2020-06-29 17:57:24 +02:00
  • a088da4476 httpd_indexcgi.c: use CSS for odd/even rows Sergey Ponomarev 2020-07-10 22:48:13 +03:00
  • 197ae0f9ae httpd_indexcgi.c: minimize style CSS Sergey Ponomarev 2020-07-10 22:48:12 +03:00
  • 2dd82f465e lsscsi: code shrink Denys Vlasenko 2020-07-20 02:03:02 +02:00
  • 9a2d899273 ntpd: fix refid reported in server mode, closes 13056 Denys Vlasenko 2020-07-20 00:04:33 +02:00
  • 06a407c628 networking: support ftp PASV responses not ending with ')' Denys Vlasenko 2020-07-19 20:59:35 +02:00
  • 79a4032eef libbb: shrink last_char_is(), no longer allow NULL string argument Denys Vlasenko 2020-07-19 20:49:22 +02:00
  • 4468c569f7 domain_codec: optimize dname_dec and convert_dname Martin Lewis 2020-07-09 14:47:05 -05:00
  • 051665ef69 crontab: Fix -e with editors saving using renaming strategy Gray Wolf 2020-06-13 02:00:48 +02:00
  • d21a63f9fc libbb: code shrink in last_char_is() Denys Vlasenko 2020-06-30 08:33:02 +02:00
  • c9fc15359e compare_string_array: code shrink Martin Lewis 2020-06-11 15:45:58 -05:00
  • ac79db6a3b procps: code shrink Martin Lewis 2020-06-11 15:45:57 -05:00
  • 1f86ecb729 udhcpc: fix a TODO in fill_envp using option scanner Martin Lewis 2020-06-23 15:25:09 -05:00
  • acdc8eed89 udhcp: add option scanner Martin Lewis 2020-06-23 15:25:08 -05:00
  • fc2ce04a38 wget: fix openssl options for cert verification Scott Court 2020-06-29 14:30:12 +02:00
  • 79bd7c3f7b acpid: only display -p if supported in usage Norbert Lange 2020-02-14 22:16:11 +01:00
  • 05faa6103b dhcpd: remove hardcoded pidfile path Norbert Lange 2020-02-14 22:16:10 +01:00
  • 86a633ef9a dpkg: prevent important directories from being removed Norbert Lange 2020-02-14 22:15:07 +01:00
  • a16c8ef212 nc_bloaty: support udp broadcast ports Norbert Lange 2020-02-14 22:13:38 +01:00
  • c918ea1673 Start 1.33.0 development cycle Denys Vlasenko 2020-06-26 21:30:50 +02:00
  • fb957125d8 Bump version to 1.32.0 Denys Vlasenko 2020-06-26 21:22:50 +02:00
  • 24c212b9ac gzip -d with zcat enabled but gunzip disabled was misbehaving Denys Vlasenko 2020-06-25 02:01:29 +02:00
  • b02f8ca909 make_single_applets.sh: switch off nologin deps option Denys Vlasenko 2020-06-24 16:36:44 +02:00
  • 5663a17dab bc: placate a "defined but not used" warning Denys Vlasenko 2020-06-24 13:43:11 +02:00
  • 67e1529b92 nologin: make it possible to build it as single applet Denys Vlasenko 2020-06-24 13:39:13 +02:00
  • d5314e7129 suppress a few compile warnings Denys Vlasenko 2020-06-24 09:31:30 +02:00
  • 7c443d110d randomconfig fixes Denys Vlasenko 2020-06-24 00:27:37 +02:00
  • 5fa5c4bde8 randomconfig fixes Denys Vlasenko 2020-06-23 21:28:19 +02:00
  • d206b1651a randomconfig fix Denys Vlasenko 2020-06-23 09:38:53 +02:00
  • 03ab212bff randomconfig fixes Denys Vlasenko 2020-06-23 03:43:39 +02:00
  • df1f479fc5 randomconfig fixes Denys Vlasenko 2020-06-23 03:13:55 +02:00
  • 6eb38fded2 randomconfig fixes Denys Vlasenko 2020-06-23 02:46:53 +02:00
  • 62744efa47 examples/udhcp/simple.script: fix IPv6 support when using udhcpc Stefan Agner 2020-06-16 10:06:27 +02:00
  • faab906d28 udhcpc6: use correct multicast MAC Uwe Glaeser 2020-06-21 02:56:12 +02:00
  • 4789c7cd81 nmeter: add %T (zero-based timestamp) format Denys Vlasenko 2020-06-10 15:37:39 +02:00
  • 505eeae402 Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int options for clang Biswapriyo Nath 2020-06-09 23:05:12 +05:30
  • 0356607264 deluser: check if specified home is a directory before removing it Sören Tempel 2020-06-09 17:51:26 +02:00
  • d30d1ebc11 dhcpc: refactor xmalloc_optname_optval to shrink binary size Martin Lewis 2020-06-09 16:59:54 -05:00
  • 17764603f2 httpd: allow '-h' to work when daemonized with NOMMU enabled Ron Yorston 2020-06-09 17:38:21 +02:00
  • 0cad5f9b6d udhcp: comment out unused domain compression code Denys Vlasenko 2020-06-09 17:22:06 +02:00
  • 002be6e821 sysctl: do report EACCES errors on write Denys Vlasenko 2020-06-09 15:58:32 +02:00
  • b2ab920716 unexpand: correct behavior for --first-only --tabs=4 Mark Edgar 2020-05-30 19:05:46 +02:00
  • 9b4a9d96b8 xstrndup: Use strndup instead of implementing it. Martin Lewis 2020-03-08 13:35:20 -05:00
  • 726d0d148b dhcpc: code shrink in good_hostname Martin Lewis 2020-05-04 16:59:14 -05:00
  • 6f7a009649 awk: disallow "str"++, closes bug 12981 Denys Vlasenko 2020-06-09 01:33:54 +02:00
  • 45fa3f18ad wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL Dimitri John Ledkov 2020-05-19 18:20:39 +01:00
  • 9f3b410006 ash,hush: drop pointer check before calls to show_history Ron Yorston 2019-12-16 09:31:10 +00:00
  • 981b2eff81 mim: run scripts from a specification file Ron Yorston 2020-01-13 10:33:46 +00:00
  • da7a6dbfa5 ash: fix build failure when command built-in is disabled Ron Yorston 2020-02-27 09:50:18 +00:00
  • d1b75e1842 httpd: permit non-default home directory with NOMMU enabled Ron Yorston 2020-04-07 10:41:34 +01:00
  • 42a8984abc grep: add proper support for pattern_list Sören Tempel 2020-03-30 11:02:08 +02:00
  • c3295d233b grep: Fix -f FILE when FILE is empty and -x provided Gray Wolf 2020-04-29 15:49:17 +02:00
  • 1c462d47a0 xargs: restore correct behaviour of -n option Ron Yorston 2020-02-19 11:01:39 +00:00
  • ed8af51b60 build system: remove KBUILD_STR() Jean-Philippe Brucker 2020-03-12 17:19:45 +01:00
  • b9943741c2 unzip: -d should create the dir Lauri Kasanen 2020-04-15 15:01:44 +03:00
  • 9aa751b08a shells: fix exitcode_trapN tests to avoid races Denys Vlasenko 2020-02-26 09:05:52 +01:00
  • 1555895b4a ash: expand: Fix multiple issues with EXP_DISCARD in evalvar Denys Vlasenko 2020-02-22 19:38:40 +01:00
  • 823318822c ash: expand: Do not reprocess data when expanding words Denys Vlasenko 2020-02-24 10:02:50 +01:00
  • 6cda0b04a3 ash: move TRACE statement in evalcommand() Ron Yorston 2020-02-21 16:16:56 +00:00
  • 7f19848552 ash: rename some function parameters to match dash Denys Vlasenko 2020-02-24 09:57:08 +01:00
  • 538ee4102b ash: rename stack_nputstr() back to stnputs() to match dash Denys Vlasenko 2020-02-22 19:11:41 +01:00
  • c2058ec98c ash: Expand here-documents in the current shell environment Denys Vlasenko 2020-02-22 20:25:03 +01:00
  • c08993f40c ash: parser: Do not push token back before parseheredoc Denys Vlasenko 2020-02-22 17:26:23 +01:00
  • 9a1a659707 ash: parser: Fix old-style command substitution here-document crash Denys Vlasenko 2020-02-22 16:39:27 +01:00
  • e4a0612efd hush: fix negative_arith.tests: glob-protect dash in "$((arith))" Denys Vlasenko 2020-02-21 17:21:34 +01:00
  • 45dd87aac0 ash: expand: Ensure result is escaped in cvtnum Denys Vlasenko 2020-02-21 16:30:44 +01:00
  • da2e46dff6 ash: memalloc: Avoid looping in growstackto Denys Vlasenko 2020-02-21 15:25:37 +01:00
  • 3ced804e31 hush: make "exit" in trap use pre-trap exitcode - fix for nested trap Denys Vlasenko 2020-02-21 02:55:53 +01:00
  • cc9ecd9af1 hush: make "exit" in trap use pre-trap exitcode Denys Vlasenko 2020-02-21 02:18:06 +01:00
  • f977e004ce ash: eval: Only restore exit status on exit/return Denys Vlasenko 2020-02-20 16:54:29 +01:00
  • cd24a50633 ash: Return without arguments in a trap should use status outside traps Denys Vlasenko 2020-02-20 16:47:01 +01:00
  • bb095f4838 hush: implement "return NUM in trap sets $? after trap" Denys Vlasenko 2020-02-20 16:37:59 +01:00
  • d5bfe26c45 ash: return exit status of nofork applets (again) Ron Yorston 2020-02-20 08:23:03 +00:00
  • ecc85832f8 ash: expand: Merge syntax/quotes in memtodest with flags Denys Vlasenko 2020-02-20 10:06:20 +01:00
  • e2dd2afc8e ash: eval: Always set localvar_stop Denys Vlasenko 2020-02-20 10:33:38 +01:00
  • 3e729102a8 ash: eval: Replace with listsetvar with mklocal/setvareq Denys Vlasenko 2020-02-19 17:33:44 +01:00
  • 54bef2a8ef ash: eval: Fail immediately with redirections errors for simple command Denys Vlasenko 2020-02-19 15:30:20 +01:00
  • 7eb8eecbbc ash: eval: Add assignment built-in support again Denys Vlasenko 2020-02-19 15:15:13 +01:00
  • c91950f315 ash,hush: testcase for "exit" without arguments in a trap Denys Vlasenko 2020-02-19 12:10:41 +01:00
  • 23bc562a05 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash Denys Vlasenko 2020-02-18 16:46:01 +01:00
  • 47eb979404 ash: jobs: Only clear gotsigchld when waiting for everything Denys Vlasenko 2020-02-18 15:37:43 +01:00
  • 97edfc42f1 ash: jobs - Do not block when waiting on SIGCHLD Denys Vlasenko 2020-02-18 14:37:56 +01:00
  • d81af7216b ash: eval: Reap zombies after built-in commands and functions Denys Vlasenko 2020-02-18 14:28:30 +01:00
  • 22c75924da ash: exec: Never rehash regular built-ins Denys Vlasenko 2020-02-17 16:20:05 +01:00
  • 6c4f87e411 ash: exec: Stricter pathopt parsing Denys Vlasenko 2020-02-17 16:02:40 +01:00
  • b0d2dc7d62 ash: exec: Do not allocate stack string in padvance Denys Vlasenko 2020-02-17 15:27:41 +01:00
  • c55847fedb ash: memalloc: Add growstackto helper Denys Vlasenko 2020-02-17 15:59:08 +01:00
  • 74aaf05170 ash: parser: Save/restore here-documents in command substitution Denys Vlasenko 2020-02-17 12:11:26 +01:00
  • afc91faedd ash: mkinit: Split reset into exitreset and reset Denys Vlasenko 2020-02-17 11:22:59 +01:00
  • 9ee5892798 ash: expand: Fix trailing newlines processing in backquote expanding Denys Vlasenko 2020-02-17 10:24:32 +01:00
  • c2ce888030 ash: parser: Only accept single-digit parameter expansion outside of braces Denys Vlasenko 2020-02-17 10:15:35 +01:00
  • 3f4847b6d9 ash: shell: Fix clang warnings about "string plus integer" Denys Vlasenko 2020-02-16 19:06:42 +01:00
  • e368d851e7 ash: eval: Use the correct expansion mode for fd redirection Denys Vlasenko 2020-02-16 19:02:22 +01:00
  • 4ace385809 ash: expand: Fix skipping of command substitution when trimming in evalvar Denys Vlasenko 2020-02-16 18:42:50 +01:00
  • 226b8a143d ash: main: Print \n upon EOF (CTRL-D) when run interactively Denys Vlasenko 2020-02-16 18:57:53 +01:00
  • e880b1fea8 ash: expand: Use HOME in tilde expansion when it is empty Denys Vlasenko 2020-02-16 18:31:05 +01:00
  • a7b97e367c ash: builtin: Mark more regular built-ins Denys Vlasenko 2020-02-16 18:29:52 +01:00
  • 2bad3a305b ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy Denys Vlasenko 2020-02-16 18:23:43 +01:00
  • 3f7fb2c89a ash: output: Fix fmtstr return value Denys Vlasenko 2020-02-16 18:06:20 +01:00