CVS commit: src/sys/kern

2018-12-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Dec 10 07:24:49 UTC 2018 Modified Files: src/sys/kern: subr_kleak.c Log Message: Improve error handling, doesn't matter a lot, but still. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/kern/subr_kleak.c

CVS commit: src/sys/dev/pci

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Dec 10 06:23:54 UTC 2018 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: call pci_intr_release() when pci_intr_establish_xname() fails; I got confused by the opposite conditionals compared to other drivers found by

CVS commit: src/external/cddl/osnet/usr.bin/ztest

2018-12-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Dec 10 03:58:30 UTC 2018 Modified Files: src/external/cddl/osnet/usr.bin/ztest: ztest.1 Log Message: Describe how unaccounted changes are detected without Star Trek references, for everyone in 2018. Thanks to maya & gdt To

CVS commit: src/sys/dev/i2c

2018-12-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Dec 10 00:31:45 UTC 2018 Modified Files: src/sys/dev/i2c: i2c_exec.c i2cvar.h Log Message: Make i2c_acquire_bus() / i2c_release_bus() real symbols. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/usb

2018-12-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Dec 10 00:29:47 UTC 2018 Modified Files: src/sys/dev/usb: uchcom.c Log Message: Remove incorrect printout of CH340/CH341 part. CH341 and CH340 can't be differentiated by the chip's USB firmware version. To generate a

CVS commit: src/sys/dev/usb

2018-12-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Dec 10 00:22:14 UTC 2018 Modified Files: src/sys/dev/usb: uchcom.c Log Message: Don't accumulate RX data into packets on CH341. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/usb/uchcom.c

CVS commit: src/sys/dev/usb

2018-12-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Dec 10 00:03:11 UTC 2018 Modified Files: src/sys/dev/usb: uchcom.c Log Message: Note the instance of the driver in register access trace debug messages. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/doc

2018-12-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Dec 9 23:18:41 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: New wpa_supplicant out. To generate a diff of this commit: cvs rdiff -u -r1.1574 -r1.1575 src/doc/3RDPARTY Please note that diffs are not public domain;

CVS commit: src/sys/kern

2018-12-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 9 23:05:02 UTC 2018 Modified Files: src/sys/kern: sys_pset.c Log Message: Handle the case when a CPU is assigned to a set it is already a member of. Previously this would trigger an assertion failure. To generate a

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64

2018-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 9 21:39:48 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64: aes.inc Log Message: add new file (Robert Swindells) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/sys/uvm

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 20:45:37 UTC 2018 Modified Files: src/sys/uvm: uvm_bio.c Log Message: for direct map case, avoid PGO_NOBLOCKALLOC when writing, it makes genfs_getpages() return unallocated pages using the zero page and PG_RDONLY;

CVS commit: src/sys/uvm

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 20:33:04 UTC 2018 Modified Files: src/sys/uvm: uvm_pager.h Log Message: update comment - PGO_JOURNALLOCKED now supported for 'get' too To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/miscfs/genfs

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 20:32:37 UTC 2018 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: support flag PGO_JOURNALLOCKED also for genfs_getpages() To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/lib/libc/stdlib

2018-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 9 20:29:53 UTC 2018 Modified Files: src/lib/libc/stdlib: getopt_long.3 Log Message: fix grammar. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdlib/getopt_long.3 Please note that diffs

CVS commit: src/sys/dev

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 19:21:17 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c src/sys/dev/pci: ichsmb.c Log Message: try to detach on shutdown; for now the only practical reason is to test that the driver detach paths work To

CVS commit: src/sys/dev/pci

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 19:16:10 UTC 2018 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: convert to pci_intr_alloc() to possibly allow MSI/MSI-X; has no effect on my system, where the device only supports INTx To generate a diff

CVS commit: src/external/apache2/mDNSResponder

2018-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 9 19:03:42 UTC 2018 Modified Files: src/external/apache2/mDNSResponder: Makefile.inc Log Message: Don't hard-code the path To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/cddl/osnet/dist/cmd/zdb

2018-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 9 18:01:01 UTC 2018 Modified Files: src/external/cddl/osnet/dist/cmd/zdb: zdb.c Log Message: fix printf warnings. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/cddl/osnet/dist/cmd/zdb/zdb.c

CVS commit: src/sbin/newfs_udf

2018-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 9 17:52:48 UTC 2018 Modified Files: src/sbin/newfs_udf: udf_create.c Log Message: Address of packed member might not be aligned. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/bin/sh

2018-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 9 17:33:38 UTC 2018 Modified Files: src/bin/sh: parser.c Log Message: comment out unused. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/bin/sh/parser.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2018-12-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Dec 9 16:00:40 UTC 2018 Modified Files: src/sys/dev/ic: com.c Log Message: sparc64 doesn't have a scalar bus_space_handle_t, so cope with this. Also, add a comment about why we're using the dummy / nil space handle in the

CVS commit: src

2018-12-09 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Dec 9 15:08:06 UTC 2018 Modified Files: src/distrib/sets/lists/comp: ad.aarch64 src/sys/arch/aarch64/include: Makefile Log Message: Install aarch64/sljit_machdep.h. To generate a diff of this commit: cvs rdiff -u

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

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 11:52:11 UTC 2018 Modified Files: src/sys/arch/amd64/conf: ALL Log Message: remove 'NOT WORKING' for ena(4) - while it was not yet confirmed working on x86, it already is confirmed working on aarm64 so chances are

CVS commit: src/sys/dev/pci/cxgb

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 11:49:07 UTC 2018 Modified Files: src/sys/dev/pci/cxgb: cxgb_main.c Log Message: use pci_intr_establish_xname() XXX due to 2008-01-17 '10 gigabit Chelsio cards now compile and work, although XXX not very well yet'

CVS commit: src/sys/dev/pci/bktr

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 11:22:35 UTC 2018 Modified Files: src/sys/dev/pci/bktr: bktr_os.c Log Message: use pci_intr_establish_xname() To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/bktr/bktr_os.c Please

CVS commit: src/sys/dev/pci

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 11:14:02 UTC 2018 Modified Files: src/sys/dev/pci: aac_pci.c adv_pci.c adw_pci.c ahc_pci.c ahd_pci.c amr.c arcmsr.c artsata.c atppc_puc.c auacer.c auixp.c auvia.c azalia.c btvmei.c cac_pci.c

CVS commit: src/sys/dev/acpi

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 11:12:58 UTC 2018 Modified Files: src/sys/dev/acpi: tpm_acpi.c Log Message: make compile on 64-bit archs after acpi_mem ar_length was changed from uint32_t to bus_size_t in rev. 1.77 of acpivar.h To generate a diff

CVS commit: src/sys/dev/pci

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 10:38:54 UTC 2018 Modified Files: src/sys/dev/pci: if_ath_pci.c Log Message: put back the intr establish to ath_pci_resume() to avoid possibility of functionality change, but add XXX comment that it shouldn't be

CVS commit: src/sys/dev/pci

2018-12-09 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 9 10:06:56 UTC 2018 Modified Files: src/sys/dev/pci: if_ath_pci.c Log Message: use pci_intr_establish_xname() upon code inspection, remove intr re-establish from ath_pci_resume() - not needed to re-establish interrupt