Re: svn commit: r287396 - in head: sbin/bsdlabel sbin/dumpfs sbin/fdisk sbin/ffsinfo sbin/mdconfig sbin/newfs sbin/newfs_msdos sbin/newfs_nandfs sbin/reboot share/man/man4 share/man/man7 share/man/man

2015-09-03 Thread Warner Losh
On Thu, Sep 3, 2015 at 6:01 AM, Edward Tomasz Napierala wrote: > On 0902T1737, Gleb Smirnoff wrote: > > On Wed, Sep 02, 2015 at 02:08:43PM +, Edward Tomasz Napierala wrote: > > E> Author: trasz > > E> Date: Wed Sep 2 14:08:43 2015 > > E> New Revision: 287396 > > E> URL:

svn commit: r287440 - head/sys/ofed/include/linux

2015-09-03 Thread John Baldwin
Author: jhb Date: Thu Sep 3 18:27:39 2015 New Revision: 287440 URL: https://svnweb.freebsd.org/changeset/base/287440 Log: Currently the Linux character device mmap handling only supports mmap operations that map a single page that has an associated vm_page_t. This does not permit mapping

Re: svn commit: r287405 - head/sys/geom

2015-09-03 Thread Warner Losh
On Thu, Sep 3, 2015 at 6:06 AM, Edward Tomasz Napierała wrote: > On 0902T1729, Warner Losh wrote: > > Author: imp > > Date: Wed Sep 2 17:29:30 2015 > > New Revision: 287405 > > URL: https://svnweb.freebsd.org/changeset/base/287405 > > > > Log: > > After the introduction of

svn commit: r287436 - head/share/mk

2015-09-03 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 3 17:01:58 2015 New Revision: 287436 URL: https://svnweb.freebsd.org/changeset/base/287436 Log: Avoid sub-shell for realpath(1) for bmake by using its built-in :tA. MFC after:2 weeks Approved by: portmgr (implicit) Modified:

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

2015-09-03 Thread Andriy Gapon
On 29/08/2015 12:22, Xin LI wrote: > 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. >

svn commit: r287437 - head/sys/dev/ciss

2015-09-03 Thread Sean Bruno
Author: sbruno Date: Thu Sep 3 17:46:57 2015 New Revision: 287437 URL: https://svnweb.freebsd.org/changeset/base/287437 Log: r249170 was just plain wrong. The effect of the change is to always delete a logic volume on status change which is NOT what we want here. The original code is

svn commit: r287442 - in head: lib/libprocstat lib/libutil share/man/man5 sys/kern sys/sys

2015-09-03 Thread Conrad E. Meyer
Author: cem Date: Thu Sep 3 20:32:10 2015 New Revision: 287442 URL: https://svnweb.freebsd.org/changeset/base/287442 Log: Detect badly behaved coredump note helpers Coredump notes depend on being able to invoke dump routines twice; once in a dry-run mode to get the size of the note, and

svn commit: r287423 - head/sys/dev/virtio/network

2015-09-03 Thread Marcelo Araujo
Author: araujo Date: Thu Sep 3 06:53:17 2015 New Revision: 287423 URL: https://svnweb.freebsd.org/changeset/base/287423 Log: Lower the compiler warning: unused-but-set-variable. Approved by: bapt (mentor) Differential Revision:D3556 Modified:

svn commit: r287425 - in head: usr.bin/ypcat usr.bin/ypmatch usr.bin/ypwhich usr.sbin/ypset

2015-09-03 Thread Marcelo Araujo
Author: araujo Date: Thu Sep 3 07:18:52 2015 New Revision: 287425 URL: https://svnweb.freebsd.org/changeset/base/287425 Log: Rename YP to NIS in the manpages. Approved by: bapt (mentor) Differential Revision:D3555 Modified: head/usr.bin/ypcat/ypcat.1

svn commit: r287424 - head/usr.sbin/yppoll

2015-09-03 Thread Marcelo Araujo
Author: araujo Date: Thu Sep 3 07:12:40 2015 New Revision: 287424 URL: https://svnweb.freebsd.org/changeset/base/287424 Log: Sync with the latest code from OpenBSD. Approved by: rodrigc (mentor) Differential Revision:D3550 Modified: head/usr.sbin/yppoll/yppoll.8

svn commit: r287430 - head/usr.sbin/ctld

2015-09-03 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 3 11:42:59 2015 New Revision: 287430 URL: https://svnweb.freebsd.org/changeset/base/287430 Log: Simplify the introductory example in ctl.conf(5) down to absolute basics. The more complicated cases - like how to use physical ports - are explained later, in the

Re: svn commit: r287396 - in head: sbin/bsdlabel sbin/dumpfs sbin/fdisk sbin/ffsinfo sbin/mdconfig sbin/newfs sbin/newfs_msdos sbin/newfs_nandfs sbin/reboot share/man/man4 share/man/man7 share/man/man

2015-09-03 Thread Edward Tomasz Napierala
On 0902T1737, Gleb Smirnoff wrote: > On Wed, Sep 02, 2015 at 02:08:43PM +, Edward Tomasz Napierala wrote: > E> Author: trasz > E> Date: Wed Sep 2 14:08:43 2015 > E> New Revision: 287396 > E> URL: https://svnweb.freebsd.org/changeset/base/287396 > E> > E> Log: > E> It's 2015, and some

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

2015-09-03 Thread Alexander Motin
Author: mav Date: Thu Sep 3 12:15:14 2015 New Revision: 287432 URL: https://svnweb.freebsd.org/changeset/base/287432 Log: Fix copy-paste bug introduced in r275458. MFC after:3 days Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r287426 - head/lib/libc/posix1e

2015-09-03 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 3 11:30:39 2015 New Revision: 287426 URL: https://svnweb.freebsd.org/changeset/base/287426 Log: Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn't set errno. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r287427 - head/lib/libc/posix1e

2015-09-03 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 3 11:31:34 2015 New Revision: 287427 URL: https://svnweb.freebsd.org/changeset/base/287427 Log: Fix acl_strip_np(3) breakage introduced in r279962. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/posix1e/acl_strip.c

svn commit: r287429 - head/sbin/dumpfs

2015-09-03 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 3 11:40:47 2015 New Revision: 287429 URL: https://svnweb.freebsd.org/changeset/base/287429 Log: The dumpfs(8) utility doesn't actually use disktab(5); remove it from "SEE ALSO". MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r287431 - in head/usr.sbin: ctld iscsid

2015-09-03 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 3 11:43:56 2015 New Revision: 287431 URL: https://svnweb.freebsd.org/changeset/base/287431 Log: Use proper term in the ctld(8) and iscsid(8) man pages. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctld.8

Re: svn commit: r287405 - head/sys/geom

2015-09-03 Thread Edward Tomasz Napierała
On 0902T1729, Warner Losh wrote: > Author: imp > Date: Wed Sep 2 17:29:30 2015 > New Revision: 287405 > URL: https://svnweb.freebsd.org/changeset/base/287405 > > Log: > After the introduction of direct dispatch, the pacing code in g_down() > broke in two ways. One, the pacing variable was

svn commit: r287444 - head/sys/netinet

2015-09-03 Thread Michael Tuexen
Author: tuexen Date: Thu Sep 3 22:15:56 2015 New Revision: 287444 URL: https://svnweb.freebsd.org/changeset/base/287444 Log: Fix a bug where two SHUTDOWN_ACK chunks were sent if a SHUTDOWN chunk was received acking all outstanding data. Modified: head/sys/netinet/sctp_input.c Modified:

svn commit: r287448 - head/tests/sys/vm

2015-09-03 Thread John Baldwin
Author: jhb Date: Fri Sep 4 01:02:21 2015 New Revision: 287448 URL: https://svnweb.freebsd.org/changeset/base/287448 Log: Add more mmap tests related to character devices. - Add cdev-related tests for bad args. - Add two simple tests cases for mapping /dev/zero that test for

svn commit: r287445 - in head: bin/setfacl lib/libc/posix1e share/man/man9 sys/cddl/compat/opensolaris/kern sys/cddl/contrib/opensolaris/uts/common/sys sys/kern sys/sys tools/regression/acltools

2015-09-03 Thread Xin LI
Author: delphij Date: Fri Sep 4 00:14:20 2015 New Revision: 287445 URL: https://svnweb.freebsd.org/changeset/base/287445 Log: Expose an interface to determine if an ACE is inherited. Submitted by: sef Reviewed by: trasz MFC after:2 weeks Differential Revision:

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

2015-09-03 Thread Alexander Motin
Author: mav Date: Thu Sep 3 12:56:57 2015 New Revision: 287433 URL: https://svnweb.freebsd.org/changeset/base/287433 Log: Small UA cleanup. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl.h head/sys/cam/ctl/ctl_error.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r287453 - in head: contrib/file contrib/file/magic/Magdir contrib/file/src lib/libmagic

2015-09-03 Thread Xin LI
Author: delphij Date: Fri Sep 4 05:56:14 2015 New Revision: 287453 URL: https://svnweb.freebsd.org/changeset/base/287453 Log: MFV r287451 + 287452: file 5.24 + fix for bin/181436. PR: 181436 MFC after:2 weeks Modified: head/contrib/file/ChangeLog