CVS commit: src/sys/netipsec

2017-04-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Apr 17 05:48:18 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Accept AH with NULL algorithm of zero-length key To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/netipsec/key.c Please

CVS commit: [netbsd-7] src/sys/compat/linux/arch

2017-04-16 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 17 05:23:01 UTC 2017 Modified Files: src/sys/compat/linux/arch/alpha [netbsd-7]: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/amd64 [netbsd-7]:

CVS commit: [netbsd-7] src/sys/compat/linux

2017-04-16 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 17 05:19:09 UTC 2017 Modified Files: src/sys/compat/linux/arch/alpha [netbsd-7]: syscalls.master src/sys/compat/linux/arch/amd64 [netbsd-7]: syscalls.master src/sys/compat/linux/arch/arm [netbsd-7]:

CVS commit: src/sys/rump/dev/lib/libugenhc

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 17 05:11:05 UTC 2017 Modified Files: src/sys/rump/dev/lib/libugenhc: ugenhc.c Log Message: Fix order of outputs in rumpuser_open call. Now ugenhc works again after a four-year hiatus... To generate a diff of this

CVS commit: src/tests/crypto/opencrypto

2017-04-16 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Apr 17 03:59:37 UTC 2017 Modified Files: src/tests/crypto/opencrypto: Makefile t_opencrypto.sh Added Files: src/tests/crypto/opencrypto: h_aescbc.c h_cbc3des.c Log Message: add opencrypto atf for CRYPTO_3DES_CBC

CVS commit: src/sys/arch/arm/nvidia

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 17 00:43:42 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: soc_tegra124.c Log Message: Set cpu_cc_freq when changing frequencies. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/usr.bin/vndcompress

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 17 00:03:34 UTC 2017 Modified Files: src/usr.bin/vndcompress: vnduncompress.c Log Message: Omit needless XXX comment. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/usr.bin/vndcompress

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 17 00:02:45 UTC 2017 Modified Files: src/usr.bin/vndcompress: vndcompress.c Log Message: Omit needless XXX comment. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.bin/vndcompress/vndcompress.c

CVS commit: src/usr.bin/vndcompress

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 23:50:40 UTC 2017 Modified Files: src/usr.bin/vndcompress: offtab.c offtab.h vndcompress.c vnduncompress.c Log Message: Justify the last unjustified assertion here. Sprinkle a few more assertions to

CVS commit: src/usr.bin/vndcompress

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 23:43:57 UTC 2017 Modified Files: src/usr.bin/vndcompress: common.h Log Message: Emphasize that MAX_WINDOW_SIZE is bounded by the maximum uint32_t. Since we store window sizes in uint32_t, the maximum had better

CVS commit: src/sys/arch/arm/nvidia

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 22:38:04 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: Fix previous; pci_intr_setattr takes a pci_intr_handle_t not the driver's opaque handle. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 21:39:49 UTC 2017 Modified Files: src/usr.bin/make: var.c Log Message: Plug memory leak. CID 978372 To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/usr.bin/make/var.c Please note that diffs

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 21:38:38 UTC 2017 Modified Files: src/usr.bin/make: parse.c Log Message: Plug memory leak in ParseTraditionalInclude. To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 21:37:37 UTC 2017 Modified Files: src/usr.bin/make: parse.c Log Message: Plug memory leak. CID 978370 To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 src/usr.bin/make/parse.c Please note that

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 21:35:08 UTC 2017 Modified Files: src/usr.bin/make: parse.c Log Message: Make it clearer that this is not a memory leak. CID 978369 To generate a diff of this commit: cvs rdiff -u -r1.221 -r1.222

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 21:23:43 UTC 2017 Modified Files: src/usr.bin/make: job.c Log Message: Plug memory leak in JobPrintCommand. CID 978366 To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 src/usr.bin/make/job.c

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 21:14:47 UTC 2017 Modified Files: src/usr.bin/make: dir.c Log Message: Plug memory leaks in Dir_FindFile. CID 978364 To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/usr.bin/make/dir.c Please

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 21:04:44 UTC 2017 Modified Files: src/usr.bin/make: for.c Log Message: Clarify that assignment is for effect, not truth of value. CID 977502 To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 21:03:13 UTC 2017 Modified Files: src/usr.bin/make: parse.c Log Message: Guarantee no arithmetic overflow. To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/usr.bin/make/parse.c Please note that

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 20:59:04 UTC 2017 Modified Files: src/usr.bin/make: cond.c Log Message: Replace dead conditional by assert. CID 975995 To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/usr.bin/make/cond.c Please

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 20:57:14 UTC 2017 Modified Files: src/usr.bin/make: job.c Log Message: Check fcntl return values out of paranoia. CID 975277 CID 975278 To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 20:49:09 UTC 2017 Modified Files: src/usr.bin/make: arch.c Log Message: Check return value of fseek. CID 975275 CID 975276 To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/usr.bin/make/arch.c

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 20:38:18 UTC 2017 Modified Files: src/usr.bin/make: suff.c Log Message: Assert archive member syntax. Cite who guarantees it. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2017-04-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Apr 16 20:20:24 UTC 2017 Modified Files: src/usr.bin/make: make_malloc.c Log Message: nowadays function specifiers go in declaration_specifiers (not after the declarator) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 20:14:49 UTC 2017 Modified Files: src/usr.bin/make: main.c Log Message: Factor out parts of cached_realpath. This wacky API confused Coverity (CID 1405167) and is no good for human readers either. To generate a

CVS commit: src/games/fortune/datfiles

2017-04-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Apr 16 20:08:59 UTC 2017 Modified Files: src/games/fortune/datfiles: netbsd Log Message: Remove unmaintained link to imrryr from NetBSD specific fortune(6) entries The original content is not accessible with the original link

CVS commit: src/usr.bin/make

2017-04-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Apr 16 20:00:59 UTC 2017 Modified Files: src/usr.bin/make: main.c parse.c Log Message: Use bmake_malloc where we don't test the return value of malloc currently. Appeases coverity. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 19:53:58 UTC 2017 Modified Files: src/usr.bin/make: dir.c parse.c suff.c targ.c var.c Log Message: Use, don't kludge, MAKE_ATTR_UNUSED. CID 1300234 CID 1300237 CID 1300238 CID 1300245 CID 1300255 CID 1300267 CID

CVS commit: src/tests/kernel

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 18:24:23 UTC 2017 Modified Files: src/tests/kernel: t_rnd.c Log Message: Stress rump hyperentropy a little harder. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/kernel/t_rnd.c Please

CVS commit: src/sys/arch/arm/nvidia

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 18:05:35 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: Add support for PCI_INTR_MPSAFE To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/arm/include

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 18:02:50 UTC 2017 Modified Files: src/sys/arch/arm/include: pci_machdep.h Log Message: Add function ptr for pci_intr_setattr to struct arm32_pci_chipset To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/modules/lua

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 17:45:12 UTC 2017 Modified Files: src/sys/modules/lua: lua.c Log Message: Can't destroy pb until we're done using it. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/modules/lua/lua.c Please

CVS commit: src/sys

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 17:18:55 UTC 2017 Modified Files: src/sys/kern: vnode_if.c src/sys/rump/include/rump: rumpvnode_if.h src/sys/rump/librump/rumpvfs: rumpvnode_if.c src/sys/sys: vnode_if.h Log Message: regen to

CVS commit: src/sys/kern

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 17:18:28 UTC 2017 Modified Files: src/sys/kern: vnode_if.sh Log Message: Count vnode arguments correctly. Don't count arguments that have WILLRELE/WILLPUT; count arguments that are struct vnode *. No functional

CVS commit: src/sys

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 16:49:26 UTC 2017 Modified Files: src/sys/kern: vnode_if.c src/sys/rump/include/rump: rumpvnode_if.h src/sys/rump/librump/rumpvfs: rumpvnode_if.c src/sys/sys: vnode_if.h Log Message: regen

CVS commit: src/sys/kern

2017-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 16:48:08 UTC 2017 Modified Files: src/sys/kern: vfs_vnode.c vnode_if.src Log Message: Back out previous. Breaks file systems for which VOP_UNLOCK doesn't work on a reclaimed vnode. The only case in tree right now

CVS commit: src/sys/arch/arm/samsung

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 15:52:43 UTC 2017 Modified Files: src/sys/arch/arm/samsung: exynos5422_clock.c Log Message: Adapt for clock domain support To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/arm/samsung

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 15:52:16 UTC 2017 Modified Files: src/sys/arch/arm/samsung: exynos_fdt.c Log Message: Init array no longer required To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/samsung/exynos_fdt.c

CVS commit: src/sys/arch/evbarm/conf

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 15:49:26 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: EXYNOS Log Message: typo fix To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/EXYNOS Please note that diffs are not

CVS commit: src/sys/arch/arm/nvidia

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 13:27:19 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_sdhc.c Log Message: Disable SDR104 until the Tegra K1 custom tuning method is implemented. This is required to work around errata that describes

CVS commit: src/tests/lib/libc/sys

2017-04-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Apr 16 13:09:40 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: ATF test attach2/t_ptrace_wait* is unstable Mark it broken with: PR kern/52168 attach2:t_ptrace_wait* is unsable In order to get

CVS commit: src/tests/lib/libc/sys

2017-04-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Apr 16 12:50:59 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Mark signal3/t_ptrace_wait* with timeout on sparc 32-bit PR kern/52167 signal3/t_ptrace_wait* timeouts on sparc 32-bit This test

CVS commit: src/tests/lib/libc/sys

2017-04-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Apr 16 12:32:03 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Mark syscallemu1/t_ptrace_wait* broken on 32-bit sparc PR kern/52166 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/evbarm/conf

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 12:29:40 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: TEGRA Log Message: Add fclock(4) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/TEGRA Please note that diffs are

CVS commit: src/sys/dev/fdt

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 12:29:20 UTC 2017 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: fixedclock.c Log Message: Add support for simple fixed-rate clock source bindings. To generate a diff of this

CVS commit: src/sys

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 12:28:21 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_car.c tegra_ahcisata.c tegra_drm.c tegra_hdaudio.c tegra_soctherm.c tegra_timer.c tegra_xusb.c src/sys/dev/clk: clk.c clk.h

CVS commit: src/sys/arch/arm/nvidia

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 12:27:47 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_fdt.c Log Message: Remove list of init devices To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/nvidia/tegra_fdt.c

CVS commit: src/sys/arch/arm/nvidia

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 12:26:04 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: soc_tegra124.c Log Message: get cpu pll clock from devicetree To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/fdt

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 12:24:57 UTC 2017 Modified Files: src/sys/dev/fdt: fdtbus.c fdtvar.h Log Message: Attach devices in order of "phandle" property inserted by DTC. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/arm/nvidia

2017-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 12:22:18 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_drm_mode.c Log Message: Get DC clock parent from devicetree To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tests/lib/libc/sys

2017-04-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Apr 16 12:03:26 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Restore atf_tc_expect_fail in signal4 of t_ptrace_wait* Accidentally there was removed a PR, it was never fixed. PR 51918 "ptrace

CVS commit: src/tests/net/ipsec

2017-04-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sun Apr 16 10:34:49 UTC 2017 Modified Files: src/tests/net/ipsec: t_ipsec_tunnel.sh Log Message: Revert "Mark tests of tunnel/AH/IPv6 as expected failure (PR kern/52161)" The issue was fixed by christos@ To generate a diff of

CVS commit: src/share/man/man9

2017-04-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 16 07:05:24 UTC 2017 Modified Files: src/share/man/man9: locking.9 Log Message: Wording. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/locking.9 Please note that diffs are not public

CVS commit: src/share/man/man9

2017-04-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 16 06:36:03 UTC 2017 Modified Files: src/share/man/man9: bus_space.9 klua_lock.9 Log Message: Merge "userland" to be consistent with other man pages. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/share/man/man9

2017-04-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 16 06:34:05 UTC 2017 Modified Files: src/share/man/man9: klua_mod_register.9 Log Message: More wording and whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/klua_mod_register.9