- d01c9aa cp: placate gcc8 by Denys Vlasenko · 6 years ago
- 4e30c67 Add chroot support to chpasswd by Jon Kolb · 6 years ago
- 02cf149 udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changes by Denys Vlasenko · 6 years ago
- 48ec979 udhcpc: do in fact not allow hostname components which start with dash by Denys Vlasenko · 6 years ago
- 3550bc4 sendmail: use on-stack buffer for AUTH PLAIN by Denys Vlasenko · 6 years ago
- 884ea1c sendmail: code shrink 2 by Denys Vlasenko · 6 years ago
- 8d634a0 sendfile: code shrink by Denys Vlasenko · 6 years ago
- f28b885 sendmail: support AUTH PLAIN in addition to AUTH LOGIN by Raffaello D. Di Napoli · 6 years ago
- c16ae46 klogd: code shrink by Denys Vlasenko · 6 years ago
- 3d07446 install.sh: don't clobber dangling symlinks by Baruch Siach · 6 years ago
- e807351 klogd: better help text by Denys Vlasenko · 6 years ago
- 54fdabd hush: speed up ${var:+ARG} for literal ARGs by Denys Vlasenko · 6 years ago
- a5db1d7 hush: fix another case where empty "for" wasn't setting exitcode to 0 by Denys Vlasenko · 6 years ago
- a8e7441 hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds by Denys Vlasenko · 6 years ago
- aa449c9 hush: make "set -x" output don't redirectable when fd#2 redirected by Denys Vlasenko · 6 years ago
- 4b70c92 hush: make "set -x" output closer to bash by Denys Vlasenko · 6 years ago
- 9dda927 hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case by Denys Vlasenko · 6 years ago
- 186cf49 hush: in some cases, expand_on_ifs() relied of uninitialized memory by Denys Vlasenko · 6 years ago
- 7c5f18a hush: improve set -x: make "+++" indent level increase in `cmd` and eval. by Denys Vlasenko · 6 years ago
- 871bd2a examples/var_service: add /var/run flag file to ntp.script by Denys Vlasenko · 6 years ago
- 79153cb htpd: increase MIN_FREQHOLD by 3 by Denys Vlasenko · 6 years ago
- 1ab3899 fdisk: code shrink by Denys Vlasenko · 6 years ago
- c104549 fdisk: sync up with some util-linux 2.31 behavior by Denys Vlasenko · 6 years ago
- 163e637 fdisk: use strtoul[l] instead of atoi, closes 11176 by Denys Vlasenko · 6 years ago
- 81de30d gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171 by Denys Vlasenko · 6 years ago
- 945e9b0 hush: fix/explain corner cases of redirection colliding with script fd by Denys Vlasenko · 6 years ago
- 63c42af hush: add "heredoc.tests" from ash, tweak ash "is a function" message by Denys Vlasenko · 6 years ago
- 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
- dfc7394 hush: handle backslash-newline in heredoc terminators by Denys Vlasenko · 6 years ago
- 474cb20 hush: fix handling of heredocs not enclosed in groups where they are "declared" by Denys Vlasenko · 6 years ago
- 3675c37 hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case by Denys Vlasenko · 6 years ago
- d73cdbf hush: fix handling of heredocs starting with empty lines by Denys Vlasenko · 6 years ago
- ca2f831 hexedit: fixes for redraw and down movement causing SEGV on attempt to access by Denys Vlasenko · 6 years ago
- f36caa4 hush: never glob result of dquoted "${v:+/bin/c*}" by Denys Vlasenko · 6 years ago
- 4c3c8a1 hush: tidy up code after previous commits by Denys Vlasenko · 6 years ago
- 1856740 hush: better names for o_free_unsafe() / o_free(), no logic changes by Denys Vlasenko · 6 years ago
- 83e434d hush: fix handling of '' in ${var:+ARG} by Denys Vlasenko · 6 years ago
- 294eb46 hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test by Denys Vlasenko · 6 years ago
- 57235be hush: expand_vars_to_list() should not assume it starts new word by Denys Vlasenko · 6 years ago
- 18e8b61 hush: remove pointless "next" var, simplify expand_vars_to_list() by Denys Vlasenko · 6 years ago
- 168579a hush: store "ended_in_ifs" flag in o_string by Denys Vlasenko · 6 years ago
- 8a6a461 hush: propagate (output,n) parameters into expand_one_var() by Denys Vlasenko · 6 years ago
- 116b50a hush: make expand_vars_to_list() a bit more sane by Denys Vlasenko · 6 years ago
- e36a589 hush: reduce indentation, no code changes by Denys Vlasenko · 6 years ago
- 2e71101 hush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varexp2' message by Denys Vlasenko · 6 years ago
- 8b08d5a hush: smaller code to set o_string to "" by Denys Vlasenko · 6 years ago
- 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
- 0d2e0de hush: faster/smaller code to check for presense of multiple chars in string by Denys Vlasenko · 6 years ago
- b762c78 hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting by Denys Vlasenko · 6 years ago
- 1fbb73f cp: add missing quote in config snippet by Denys Vlasenko · 6 years ago
- b0441a7 hush: shrink code in builtin_eval by Denys Vlasenko · 6 years ago
- 8717b14 grep: accept and ignore --color[=anything] by Denys Vlasenko · 6 years ago
- 79fb6ac cp: optional --reflink support by Denys Vlasenko · 6 years ago
- 253f555 usage: do not print trailing space for commands which have no arguments by Denys Vlasenko · 6 years ago
- cbe8c65 sort: add -V "sort version" by Denys Vlasenko · 6 years ago
- 008e73b find: implement -executable by Denys Vlasenko · 6 years ago
- 9be4d4f cpio: if longopts are enabled, accept --null (synonym for -0) by Denys Vlasenko · 6 years ago
- 4d0e2d5 tweak help texts by Denys Vlasenko · 6 years ago
- abe22cd find: implement -quit by Denys Vlasenko · 6 years ago
- 4a85d56 nproc: implement --all --ignore=N by haroon maqsood · 6 years ago
- 6f09785 sendmail: fix parsing of addresses in angle brackets by Raffaello D. Di Napoli · 6 years ago
- 2cd8169 udhcp: add decimal option values in comments, no code changes by Denys Vlasenko · 6 years ago
- 6d26744 udhcp: tweak comment indentation, no code changes by Denys Vlasenko · 6 years ago
- fc26721 udhcp: add option 211, "reboot time" by Jeremy Kerr · 6 years ago
- 1433919 examples/var_service/: use standard logger script, viewer and pager scripts by Denys Vlasenko · 6 years ago
- aa75a7d examples/var_service/: use "svc" for service commands, other tweaks by Denys Vlasenko · 6 years ago
- e5d5f5b hexdump: fix short file of zero butes treated as dup by Denys Vlasenko · 6 years ago
- 9634e8a wget: fix fetching of https URLs without http proxy by Denys Vlasenko · 6 years ago
- 029bd18 ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10 by Denys Vlasenko · 6 years ago
- 0dbcb46 Start 1.30.0 development cycle by Denys Vlasenko · 6 years ago
- 10a3817 Bump version to 1.29.0 by Denys Vlasenko · 6 years ago 1_29_0
- 3357666 testsuite/mount.tests: fix false positive by Denys Vlasenko · 6 years ago
- 8825cb6 vi: placate "warning: variable orig_buf set but not used" by Denys Vlasenko · 6 years ago
- 4c58f24 testsuite/pidof.tests: fix false positive take 2 by Denys Vlasenko · 6 years ago
- 39043ad vi: placate "warning: statement with no effect" by Denys Vlasenko · 6 years ago
- 2f7738e nslookup: placate "warning: unused variable i" by Denys Vlasenko · 6 years ago
- 332a191 testsuite/tar.tests: fix false positive by Denys Vlasenko · 6 years ago
- 33eae28 testsuite/pidof.tests: fix false positive by Denys Vlasenko · 6 years ago
- 9459379 testsuite/bzcat.tests: fix false positive take 2 by Denys Vlasenko · 6 years ago
- d8799b9 testsuite/unexpand/unexpand-works-like-GNU: fix false positive by Denys Vlasenko · 6 years ago
- a429d5d testsuite/bzcat.tests: fix false positive by Denys Vlasenko · 6 years ago
- 5738823 testsuite/tar.tests: fix false positive by Denys Vlasenko · 6 years ago
- 7510050 testsuite/cat.tests: fix false positive by Denys Vlasenko · 6 years ago
- 57dbe4d libbb: crypt() in newer glibc requires include <crypt.h> by Denys Vlasenko · 6 years ago
- 35a017c hush: unset_local_var_len is only used by unset_local_var by Denys Vlasenko · 6 years ago
- b2b14cb hush: fix compile problem found by randomconfig by Denys Vlasenko · 6 years ago
- 762440b scripts/randomtest: disable CONFIG_NSLOOKUP for uclibc by Denys Vlasenko · 6 years ago
- 1853266 scripts/randomtest: disable CONFIG_FEATURE_INETD_RPC for glibc by Denys Vlasenko · 6 years ago
- 5f5119b scripts/randomtest: disable CONFIG_FEATURE_MOUNT_NFS for glibc by Denys Vlasenko · 6 years ago
- d1a8323 hush: fix dup_CLOEXEC() call without "avoid_fd" parameter by Denys Vlasenko · 6 years ago
- 8ef9eff fdisk: placate warning of strncpy not copying NUL byte by Denys Vlasenko · 6 years ago
- c96bb2c hush: fix for !ENABLE_HUSH_MODE_X configuration by Denys Vlasenko · 6 years ago
- 99496dc hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabled by Denys Vlasenko · 6 years ago
- 817a202 randomconfig fixes by Denys Vlasenko · 6 years ago
- 5cb4f90 tls: fix to handle X.509 v1 certificates correctly by Ivan Abrea · 6 years ago
- 7c43d43 ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21 by Codarren Velvindron · 7 years ago
- e56e091 examples: update /var/service/getty for Unicode ttys by Denys Vlasenko · 6 years ago
- 34254f9 install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106 by Denys Vlasenko · 6 years ago
- 148788e udhcpc: remove code which requires server ID to be on local network by Denys Vlasenko · 6 years ago
- 6fb8bd7 Update release script to generate detached signatures and checksum files by Eli Schwartz · 7 years ago