CVS commit: src/sys/kern

2016-11-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 17 08:06:49 UTC 2016 Modified Files: src/sys/kern: subr_bufq.c Log Message: Use compile-time initialization for the list head, and make sure that the sysctllog is also initialized before being used. To generate a diff

CVS commit: src/usr.sbin/traceroute6

2016-11-17 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Thu Nov 17 09:21:34 UTC 2016 Modified Files: src/usr.sbin/traceroute6: traceroute6.c Log Message: CID 978587: Removed unnecessary check against NULL. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/tracer

CVS commit: src/usr.sbin/mrinfo

2016-11-17 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Thu Nov 17 09:29:01 UTC 2016 Modified Files: src/usr.sbin/mrinfo: mrinfo.c Log Message: Add couple FALLTHROUGHs CIDs: 976559, 976560, 976561 No functional change. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/u

CVS commit: src/lib/librefuse

2016-11-17 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Thu Nov 17 14:20:26 UTC 2016 Modified Files: src/lib/librefuse: refuse.c Log Message: Change the way how puffs_fuse_node_create() behaves. In puffs "create" and "open" are two separate operations with atomicity achieved by locking t

CVS commit: src/sys/arch

2016-11-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Nov 17 16:26:08 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/x86/x86: pmap.c Log Message: Remap the pages with G until kern_end, and not just the preloaded modules. This way the bootstrap tab

CVS commit: src/sys/arch/x86/x86

2016-11-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Nov 17 16:32:06 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Unmap tmpva once we are done using it, not to pollute the page tree. To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/ar

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2016-11-17 Thread Soren Jacobsen
Module Name:xsrc Committed By: snj Date: Thu Nov 17 16:52:53 UTC 2016 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86Config.c Log Message: fix misplaced conditionalized } that broke pointer detection under vmware when running X without a config f

CVS commit: src/tests/lib/libpthread_dbg

2016-11-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 17 17:30:22 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c Log Message: Mark dummy2 and dummy3 in lib/libpthread_dbg/t_dummy with expected fail The dummy2 test reports failures on i386 releng machines. T

CVS commit: src/sys/rump/librump/rumpvfs

2016-11-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 17 23:15:38 UTC 2016 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: In addition to initializing the bufq subsystem, we also need to init the individual strategy modules. To generate a diff of thi

CVS commit: src/sys/arch/sgimips/sgimips

2016-11-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Nov 17 23:46:52 UTC 2016 Modified Files: src/sys/arch/sgimips/sgimips: cpu.c Log Message: KASSERT that MIPS_SR_KX is set when entering interrupt handler in !o32 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/kern

2016-11-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Nov 18 02:37:33 UTC 2016 Modified Files: src/sys/kern: subr_bufq.c Log Message: By popular request, don't both initializing a static pointer to NULL. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/ke

CVS commit: src/sys/sys

2016-11-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Nov 18 06:41:52 UTC 2016 Modified Files: src/sys/sys: pslist.h Log Message: Explain why we don't touch the next pointer of the removed entry. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/pslist.

CVS commit: src/sys

2016-11-17 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Nov 18 06:50:04 UTC 2016 Modified Files: src/sys/netinet: tcp_usrreq.c udp_usrreq.c src/sys/netinet6: dccp6_usrreq.c in6.c mld6.c raw_ip6.c sctp6_usrreq.c udp6_usrreq.c Log Message: fix: "ifconfig destor

CVS commit: src/sys/dev/pci

2016-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 18 06:55:01 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix WOL related setting of the WUC register for other than PCH* in wm_enable_wakeup(). Tested with 82567V(ICH8) and 82583V. To generate a diff

CVS import: src/sys/fs/nfs

2016-11-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Nov 18 07:49:15 UTC 2016 Update of /cvsroot/src/sys/fs/nfs In directory ivanova.netbsd.org:/tmp/cvs-serv13078 Log Message: Update to FreeBSD revision 308975 ( approx 2016-11-18 07:30 UTC) If I'm going to try to get this working, I