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

2017-09-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Sep 29 03:17:18 UTC 2017 Modified Files: src/sys/arch/x86/include: pmap.h Log Message: Fix build sys/arch/x86/x86/cpu.c:920:20: error: 'pmap_largepages' undeclared (first use in this function) smp_data.large = (pmap_large

CVS commit: src/lib/libc/net

2017-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 29 00:04:33 UTC 2017 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: PR/52578: Benjamin M. Schwartz: sync the internal copy of res_nquery for getaddrinfo, with the real version so that we handle EDNS fallbac

CVS commit: src/lib/libc/resolv

2017-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 28 23:32:01 UTC 2017 Modified Files: src/lib/libc/resolv: res_mkquery.c Log Message: PR/52578: Benjamin M. Schwartz Set the AD bit when DNSSEC is enabled (RFC 6840 Section 5.7). To generate a diff of this commit: cvs r

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-09-28 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Sep 28 20:34:23 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq wd.c wdvar.h Log Message: add sysctls to control if NCQ is being used, and how many max tags; I have a drive which is significantly slower wit

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-09-28 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Sep 28 20:25:45 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq Log Message: add note about DEV_BSIZE use To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/sys/dev/ata/TODO.ncq Pl

CVS commit: src/usr.bin/sys_info

2017-09-28 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Thu Sep 28 18:08:04 UTC 2017 Modified Files: src/usr.bin/sys_info: sys_info.sh Log Message: Also report versions of tcpdump, libpcap, and wpa_supplicant Bump sys_info version to 20170928 To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2017-09-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Sep 28 17:48:20 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: mptramp.S src/sys/arch/i386/i386: mptramp.S src/sys/arch/x86/x86: cpu.c Log Message: Pack the useful variables at the end of the trampoline page;

CVS commit: src/sys/arch/amd64/amd64

2017-09-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Sep 28 17:35:08 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: locore.S machdep.c Log Message: Clean up, and initialize the lwp0 fields in init_x86_64. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sy

CVS commit: src/sys/netipsec

2017-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 28 17:21:42 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c key.c key_debug.c key_debug.h keysock.c Log Message: - sanitize key debugging so that we don't print extra newlines or unassociated debugging messages. - r

CVS commit: src/sbin/resize_ffs

2017-09-28 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Sep 28 17:07:20 UTC 2017 Modified Files: src/sbin/resize_ffs: resize_ffs.c Log Message: Fix the most obvious integer overflow errors which can lead to superblock corruption. Thanks to riastradh@ For example: # df /data Fil

CVS commit: src/sys/net

2017-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 28 16:26:14 UTC 2017 Modified Files: src/sys/net: if_ether.h Log Message: - add a constant for the vlan mask. - enforce that we have a tag before we get it. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/dev/pci

2017-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 28 16:24:39 UTC 2017 Modified Files: src/sys/dev/pci: if_bge.c Log Message: - only get the vtag if we have it like the other drivers - mask the hardware vlan tag To generate a diff of this commit: cvs rdiff -u -r1.311

CVS commit: src/sys/dev/pci

2017-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 28 16:23:57 UTC 2017 Modified Files: src/sys/dev/pci: if_stge.c Log Message: only get vtag when we have vtag like the other drivers. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/if_stge

CVS commit: src/lib/libm/man

2017-09-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Sep 28 15:03:18 UTC 2017 Modified Files: src/lib/libm/man: copysign.3 Log Message: Restore CAVEATS section unmodified. It apparently refers to VAX and its lack of a negative zero. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/i2c

2017-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Sep 28 13:08:00 UTC 2017 Modified Files: src/sys/dev/i2c: max77620.c Log Message: Fix register write location To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/max77620.c Please note that diffs a

CVS commit: src/lib/libm/man

2017-09-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Sep 28 11:18:41 UTC 2017 Modified Files: src/lib/libm/man: math.3 Log Message: List a few more functions To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libm/man/math.3 Please note that diffs are not pub

CVS commit: src/lib/libm/man

2017-09-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Sep 28 11:09:05 UTC 2017 Modified Files: src/lib/libm/man: copysign.3 Log Message: Remove CAVEATS section The man page for an individual function is not the right place to discuss the issues with negative zero To generate a d

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

2017-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 28 10:59:38 UTC 2017 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Print the following cpuid bits: 0x000d:1 eax (xsaveopt, xsavec, xgetbv1, xsaves) 0x000f:0 edx (cqm_llc) 0x

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

2017-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Sep 28 09:44:29 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra210_car.c Log Message: use CLK_GATE_SIMPLE To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/nvidia/tegra210_car.c Please