CVS commit: src/sys/dev/pci
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 there, no other driver does this, and very likely it would actually fail nowadays To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/pci/if_ath_pci.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/pci
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 necessary To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/if_ath_pci.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/acpi
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 of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/tpm_acpi.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/pci
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 ciss_pci.c cmpci.c coram.c cs4280.c cs4281.c cxdtv.c cy_pci.c cz.c dpt_pci.c eap.c emuxki.c esa.c esm.c eso.c fms.c gcscaudio.c icp_pci.c if_age.c if_alc.c if_ale.c if_an_pci.c if_athn_pci.c if_atw_pci.c if_bce.c if_bwfm_pci.c if_bwi_pci.c if_cas.c if_de.c if_dge.c if_ep_pci.c if_epic_pci.c if_esh_pci.c if_et.c if_ex_pci.c if_fpa.c if_fxp_pci.c if_gem_pci.c if_hme_pci.c if_ipw.c if_iwi.c if_jme.c if_kse.c if_le_pci.c if_lii.c if_lmc.c if_malo_pci.c if_mtd_pci.c if_ne_pci.c if_nfe.c if_ntwoc_pci.c if_ral_pci.c if_rtk_pci.c if_rtw_pci.c if_rtwn.c if_sf_pci.c if_ste.c if_stge.c if_ti.c if_tl.c if_tlp_pci.c if_txp.c if_vge.c if_vr.c if_vte.c if_wi_pci.c if_wpi.c if_xge.c iha_pci.c iop_pci.c isp_pci.c jmide.c mfi_pci.c mlx_pci.c mly.c neo.c njs_pci.c oboe.c pcscp.c pdcsata.c rtsx_pci.c satalink.c siop_pci_common.c sv.c svwsata.c tga.c trm.c twa.c twe.c ubsec.c universe_pci.c viaide.c voodoofb.c voyager.c yds.c Log Message: use pci_intr_establish_xname() everywhere To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/aac_pci.c src/sys/dev/pci/trm.c cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/adv_pci.c \ src/sys/dev/pci/iop_pci.c src/sys/dev/pci/pdcsata.c cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/adw_pci.c \ src/sys/dev/pci/artsata.c src/sys/dev/pci/if_alc.c \ src/sys/dev/pci/if_cas.c cvs rdiff -u -r1.72 -r1.73 src/sys/dev/pci/ahc_pci.c cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/ahd_pci.c \ src/sys/dev/pci/if_hme_pci.c cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/amr.c src/sys/dev/pci/cz.c cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/arcmsr.c \ src/sys/dev/pci/if_ne_pci.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/atppc_puc.c \ src/sys/dev/pci/coram.c src/sys/dev/pci/cxdtv.c \ src/sys/dev/pci/gcscaudio.c src/sys/dev/pci/if_bwi_pci.c cvs rdiff -u -r1.34 -r1.35 src/sys/dev/pci/auacer.c cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/auixp.c src/sys/dev/pci/fms.c cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/auvia.c cvs rdiff -u -r1.84 -r1.85 src/sys/dev/pci/azalia.c cvs rdiff -u -r1.30 -r1.31 src/sys/dev/pci/btvmei.c \ src/sys/dev/pci/if_ntwoc_pci.c cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/cac_pci.c \ src/sys/dev/pci/if_an_pci.c src/sys/dev/pci/if_jme.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/ciss_pci.c cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/cmpci.c src/sys/dev/pci/if_txp.c \ src/sys/dev/pci/neo.c cvs rdiff -u -r1.69 -r1.70 src/sys/dev/pci/cs4280.c src/sys/dev/pci/if_ipw.c cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/cs4281.c \ src/sys/dev/pci/if_le_pci.c src/sys/dev/pci/sv.c cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/cy_pci.c src/sys/dev/pci/if_ale.c cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/dpt_pci.c \ src/sys/dev/pci/if_atw_pci.c src/sys/dev/pci/if_xge.c cvs rdiff -u -r1.97 -r1.98 src/sys/dev/pci/eap.c cvs rdiff -u -r1.65 -r1.66 src/sys/dev/pci/emuxki.c src/sys/dev/pci/if_nfe.c \ src/sys/dev/pci/if_stge.c src/sys/dev/pci/if_vge.c cvs rdiff -u -r1.61 -r1.62 src/sys/dev/pci/esa.c src/sys/dev/pci/if_fpa.c cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/esm.c src/sys/dev/pci/yds.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/eso.c src/sys/dev/pci/if_lmc.c cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/icp_pci.c \ src/sys/dev/pci/if_rtw_pci.c src/sys/dev/pci/svwsata.c cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_age.c cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_athn_pci.c \ src/sys/dev/pci/njs_pci.c src/sys/dev/pci/universe_pci.c \ src/sys/dev/pci/voyager.c cvs rdiff -u -r1.47 -r1.48 src/sys/dev/pci/if_bce.c \ src/sys/dev/pci/if_gem_pci.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_bwfm_pci.c cvs rdiff -u -r1.155 -r1.156 src/sys/dev/pci/if_de.c cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/if_dge.c cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/if_ep_pci.c cvs rdiff -u -r1.41 -r1.42 src/sys/dev/pci/if_epic_pci.c cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/if_esh_pci.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_et.c src/sys/dev/pci/if_rtwn.c cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pci/if_ex_pci.c cvs rdiff -u -r1.82 -r1.83 src/sys/dev/pci/if_fxp_pci.c cvs rdiff -u -r1.108 -r1.109 src/sys/dev/pci/if_iwi.c cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/if_kse.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/if_lii.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/if_malo_pci.c cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/if_mtd_pci.c \ src/sys/dev/pci/if_vte.c cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/if_ral_pci.c cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pci/if_rtk_pci.c cvs rdiff -u -r1.21 -r1.22 src/
CVS commit: src/sys/dev/pci/bktr
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/cxgb
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' commit this looks like having worked in past, but since XXX ~2010 received only mechanical updates, and currently it's unreferenced XXX and uncompilable - does it make sense to keep the driver around? To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/cxgb/cxgb_main.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/conf
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 high it will work for x86 too To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/arch/amd64/conf/ALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
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 -r1.24 -r1.25 src/distrib/sets/lists/comp/ad.aarch64 cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch64/include/Makefile 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: 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 first place. To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353 src/sys/dev/ic/com.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
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 domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/newfs_udf
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 src/sbin/newfs_udf/udf_create.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/cmd/zdb
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/apache2/mDNSResponder
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 src/external/apache2/mDNSResponder/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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 of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pci/ichsmb.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: 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 generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/dev/i2c/i2c.c cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/ichsmb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
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 are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/miscfs/genfs
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 src/sys/miscfs/genfs/genfs_io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
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 src/sys/uvm/uvm_pager.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
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; the old code relied on fault logic to get it allocated, which the direct case can't rely on instead just allocate the blocks right away; pass PGO_JOURNALLOCKED so that code wouldn't try to take wapbl lock, this code path is called with it already held this should fix KASSERT() due to PG_RDONLY on write with wapbl towards resolution of PR kern/53124 To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/uvm/uvm_bio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64
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 \ src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aes.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
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 diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/kern/sys_pset.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
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; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
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 src/sys/dev/usb/uchcom.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/usb
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
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 diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/usb/uchcom.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/i2c
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 src/sys/dev/i2c/i2c_exec.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/i2c/i2cvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/usr.bin/ztest
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 generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/usr.bin/ztest/ztest.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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 Masanobu SAITOH To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/ichsmb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.