CVS commit: src/sys/kern

2016-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr  7 12:06:50 UTC 2016

Modified Files:
src/sys/kern: exec_subr.c

Log Message:
remove more ifdefs


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/kern/exec_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/uvm

2016-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr  7 12:07:36 UTC 2016

Modified Files:
src/sys/uvm: uvm_mmap.c uvm_unix.c

Log Message:
remove more ifdefs


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/uvm/uvm_mmap.c
cvs rdiff -u -r1.46 -r1.47 src/sys/uvm/uvm_unix.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2016-04-07 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu Apr  7 15:36:42 UTC 2016

Modified Files:
src/doc: 3RDPARTY

Log Message:
Reminder to add RCSIDs in any future DRM update.


To generate a diff of this commit:
cvs rdiff -u -r1.1318 -r1.1319 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/sys

2016-04-07 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Apr  7 17:48:40 UTC 2016

Modified Files:
src/sys/compat/sys: socket.h

Log Message:
include opt_compat_netbsd.h to get COMPAT_SOCKCRED70 defined.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/sys/socket.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc/sparc

2016-04-07 Thread Palle Lyckegaard
Module Name:src
Committed By:   palle
Date:   Thu Apr  7 19:46:39 UTC 2016

Modified Files:
src/sys/arch/sparc/sparc: openfirm.c

Log Message:
Rework locking mechanism introduced in rev. 1.21: use __cpu_simple_lock... 
instead of mutex_... since this causes issues when LOCKDEBUG is defined


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sparc/sparc/openfirm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2016-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr  7 21:41:02 UTC 2016

Modified Files:
src/sys/net: rtsock.c

Log Message:
Use sockaddr_dl_init


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/net/rtsock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/vndcompress

2016-04-07 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu Apr  7 23:29:59 UTC 2016

Modified Files:
src/usr.bin/vndcompress: utils.c

Log Message:
__diagused, not __unused -- used in an assert.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/vndcompress/utils.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.