-
e36a5894bd
hush: reduce indentation, no code changes
Denys Vlasenko
2018-07-18 16:12:23 +02:00
-
2e71101e31
hush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varexp2' message
Denys Vlasenko
2018-07-18 16:02:25 +02:00
-
8b08d5a502
hush: smaller code to set o_string to ""
Denys Vlasenko
2018-07-18 15:48:53 +02:00
-
4c201c00a3
whitespace fixes
Denys Vlasenko
2018-07-17 15:04:17 +02:00
-
0d2e0de42b
hush: faster/smaller code to check for presense of multiple chars in string
Denys Vlasenko
2018-07-17 14:33:19 +02:00
-
b762c784ca
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
Denys Vlasenko
2018-07-17 14:21:38 +02:00
-
1fbb73fc4c
cp: add missing quote in config snippet
Denys Vlasenko
2018-07-17 00:16:16 +02:00
-
b0441a7189
hush: shrink code in builtin_eval
Denys Vlasenko
2018-07-15 18:03:56 +02:00
-
8717b14f37
grep: accept and ignore --color[=anything]
Denys Vlasenko
2018-07-13 20:40:40 +02:00
-
79fb6ac7a5
cp: optional --reflink support
Denys Vlasenko
2018-07-13 20:30:02 +02:00
-
253f555f01
usage: do not print trailing space for commands which have no arguments
Denys Vlasenko
2018-07-09 18:23:33 +02:00
-
cbe8c65e59
sort: add -V "sort version"
Denys Vlasenko
2018-07-08 01:37:54 +02:00
-
008e73b572
find: implement -executable
Denys Vlasenko
2018-07-06 21:04:41 +02:00
-
9be4d4fe44
cpio: if longopts are enabled, accept --null (synonym for -0)
Denys Vlasenko
2018-07-06 20:50:30 +02:00
-
4d0e2d5b6d
tweak help texts
Denys Vlasenko
2018-07-06 20:49:08 +02:00
-
abe22cd17b
find: implement -quit
Denys Vlasenko
2018-07-06 20:35:35 +02:00
-
4a85d56c4c
nproc: implement --all --ignore=N
haroon maqsood
2018-07-06 16:17:57 +02:00
-
6f09785b7e
sendmail: fix parsing of addresses in angle brackets
Raffaello D. Di Napoli
2018-06-26 19:18:02 -04:00
-
2cd81698ee
udhcp: add decimal option values in comments, no code changes
Denys Vlasenko
2018-07-04 16:05:48 +02:00
-
6d26744a2c
udhcp: tweak comment indentation, no code changes
Denys Vlasenko
2018-07-04 15:44:22 +02:00
-
fc267214f0
udhcp: add option 211, "reboot time"
Jeremy Kerr
2018-07-03 16:36:13 +10:00
-
14339191af
examples/var_service/: use standard logger script, viewer and pager scripts
Denys Vlasenko
2018-07-03 23:23:09 +02:00
-
aa75a7da7f
examples/var_service/: use "svc" for service commands, other tweaks
Denys Vlasenko
2018-07-03 17:02:50 +02:00
-
e5d5f5b9a7
hexdump: fix short file of zero butes treated as dup
Denys Vlasenko
2018-07-03 16:27:54 +02:00
-
9634e8a7d5
wget: fix fetching of https URLs without http proxy
Denys Vlasenko
2018-07-02 18:31:02 +02:00
-
029bd187bd
ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10
Denys Vlasenko
2018-07-02 16:17:07 +02:00
-
0dbcb46af5
Start 1.30.0 development cycle
Denys Vlasenko
2018-07-01 17:18:47 +02:00
-
10a3817440
Bump version to 1.29.0
Denys Vlasenko
2018-07-01 16:38:52 +02:00
-
335766602b
testsuite/mount.tests: fix false positive
Denys Vlasenko
2018-06-28 14:10:00 +02:00
-
8825cb6660
vi: placate "warning: variable orig_buf set but not used"
Denys Vlasenko
2018-06-27 15:11:36 +02:00
-
4c58f246d4
testsuite/pidof.tests: fix false positive take 2
Denys Vlasenko
2018-06-27 14:50:00 +02:00
-
39043ad25e
vi: placate "warning: statement with no effect"
Denys Vlasenko
2018-06-27 14:46:08 +02:00
-
2f7738e474
nslookup: placate "warning: unused variable i"
Denys Vlasenko
2018-06-27 14:44:35 +02:00
-
332a191e7f
testsuite/tar.tests: fix false positive
Denys Vlasenko
2018-06-27 14:35:56 +02:00
-
33eae28710
testsuite/pidof.tests: fix false positive
Denys Vlasenko
2018-06-27 14:26:21 +02:00
-
94593799f7
testsuite/bzcat.tests: fix false positive take 2
Denys Vlasenko
2018-06-27 13:15:10 +02:00
-
d8799b90f3
testsuite/unexpand/unexpand-works-like-GNU: fix false positive
Denys Vlasenko
2018-06-27 12:54:57 +02:00
-
a429d5d0f3
testsuite/bzcat.tests: fix false positive
Denys Vlasenko
2018-06-27 10:35:45 +02:00
-
5738823dff
testsuite/tar.tests: fix false positive
Denys Vlasenko
2018-06-27 10:01:49 +02:00
-
751005020d
testsuite/cat.tests: fix false positive
Denys Vlasenko
2018-06-27 09:57:30 +02:00
-
57dbe4d5ac
libbb: crypt() in newer glibc requires include <crypt.h>
Denys Vlasenko
2018-06-27 09:43:38 +02:00
-
35a017c0c5
hush: unset_local_var_len is only used by unset_local_var
Denys Vlasenko
2018-06-26 18:27:54 +02:00
-
b2b14cbd4c
hush: fix compile problem found by randomconfig
Denys Vlasenko
2018-06-26 18:09:22 +02:00
-
762440b20e
scripts/randomtest: disable CONFIG_NSLOOKUP for uclibc
Denys Vlasenko
2018-06-26 17:22:35 +02:00
-
185326613d
scripts/randomtest: disable CONFIG_FEATURE_INETD_RPC for glibc
Denys Vlasenko
2018-06-26 16:08:22 +02:00
-
5f5119be97
scripts/randomtest: disable CONFIG_FEATURE_MOUNT_NFS for glibc
Denys Vlasenko
2018-06-26 16:01:05 +02:00
-
d1a83234c0
hush: fix dup_CLOEXEC() call without "avoid_fd" parameter
Denys Vlasenko
2018-06-26 15:50:33 +02:00
-
8ef9effaa5
fdisk: placate warning of strncpy not copying NUL byte
Denys Vlasenko
2018-06-26 15:44:58 +02:00
-
c96bb2c5ab
hush: fix for !ENABLE_HUSH_MODE_X configuration
Denys Vlasenko
2018-06-26 15:43:56 +02:00
-
99496dc716
hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabled
Denys Vlasenko
2018-06-26 15:36:58 +02:00
-
817a20296f
randomconfig fixes
Denys Vlasenko
2018-06-26 15:35:17 +02:00
-
5cb4f9081f
tls: fix to handle X.509 v1 certificates correctly
Ivan Abrea
2018-06-24 20:04:57 +02:00
-
7c43d43117
ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21
Codarren Velvindron
2018-04-15 20:37:50 +04:00
-
e56e091d65
examples: update /var/service/getty for Unicode ttys
Denys Vlasenko
2018-06-23 13:55:13 +02:00
-
34254f9dde
install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106
Denys Vlasenko
2018-06-22 18:59:10 +02:00
-
148788eb0e
udhcpc: remove code which requires server ID to be on local network
Denys Vlasenko
2018-06-21 17:36:22 +02:00
-
6fb8bd795c
Update release script to generate detached signatures and checksum files
Eli Schwartz
2018-06-05 12:48:53 -04:00
-
43b17b1cd0
restore documentation on the build config language
Kartik Agaram
2018-05-31 22:15:55 -07:00
-
0972c7f7a5
wget: emit a message that certificate verification is not implemented
Denys Vlasenko
2018-05-28 14:36:26 +02:00
-
8bc418f07e
fdisk: remove "Partition N does not end on cylinder boundary" message
Denys Vlasenko
2018-05-26 18:51:18 +02:00
-
bf7f103ffb
whitespace fix
Denys Vlasenko
2018-05-26 17:42:00 +02:00
-
a36986bb80
unlzma: close another SEGV possibility
Denys Vlasenko
2018-05-25 17:03:46 +02:00
-
8f48fc01e9
udhcpc6: carry along length of packet when parsing it.
David Decotigny
2018-05-24 08:30:15 -07:00
-
a174c791ec
udhcpc6: ignore invalid OPTION_IAADDR
David Decotigny
2018-05-24 08:30:16 -07:00
-
747162109f
realpath,readlink -f: coreutils compat, closes 11021
Denys Vlasenko
2018-05-24 17:29:14 +02:00
-
3f91e662f2
nc: fix the !NC_SERVER configuration
Denys Vlasenko
2018-05-24 16:38:40 +02:00
-
ccb8e4bc4f
fsck: fix incorrect handling of child exit
Denys Vlasenko
2018-05-24 15:26:28 +02:00
-
8c24af9dcf
tar: fix interaction of delayed symlink and hardlink creation
Harald van Dijk
2018-05-22 17:34:31 +02:00
-
a40a661d97
tweak /var/service example
Denys Vlasenko
2018-05-20 22:43:42 +02:00
-
2ccd352281
popmaildir: placate gcc8 "warning: 'strncpy' output truncated"
Denys Vlasenko
2018-05-14 11:14:58 +02:00
-
6027597fd1
udhcpc6: set -x options in request
Denys Vlasenko
2018-05-14 11:06:35 +02:00
-
30f4d52ed1
udhcpc6: add PXELINUX options
Samuel Mendoza-Jonas
2018-05-14 14:29:13 +10:00
-
23cbd7d5bb
udhcpc6: add DHCPv6 boot options
Samuel Mendoza-Jonas
2018-05-14 14:29:12 +10:00
-
bcdec1a8b8
udhcpc6: add DHCPv6 env helper
Samuel Mendoza-Jonas
2018-05-14 14:29:11 +10:00
-
43b9235f66
udhcp: fix use of trim() in udhcp_str2optset()
Samuel Mendoza-Jonas
2018-05-14 14:29:15 +10:00
-
254e47372f
nsenter: fix parsing of -t, -S and -G options
Euan Harris
2018-05-04 16:18:47 +01:00
-
40394cb1c9
nsenter: Rename --network option to --net
Euan Harris
2018-05-03 13:34:46 +01:00
-
d80eecb868
cat: fix cat -e and cat -v erroneously numbering 1st line
Denys Vlasenko
2018-04-29 14:05:43 +02:00
-
bc2e70b4a2
ifplugd: close signal race
Denys Vlasenko
2018-04-29 13:46:49 +02:00
-
77bf05dfe3
unlzma: do emit the error message on bad input, when we exit with 1
Denys Vlasenko
2018-04-24 13:49:12 +02:00
-
df45eb49ac
wget: handle URLs with @ or hash differently
Denys Vlasenko
2018-04-24 13:35:32 +02:00
-
f4eaccbfae
free: improve --help for type option
Denys Vlasenko
2018-04-24 10:13:45 +02:00
-
2454e678cb
awk: do not allow $(-1)
Denys Vlasenko
2018-04-23 10:53:18 +02:00
-
c21dfaf836
examples/shutdown-1.0: an example of reboot which does not signal init
Denys Vlasenko
2018-04-20 15:12:52 +02:00
-
e09c426456
unlzma: fix another SEGV case
Denys Vlasenko
2018-04-19 19:29:49 +02:00
-
2aeb201c97
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided
Denys Vlasenko
2018-04-17 12:43:54 +02:00
-
816d8d7a66
setlogcons: open /dev/ttyN for "setlogcons N", not /dev/tty1
Denys Vlasenko
2018-04-16 21:48:32 +02:00
-
fa87abe807
build system: FEATURE_NSLOOKUP_BIG needs -lresolv
Denys Vlasenko
2018-04-16 11:04:03 +02:00
-
058a153b69
less: fix fallout from "use common routine to set raw termios"
Denys Vlasenko
2018-04-16 10:24:48 +02:00
-
c72499584a
nslookup: simplify make_ptr
Denys Vlasenko
2018-04-15 20:04:57 +02:00
-
71e4b3f482
nslookup: get rid of query::rlen field
Denys Vlasenko
2018-04-15 19:51:42 +02:00
-
b74e490629
ar: stop using static data
Denys Vlasenko
2018-04-15 14:18:16 +02:00
-
58e43a4c40
nslookup: move array of queries to "globals"
Denys Vlasenko
2018-04-15 14:10:45 +02:00
-
50aea2786b
less: remove unnecessary message
Denys Vlasenko
2018-04-15 13:14:51 +02:00
-
36941503bd
less: implement -F
Aaro Koskinen
2018-04-15 01:24:24 +03:00
-
4b6091f92c
nslookup: accept lowercase -type=soa, document query types
Denys Vlasenko
2018-04-15 12:57:32 +02:00
-
6cdc3195a6
nslookup: change -stats to -debug (it's a bug in bind that it accepts -s)
Denys Vlasenko
2018-04-15 12:49:11 +02:00
-
296381ff4f
applets/install: don't try to install nothing
Yann E. MORIN
2018-04-15 10:55:30 +02:00
-
d4461ef9fb
nslookup: rework option parsing
Denys Vlasenko
2018-04-15 12:01:46 +02:00
-
a980109c6a
nslookup: smaller qtypes[] array
Denys Vlasenko
2018-04-15 10:52:11 +02:00