CVS commit: src/common/lib/libc/arch/x86_64/string

2020-01-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Jan 16 09:23:43 UTC 2020 Modified Files: src/common/lib/libc/arch/x86_64/string: memcmp.S Log Message: Back out previous, it's broken. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/x86_64/s

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-01-16 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Jan 16 12:54:16 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: Makefile.xxboot Log Message: Remove .else part of .if OBJECT_FMT == ELF. All similar parts in other Makefiles are removed in 2010. To generate a diff of

CVS commit: src

2020-01-16 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Jan 16 12:56:40 UTC 2020 Modified Files: src/share/man/man4: carp.4 src/sys/netinet: ip_carp.c ip_carp.h Log Message: Provide SIOCGIFMEDIA ioctl to deliver link status. Add link0 (IFF_LINK0) flag to map INIT state to L

CVS commit: src/sys/arch/x68k/stand

2020-01-16 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Jan 16 13:15:47 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: Makefile src/sys/arch/x68k/stand/boot_ustar: Makefile src/sys/arch/x68k/stand/xxboot: Makefile.xxboot Log Message: Rewrite limit check u

CVS commit: src/sys/net

2020-01-16 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Jan 16 13:16:59 UTC 2020 Modified Files: src/sys/net: if_ethersubr.c Log Message: use the CARP interface for arp/nd instead of the carp parent interface. this provides the correct source mac address for the packets. there are

CVS commit: src/sys/arch/x68k/stand

2020-01-16 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Jan 16 13:37:27 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S src/sys/arch/x68k/stand/boot_ustar: boot_ustar.S src/sys/arch/x68k/stand/xxboot: boot.S Log Message: Use .org directive to fix di

CVS commit: src/usr.sbin/sysinst

2020-01-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 16 13:56:24 UTC 2020 Modified Files: src/usr.sbin/sysinst: install.c upgrade.c Log Message: Remove useless calls to get_ramsize() - return value is ignored and the function has no side effects. To generate a diff of this

CVS commit: src/sys/opencrypto

2020-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 15:29:24 UTC 2020 Modified Files: src/sys/opencrypto: cryptodev.c ocryptodev.c Log Message: Initialize the session variable to an impossible session to prevent compiler warnings. To generate a diff of this commit: c

CVS commit: [ad-namecache] src/sys/kern

2020-01-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Jan 16 16:45:31 UTC 2020 Modified Files: src/sys/kern [ad-namecache]: vfs_lookup.c Log Message: Push the vnode locking in namei() about as far back as it will go. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.212.4

CVS commit: src/usr.sbin/sysinst

2020-01-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 16 16:47:19 UTC 2020 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c defs.h disks.c main.c Log Message: Fix /tmp tmpfs handling and on machines with enough RAM default to creating a /tmp tmpfs with 25% of ram size lim

CVS commit: src/external/bsd/libarchive/dist/libarchive/test

2020-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 17 00:36:20 UTC 2020 Modified Files: src/external/bsd/libarchive/dist/libarchive/test: test_read_disk_directory_traversals.c Log Message: pull fix from head (O_EXEC means O_SEARCH only on FreeBSD) To genera

CVS commit: src/external/bsd/libarchive/dist/libarchive/test

2020-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 17 00:37:03 UTC 2020 Modified Files: src/external/bsd/libarchive/dist/libarchive/test: test_write_disk_secure.c Log Message: fix test I broke by commenting out flags. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/libarchive/dist/libarchive/test

2020-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 17 00:37:26 UTC 2020 Modified Files: src/external/bsd/libarchive/dist/libarchive/test: test_archive_write_set_format_filter_by_ext.c test_read_format_7zip.c test_sparse_basic.c test_wri

CVS commit: src/external/bsd/libarchive/dist/test_utils

2020-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 17 00:38:19 UTC 2020 Added Files: src/external/bsd/libarchive/dist/test_utils: test_common.h test_main.c test_utils.c test_utils.h Log Message: Add back the test harness To generate a diff of this commit: c

CVS commit: src/external/bsd/libarchive

2020-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 17 00:39:27 UTC 2020 Modified Files: src/external/bsd/libarchive: prepare-import.sh Log Message: Don't remove the test harness utilities (the tests were not removed already which is the majority of the files), we can use

CVS commit: src/sys/dev/pci

2020-01-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 17 02:08:26 UTC 2020 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Fix a bug that the virtual channel extended configuraton's arbitration phase register can't be decoded correcty. Found by jmcneill. To gener

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

2020-01-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 17 04:48:21 UTC 2020 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add Fast Short Rep Mov(fsrm). To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/x86/procfs_machdep.c

CVS commit: src/sys/dev/pci

2020-01-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 17 05:11:04 UTC 2020 Modified Files: src/sys/dev/pci: if_aq.c Log Message: set/clear IFF_OACTIVE flag only on txring 0 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/if_aq.c Please note that di

CVS commit: src/sys/dev/pci

2020-01-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 17 05:16:33 UTC 2020 Modified Files: src/sys/dev/pci: if_aq.c Log Message: make counters per queue To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_aq.c Please note that diffs are not public d

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

2020-01-16 Thread John Klos
Module Name:src Committed By: jklos Date: Fri Jan 17 05:20:21 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: POGO Log Message: Remove npf in POGO because it's now in SHEEVAPLUG. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/POGO

CVS commit: src/sys/dev/pci

2020-01-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 17 05:22:42 UTC 2020 Modified Files: src/sys/dev/pci: files.pci if_aq.c Log Message: support internal PHY temperature sensor To generate a diff of this commit: cvs rdiff -u -r1.420 -r1.421 src/sys/dev/pci/files.pci cvs rdif