svn commit: r279732 - stable/10/sys/ofed/include/linux

2015-03-07 Thread Hans Petter Selasky
Author: hselasky Date: Sat Mar 7 18:39:15 2015 New Revision: 279732 URL: https://svnweb.freebsd.org/changeset/base/279732 Log: MFC r278866: Define standard formatting strings to print GIDs in a separate header file. Sponsored by: Mellanox Technologies Added:

svn commit: r279742 - in stable/10: sys/fs/autofs usr.sbin/autofs

2015-03-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 7 19:36:06 2015 New Revision: 279742 URL: https://svnweb.freebsd.org/changeset/base/279742 Log: MFC r274859: Implement automount -c. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/fs/autofs/autofs.c stable/10/sys/fs/autofs/autofs.h

svn commit: r279746 - stable/10/sbin/geom/class/mountver

2015-03-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 7 19:46:47 2015 New Revision: 279746 URL: https://svnweb.freebsd.org/changeset/base/279746 Log: MFC r277799: Fix sysctl name. Sponsored by: The FreeBSD Foundation Modified: stable/10/sbin/geom/class/mountver/gmountver.8 Directory Properties:

svn commit: r279743 - stable/10/usr.sbin/autofs

2015-03-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 7 19:39:16 2015 New Revision: 279743 URL: https://svnweb.freebsd.org/changeset/base/279743 Log: MFC r275755: Fix spurious child process X terminated with exit status 1 messages from automountd(8). Sponsored by: The FreeBSD Foundation Modified:

svn commit: r279749 - stable/10/sys/fs/autofs

2015-03-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 7 20:00:26 2015 New Revision: 279749 URL: https://svnweb.freebsd.org/changeset/base/279749 Log: MFC r271927: Turns out -1 is a perfectly valid error number, ERESTART. Remove useless code written under assumption that it wasn't. Sponsored by: The FreeBSD

svn commit: r279737 - stable/10/sys/ofed/include/linux

2015-03-07 Thread Hans Petter Selasky
Author: hselasky Date: Sat Mar 7 18:48:00 2015 New Revision: 279737 URL: https://svnweb.freebsd.org/changeset/base/279737 Log: MFC r279587: Define PTR_ALIGN() macro which will be needed coming Mellanox driver releases. Sponsored by: Mellanox Technologies Modified:

svn commit: r279741 - in stable/10: sys/fs/autofs usr.sbin/autofs

2015-03-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 7 19:32:19 2015 New Revision: 279741 URL: https://svnweb.freebsd.org/changeset/base/279741 Log: MFC r273127: Make automountd(8) inform autofs(4) whether directory being handled can have wildcards. This makes it possible for autofs(4) to avoid requesting

svn commit: r279744 - stable/10/usr.sbin/autofs

2015-03-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 7 19:41:58 2015 New Revision: 279744 URL: https://svnweb.freebsd.org/changeset/base/279744 Log: MFC r275756: Fix bug that made automount(8) never unmount stale autofs(5) mounts, ie mounts for entries that were there in auto_master(5), and then got removed.

svn commit: r279747 - stable/10/share/man/man7

2015-03-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 7 19:49:02 2015 New Revision: 279747 URL: https://svnweb.freebsd.org/changeset/base/279747 Log: MFC r277175: Mention /net in hier(7). Sponsored by: The FreeBSD Foundation Modified: stable/10/share/man/man7/hier.7 Directory Properties: stable/10/

svn commit: r279731 - in stable/10/sys/ofed: drivers/net/mlx4 include/linux/mlx4

2015-03-07 Thread Hans Petter Selasky
Author: hselasky Date: Sat Mar 7 18:33:28 2015 New Revision: 279731 URL: https://svnweb.freebsd.org/changeset/base/279731 Log: MFC r279584: Updates for the Mellanox ethernet driver List of fixes: * use correct format for GID printouts * double array indexing * spelling in

svn commit: r279745 - stable/10/usr.sbin/autofs

2015-03-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 7 19:45:07 2015 New Revision: 279745 URL: https://svnweb.freebsd.org/changeset/base/279745 Log: MFC r277834: When there are no automounted filesystems, autounmountd(8) should wait for filesystem event, instead of looping on a timeout. Sponsored by: The