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
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)
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
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
>
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
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
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.
-
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:
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/
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
10 matches
Mail list logo