Re: svn commit: r287217 - head/usr.sbin/syslogd

2015-08-29 Thread Bruce Evans
On Fri, 28 Aug 2015, Joerg Sonnenberger wrote: On Fri, Aug 28, 2015 at 10:17:56PM +1000, Bruce Evans wrote: -static voiddie(int); +static voiddie(int) __dead2; Since the function is static, it is very easy for the compiler to see that it doesn't return. But the compiler can't tell i

svn commit: r287300 - head/lib/libc/gen

2015-08-29 Thread Konstantin Belousov
Author: kib Date: Sun Aug 30 04:46:44 2015 New Revision: 287300 URL: https://svnweb.freebsd.org/changeset/base/287300 Log: Fix a mistake in r287292. Despite correctly stating intent in the comment above, POSIX_SPAWN_SETSIGMASK and POSIX_SPAWN_SETSIGDEF handlers used libthr interposed functi

svn commit: r287299 - head/sys/boot/efi/loader/arch/amd64

2015-08-29 Thread Marcel Moolenaar
Author: marcel Date: Sun Aug 30 01:39:59 2015 New Revision: 287299 URL: https://svnweb.freebsd.org/changeset/base/287299 Log: Add a gop command to help diagnose VT efifb problems. The gop command has the following sub-commands: list- list all possible modes (paged) get

svn commit: r287297 - in head/tools: regression/lib/msun regression/p1003_1b tools/ath/athaggrstats tools/ath/athdebug tools/ath/athrd tools/ath/athstats tools/ath/common tools/crypto tools/cxgbeto...

2015-08-29 Thread Craig Rodrigues
Author: rodrigc Date: Sat Aug 29 19:47:20 2015 New Revision: 287297 URL: https://svnweb.freebsd.org/changeset/base/287297 Log: - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems() - Add missing for err() and for sysctlbyname() - NULL -> 0 for 5th parameter of sysctlbyname() Sub

svn commit: r287296 - head/bin/sh

2015-08-29 Thread Jilles Tjoelker
Author: jilles Date: Sat Aug 29 19:41:47 2015 New Revision: 287296 URL: https://svnweb.freebsd.org/changeset/base/287296 Log: sh: Add set -o nolog. POSIX requires this to prevent entering function definitions in history but this implementation does nothing except retain the option's value

svn commit: r287295 - in head/sys/dev/usb: . serial

2015-08-29 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 29 18:37:09 2015 New Revision: 287295 URL: https://svnweb.freebsd.org/changeset/base/287295 Log: Support the ZTE MF112 HSUPA 3G USB stick. MFC after:1 week Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/seria

svn commit: r287294 - head/sys/netinet

2015-08-29 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 29 17:26:29 2015 New Revision: 287294 URL: https://svnweb.freebsd.org/changeset/base/287294 Log: Use 5 times RTO.Max as the default for the shutdown guard timer as required by RFC 4960. The sysctl variable can be used to overwrite this. Discussed with:

svn commit: r287293 - head/sys/cam/ctl

2015-08-29 Thread Alexander Motin
Author: mav Date: Sat Aug 29 15:33:31 2015 New Revision: 287293 URL: https://svnweb.freebsd.org/changeset/base/287293 Log: Remove 600 bytes of port_priv from struct ctl_io_hdr. This field used only for camtgt frontend, and once it any way preallocates all requests, let it preallocate this

svn commit: r287292 - in head/lib/libc: amd64/gen compat-43 db/btree db/hash gen i386/gen include net stdio stdlib sys

2015-08-29 Thread Konstantin Belousov
Author: kib Date: Sat Aug 29 14:25:01 2015 New Revision: 287292 URL: https://svnweb.freebsd.org/changeset/base/287292 Log: Switch libc from using _sig{procmask,action,suspend} symbols, which are aliases for the syscall stubs and are plt-interposed, to the libc-private aliases of internally i

svn commit: r287289 - in head/sys/cam: ata scsi

2015-08-29 Thread Alexander Motin
Author: mav Date: Sat Aug 29 11:21:20 2015 New Revision: 287289 URL: https://svnweb.freebsd.org/changeset/base/287289 Log: Attach pass driver to LUNs is OFFLINE state. Previously such LUNs were silently ignored. But while they indeed unable to process most of SCSI commands, some, like RT

svn commit: r287284 - head/usr.bin/netstat

2015-08-29 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 29 09:27:29 2015 New Revision: 287284 URL: https://svnweb.freebsd.org/changeset/base/287284 Log: Use the userland exported states and handle them completely. Modified: head/usr.bin/netstat/sctp.c Modified: head/usr.bin/netstat/sctp.c =

svn commit: r287283 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-08-29 Thread Xin LI
Author: delphij Date: Sat Aug 29 09:22:32 2015 New Revision: 287283 URL: https://svnweb.freebsd.org/changeset/base/287283 Log: Fix a buffer overrun which may lead to data corruption, introduced in r286951 by reinstating changes in r274628. In l2arc_compress_buf(), we allocate a buffer to

svn commit: r287282 - head/sys/netinet

2015-08-29 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 29 09:14:32 2015 New Revision: 287282 URL: https://svnweb.freebsd.org/changeset/base/287282 Log: Fix the exporting of SCTP association states to userland. Without this, associations in SHUTDOWN-PENDING were never reported correctly. MFC after:3 weeks Modi

svn commit: r287281 - head/usr.bin/sockstat

2015-08-29 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 29 09:10:52 2015 New Revision: 287281 URL: https://svnweb.freebsd.org/changeset/base/287281 Log: Report CLOSED as state for bound sockets for consistency with netstat and the way TCP is handled. PR: 201585 MFC after:3 weeks Modified: head/us

svn commit: r287280 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-08-29 Thread Xin LI
Author: delphij Date: Sat Aug 29 08:16:57 2015 New Revision: 287280 URL: https://svnweb.freebsd.org/changeset/base/287280 Log: In r286705 (Illumos 5960/a2cdcdd), a separate thread is created with curproc as parent. In the case of a send or receive, the curproc would be the userland applicat

svn commit: r287279 - head

2015-08-29 Thread Gleb Smirnoff
Author: glebius Date: Sat Aug 29 07:59:31 2015 New Revision: 287279 URL: https://svnweb.freebsd.org/changeset/base/287279 Log: Add reminder to run etcupdate or mergemaster to get updated rc.d scripts for wireless. Poked by: adrian Modified: head/UPDATING Modified: head/UPDATING ==

Re: svn commit: r287236 - head/bin/df

2015-08-29 Thread Garrett Cooper
> On Aug 28, 2015, at 09:00, Allan Jude wrote: … >> Libxo (iirc) doesn't install atexit handlers, which means that you need to >> use exit (or a reason facsimile) in order for it to flush its file streams. >> >> This is unintuitive though. I wish it did the right thing as part of >> initiali

svn commit: r287278 - head/sys/netinet6

2015-08-29 Thread Adrian Chadd
Author: adrian Date: Sat Aug 29 07:14:29 2015 New Revision: 287278 URL: https://svnweb.freebsd.org/changeset/base/287278 Log: Implement RSS hashing/re-hashing for IPv6 ingress packets. This mirrors the basic IPv4 implementation - IPv6 packets under RSS now are checked for a correct RSS ha