CVS commit: src/sys

2021-05-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 30 05:59:23 UTC 2021 Modified Files: src/sys/arch/i386/stand/boot: boot2.c src/sys/arch/i386/stand/efiboot: boot.c src/sys/arch/i386/stand/lib: biosdisk.c biosdisk.h exec.c src/sys/lib/libsa:

CVS commit: src/sys/arch/aarch64/aarch64

2021-05-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 30 05:40:57 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: Fix conversion between aarch64 and aarch32 fpreg's; in aarch32 mode, d0-d31 are packed into v0-v15 (== q0-q15). This fixes

CVS commit: src/sys/arch/alpha

2021-05-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 05:26:09 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Define a macro, VM_MDPAGE_PVS(), for fetching the first pv entry for a page. To generate a

CVS commit: src/sys/arch/alpha

2021-05-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 04:04:27 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Pages that are in-use as page table pages should never be part of a UVM loan transaction, so

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

2021-05-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 30 02:28:59 UTC 2021 Modified Files: src/sys/arch/arm/include: lock.h Log Message: Don't use V8 atomic instruction for AA32 mode. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/alpha

2021-05-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 01:41:45 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Track the PT pages allocated to a pmap in the pmap itself. To generate a diff of this

CVS commit: src/sys/arch/alpha/alpha

2021-05-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 01:24:19 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c Log Message: Change pmap_physpage_alloc() to return the vm_page * so that the callers have access to it. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/alpha

2021-05-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 00:34:27 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Define a pmap_pagelist LIST_HEAD and use it where we used ad hoc LIST_HEADs of vm_page

CVS commit: src/sys/dev/pci

2021-05-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 30 00:17:20 UTC 2021 Modified Files: src/sys/dev/pci: if_cas.c Log Message: Unindent code to match the logical structure, ignoring the commented out if. This code should be rewritten to use BUS_DMA_WAITOK, but that's a

CVS commit: src/sys/arch/alpha

2021-05-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 29 23:27:22 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c vm_machdep.c src/sys/arch/alpha/include: pmap.h Log Message: Move the pointer to the pmap's lev1map out of the shared pmap structure and into

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

2021-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 29 22:52:35 UTC 2021 Modified Files: src/sys/arch/hp300/conf: INSTALL Log Message: Reduce diffs from GENERIC for maintainability. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.68

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

2021-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 29 22:50:18 UTC 2021 Modified Files: src/sys/arch/hp300/conf: GENERIC Log Message: Reorder entries and reorganize comments for maintainability. No functional change intended. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/alpha

2021-05-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 29 22:14:09 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Rather than tracking "needs I-sync on return to userspace" in a bitmap, track it with a

CVS commit: src/sys/arch/alpha

2021-05-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 29 21:54:51 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Rename pmap_asn_info to pmap_percpu, and pmap::pm_asni to pmap::pm_percpu. No functional

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

2021-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 29 21:08:44 UTC 2021 Modified Files: src/sys/arch/hp300/conf: INSTALL Log Message: Reduce maxusers to 8 as GENERIC. Should be pulled up to netbsd-9 and netbsd-8. To generate a diff of this commit: cvs rdiff -u -r1.67

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

2021-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 29 21:06:20 UTC 2021 Modified Files: src/sys/arch/hp300/conf: INSTALL Log Message: Add missed 'nhpib at intio' for internal HP-IB. Found on testing HPDisk. Also fix comments for HP-IB devices. Should be pulled up to

CVS commit: src/sys

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 16:49:57 UTC 2021 Modified Files: src/sys/dev/acpi: thinkpad_acpi.c src/sys/sys: power.h Log Message: Add some more Thinkpad hotkeys. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/dev/acpi

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 16:49:49 UTC 2021 Modified Files: src/sys/dev/acpi: thinkpad_acpi.c Log Message: thinkpad(4): Add dtrace probe for hotkey events. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sys/dev/acpi

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 16:49:39 UTC 2021 Modified Files: src/sys/dev/acpi: thinkpad_acpi.c Log Message: thinkpad(4): Attach at LEN0268 with v2 Thinkpad hotkeys too. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sys/dev/usb

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 16:49:30 UTC 2021 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci(4): Wait USB_RESUME_WAIT ms, not 20 ms. Better to use the named constant, and although the spec says 20 ms is enough, apparently for some

CVS commit: src/sys/conf

2021-05-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat May 29 12:03:34 UTC 2021 Modified Files: src/sys/conf: files Log Message: Put the MSGBUFSIZE option in opt_param.h so that changes of its setting in kernel config files will be picked up automatically without needing a "make

CVS commit: src/sys/arch/mips

2021-05-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat May 29 12:35:27 UTC 2021 Modified Files: src/sys/arch/mips/include: cpuregs.h src/sys/arch/mips/mips: fp.S locore.S mips_emul.c mips_fpu.c mips_fputrap.c Log Message: Update the FPU register names and bit

CVS commit: src/sys/dev/ic

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 10:48:23 UTC 2021 Modified Files: src/sys/dev/ic: nvme.c Log Message: nvme(4): Move disestablishment of admin q interrupt to nvme_detach. Nothing re-established this after suspend/resume, so attempting

CVS commit: src/sys/arch/atari/stand/keymaps

2021-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 29 09:50:04 UTC 2021 Modified Files: src/sys/arch/atari/stand/keymaps: Makefile.inc src/sys/arch/atari/stand/keymaps/de: de-kbdmap.c src/sys/arch/atari/stand/keymaps/fr: fr-kbdmap.c

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

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 09:47:28 UTC 2021 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: dwiic(4): Attribute output correctly and relegate to debug-level. Tidy up a little while here. To generate a diff of this commit:

CVS commit: src/sys/dev

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 08:46:38 UTC 2021 Modified Files: src/sys/dev/ic: nvme.c nvmevar.h src/sys/dev/pci: nvme_pci.c Log Message: nvme(4): Add suspend/resume, derived from OpenBSD. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 08:45:38 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_drv.h Log Message: i915drmkms: Fix LOCKDEBUG panic and potential deadlock. This path is taken with a spin lock held, and possibly even

CVS commit: src/sys/dev/ic

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 08:45:29 UTC 2021 Modified Files: src/sys/dev/ic: tpm.c tpmreg.h Log Message: tpm(4): Handle TPM 2.0 random source too, and loop on short reads. Tested on ThinkPad T480. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 08:45:19 UTC 2021 Modified Files: src/sys/dev/usb: ualea.c Log Message: ualea(4): Null suspend/resume handler. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/ualea.c Please note

CVS commit: src/sys/arch/aarch64

2021-05-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 29 06:54:20 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: cpu.h Log Message: Deal with the pmap limitation of maxproc in a more complete way and recognise CPUs with

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

2021-05-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 29 06:37:22 UTC 2021 Modified Files: src/sys/arch/aarch64/include: cpu.h Log Message: Sort includes. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/aarch64/include/cpu.h Please note

CVS commit: src/sys/arch/sparc/sparc

2021-05-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sat May 29 02:58:38 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: cpu.c Log Message: report to the scheduler if we have different speed cpus. To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260

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

2021-05-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 28 07:33:02 UTC 2021 Modified Files: src/sys/arch/alpha/conf: GENERIC Log Message: Add ixg* (commented out). Tested with rin@'s AlphaServer DS10. To generate a diff of this commit: cvs rdiff -u -r1.410 -r1.411

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

2021-05-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 28 05:42:07 UTC 2021 Modified Files: src/sys/arch/emips/include: types.h Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/emips/include/types.h Please note that diffs are not

CVS commit: src/sys/arch/mips

2021-05-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri May 28 00:18:27 UTC 2021 Modified Files: src/sys/arch/mips: README.models Log Message: Update R6000 description. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/README.models Please note that

CVS commit: src/sys/arch/alpha

2021-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu May 27 22:11:31 UTC 2021 Modified Files: src/sys/arch/alpha/include: pci_machdep.h src/sys/arch/alpha/pci: tsc.c tsp_dma.c tsreg.h tsvar.h Log Message: The Tsunami / Typhoon chipsets have a static "monster window"

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

2021-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu May 27 22:05:25 UTC 2021 Modified Files: src/sys/arch/alpha/include: alpha_cpu.h Log Message: Define the arithmetic exception summary bits passed in a0 to entArith. To generate a diff of this commit: cvs rdiff -u -r1.53

CVS commit: src/sys/arch/mips

2021-05-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu May 27 15:00:02 UTC 2021 Modified Files: src/sys/arch/mips/include: locore.h src/sys/arch/mips/mips: mips_emul.c Log Message: Rename the unhelpfully named mips_emul_lwc0() and mips_emul_swc0() to mips_emul_ll() and

CVS commit: src/sys/net

2021-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 27 13:40:38 UTC 2021 Modified Files: src/sys/net: dl_print.c Log Message: Simplify; no need to special case the small buffer zero src_len. lla_snprintf1 never returns -1. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/net

2021-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 27 13:36:33 UTC 2021 Modified Files: src/sys/net: dl_print.c Log Message: Don't use the stack, print to the buffer directly (this was one of the biggest stack users). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/mips/mips

2021-05-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu May 27 13:32:54 UTC 2021 Modified Files: src/sys/arch/mips/mips: mips_emul.c Log Message: Print the CP0 status register too in the debug trap code. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/dev/usb

2021-05-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 27 11:09:15 UTC 2021 Modified Files: src/sys/dev/usb: xhci.c Log Message: Fix error handling botch in 1.138. Thanks to jmcneill@ for spotting it. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142

CVS commit: src/sys/dev/usb

2021-05-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 27 10:44:29 UTC 2021 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: Honour USBMALLOC_ZERO when reusing blocks from the freelist. >From sc.dying on tech-kern To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/nfs

2021-05-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu May 27 08:58:29 UTC 2021 Modified Files: src/sys/nfs: nfsnode.h Log Message: Remove nfs_putpages() prototype; it's not defined anywhere. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/nfs/nfsnode.h

CVS commit: src/sys

2021-05-27 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 27 06:54:45 UTC 2021 Modified Files: src/sys/lib/libsa: Makefile ffsv1.c ffsv2.c lfsv1.c lfsv2.c ufs.c ufs.h src/sys/stand/efiboot: Makefile.efiboot version Added Files: src/sys/lib/libsa: ffs_bswap.c Log

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

2021-05-27 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu May 27 06:19:38 UTC 2021 Modified Files: src/sys/arch/aarch64/conf: Makefile.aarch64 Log Message: In gcc10, -msign-return-address is no longer supported. Instead, (LLVM-compatible) -mbranch-protection option is supported. To

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

2021-05-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 27 06:11:35 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Do no_jmbuf++ when ixgbe_getjcl() failed in ixgbe_setup_receive_ring(), too. To generate a diff of this commit: cvs rdiff -u -r1.78

CVS commit: src/sys/arch/aarch64

2021-05-27 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu May 27 06:11:20 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: procfs_machdep.c src/sys/arch/aarch64/include: cpufunc.h Log Message: fix build error with options ARMV85_BTI To generate a diff of this commit:

CVS commit: src/sys/arch/mips/cavium/dev

2021-05-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu May 27 03:23:29 UTC 2021 Modified Files: src/sys/arch/mips/cavium/dev: if_cnmac.c Log Message: Move the send queue checking to a new function, and also call this in the rx interrupt path. Measureable improvement on a NFS

CVS commit: src/sys/arch/mips/cavium/dev

2021-05-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu May 27 01:43:32 UTC 2021 Modified Files: src/sys/arch/mips/cavium/dev: if_cnmac.c Log Message: Schedule the send cleanup function for next tick in cnmac_start(). In the send cleanup function, schedule for the next tick

CVS commit: src/sys/dev/usb

2021-05-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 26 22:37:21 UTC 2021 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci: Fix logic in waiting for command queue access. _Either_ an existing command in progress, _or_ an existing suspend in progress that is not

CVS commit: src/sys/external/bsd/ipf/netinet

2021-05-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 26 14:48:02 UTC 2021 Modified Files: src/sys/external/bsd/ipf/netinet: ip_nat.c Log Message: Fix ip_nat memory leak and use-after-free, wrong element freed (Cy Schubert)

CVS commit: src/sys/stand/efiboot

2021-05-26 Thread matthew green
Module Name:src Committed By: mrg Date: Wed May 26 09:42:36 UTC 2021 Modified Files: src/sys/stand/efiboot: efiblock.c version Log Message: add basic raidframe support to efiboot. if raid disklabel or gpt is found, add this partition with the offset/size adjusted by

CVS commit: src/sys/dev/raidframe

2021-05-26 Thread matthew green
Module Name:src Committed By: mrg Date: Wed May 26 06:11:50 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_compat80.c rf_driver.c rf_netbsdkintf.c Log Message: support different endian raidframe component label. there are two on-disk formats in use in raidframe: -

CVS commit: src/sys/lib/libsa

2021-05-25 Thread matthew green
Module Name:src Committed By: mrg Date: Wed May 26 04:28:15 UTC 2021 Modified Files: src/sys/lib/libsa: disklabel.c Log Message: in getdisklabel() swap the other-endian disklabel, #ifdef LIBSA_DISKLABEL_EI To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/compat/common

2021-05-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 25 16:50:49 UTC 2021 Modified Files: src/sys/compat/common: Makefile Log Message: PR port-xen/53130 was fixed and closed some time ago, so now we can belatedly re-enable inclusion of the compat_60 x86 microcode code in

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

2021-05-25 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue May 25 09:19:28 UTC 2021 Modified Files: src/sys/arch/mips/conf: files.mips Log Message: Alignment nit. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/arch/mips/conf/files.mips Please note that diffs

CVS commit: src/sys/arch/alpha

2021-05-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 24 21:00:12 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: machdep.c src/sys/arch/alpha/include: mcontext.h Log Message: Add _UC_SETSTACK / _UC_CLRSTACK handling. Fixes the t_sigaltstack test on alpha. To

CVS commit: src/sys/net/lagg

2021-05-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 24 13:42:58 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: Move __KERNEL_RCSID() to the traditional location. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/net/lagg/if_lagg.c

CVS commit: src/sys/net/lagg

2021-05-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 24 13:43:21 UTC 2021 Modified Files: src/sys/net/lagg: if_laggproto.c Log Message: Remove leading blank line. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/net/lagg/if_laggproto.c Please note

CVS commit: src/sys/arch/macppc/stand/ofwboot

2021-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 24 11:13:44 UTC 2021 Modified Files: src/sys/arch/macppc/stand/ofwboot: ofdev.c Log Message: PR 56205: make the 64bit build work To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/dev/raidframe

2021-05-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 24 07:43:15 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: make various things static, and minor KNF clean up. ignore spiflash as a raid device. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/mips/mips

2021-05-24 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon May 24 07:27:39 UTC 2021 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: Whitespace alignment nit. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/mips/mips/fp.S Please note that diffs

CVS commit: src/sys/net/lagg

2021-05-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon May 24 06:24:20 UTC 2021 Modified Files: src/sys/net/lagg: if_laggproto.h Log Message: Added missing copyright and license notice pointed out by thorpej@n.o., Thanks. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net/lagg

2021-05-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon May 24 06:08:29 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c if_lagg.h if_lagg_lacp.h if_laggvar.h Log Message: Added missing copyright and license notice pointed out by thorpej@n.o., Thanks. To generate a diff

CVS commit: src/sys/dev/i2c

2021-05-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 24 05:58:42 UTC 2021 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Bail out of axpreg_attach if axpreg_get_voltage returns an error. uvol isn't updated and shouldn't be used. To generate a diff of this commit:

CVS commit: src/sys/arch/alpha

2021-05-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 24 03:43:24 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: pmap_tlb_shootdown_all_user() can be called in the PV scenario as well as the forward

CVS commit: src/sys/arch/mips

2021-05-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 23 23:24:45 UTC 2021 Modified Files: src/sys/arch/mips/include: mips_param.h netbsd32_machdep.h src/sys/arch/mips/mips: cpu_exec.c netbsd32_machdep.c Log Message: fix "uname -p" on mips n32. this has been returning

CVS commit: src/sys/arch

2021-05-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 23 23:22:55 UTC 2021 Modified Files: src/sys/arch/mips/mips: db_disasm.c db_interface.c src/sys/arch/riscv/riscv: db_disasm.c db_machdep.c Log Message: Improve ddb disassembly for mips (and riscv, cribbed from

CVS commit: src/sys/dev/usb

2021-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 23 21:12:29 UTC 2021 Modified Files: src/sys/dev/usb: xhci.c xhcivar.h Log Message: xhci(4): Block commands and issue Stop Endpoint on suspend. To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140

CVS commit: src/sys/arch/alpha/alpha

2021-05-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 23 19:13:27 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c Log Message: Fix a bug in pmap_tlb_shootdown_all_user(), where it was not stashing away the pointer to the pmap in the TLB context structure like

CVS commit: src/sys/arch/i386/i386

2021-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 23 11:56:28 UTC 2021 Modified Files: src/sys/arch/i386/i386: db_disasm.c Log Message: ddb/i386: Don't go out of the way to detect invalid addresses. db_read_bytes already does this better (but didn't at the time this

CVS commit: src/sys/dev/usb

2021-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 23 11:49:45 UTC 2021 Modified Files: src/sys/dev/usb: xhci.c xhcireg.h xhcivar.h Log Message: xhci(4): Draft suspend/resume. Work almost entirely done and tested by maya@ based on xhci 1.2 spec; tidied up and tweaked

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

2021-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 23 08:59:08 UTC 2021 Modified Files: src/sys/arch/amd64/amd64: db_disasm.c Log Message: ddb/amd64: Don't go out of the way to detect invalid addresses. db_disasm had logic to detect invalid addresses before trying to

CVS commit: src/sys/dev/usb

2021-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 23 08:42:32 UTC 2021 Modified Files: src/sys/dev/usb: umass_scsipi.c Log Message: umass(4): Use an empty function callback, not null pointer. This stupid bug, with an `XXX Broken!' comment right above, has been

CVS commit: src/sys/dev/usb

2021-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 23 08:42:47 UTC 2021 Modified Files: src/sys/dev/usb: umass.c Log Message: umass(4): Assert that we got a cb up front. Avoids jump to zero waaay down the line where we've forgotten why we wanted to jump into

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

2021-05-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 23 01:34:18 UTC 2021 Added Files: src/sys/arch/alpha/conf: GENERIC.QEMU Log Message: Add a GENERIC.QEMU kernel config. This just includes QEMU and then sets some options specifically to make the Qemu experience a little

CVS commit: src/sys/arch/alpha/alpha

2021-05-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 23 01:00:53 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: locore.s Log Message: Fix an error introduced in rev 1.130 where the previous pcb_onfault handler was not restored properly in the kcopyerr case. Also add a

CVS commit: src/sys/uvm

2021-05-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 23 00:36:37 UTC 2021 Modified Files: src/sys/uvm: uvm_swap.c Log Message: avoid taking locks that aren't initialised. fixes panic when typing 'reboot' at the askroot prompt. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/hpcmips/vr

2021-05-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 22 16:00:42 UTC 2021 Modified Files: src/sys/arch/hpcmips/vr: vrgiu.c Log Message: Be explicit about our interface attributes. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/arch/alpha/alpha

2021-05-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 22 15:05:37 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: autoconf.c Log Message: Gah, fix cut-and-paste-o. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/alpha/alpha/autoconf.c Please

CVS commit: src/sys/arch/alpha/alpha

2021-05-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 22 15:04:34 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: autoconf.c Log Message: qemu_find_rootdev(): Zero the buffer that we use to fetch the Qemu "prom" root device variable; junk past the trailing NUL would

CVS commit: src/sys/dev/dkwedge

2021-05-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 22 13:43:50 UTC 2021 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: Handle read-only parent devices. Currently this only affects xbd(4). Other disk drivers succeed opening read-only disks as read-write and only

CVS commit: src/sys/dev/ic

2021-05-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 22 01:24:27 UTC 2021 Modified Files: src/sys/dev/ic: tpm.c Log Message: Remove extra newline from boot messages (isa and acpi front-ends already provide the newline). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/stand/efiboot

2021-05-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri May 21 21:53:15 UTC 2021 Modified Files: src/sys/stand/efiboot: efiacpi.c efiacpi.h efifdt.c exec.c version Log Message: Disable ACPI support when booting big endian kernels. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/lib/libsa

2021-05-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri May 21 21:52:16 UTC 2021 Modified Files: src/sys/lib/libsa: loadfile.c loadfile.h Log Message: Capture the endianness of the ELF file loaded in 'netbsd_elf_data', the same way we do already for the class in

CVS commit: src/sys/dev/i2c

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 21:21:01 UTC 2021 Modified Files: src/sys/dev/i2c: m41st84.c Log Message: add \n to attach output To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/i2c/m41st84.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 20:42:05 UTC 2021 Modified Files: src/sys/dev/i2c: lm75.c Log Message: don't prop_object_retain(NULL) To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/i2c/lm75.c Please note that diffs are

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

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 20:23:35 UTC 2021 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: fix wsdisplay attachment in the New Order Of Things To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

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

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 20:22:15 UTC 2021 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: use probed VRAM size to determine where to put the cursor instead of blindly assuming 16MB also make sure the glyph cache can't

CVS commit: src/sys/conf

2021-05-21 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri May 21 11:28:11 UTC 2021 Modified Files: src/sys/conf: newvers_stand.mk Log Message: Fix previous to use the proper version file path. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2021-05-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri May 21 09:33:27 UTC 2021 Modified Files: src/sys/arch/arm/rockchip: rk_fb.c Log Message: whitespace cleanup To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/rockchip/rk_fb.c Please note that

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

2021-05-20 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu May 20 22:36:09 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: fix little-endian dependence To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/dev/pci/ixgbe/ix_txrx.c Please note

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

2021-05-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 20 10:39:32 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Use uint64_t instead of bus_addr_t for the TX descriptor's buffer address. At least, this change is required for macppc

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

2021-05-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 20 01:41:55 UTC 2021 Modified Files: src/sys/arch/arm/rockchip: rk_cru_composite.c Log Message: Fix wrong calculation found by kUBSan. OK'd by jmcneill. The output was: UBSan: Undefined Behavior in

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

2021-05-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 20 01:07:24 UTC 2021 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c Log Message: Fix signed integer overflow found by kUBSan. OK'd by jmcneill. The output was: UBSan: Undefined Behavior in

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

2021-05-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu May 20 01:02:42 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Added BUS_DMA_COHERENT flag to bus_dmamem_map() to improve stability on aarch64. In ixgbe, TX/RX descriptor rings are configured in 16-byte

CVS commit: src/sys/arch/aarch64

2021-05-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 19 12:16:01 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c src/sys/arch/aarch64/include: pmap.h Log Message: Make even more pmap agnostic To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/aarch64/aarch64

2021-05-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 19 11:54:18 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c Log Message: Reduce characters to print in db_pte_print and unwrap some short lines. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net/lagg

2021-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 19 10:20:50 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: if_lagg: fix format string incompatibility In struct ifnet, the member if_mtu has type uint64_t, which differs from struct ifreq, where the

<    2   3   4   5   6   7   8   9   10   11   >