CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 05:58:12 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Remove dead codes. chan will never be NULL in SIMPLEQ_FOREACH. To generate a diff of this commit: cvs rdiff -u -r1.390 -r1.391 src/sys/dev/audio.c

CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 05:58:12 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Remove dead codes. chan will never be NULL in SIMPLEQ_FOREACH. To generate a diff of this commit: cvs rdiff -u -r1.390 -r1.391 src/sys/dev/audio.c

CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 05:54:14 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Introduce audio_destroy_pfilters()/audio_destroy_rfilters() and use it. To generate a diff of this commit: cvs rdiff -u -r1.389 -r1.390

CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 05:54:14 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Introduce audio_destroy_pfilters()/audio_destroy_rfilters() and use it. To generate a diff of this commit: cvs rdiff -u -r1.389 -r1.390

CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 05:46:23 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Add missing initialization of sc_rfilters in audioattach(). To generate a diff of this commit: cvs rdiff -u -r1.388 -r1.389 src/sys/dev/audio.c

CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 05:46:23 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Add missing initialization of sc_rfilters in audioattach(). To generate a diff of this commit: cvs rdiff -u -r1.388 -r1.389 src/sys/dev/audio.c

CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 05:42:31 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Remove a duplicated line. To generate a diff of this commit: cvs rdiff -u -r1.387 -r1.388 src/sys/dev/audio.c Please note that diffs are not public

CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 05:42:31 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Remove a duplicated line. To generate a diff of this commit: cvs rdiff -u -r1.387 -r1.388 src/sys/dev/audio.c Please note that diffs are not public

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 04:17:34 UTC 2017 Modified Files: src/sys/netipsec: key.c keydb.h Log Message: MP-ify SAD (key_sad.sahlist and sah entries) localcount(9) is used to protect key_sad.sahlist and sah entries as well as SPD (and will be

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 04:17:34 UTC 2017 Modified Files: src/sys/netipsec: key.c keydb.h Log Message: MP-ify SAD (key_sad.sahlist and sah entries) localcount(9) is used to protect key_sad.sahlist and sah entries as well as SPD (and will be

CVS commit: src/share/man/man3

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 03:58:43 UTC 2017 Modified Files: src/share/man/man3: queue.3 Log Message: s/tail queue/simple queue/ in SIMPLE QUEUES section. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/share/man/man3/queue.3

CVS commit: src/share/man/man3

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 8 03:58:43 UTC 2017 Modified Files: src/share/man/man3: queue.3 Log Message: s/tail queue/simple queue/ in SIMPLE QUEUES section. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/share/man/man3/queue.3

CVS commit: src/sys/net

2017-08-07 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Aug 8 03:14:50 UTC 2017 Modified Files: src/sys/net: if_gif.c Log Message: fix leak when encap_attach() fails twice. XXX need pullup to -8 branch To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128

CVS commit: src/sys/net

2017-08-07 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Aug 8 03:14:50 UTC 2017 Modified Files: src/sys/net: if_gif.c Log Message: fix leak when encap_attach() fails twice. XXX need pullup to -8 branch To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128

CVS commit: src/tests/net/ipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 02:27:03 UTC 2017 Modified Files: src/tests/net/ipsec: common.sh Log Message: Fix setkey -D -P outputs The outputs were tweaked (by me), but I forgot updating libipsec in my local ATF environment... To generate a

CVS commit: src/tests/net/ipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 02:27:03 UTC 2017 Modified Files: src/tests/net/ipsec: common.sh Log Message: Fix setkey -D -P outputs The outputs were tweaked (by me), but I forgot updating libipsec in my local ATF environment... To generate a

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

2017-08-07 Thread Kengo NAKAHARA
Hi maxv@n.o, On 2017/08/08 2:12, Maxime Villard wrote: > Le 07/08/2017 à 10:38, Kengo NAKAHARA a écrit : >> "intrctl affinity" in NetBSD-current causes panic. Here is the backtrace >> >> panic: kernel diagnostic assertion "mutex_owned(_lock) || !mp_online" >> failed: file

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 01:56:49 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Add missing mutex_exit To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/sys/netipsec/key.c Please note that diffs are not

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 01:56:49 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Add missing mutex_exit To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/sys/netipsec/key.c Please note that diffs are not

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 01:56:10 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Tweak wording (pserialize critical section => pserialize read section) Suggested by riastradh@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 01:56:10 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Tweak wording (pserialize critical section => pserialize read section) Suggested by riastradh@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 01:55:17 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Add __read_mostly to key_psz Suggested by riastradh@ To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/netipsec/key.c

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 8 01:55:17 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Add __read_mostly to key_psz Suggested by riastradh@ To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/netipsec/key.c

CVS commit: src/sys/dev/hpc

2017-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 7 23:57:40 UTC 2017 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: XXX: On hpcsh only - bring back old incorrect hpckbd_keymap_setup() fixed in 1.31. The old one with UNCONST does work on hpcsh b/c the kernel is

CVS commit: src/sys/dev/hpc

2017-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 7 23:57:40 UTC 2017 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: XXX: On hpcsh only - bring back old incorrect hpckbd_keymap_setup() fixed in 1.31. The old one with UNCONST does work on hpcsh b/c the kernel is

CVS commit: src/sys/arch/hpcsh/dev

2017-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 7 23:42:11 UTC 2017 Modified Files: src/sys/arch/hpcsh/dev: pfckbd.c Log Message: Don't reschedule the callout in the scanning function itself, as that conflicts with using the same function for polled console. Makes early

CVS commit: src/sys/arch/hpcsh/dev

2017-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 7 23:42:11 UTC 2017 Modified Files: src/sys/arch/hpcsh/dev: pfckbd.c Log Message: Don't reschedule the callout in the scanning function itself, as that conflicts with using the same function for polled console. Makes early

CVS commit: src/sbin/shutdown

2017-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 7 22:08:12 UTC 2017 Modified Files: src/sbin/shutdown: shutdown.c Log Message: Use NULL instead of 0 for null pointer. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sbin/shutdown/shutdown.c Please

CVS commit: src/sbin/shutdown

2017-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 7 22:08:12 UTC 2017 Modified Files: src/sbin/shutdown: shutdown.c Log Message: Use NULL instead of 0 for null pointer. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sbin/shutdown/shutdown.c Please

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

2017-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 7 21:50:34 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sun8i_h3_codec.c Log Message: h3_codec_pr_write: clear write mode bit after setting it; fixes an issue with output being mutex when skipping tracks in mpg123

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

2017-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 7 21:50:34 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sun8i_h3_codec.c Log Message: h3_codec_pr_write: clear write mode bit after setting it; fixes an issue with output being mutex when skipping tracks in mpg123

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

2017-08-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 7 17:31:11 UTC 2017 Modified Files: src/sys/arch/x86/x86: pmc.c Log Message: Fix GCC warning on NET4501, PR/52451. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/x86/pmc.c Please note

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

2017-08-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 7 17:31:11 UTC 2017 Modified Files: src/sys/arch/x86/x86: pmc.c Log Message: Fix GCC warning on NET4501, PR/52451. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/x86/pmc.c Please note

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

2017-08-07 Thread Maxime Villard
Le 07/08/2017 à 10:38, Kengo NAKAHARA a écrit : Hi maxv@n.o, "intrctl affinity" in NetBSD-current causes panic. Here is the backtrace panic: kernel diagnostic assertion "mutex_owned(_lock) || !mp_online" failed: file

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

2017-08-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 7 17:10:09 UTC 2017 Modified Files: src/sys/arch/x86/x86: idt.c Log Message: Remove incorrect KASSERT, only the allocation is protected by cpu_lock. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2017-08-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 7 17:10:09 UTC 2017 Modified Files: src/sys/arch/x86/x86: idt.c Log Message: Remove incorrect KASSERT, only the allocation is protected by cpu_lock. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: [perseant-stdc-iso10646] src

2017-08-07 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Mon Aug 7 14:27:11 UTC 2017 Modified Files: src/lib/libc/locale [perseant-stdc-iso10646]: _wctrans_local.h rune.c src/usr.bin [perseant-stdc-iso10646]: Makefile Log Message: Make it compile again when

CVS commit: [perseant-stdc-iso10646] src

2017-08-07 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Mon Aug 7 14:27:11 UTC 2017 Modified Files: src/lib/libc/locale [perseant-stdc-iso10646]: _wctrans_local.h rune.c src/usr.bin [perseant-stdc-iso10646]: Makefile Log Message: Make it compile again when

CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Aug 7 13:30:51 UTC 2017 Modified Files: src/sys/dev: aurateconv.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/aurateconv.c Please note that diffs are not

CVS commit: src/sys/dev

2017-08-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Aug 7 13:30:51 UTC 2017 Modified Files: src/sys/dev: aurateconv.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/aurateconv.c Please note that diffs are not

CVS commit: src/sys

2017-08-07 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 7 09:24:43 UTC 2017 Modified Files: src/sys/arch/arm/imx: imxspi.c src/sys/arch/evbarm/conf: NETWALKER src/sys/dev/spi: m25p.c Log Message: Add support Microchip SST25VF016B. - Fixed imxspi send and

CVS commit: src/sys

2017-08-07 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 7 09:24:43 UTC 2017 Modified Files: src/sys/arch/arm/imx: imxspi.c src/sys/arch/evbarm/conf: NETWALKER src/sys/dev/spi: m25p.c Log Message: Add support Microchip SST25VF016B. - Fixed imxspi send and

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

2017-08-07 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 7 08:54:54 UTC 2017 Modified Files: src/sys/arch/evbarm/netwalker: netwalker_machdep.c Log Message: Clean up IOPORT settings. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

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

2017-08-07 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 7 08:54:54 UTC 2017 Modified Files: src/sys/arch/evbarm/netwalker: netwalker_machdep.c Log Message: Clean up IOPORT settings. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

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

2017-08-07 Thread Kengo NAKAHARA
Hi maxv@n.o, "intrctl affinity" in NetBSD-current causes panic. Here is the backtrace panic: kernel diagnostic assertion "mutex_owned(_lock) || !mp_online" failed: file "/disk4/home/k-nakahara/repos/netbsd-src/sys/arch/x86/x86/idt.c", line 122 fatal breakpoint trap in

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Aug 7 07:45:45 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Hold key_sad.lock on SAVLIST_WRITER_INSERT_TAIL To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/sys/netipsec/key.c Please

CVS commit: src/sys/netipsec

2017-08-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Aug 7 07:45:45 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Hold key_sad.lock on SAVLIST_WRITER_INSERT_TAIL To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/sys/netipsec/key.c Please

CVS commit: src/sys/ufs

2017-08-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 7 06:53:49 UTC 2017 Modified Files: src/sys/ufs/lfs: ulfs_vnops.c src/sys/ufs/ufs: ufs_vnops.c Log Message: Tidy up ufs_readdir. First step only; there's plenty more that could be done to improve this code.

CVS commit: src/sys/ufs

2017-08-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 7 06:53:49 UTC 2017 Modified Files: src/sys/ufs/lfs: ulfs_vnops.c src/sys/ufs/ufs: ufs_vnops.c Log Message: Tidy up ufs_readdir. First step only; there's plenty more that could be done to improve this code.

CVS commit: src/external/mit/xorg/server/drivers

2017-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 06:51:13 UTC 2017 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: don't build apm, ark or glint on cats for xorg-server 1.18. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/external/mit/xorg/server/drivers

2017-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 06:51:13 UTC 2017 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: don't build apm, ark or glint on cats for xorg-server 1.18. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94