svn commit: r282409 - stable/10/lib/libc/gen

2015-05-04 Thread Konstantin Belousov
Author: kib Date: Mon May 4 08:05:13 2015 New Revision: 282409 URL: https://svnweb.freebsd.org/changeset/base/282409 Log: MFC r281763: Remove code to support the top of the stack layout for FreeBSD 1.x/2.x kernel. Modified: stable/10/lib/libc/gen/setproctitle.c Directory Properties:

svn commit: r282411 - stable/10/sys/kern

2015-05-04 Thread Konstantin Belousov
Author: kib Date: Mon May 4 08:16:32 2015 New Revision: 282411 URL: https://svnweb.freebsd.org/changeset/base/282411 Log: MFC r282085: Partially revert r255986: do not call VOP_FSYNC() when helping bufdaemon in getnewbuf(), do use buf_flush(). The difference is that bufdaemon uses

svn commit: r282412 - stable/10/libexec/rtld-elf

2015-05-04 Thread Konstantin Belousov
Author: kib Date: Mon May 4 08:19:12 2015 New Revision: 282412 URL: https://svnweb.freebsd.org/changeset/base/282412 Log: MFC r282109: Always do token substitution, do not require -z origin to do it. Modified: stable/10/libexec/rtld-elf/rtld.c Directory Properties: stable/10/ (props

svn commit: r282427 - stable/10/sys/net

2015-05-04 Thread Alexander Motin
Author: mav Date: Mon May 4 19:33:51 2015 New Revision: 282427 URL: https://svnweb.freebsd.org/changeset/base/282427 Log: MFC r281765: Activate write-only optimization if bpf device opened with O_WRONLY. dhclient opens bpf as write-only to send packets. It never reads received packets

svn commit: r282444 - stable/10/share/man/man9

2015-05-04 Thread Mark Johnston
Author: markj Date: Tue May 5 03:13:02 2015 New Revision: 282444 URL: https://svnweb.freebsd.org/changeset/base/282444 Log: MFC 281701: SDT(9): add a section on SDT providers, mentioning the sdt provider. Add examples demonstrating how one can list available providers and the DTrace

svn commit: r282445 - stable/10/sys/netinet6

2015-05-04 Thread Mark Johnston
Author: markj Date: Tue May 5 03:17:32 2015 New Revision: 282445 URL: https://svnweb.freebsd.org/changeset/base/282445 Log: MFC r281483: Fix a possible refcount leak in regen_tmpaddr(). Modified: stable/10/sys/netinet6/nd6.c Directory Properties: stable/10/ (props changed) Modified: