CVS commit: src/sys/arch/amd64/amd64
Module Name:src Committed By: maxv Date: Tue Oct 17 07:02:50 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: copy.S Log Message: fix comment, rdx, not edx To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/amd64/amd64/copy.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/inetd
Module Name:src Committed By: ozaki-r Date: Tue Oct 17 07:13:19 UTC 2017 Modified Files: src/usr.sbin/inetd: inetd.c Log Message: Don't setup SPs if no policy sepecifier is specified We expect that SPs are set up iff some policy sepecifier(s) are specified. Found on investigating an issue reported by Robert Swindells To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/usr.sbin/inetd/inetd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netipsec
Module Name:src Committed By: ozaki-r Date: Tue Oct 17 07:23:08 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c Log Message: Fix buffer length for ipsec_logsastr To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/netipsec/ipsec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: maxv Date: Tue Oct 17 07:33:44 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S locore.S src/sys/arch/amd64/include: frameasm.h src/sys/arch/x86/x86: cpu.c Log Message: Have the cpu clear PSL_D automatically when entering the kernel via a syscall. Then, don't clear PSL_D and PSL_AC in the syscall entry point, they are now both cleared by the cpu (faster). However they still need to be manually cleared in the interrupt/trap entry points. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/amd64/amd64/amd64_trap.S cvs rdiff -u -r1.131 -r1.132 src/sys/arch/amd64/amd64/locore.S cvs rdiff -u -r1.22 -r1.23 src/sys/arch/amd64/include/frameasm.h cvs rdiff -u -r1.137 -r1.138 src/sys/arch/x86/x86/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/amd64
Module Name:src Committed By: maxv Date: Tue Oct 17 07:48:10 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: locore.S machdep.c Log Message: Move %ds and %es into the GDT on 64bit LWPs. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/arch/amd64/amd64/locore.S cvs rdiff -u -r1.267 -r1.268 src/sys/arch/amd64/amd64/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/external/bsd/wpa/dist
Module Name:src Committed By: martin Date: Tue Oct 17 12:42:06 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/ap [netbsd-8]: ieee802_11.c wpa_auth.c wpa_auth.h wpa_auth_ft.c wpa_auth_i.h src/external/bsd/wpa/dist/src/common [netbsd-8]: wpa_common.h src/external/bsd/wpa/dist/src/rsn_supp [netbsd-8]: tdls.c wpa.c wpa_ft.c wpa_i.h src/external/bsd/wpa/dist/wpa_supplicant [netbsd-8]: wnm_sta.c Log Message: Pull up following revision(s) (requested by spz in ticket #324): external/bsd/wpa/dist/src/ap/ieee802_11.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth_i.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/tdls.c: revision 1.2 external/bsd/wpa/dist/src/common/wpa_common.h: revision 1.3 external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: revision 1.2 external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: revision 1.4 external/bsd/wpa/dist/src/ap/wpa_auth.c: revision 1.10 apply patches from upstream, namely from https://w1.fi/security/2017-1/";>https://w1.fi/security/2017-1/ : rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch 02-Oct-2017 16:19 6.1K rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch 02-Oct-2017 16:19 7.7K rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch 02-Oct-2017 16:19 6.7K rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch 02-Oct-2017 16:19 2.5K rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch 02-Oct-2017 16:19 1.9K rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch 02-Oct-2017 16:19 4.2K rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch 02-Oct-2017 16:19 1.6K rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch 02-Oct-2017 16:19 2.7K for CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 (see https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt";>https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt for details) To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.1.1.7.6.1 \ src/external/bsd/wpa/dist/src/ap/ieee802_11.c \ src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c cvs rdiff -u -r1.9 -r1.9.6.1 src/external/bsd/wpa/dist/src/ap/wpa_auth.c cvs rdiff -u -r1.1.1.6 -r1.1.1.6.6.1 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.h \ src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h cvs rdiff -u -r1.2 -r1.2.6.1 \ src/external/bsd/wpa/dist/src/common/wpa_common.h cvs rdiff -u -r1.1.1.5 -r1.1.1.5.6.1 \ src/external/bsd/wpa/dist/src/rsn_supp/tdls.c cvs rdiff -u -r1.1.1.8 -r1.1.1.8.6.1 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa.c cvs rdiff -u -r1.1.1.6 -r1.1.1.6.6.1 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_i.h cvs rdiff -u -r1.3 -r1.3.6.1 \ src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Oct 17 12:44:41 UTC 2017 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Ticket #324 To generate a diff of this commit: cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-8.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/cpuctl/arch
Module Name:src Committed By: msaitoh Date: Tue Oct 17 14:48:43 UTC 2017 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Update from the latest Intel SDM: 0x5c: Atom (Goldmont) 0x5f: Atom (Goldmont, Denverton) 0x7a: Atom (Goldmont Plus) To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/usr.sbin/cpuctl/arch/i386.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: rjs Date: Tue Oct 17 14:53:23 UTC 2017 Modified Files: src/sys/netinet: sctp_pcb.c Log Message: Remove function prototype that is no longer required. NFC To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/netinet/sctp_pcb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: rjs Date: Tue Oct 17 15:02:31 UTC 2017 Modified Files: src/sys/netinet: sctp_pcb.c Log Message: Wrap pcb list check with #ifdef DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/sctp_pcb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/fs/msdosfs
Module Name:src Committed By: martin Date: Tue Oct 17 15:43:09 UTC 2017 Modified Files: src/sys/fs/msdosfs [netbsd-6]: msdosfs_vfsops.c Log Message: Apply patch form mlelstv to fix the build after pullup #1506 To generate a diff of this commit: cvs rdiff -u -r1.93.6.4 -r1.93.6.5 src/sys/fs/msdosfs/msdosfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: martin Date: Tue Oct 17 15:44:00 UTC 2017 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ammend #1502 To generate a diff of this commit: cvs rdiff -u -r1.1.2.311 -r1.1.2.312 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: martin Date: Tue Oct 17 15:48:59 UTC 2017 Modified Files: src/doc [netbsd-7]: CHANGES-7.2 Log Message: Ticket #1517 To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-7.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/external/bsd/wpa/dist
Module Name:src Committed By: martin Date: Tue Oct 17 15:48:07 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/ap [netbsd-7]: ieee802_11.c wpa_auth.c wpa_auth.h wpa_auth_ft.c wpa_auth_i.h src/external/bsd/wpa/dist/src/common [netbsd-7]: wpa_common.h src/external/bsd/wpa/dist/src/rsn_supp [netbsd-7]: tdls.c wpa.c wpa_ft.c wpa_i.h src/external/bsd/wpa/dist/wpa_supplicant [netbsd-7]: wnm_sta.c Log Message: Pull up following revision(s) (requested by spz in ticket #1517): external/bsd/wpa/dist/src/ap/ieee802_11.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth_i.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/tdls.c: revision 1.2 external/bsd/wpa/dist/src/common/wpa_common.h: revision 1.3 external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: revision 1.2 external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: revision 1.4 external/bsd/wpa/dist/src/ap/wpa_auth.c: revision 1.10 apply patches from upstream, namely from https://w1.fi/security/2017-1/";>https://w1.fi/security/2017-1/ : rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch 02-Oct-2017 16:19 6.1K rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch 02-Oct-2017 16:19 7.7K rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch 02-Oct-2017 16:19 6.7K rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch 02-Oct-2017 16:19 2.5K rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch 02-Oct-2017 16:19 1.9K rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch 02-Oct-2017 16:19 4.2K rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch 02-Oct-2017 16:19 1.6K rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch 02-Oct-2017 16:19 2.7K for CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 (see https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt";>https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt for details) To generate a diff of this commit: cvs rdiff -u -r1.1.1.4.4.2 -r1.1.1.4.4.3 \ src/external/bsd/wpa/dist/src/ap/ieee802_11.c \ src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c cvs rdiff -u -r1.6.4.2 -r1.6.4.3 src/external/bsd/wpa/dist/src/ap/wpa_auth.c cvs rdiff -u -r1.1.1.3.4.2 -r1.1.1.3.4.3 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.h \ src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h cvs rdiff -u -r1.1.1.3.4.2 -r1.1.1.3.4.3 \ src/external/bsd/wpa/dist/src/common/wpa_common.h cvs rdiff -u -r1.1.1.2.4.2 -r1.1.1.2.4.3 \ src/external/bsd/wpa/dist/src/rsn_supp/tdls.c cvs rdiff -u -r1.1.1.5.4.2 -r1.1.1.5.4.3 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa.c cvs rdiff -u -r1.1.1.3.4.2 -r1.1.1.3.4.3 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_i.h cvs rdiff -u -r1.1.1.1.6.2 -r1.1.1.1.6.3 \ src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: rjs Date: Tue Oct 17 15:49:00 UTC 2017 Modified Files: src/sys/netinet: sctp_pcb.c Log Message: Remove some foreign conditional code. NFC intended. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/sctp_pcb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-1] src/external/bsd/wpa/dist
Module Name:src Committed By: martin Date: Tue Oct 17 15:50:36 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/ap [netbsd-7-1]: ieee802_11.c wpa_auth.c wpa_auth.h wpa_auth_ft.c wpa_auth_i.h src/external/bsd/wpa/dist/src/common [netbsd-7-1]: wpa_common.h src/external/bsd/wpa/dist/src/rsn_supp [netbsd-7-1]: tdls.c wpa.c wpa_ft.c wpa_i.h src/external/bsd/wpa/dist/wpa_supplicant [netbsd-7-1]: wnm_sta.c Log Message: Pull up following revision(s) (requested by spz in ticket #1517): external/bsd/wpa/dist/src/ap/ieee802_11.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth_i.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/tdls.c: revision 1.2 external/bsd/wpa/dist/src/common/wpa_common.h: revision 1.3 external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: revision 1.2 external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: revision 1.4 external/bsd/wpa/dist/src/ap/wpa_auth.c: revision 1.10 apply patches from upstream, namely from https://w1.fi/security/2017-1/";>https://w1.fi/security/2017-1/ : rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch 02-Oct-2017 16:19 6.1K rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch 02-Oct-2017 16:19 7.7K rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch 02-Oct-2017 16:19 6.7K rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch 02-Oct-2017 16:19 2.5K rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch 02-Oct-2017 16:19 1.9K rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch 02-Oct-2017 16:19 4.2K rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch 02-Oct-2017 16:19 1.6K rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch 02-Oct-2017 16:19 2.7K for CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 (see https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt";>https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt for details) To generate a diff of this commit: cvs rdiff -u -r1.1.1.4.4.1.6.1 -r1.1.1.4.4.1.6.2 \ src/external/bsd/wpa/dist/src/ap/ieee802_11.c \ src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c cvs rdiff -u -r1.6.4.1.6.1 -r1.6.4.1.6.2 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.c cvs rdiff -u -r1.1.1.3.4.1.6.1 -r1.1.1.3.4.1.6.2 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.h \ src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h cvs rdiff -u -r1.1.1.3.4.1.6.1 -r1.1.1.3.4.1.6.2 \ src/external/bsd/wpa/dist/src/common/wpa_common.h cvs rdiff -u -r1.1.1.2.4.1.6.1 -r1.1.1.2.4.1.6.2 \ src/external/bsd/wpa/dist/src/rsn_supp/tdls.c cvs rdiff -u -r1.1.1.5.4.1.6.1 -r1.1.1.5.4.1.6.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa.c cvs rdiff -u -r1.1.1.3.4.1.6.1 -r1.1.1.3.4.1.6.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_i.h cvs rdiff -u -r1.1.1.1.6.1.6.1 -r1.1.1.1.6.1.6.2 \ src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-1] src/doc
Module Name:src Committed By: martin Date: Tue Oct 17 15:51:18 UTC 2017 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.1 Log Message: Ticket #1517 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-7.1.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: rjs Date: Tue Oct 17 15:53:01 UTC 2017 Modified Files: src/sys/netinet: sctp_pcb.c Log Message: Remove duplicate assignment, comment doesn't match it anyway. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/netinet/sctp_pcb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/external/bsd/wpa/dist
Module Name:src Committed By: martin Date: Tue Oct 17 15:52:35 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/ap [netbsd-7-0]: ieee802_11.c wpa_auth.c wpa_auth.h wpa_auth_ft.c wpa_auth_i.h src/external/bsd/wpa/dist/src/common [netbsd-7-0]: wpa_common.h src/external/bsd/wpa/dist/src/rsn_supp [netbsd-7-0]: tdls.c wpa.c wpa_ft.c wpa_i.h src/external/bsd/wpa/dist/wpa_supplicant [netbsd-7-0]: wnm_sta.c Log Message: Pull up following revision(s) (requested by spz in ticket #1517): external/bsd/wpa/dist/src/ap/ieee802_11.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth_i.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/tdls.c: revision 1.2 external/bsd/wpa/dist/src/common/wpa_common.h: revision 1.3 external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: revision 1.2 external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: revision 1.4 external/bsd/wpa/dist/src/ap/wpa_auth.c: revision 1.10 apply patches from upstream, namely from https://w1.fi/security/2017-1/";>https://w1.fi/security/2017-1/ : rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch 02-Oct-2017 16:19 6.1K rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch 02-Oct-2017 16:19 7.7K rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch 02-Oct-2017 16:19 6.7K rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch 02-Oct-2017 16:19 2.5K rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch 02-Oct-2017 16:19 1.9K rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch 02-Oct-2017 16:19 4.2K rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch 02-Oct-2017 16:19 1.6K rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch 02-Oct-2017 16:19 2.7K for CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 (see https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt";>https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt for details) To generate a diff of this commit: cvs rdiff -u -r1.1.1.4.4.1.2.1 -r1.1.1.4.4.1.2.2 \ src/external/bsd/wpa/dist/src/ap/ieee802_11.c \ src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c cvs rdiff -u -r1.6.4.1.2.1 -r1.6.4.1.2.2 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.c cvs rdiff -u -r1.1.1.3.4.1.2.1 -r1.1.1.3.4.1.2.2 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.h \ src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h cvs rdiff -u -r1.1.1.3.4.1.2.1 -r1.1.1.3.4.1.2.2 \ src/external/bsd/wpa/dist/src/common/wpa_common.h cvs rdiff -u -r1.1.1.2.4.1.2.1 -r1.1.1.2.4.1.2.2 \ src/external/bsd/wpa/dist/src/rsn_supp/tdls.c cvs rdiff -u -r1.1.1.5.4.1.2.1 -r1.1.1.5.4.1.2.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa.c cvs rdiff -u -r1.1.1.3.4.1.2.1 -r1.1.1.3.4.1.2.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_i.h cvs rdiff -u -r1.1.1.1.6.1.2.1 -r1.1.1.1.6.1.2.2 \ src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: martin Date: Tue Oct 17 15:53:19 UTC 2017 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1517 To generate a diff of this commit: cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-7.0.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/external/bsd/wpa/dist
Module Name:src Committed By: martin Date: Tue Oct 17 15:58:49 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/ap [netbsd-6]: ieee802_11.c wpa_auth.c wpa_auth.h wpa_auth_ft.c wpa_auth_i.h src/external/bsd/wpa/dist/src/common [netbsd-6]: wpa_common.h src/external/bsd/wpa/dist/src/rsn_supp [netbsd-6]: tdls.c wpa.c wpa_ft.c wpa_i.h src/external/bsd/wpa/dist/wpa_supplicant [netbsd-6]: wnm_sta.c Log Message: Pull up following revision(s) (requested by spz in ticket #1507): external/bsd/wpa/dist/src/ap/ieee802_11.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth_i.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/tdls.c: revision 1.2 external/bsd/wpa/dist/src/common/wpa_common.h: revision 1.3 external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: revision 1.2 external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: revision 1.4 external/bsd/wpa/dist/src/ap/wpa_auth.c: revision 1.10 apply patches from upstream, namely from https://w1.fi/security/2017-1/";>https://w1.fi/security/2017-1/ : rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch 02-Oct-2017 16:19 6.1K rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch 02-Oct-2017 16:19 7.7K rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch 02-Oct-2017 16:19 6.7K rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch 02-Oct-2017 16:19 2.5K rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch 02-Oct-2017 16:19 1.9K rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch 02-Oct-2017 16:19 4.2K rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch 02-Oct-2017 16:19 1.6K rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch 02-Oct-2017 16:19 2.7K for CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 (see https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt";>https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt for details) To generate a diff of this commit: cvs rdiff -u -r1.1.1.2.4.1 -r1.1.1.2.4.2 \ src/external/bsd/wpa/dist/src/ap/ieee802_11.c \ src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c cvs rdiff -u -r1.3.4.1 -r1.3.4.2 src/external/bsd/wpa/dist/src/ap/wpa_auth.c cvs rdiff -u -r1.1.1.1.8.1 -r1.1.1.1.8.2 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.h \ src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h cvs rdiff -u -r1.1.1.1.8.1 -r1.1.1.1.8.2 \ src/external/bsd/wpa/dist/src/common/wpa_common.h cvs rdiff -u -r1.1.1.5.10.2 -r1.1.1.5.10.3 \ src/external/bsd/wpa/dist/src/rsn_supp/tdls.c cvs rdiff -u -r1.1.1.2.4.1 -r1.1.1.2.4.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa.c cvs rdiff -u -r1.1.1.1.8.1 -r1.1.1.1.8.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_i.h cvs rdiff -u -r1.3.10.2 -r1.3.10.3 \ src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: martin Date: Tue Oct 17 15:59:22 UTC 2017 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #1507 To generate a diff of this commit: cvs rdiff -u -r1.1.2.312 -r1.1.2.313 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/external/bsd/wpa/dist
Module Name:src Committed By: martin Date: Tue Oct 17 16:00:47 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/ap [netbsd-6-1]: ieee802_11.c wpa_auth.c wpa_auth.h wpa_auth_ft.c wpa_auth_i.h src/external/bsd/wpa/dist/src/common [netbsd-6-1]: wpa_common.h src/external/bsd/wpa/dist/src/rsn_supp [netbsd-6-1]: tdls.c wpa.c wpa_ft.c wpa_i.h src/external/bsd/wpa/dist/wpa_supplicant [netbsd-6-1]: wnm_sta.c Log Message: Pull up following revision(s) (requested by spz in ticket #1507): external/bsd/wpa/dist/src/ap/ieee802_11.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth_i.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/tdls.c: revision 1.2 external/bsd/wpa/dist/src/common/wpa_common.h: revision 1.3 external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: revision 1.2 external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: revision 1.4 external/bsd/wpa/dist/src/ap/wpa_auth.c: revision 1.10 apply patches from upstream, namely from https://w1.fi/security/2017-1/";>https://w1.fi/security/2017-1/ : rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch 02-Oct-2017 16:19 6.1K rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch 02-Oct-2017 16:19 7.7K rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch 02-Oct-2017 16:19 6.7K rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch 02-Oct-2017 16:19 2.5K rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch 02-Oct-2017 16:19 1.9K rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch 02-Oct-2017 16:19 4.2K rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch 02-Oct-2017 16:19 1.6K rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch 02-Oct-2017 16:19 2.7K for CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 (see https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt";>https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt for details) To generate a diff of this commit: cvs rdiff -u -r1.1.1.2.12.1 -r1.1.1.2.12.2 \ src/external/bsd/wpa/dist/src/ap/ieee802_11.c \ src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c cvs rdiff -u -r1.3.12.1 -r1.3.12.2 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.c cvs rdiff -u -r1.1.1.1.16.1 -r1.1.1.1.16.2 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.h \ src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h cvs rdiff -u -r1.1.1.1.16.1 -r1.1.1.1.16.2 \ src/external/bsd/wpa/dist/src/common/wpa_common.h cvs rdiff -u -r1.1.1.5.12.2 -r1.1.1.5.12.3 \ src/external/bsd/wpa/dist/src/rsn_supp/tdls.c cvs rdiff -u -r1.1.1.2.12.1 -r1.1.1.2.12.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa.c cvs rdiff -u -r1.1.1.1.16.1 -r1.1.1.1.16.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_i.h cvs rdiff -u -r1.3.12.2 -r1.3.12.3 \ src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/doc
Module Name:src Committed By: martin Date: Tue Oct 17 16:01:23 UTC 2017 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: Ticket #1507 To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-6.1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/external/bsd/wpa/dist
Module Name:src Committed By: martin Date: Tue Oct 17 16:02:44 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/ap [netbsd-6-0]: ieee802_11.c wpa_auth.c wpa_auth.h wpa_auth_ft.c wpa_auth_i.h src/external/bsd/wpa/dist/src/common [netbsd-6-0]: wpa_common.h src/external/bsd/wpa/dist/src/rsn_supp [netbsd-6-0]: tdls.c wpa.c wpa_ft.c wpa_i.h src/external/bsd/wpa/dist/wpa_supplicant [netbsd-6-0]: wnm_sta.c Log Message: Pull up following revision(s) (requested by spz in ticket #1507): external/bsd/wpa/dist/src/ap/ieee802_11.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth_i.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa.c: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: revision 1.2 external/bsd/wpa/dist/src/ap/wpa_auth.h: revision 1.2 external/bsd/wpa/dist/src/rsn_supp/tdls.c: revision 1.2 external/bsd/wpa/dist/src/common/wpa_common.h: revision 1.3 external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: revision 1.2 external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: revision 1.4 external/bsd/wpa/dist/src/ap/wpa_auth.c: revision 1.10 apply patches from upstream, namely from https://w1.fi/security/2017-1/";>https://w1.fi/security/2017-1/ : rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch 02-Oct-2017 16:19 6.1K rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch 02-Oct-2017 16:19 7.7K rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch 02-Oct-2017 16:19 6.7K rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch 02-Oct-2017 16:19 2.5K rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch 02-Oct-2017 16:19 1.9K rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch 02-Oct-2017 16:19 4.2K rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch 02-Oct-2017 16:19 1.6K rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch 02-Oct-2017 16:19 2.7K for CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 (see https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt";>https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt for details) To generate a diff of this commit: cvs rdiff -u -r1.1.1.2.10.1 -r1.1.1.2.10.2 \ src/external/bsd/wpa/dist/src/ap/ieee802_11.c \ src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c cvs rdiff -u -r1.3.10.1 -r1.3.10.2 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.c cvs rdiff -u -r1.1.1.1.14.1 -r1.1.1.1.14.2 \ src/external/bsd/wpa/dist/src/ap/wpa_auth.h \ src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h cvs rdiff -u -r1.1.1.1.14.1 -r1.1.1.1.14.2 \ src/external/bsd/wpa/dist/src/common/wpa_common.h cvs rdiff -u -r1.1.1.5.14.2 -r1.1.1.5.14.3 \ src/external/bsd/wpa/dist/src/rsn_supp/tdls.c cvs rdiff -u -r1.1.1.2.10.1 -r1.1.1.2.10.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa.c cvs rdiff -u -r1.1.1.1.14.1 -r1.1.1.1.14.2 \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c \ src/external/bsd/wpa/dist/src/rsn_supp/wpa_i.h cvs rdiff -u -r1.3.14.2 -r1.3.14.3 \ src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/doc
Module Name:src Committed By: martin Date: Tue Oct 17 16:03:18 UTC 2017 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: Ticket #1507 To generate a diff of this commit: cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-6.0.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: rjs Date: Tue Oct 17 16:07:18 UTC 2017 Modified Files: src/sys/netinet: sctp_usrreq.c Log Message: Set SPL level to match usage for TCP. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/netinet/sctp_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: skrll Date: Tue Oct 17 16:23:50 UTC 2017 Modified Files: src/sys/arch/arm/arm32: vm_machdep.c Log Message: Fix eva argument to pmap_remove and passed prot bits in flags for pmap_enter, i.e. fix previous. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/arm/arm32/vm_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: jdolecek Date: Tue Oct 17 16:24:14 UTC 2017 Modified Files: src/sys/dev/ic: mvsata.c Log Message: no need to clear DMA WAIT flag in mvsata_edma_handle(), it's not needed by atabus layer To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/mvsata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: jdolecek Date: Tue Oct 17 18:52:51 UTC 2017 Modified Files: src/sys/dev/ata: ata_subr.c ata_wdc.c atavar.h src/sys/dev/ic: wdc.c src/sys/dev/pci: pciide_common.c src/sys/dev/scsipi: atapi_wdc.c Log Message: reintroduce ATACH_IRQ_WAIT flag for attachments using wdcintr(), only process the interrupt when the flag is set - this fixes spurious interrupt during post-reset drive setup in wdc_ata_bio_start(), and wdc_atapi_start() while those functions set WDCTL_IDS, this seems to be ignored by certain (maybe all) PCI-IDE controllers; usually the implicit KERNEL_LOCK() would prevent the interrupt anyway, but not when the start routine is started from the atabus thread, which doesn't take it fixes 'panic: wdc_ata_bio_intr: bad state' reported on current-users by Chavdar Ivanov To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ata/ata_subr.c cvs rdiff -u -r1.108 -r1.109 src/sys/dev/ata/ata_wdc.c cvs rdiff -u -r1.94 -r1.95 src/sys/dev/ata/atavar.h cvs rdiff -u -r1.286 -r1.287 src/sys/dev/ic/wdc.c cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/pciide_common.c cvs rdiff -u -r1.128 -r1.129 src/sys/dev/scsipi/atapi_wdc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: rjs Date: Tue Oct 17 19:18:30 UTC 2017 Modified Files: src/sys/netinet: sctp_pcb.c Log Message: Move call to sofree() to end of sctp_inpcb_free() and re-aquire softnet_lock. Logic copied from in_pcb.c. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/netinet/sctp_pcb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: rjs Date: Tue Oct 17 19:23:42 UTC 2017 Modified Files: src/sys/netinet: sctp_pcb.c sctp_usrreq.c src/sys/netinet6: sctp6_usrreq.c Log Message: Make SCTP work when IPSEC is also defined. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/sctp_pcb.c cvs rdiff -u -r1.7 -r1.8 src/sys/netinet/sctp_usrreq.c cvs rdiff -u -r1.13 -r1.14 src/sys/netinet6/sctp6_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: pgoyette Date: Tue Oct 17 21:11:36 UTC 2017 Modified Files: src/share/man/man9: do_setresuid.9 Log Message: Typo: s/processes/process's/ for possession To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/do_setresuid.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/include
Module Name:src Committed By: msaitoh Date: Wed Oct 18 03:38:32 UTC 2017 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add Turbo Boost Max Technology 3.0 bit. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/arch/x86/include/specialreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.