Module Name:src
Committed By: ozaki-r
Date: Fri Jan 27 09:50:47 UTC 2017
Modified Files:
src/sys/rump/librump/rumpkern: locks.c
Log Message:
Unbreak builds of rump libraries with RUMP_LOCKDEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/rump/li
Module Name:src
Committed By: abhinav
Date: Fri Jan 27 10:12:05 UTC 2017
Modified Files:
src/sbin/fdisk: fdisk.8
Log Message:
Fix spelling of simultaneous.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sbin/fdisk/fdisk.8
Please note that diffs are no
Module Name:src
Committed By: abhinav
Date: Fri Jan 27 10:21:16 UTC 2017
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Fix spelling of partition.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sbin/gpt/gpt.8
Please note that diffs are not public do
Module Name:src
Committed By: hannken
Date: Fri Jan 27 10:45:11 UTC 2017
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/tests/fs/vfs: Makefile
Added Files:
src/tests/fs/vfs: t_rwtoro.c
Log Message:
Add test for
Module Name:src
Committed By: hannken
Date: Fri Jan 27 10:46:18 UTC 2017
Modified Files:
src/sys/kern: vfs_mount.c
Log Message:
When called with WRITECLOSE vflush() must sync the vnode and take
care of unlinked but open vnodes.
PR kern/30525 remounting ffs read-only (moun
Module Name:src
Committed By: hannken
Date: Fri Jan 27 10:47:13 UTC 2017
Modified Files:
src/sys/miscfs/genfs: layer_extern.h layer_vnops.c
src/sys/miscfs/nullfs: null_vnops.c
src/sys/miscfs/overlay: overlay_vnops.c
src/sys/miscfs/umapfs: umap_vnops.
Module Name:src
Committed By: hannken
Date: Fri Jan 27 10:47:54 UTC 2017
Modified Files:
src/sys/fs/tmpfs: tmpfs.h tmpfs_vfsops.c
Log Message:
Run vflush() when going from read/write to read only.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/fs/t
Module Name:src
Committed By: hannken
Date: Fri Jan 27 10:48:51 UTC 2017
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
Run vflush() when going from read/write to read only.
Set link count to zero once a node has been removed.
"Implement" MNT_GETARGS.
Module Name:src
Committed By: hannken
Date: Fri Jan 27 10:50:10 UTC 2017
Modified Files:
src/sys/kern: vfs_mount.c vfs_vnode.c
Log Message:
Vrecycle() cannot wait for the vnode lock. On a leaf file system this lock
will always succeed as we hold the last reference and pre
Module Name:src
Committed By: wiz
Date: Fri Jan 27 12:52:39 UTC 2017
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Spelling fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/libc/sys/ptrace.2
Please note that diffs are not public dom
Module Name:src
Committed By: rin
Date: Fri Jan 27 15:20:31 UTC 2017
Modified Files:
src/distrib/evbarm/instkernel/ramdisk: Makefile
Log Message:
Fix build with LLVM, which does not support -mthumb-interwork.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16
Module Name:src
Committed By: christos
Date: Fri Jan 27 15:52:21 UTC 2017
Modified Files:
src/external/bsd/libpcap/dist: gencode.h
Log Message:
propagate deadness.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/libpcap/dist/gencode.h
Please
Module Name:src
Committed By: kamil
Date: Fri Jan 27 16:06:23 UTC 2017
Modified Files:
src/tests/kernel: t_ptrace_wait.c
Log Message:
Add new test signal8 in t_ptrace_wait{,3,4,6,id,pid}
signal8:
Verify that masking SIGTRAP in tracee does not stop tracer from
catc
Module Name:src
Committed By: kamil
Date: Fri Jan 27 16:35:47 UTC 2017
Modified Files:
src/tests/kernel: t_ptrace_wait.c
Log Message:
Add new tests signal{9,10} in t_ptrace_wait{,3,4,6,id,pid}
signal9:
Verify that masking SIGTRAP in tracee does not stop tracer from
Module Name:src
Committed By: kamil
Date: Fri Jan 27 16:43:07 UTC 2017
Modified Files:
src/tests/kernel: t_ptrace_wait.c
Log Message:
Remove debug printf(3)
No functional change.
Sponsored by
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/tests/kern
Module Name:src
Committed By: christos
Date: Fri Jan 27 17:21:51 UTC 2017
Modified Files:
src/sys/arch/arm/include: types.h
Log Message:
remove __HAVE_COMPAT_NETBSD32
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/include/types.h
Please n
Module Name:src
Committed By: christos
Date: Fri Jan 27 17:22:16 UTC 2017
Modified Files:
src/sys/arch/mips/include: types.h
Log Message:
remove __HAVE_COMPAT_NETBSD32
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/mips/include/types.h
Please
Module Name:src
Committed By: christos
Date: Fri Jan 27 17:22:39 UTC 2017
Modified Files:
src/sys/arch/powerpc/include: types.h
Log Message:
remove __HAVE_COMPAT_NETBSD32
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/powerpc/include/types.h
Module Name:src
Committed By: ryo
Date: Fri Jan 27 17:25:34 UTC 2017
Modified Files:
src/sys/net/npf: npf_os.c
Log Message:
Don't hold softnet_lock if NET_MPSAFE.
Some functions lock softnet_lock while waiting in pserialize_perform() in
pfil_add_hook().
(e.g. key_timehan
Module Name:src
Committed By: christos
Date: Fri Jan 27 18:02:09 UTC 2017
Modified Files:
src/crypto/external/bsd/heimdal: heimdal2netbsd
Log Message:
Strip first otherwise we end up with __RCSID("NetBSD")
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/c
Module Name:src
Committed By: palle
Date: Fri Jan 27 21:35:38 UTC 2017
Modified Files:
src/sys/arch/sparc64/sparc64: genassym.cf locore.s
Log Message:
sun4v: implement missing handling of itsb traps 0x008 and 0x009. Based on code
from OpenBSD. Tested using qemu.
To gene
Module Name:src
Committed By: spz
Date: Fri Jan 27 22:58:25 UTC 2017
Update of /cvsroot/src/crypto/external/bsd/openssl/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv18440
Log Message:
import of OpenSSL 1.0.2k
Upstream changelog:
Changes between 1.0.2j and 1.0.2k [26 Jan 2017
Module Name:src
Committed By: spz
Date: Fri Jan 27 23:00:50 UTC 2017
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64:
x86_64-mont.S x86_64-mont5.S
src/crypto/external/bsd/openssl/lib/libcrypto/man: ASN1_OBJECT_new.3
Module Name:src
Committed By: spz
Date: Fri Jan 27 23:16:21 UTC 2017
Modified Files:
src/crypto/external/bsd/openssl/dist: CHANGES Configure Makefile NEWS
README openssl.spec
src/crypto/external/bsd/openssl/dist/apps: ca.c s_client.c s_server.c
24 matches
Mail list logo