[git commit] Trim commit list a bit (remove less-essential ones)
Denys Vlasenko
vda.linux at googlemail.com
Wed Dec 21 20:30:57 UTC 2016
commit: https://git.busybox.net/busybox-website/commit/?id=cb520b12f70671fef213facaf0cfc37cf432b558
branch: https://git.busybox.net/busybox-website/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
news.html | 37 +++++++++++--------------------------
1 file changed, 11 insertions(+), 26 deletions(-)
diff --git a/news.html b/news.html
index bc68daf..7602b84 100644
--- a/news.html
+++ b/news.html
@@ -51,12 +51,11 @@ Brian Foley (2):
udhcpc: check read of option length byte to be within packet
Denys Vlasenko:
- build system: always rewrite NUM_APPLETS.h
- build system: different fix for include/applet_tables.h/include/NUM_APPLETS.h
build system: fix a few warnings for allnoconfig build
build system: fix include/NUM_APPLETS.h generation
build system: make CONFIG_FEATURE_USE_BSS_TAIL less funky
examples/var_service/fw: optionally flush all netdevs; optionally prefer one 0/0 routing
+ examples/var_service/fw do not ruin $if[], use different name
examples/var_service/supplicant_if: new service example
examples: add a useful "see abridged log" script for ntpd service example
examples: add example of a DHCP server
@@ -64,14 +63,13 @@ Denys Vlasenko:
config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK
trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS X
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
- libbb/speed_table.c: expand comments
libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits
libbb/xwrite: print errno on "short write" errors
libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)
libbb: handle \S in /etc/issue
libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE
- libbb:/send_to_from: do not require that "to" should have the same AF. Closes 9146
- lineedit: fix completion with applet names. closes 9361
+ libbb: send_to_from: do not require that "to" should have the same AF. Closes 9146
+ lineedit: fix completion with applet names. Closes 9361
lineedit: fix two bugs in SIGWINCH signal handling
libiproute: eliminate some redundant zero stores
ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM
@@ -110,16 +108,13 @@ Denys Vlasenko:
ash: explain EXP_REDIR and why we (dont) glob redir filenames
ash: fix "duplicate local" code (forgot to re-enable interrupts)
ash: fix "return N" not setting $? in loop conditionals
- ash: fix a thinko in the last commit
ash: fix arithmetic closing )) split by backslash-newline
- ash: fix bit-rotten debug infrastructure
ash: fix globbing bugs when using glibc glob()
ash: fix handling of ${VAR: -2}
ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286
ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236
- ash: fix interactive "command eval STRING" exiting on errors.
+ ash: fix interactive "command eval STRING" exiting on errors
ash: fix return_in_trap1.tests failure
- ash: fix signed char expansion bug
ash: get rid of two global data variables
ash: if using libc glob(), skip it if no metachars are in word
ash: in heredoc code, fix access past the end of allocated memory. Closes 9276
@@ -151,8 +146,6 @@ Denys Vlasenko:
hush: add func6.tests
hush: add var4.tests, var5.tests
hush: allow { cmd } to not be terminated by semicolon in some cases
- hush: bit better comments in redirect code. No logic changes
- hush: case logic for setting $? was still wrong
hush: do not allow sh -c '{ echo boo }'
hush: do not leak script fds into NOEXEC children
hush: document better where bad redirect syntax is detected
@@ -175,14 +168,9 @@ Denys Vlasenko:
hush: make "wait %1" less likely to play with signal mask
hush: make getch/peek functions directly called
hush: non-matching "case" statement sets $? to 0
- hush: renumber PIPE_foo, make PIPE_SEQ = 0
hush: rework "wait %jobspec" to work in non-interactive shells too
hush: rework input char buffering to allow more than one-deep peek
- hush: rework input char buffering to allow more than one-deep peek
hush: simplify insert_bg_jobs
- hush: small optimization in run_list
- hush: speed optimizations
- sh: do not print empty line at the end of "help" output
cp: fix -i for POSIX mode. Closes 9106
cp: make verbose cp show symlink copies too
cpio: fix restoration of file ownership, closes 9306
@@ -192,7 +180,6 @@ Denys Vlasenko:
dhcp: merge most of static_leases.c into dhcpd.c
dnsdomainname: split it from "hostname", make it independently selectable
dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config option
- dpkg-deb: shorten code, improve help text
fdisk: fix CONFIG_FEATURE_SUN_LABEL=y build
fdisk: print much less cryptic partition table
fdisk: sanitize partition name printing; drop "Code" column; get rid of one static var
@@ -224,30 +211,28 @@ Denys Vlasenko:
ntpd: daemonize before DNS resolution
sed: fix "sed n (flushes pattern space, terminates early)" testcase failure
sendmail: make it possible to pause after connection helper is started
- service/fw example: do not ruin $if[], use different name
sha3: fix to conform to final SHA3 padding standard, add -a BITS option
- sha3sum: fix config text (it's no longer only 512-bit)
- ssl_helper.sh: strip was invoked incorrectly
su: expand help; simplify passing of -c CMD to run_shell()
svc: new applet (daemontools-compatible version of "sv")
tar: handle pax-encoded utf8 filenames and link names. Closes 9406
tc: consolidate its disabled bits
- tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331
+ tcpsvd: don't keep shared fd open if fd limit is reached. Closes 9331
telnetd: fix a corner case where CRLF->CR translation can misbehave
telnetd: fix corner case of input processing of 0xff bytes
telnetd: fix handling of short writes to pty
telnetd: ifdef out a buggy error handling code path
- telnetd: treat all 2-byte IACs in 240..249 range as NOPs.
+ telnetd: treat all 2-byte IACs in 240..249 range as NOPs
test: make [ and [[ forms individually selectable
test: memory leak: free group id list
top: move free(prev_hist) out of signal path
traceroute: cleanup and fixes for packet size calculations
udhcpc: check read of overload option data byte to be within packet
- udhcpc: run "deconfig" script in manual renew state too. closes 9061
+ udhcpc: run "deconfig" script in manual renew state too. Closes 9061
unshare: --network should be --net. Closes 9116
vi: fix '' command (goto to prev context)
vi: make "g<key>" error message less likely to show garbage
wget/ssl_helper: update to wolfssl-3.9.8
+ wget/ssl_helper: strip was invoked incorrectly
wget: run s_client helper with -servername HOST
wget: there is no -s option in GNU Wget 1.18, we should be compatible
wget: treat 201,202,203 as success codes too. Closes 9211
@@ -395,7 +380,7 @@ Denys Vlasenko:
arping: avoid use of ether_ntoa(). Closes 8926
ash: fix command -- crash
cp: add -u/--update and --remove-destination
- dos2unix: try to preserve ownership. closes 8311
+ dos2unix: try to preserve ownership. Closes 8311
du: extra compat: with -k and -m, round sizes up
dumpleases: make host names sanitized to shell-friendly condition
find_applet_by_name: add an example of faster linear search code
@@ -847,7 +832,7 @@ Denys Vlasenko:
dpkg: update supported compression methods
find: support "find . -delete" idiom - do not try rmdir(".")
ftpd: change_identity() must be after chroot()
- ftpd: prevent zombies. closes 7832
+ ftpd: prevent zombies. Closes 7832
gzip: speed up and shrink put_16bit()
ifconfig: fix double free fatal error in INET_sprint
ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN
@@ -869,7 +854,7 @@ Denys Vlasenko:
ntpd: get rid of G.initial_poll_complete
patch: segfault fix. Closes 7916
ping: fix recently introduced build breakage for non-optimizing builds
- ps: fix SEGV on narrow screens. closes 8176
+ ps: fix SEGV on narrow screens. Closes 8176
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
route: fix bogus read error when route table is empty
route: improve -A inet6
More information about the busybox-cvs
mailing list