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
===
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 newnfsst
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 Kerberize
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
===
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 Kerberize
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 c
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
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: head/usr.bin/sdif
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:
> > Only use EDITOR a
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 change
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? VISUAL can still be ter
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
=
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
=
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: head/usr.bin/s
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 ze
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 z
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
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
18 matches
Mail list logo