CVS commit: src/sys/arch/aarch64/aarch64

2019-09-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Sep 20 05:35:27 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: ref/mod bit should be set according to 'flags' argument, not 'prot'. r1.44 was incomplete. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/aarch64/aarch64

2019-09-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Sep 20 05:35:27 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: ref/mod bit should be set according to 'flags' argument, not 'prot'. r1.44 was incomplete. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2019-09-19 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Sep 20 05:32:42 UTC 2019 Modified Files: src/sys/dev/ic: nvme.c Log Message: Don't set Phase Tag bit of Completion Queue entry at nvme_poll_done(). A new completion queue entry check incorrectly determined that there was a

CVS commit: src/sys/dev/ic

2019-09-19 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Sep 20 05:32:42 UTC 2019 Modified Files: src/sys/dev/ic: nvme.c Log Message: Don't set Phase Tag bit of Completion Queue entry at nvme_poll_done(). A new completion queue entry check incorrectly determined that there was a

CVS commit: src/sys/crypto/nist_hash_drbg

2019-09-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 19 18:29:55 UTC 2019 Modified Files: src/sys/crypto/nist_hash_drbg: nist_hash_drbg.c Log Message: Use an explicit run-time assertion where compile-time doesn't work. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/crypto/nist_hash_drbg

2019-09-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 19 18:29:55 UTC 2019 Modified Files: src/sys/crypto/nist_hash_drbg: nist_hash_drbg.c Log Message: Use an explicit run-time assertion where compile-time doesn't work. To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: src/sys/crypto/nist_hash_drbg

2019-09-19 Thread Kamil Rytarowski
On 19.09.2019 16:35, Taylor R Campbell wrote: > Module Name: src > Committed By: riastradh > Date: Thu Sep 19 14:35:00 UTC 2019 > > Modified Files: > src/sys/crypto/nist_hash_drbg: nist_hash_drbg.c > > Log Message: > Use CTASSERT where possible, run-time assertion where not. > >

CVS commit: src/sys/dev/mii

2019-09-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 19 14:41:28 UTC 2019 Modified Files: src/sys/dev/mii: rlphy.c Log Message: - ICPLUS -> xxICPLUS - Print model name if it's ICPLUS IP101 to avoid "Realtek internal PHY". To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/mii

2019-09-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 19 14:41:28 UTC 2019 Modified Files: src/sys/dev/mii: rlphy.c Log Message: - ICPLUS -> xxICPLUS - Print model name if it's ICPLUS IP101 to avoid "Realtek internal PHY". To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/mii

2019-09-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 19 14:39:08 UTC 2019 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.142 -r1.143

CVS commit: src/sys/dev/mii

2019-09-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 19 14:39:08 UTC 2019 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.142 -r1.143

CVS commit: src/sys/dev/mii

2019-09-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 19 14:38:45 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: Change ICPLUS(0x0090c3) to xxICPLUS(0x0009c3) To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/dev/mii/miidevs Please

CVS commit: src/sys/dev/mii

2019-09-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 19 14:38:45 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: Change ICPLUS(0x0090c3) to xxICPLUS(0x0009c3) To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/dev/mii/miidevs Please

CVS commit: src/sys/crypto/nist_hash_drbg

2019-09-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 19 14:35:00 UTC 2019 Modified Files: src/sys/crypto/nist_hash_drbg: nist_hash_drbg.c Log Message: Use CTASSERT where possible, run-time assertion where not. Should fix negative-length variable-length array found by

CVS commit: src/sys/crypto/nist_hash_drbg

2019-09-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 19 14:35:00 UTC 2019 Modified Files: src/sys/crypto/nist_hash_drbg: nist_hash_drbg.c Log Message: Use CTASSERT where possible, run-time assertion where not. Should fix negative-length variable-length array found by

CVS commit: src/tests/lib/libcurses

2019-09-19 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Sep 19 11:31:58 UTC 2019 Modified Files: src/tests/lib/libcurses: testframe.txt src/tests/lib/libcurses/check_files: mutt_test5.chk mutt_test6.chk src/tests/lib/libcurses/director: returns.h testlang_conf.l

CVS commit: src/tests/lib/libcurses

2019-09-19 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Sep 19 11:31:58 UTC 2019 Modified Files: src/tests/lib/libcurses: testframe.txt src/tests/lib/libcurses/check_files: mutt_test5.chk mutt_test6.chk src/tests/lib/libcurses/director: returns.h testlang_conf.l

CVS commit: src/sys/net

2019-09-19 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Sep 19 06:09:52 UTC 2019 Modified Files: src/sys/net: if_l2tp.c Log Message: l2tp(4): avoid having struct ifqueue directly in a percpu storage. percpu(9) has a certain memory storage for each CPU and provides it by the

CVS commit: src/sys/net

2019-09-19 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Sep 19 06:09:52 UTC 2019 Modified Files: src/sys/net: if_l2tp.c Log Message: l2tp(4): avoid having struct ifqueue directly in a percpu storage. percpu(9) has a certain memory storage for each CPU and provides it by the

CVS commit: src/sys

2019-09-19 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Sep 19 06:07:25 UTC 2019 Modified Files: src/sys/net: if.c if.h if_gif.c if_gif.h if_ipsec.c if_ipsec.h if_l2tp.c if_l2tp.h src/sys/netinet: in_gif.c in_l2tp.c src/sys/netinet6: in6_gif.c

CVS commit: src/sys

2019-09-19 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Sep 19 06:07:25 UTC 2019 Modified Files: src/sys/net: if.c if.h if_gif.c if_gif.h if_ipsec.c if_ipsec.h if_l2tp.c if_l2tp.h src/sys/netinet: in_gif.c in_l2tp.c src/sys/netinet6: in6_gif.c