svn commit: r322726 - head/etc/periodic/daily

2017-08-20 Thread Marius Strobl
Author: marius Date: Sun Aug 20 20:38:15 2017 New Revision: 322726 URL: https://svnweb.freebsd.org/changeset/base/322726 Log: Bring back the much more readable unified format for differences in /etc/{group,master.passwd}. This was originally turned on for all of /etc/{aliases,group,master.pa

Re: svn commit: r322720 - head/sys/amd64/amd64

2017-08-20 Thread Konstantin Belousov
On Sun, Aug 20, 2017 at 12:42:01PM +0200, Oliver Pinter wrote: > > @@ -412,8 +407,8 @@ trap(struct trapframe *frame) > > fill_frame_regs(frame, ®s); > > if (dtrace_return_probe_ptr != NULL && > > dtrace_return_probe_ptr(®s)

svn commit: r322723 - head/sys/amd64/amd64

2017-08-20 Thread Konstantin Belousov
Author: kib Date: Sun Aug 20 11:18:16 2017 New Revision: 322723 URL: https://svnweb.freebsd.org/changeset/base/322723 Log: Simplify the code. Noted by: Oliver Pinter Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/amd64/amd64/trap.c Modified: head/sy

Re: svn commit: r322720 - head/sys/amd64/amd64

2017-08-20 Thread Oliver Pinter
On Sunday, August 20, 2017, Konstantin Belousov wrote: > Author: kib > Date: Sun Aug 20 09:52:25 2017 > New Revision: 322720 > URL: https://svnweb.freebsd.org/changeset/base/322720 > > Log: > Simplify amd64 trap(). > > - Use more relevant name 'signo' instead of 'i' for the local variable >

svn commit: r322722 - head/sys/fs/nfsclient

2017-08-20 Thread Konstantin Belousov
Author: kib Date: Sun Aug 20 10:08:45 2017 New Revision: 322722 URL: https://svnweb.freebsd.org/changeset/base/322722 Log: Do not drop NFS vnode lock when performing consistency checks. Currently several paths in the NFS client upgrade the shared vnode lock to exclusive, which might cause

svn commit: r322721 - in head/sys: kern sys

2017-08-20 Thread Konstantin Belousov
Author: kib Date: Sun Aug 20 10:07:45 2017 New Revision: 322721 URL: https://svnweb.freebsd.org/changeset/base/322721 Log: Allow vinvalbuf() to operate with the shared vnode lock. This mode allows other clean buffers to arrive while we flush the buf lists for the vnode, which is fine for

svn commit: r322720 - head/sys/amd64/amd64

2017-08-20 Thread Konstantin Belousov
Author: kib Date: Sun Aug 20 09:52:25 2017 New Revision: 322720 URL: https://svnweb.freebsd.org/changeset/base/322720 Log: Simplify amd64 trap(). - Use more relevant name 'signo' instead of 'i' for the local variable which contains a signal number to send for the current exception. -

svn commit: r322719 - head/sys/amd64/amd64

2017-08-20 Thread Konstantin Belousov
Author: kib Date: Sun Aug 20 09:42:09 2017 New Revision: 322719 URL: https://svnweb.freebsd.org/changeset/base/322719 Log: Trim excessive 'extern' and remove unused declaration. Reviewed by: bde Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

svn commit: r322718 - head/sys/amd64/amd64

2017-08-20 Thread Konstantin Belousov
Author: kib Date: Sun Aug 20 09:39:10 2017 New Revision: 322718 URL: https://svnweb.freebsd.org/changeset/base/322718 Log: Use ANSI C declaration for trap_pfault(). Style. Reviewed by: bde Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/

Re: svn commit: r322714 - head/sys/compat/linuxkpi/common/include/linux

2017-08-20 Thread Hans Petter Selasky
On 08/20/17 03:42, Mark Johnston wrote: +#ifndef prefetch #define prefetch(x) +#endif Shouldn't this macro have a do { } while (0) body? --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head T