svn commit: r299227 - head/sys/kern

2016-05-07 Thread Mateusz Guzik
Author: mjg Date: Sun May 8 03:26:12 2016 New Revision: 299227 URL: https://svnweb.freebsd.org/changeset/base/299227 Log: fd: assert dropped filedesc lock in fdcloseexec Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c

svn commit: r299226 - head/sys/fs/nfsserver

2016-05-07 Thread Rick Macklem
Author: rmacklem Date: Sat May 7 22:45:08 2016 New Revision: 299226 URL: https://svnweb.freebsd.org/changeset/base/299226 Log: Don't increment srvrpccnt[] for the NFSv4.1 operations. When support for NFSv4.1 was added to the NFS server, it broke the server rpc count stats, since

svn commit: r299225 - stable/9/sys/fs/nfsserver

2016-05-07 Thread Rick Macklem
Author: rmacklem Date: Sat May 7 21:34:04 2016 New Revision: 299225 URL: https://svnweb.freebsd.org/changeset/base/299225 Log: MFC: r298523 Allow the NFSv4 server to reply NFSERR_WRONGSEC for the SetClientID operation. It was reported via email that a Linux client couldn't do a

svn commit: r299224 - head/usr.bin/sdiff

2016-05-07 Thread Baptiste Daroussin
Author: bapt Date: Sat May 7 20:23:26 2016 New Revision: 299224 URL: https://svnweb.freebsd.org/changeset/base/299224 Log: Only one program is build in usr.bin/sdiff use the right include Modified: head/usr.bin/sdiff/Makefile Modified: head/usr.bin/sdiff/Makefile

svn commit: r299223 - stable/10/sys/fs/nfsserver

2016-05-07 Thread Rick Macklem
Author: rmacklem Date: Sat May 7 20:17:23 2016 New Revision: 299223 URL: https://svnweb.freebsd.org/changeset/base/299223 Log: MFC: r298523 Allow the NFSv4 server to reply NFSERR_WRONGSEC for the SetClientID operation. It was reported via email that a Linux client couldn't do a

svn commit: r299222 - in stable/10/sys/fs: nfs nfsserver

2016-05-07 Thread Rick Macklem
Author: rmacklem Date: Sat May 7 20:09:15 2016 New Revision: 299222 URL: https://svnweb.freebsd.org/changeset/base/299222 Log: MFC: r298495 Fix a LOR in the NFSv4.1 server. The ordering of acquisition of the state and session mutexes was reversed in two cases executed when an NFSv4.1

svn commit: r299221 - in stable/10/sys/compat: linprocfs linux

2016-05-07 Thread Dmitry Chagin
Author: dchagin Date: Sat May 7 19:05:39 2016 New Revision: 299221 URL: https://svnweb.freebsd.org/changeset/base/299221 Log: MFC r295856 (by des@): Implement /proc/$$/limits. MFC r297781 (by dchagin@): More complete implementation of /proc/self/limits. Fix the way the code accesses

svn commit: r299220 - head/usr.bin/sdiff

2016-05-07 Thread Baptiste Daroussin
Author: bapt Date: Sat May 7 18:58:07 2016 New Revision: 299220 URL: https://svnweb.freebsd.org/changeset/base/299220 Log: Revert r299218 VISUAL is actually a perfecly valid env to specify an editor Modified: head/usr.bin/sdiff/edit.c head/usr.bin/sdiff/sdiff.1 Modified:

Re: svn commit: r299218 - head/usr.bin/sdiff

2016-05-07 Thread Baptiste Daroussin
On Sat, May 07, 2016 at 01:50:56PM -0500, Benjamin Kaduk wrote: > On Sat, May 7, 2016 at 1:48 PM, Baptiste Daroussin wrote: > > > Author: bapt > > Date: Sat May 7 18:48:48 2016 > > New Revision: 299218 > > URL: https://svnweb.freebsd.org/changeset/base/299218 > > > > Log: > >

svn commit: r299219 - stable/10/sys/compat/linprocfs

2016-05-07 Thread Dmitry Chagin
Author: dchagin Date: Sat May 7 18:54:35 2016 New Revision: 299219 URL: https://svnweb.freebsd.org/changeset/base/299219 Log: MFC r285394 (by mjg@): vref the vnode passed to vn_fullpath. Modified: stable/10/sys/compat/linprocfs/linprocfs.c Directory Properties: stable/10/ (props

Re: svn commit: r299218 - head/usr.bin/sdiff

2016-05-07 Thread Benjamin Kaduk
On Sat, May 7, 2016 at 1:48 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Sat May 7 18:48:48 2016 > New Revision: 299218 > URL: https://svnweb.freebsd.org/changeset/base/299218 > > Log: > Only use EDITOR as a variable to specify which text editor to use > > Why?

svn commit: r299218 - head/usr.bin/sdiff

2016-05-07 Thread Baptiste Daroussin
Author: bapt Date: Sat May 7 18:48:48 2016 New Revision: 299218 URL: https://svnweb.freebsd.org/changeset/base/299218 Log: Only use EDITOR as a variable to specify which text editor to use Modified: head/usr.bin/sdiff/edit.c head/usr.bin/sdiff/sdiff.1 Modified: head/usr.bin/sdiff/edit.c

svn commit: r299217 - head/usr.bin/sdiff

2016-05-07 Thread Baptiste Daroussin
Author: bapt Date: Sat May 7 18:44:30 2016 New Revision: 299217 URL: https://svnweb.freebsd.org/changeset/base/299217 Log: Directly call the editor if needed instead of spawning /bin/sh Modified: head/usr.bin/sdiff/edit.c Modified: head/usr.bin/sdiff/edit.c

svn commit: r299216 - head/usr.bin/sdiff

2016-05-07 Thread Baptiste Daroussin
Author: bapt Date: Sat May 7 18:21:58 2016 New Revision: 299216 URL: https://svnweb.freebsd.org/changeset/base/299216 Log: Replace fparseln(3) with getline(3) It removes a dependency on libutil. Modified: head/usr.bin/sdiff/Makefile head/usr.bin/sdiff/sdiff.c Modified:

Re: svn commit: r299210 - in head/sys/dev/cxgbe: . tom

2016-05-07 Thread Navdeep Parhar
On Fri, May 06, 2016 at 05:52:15PM -0700, John Baldwin wrote: > On Saturday, May 07, 2016 12:33:35 AM John Baldwin wrote: > > Author: jhb > > Date: Sat May 7 00:33:35 2016 > > New Revision: 299210 > > URL: https://svnweb.freebsd.org/changeset/base/299210 > > > > Log: > > Use DDP to implement

Re: svn commit: r299210 - in head/sys/dev/cxgbe: . tom

2016-05-07 Thread Slawa Olhovchenkov
On Fri, May 06, 2016 at 05:52:15PM -0700, John Baldwin wrote: > On Saturday, May 07, 2016 12:33:35 AM John Baldwin wrote: > > Author: jhb > > Date: Sat May 7 00:33:35 2016 > > New Revision: 299210 > > URL: https://svnweb.freebsd.org/changeset/base/299210 > > > > Log: > > Use DDP to implement

svn commit: r299215 - in stable/10/sys: compat/svr4 dev/streams modules/streams modules/svr4

2016-05-07 Thread Dmitry Chagin
Author: dchagin Date: Sat May 7 08:30:21 2016 New Revision: 299215 URL: https://svnweb.freebsd.org/changeset/base/299215 Log: MFC r298519: Fix streams and svr4 module dependency. Both modules are complaining about undefined symbol svr4_delete_socket which was moved from streams to the svr4

svn commit: r299214 - in stable/9/sys: compat/svr4 dev/streams modules/streams modules/svr4

2016-05-07 Thread Dmitry Chagin
Author: dchagin Date: Sat May 7 08:26:05 2016 New Revision: 299214 URL: https://svnweb.freebsd.org/changeset/base/299214 Log: MFC r298519: Fix streams and svr4 module dependency. Both modules are complaining about undefined symbol svr4_delete_socket which was moved from streams to the svr4