svn commit: r358988 - head/usr.bin/gzip

2020-03-13 Thread Xin LI
Author: delphij Date: Sat Mar 14 05:57:22 2020 New Revision: 358988 URL: https://svnweb.freebsd.org/changeset/base/358988 Log: Remove unneeded checks for prelen. In order to determine the type of a compressed file, we have to read in the first four bytes which may also be important for

svn commit: r358987 - head/sys/cam

2020-03-13 Thread Warner Losh
Author: imp Date: Sat Mar 14 02:36:45 2020 New Revision: 358987 URL: https://svnweb.freebsd.org/changeset/base/358987 Log: Add comment about how the deferred callback for AC_FOUND_DEVICE we generate for a race where a device goes away, we start to tear down the periph state for the device,

svn commit: r358979 - head/sys/dev/usb/net

2020-03-13 Thread Ed Maste
Author: emaste Date: Sat Mar 14 01:52:38 2020 New Revision: 358979 URL: https://svnweb.freebsd.org/changeset/base/358979 Log: muge: correct RX checksum offload Submitted by: Johannes MFC after:1 week Modified: head/sys/dev/usb/net/if_muge.c Modified:

svn commit: r358971 - head/sys/cddl/compat/opensolaris/sys

2020-03-13 Thread Ryan Moeller
Author: freqlabs Date: Sat Mar 14 00:16:15 2020 New Revision: 358971 URL: https://svnweb.freebsd.org/changeset/base/358971 Log: TODO DONE: Use sx_xholder in SPL rwlock.h Approved by: mav (mentor) MFC after:1 week Sponsored by: iXsystems, Inc. Modified:

Re: svn commit: r358597 - head/sys/kern

2020-03-13 Thread Mark Johnston
On Wed, Mar 04, 2020 at 12:22:51AM +, Chuck Silvers wrote: > Author: chs > Date: Wed Mar 4 00:22:50 2020 > New Revision: 358597 > URL: https://svnweb.freebsd.org/changeset/base/358597 > > Log: > if vm_pager_get_pages_async() returns an error, release the sfio->nios > refcount that we

svn commit: r358966 - head/sys/cam

2020-03-13 Thread Warner Losh
Author: imp Date: Fri Mar 13 18:45:36 2020 New Revision: 358966 URL: https://svnweb.freebsd.org/changeset/base/358966 Log: Give some indication of the CCB that's in flight when we panic. Print the pointer to ccb so we can find it (for what good it does) as well as the type of operation

svn commit: r358965 - in head: lib/libc/sys sys/kern

2020-03-13 Thread Michael Tuexen
Author: tuexen Date: Fri Mar 13 18:38:28 2020 New Revision: 358965 URL: https://svnweb.freebsd.org/changeset/base/358965 Log: sendfile() does currently not support SCTP sockets. Therefore, fail the call. Reviewed by: markj@ MFC after:1 week Differential Revision:

Re: svn commit: r354606 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src lib/libc/stdlib/jemalloc

2020-03-13 Thread Li-Wen Hsu
I think it's fine to get jemalloc 5.2.1 in again now. The previous fails were due to ancient gcc421. Now the in-tree gcc has been removed and the default compiler of non-llvm platforms are all using gcc6 from ports. The CI environment are also updated to follow the current standard. I've

NRA show 2020 Attendees list

2020-03-13 Thread Lelia Scott
Hello, This is to update you that our curated Pre-Registration email list from ( National Restaurant Association - NRA Show 2020) is up for grab. COVID-19 might stop you from coming to the show but not from marketing.. Attendees:- Restaurant, foodservice, and

svn commit: r358961 - head/tests/sys/netpfil/pf

2020-03-13 Thread Li-Wen Hsu
Author: lwhsu Date: Fri Mar 13 16:44:48 2020 New Revision: 358961 URL: https://svnweb.freebsd.org/changeset/base/358961 Log: Skip sys.netpfil.pf.nat.exhaust on all platforms as it not only fails on amd64 PR: 244703 Sponsored by: The FreeBSD Foundation Modified:

svn commit: r358960 - in head/libexec/flua: . modules

2020-03-13 Thread Ed Maste
Author: emaste Date: Fri Mar 13 15:40:35 2020 New Revision: 358960 URL: https://svnweb.freebsd.org/changeset/base/358960 Log: flua: implement chmod Lua does not provide a native way to change the permission of a file. Submitted by: Yang Wang <2...@outlook.jp> Reviewed by: kevans

svn commit: r358959 - in head/sys/dev: mpr mps

2020-03-13 Thread Alexander Motin
Author: mav Date: Fri Mar 13 14:51:11 2020 New Revision: 358959 URL: https://svnweb.freebsd.org/changeset/base/358959 Log: Increase buffer in mprsas_log_command() from 192 to 224 bytes. 192 bytes are not enough to print long commands, such as ATA COMMAND PASS THROUGH(16), that makes

svn commit: r358954 - head/share/man/man3

2020-03-13 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Fri Mar 13 11:07:48 2020 New Revision: 358954 URL: https://svnweb.freebsd.org/changeset/base/358954 Log: CMSG_DATA.3: Fix formatting of printf escape sequences Escape sequences like "\n" have to be escaped twice in examples in our mdoc(7)-based