summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-11-22Read the datasheet more closely and put in some delays. The chip willbrad
2022-11-22Use explicit struct to represent RX queue buffer data structure.tsutsui
2022-11-22Regen.msaitoh
2022-11-22Add some Xeon Scalable devices from OpenBSD.msaitoh
2022-11-21A driver for the Bosch BMP280 / BME280 temperature, humidity andbrad
2022-11-21Use common macro for numbers of cylinders and blocks for HP-IB disks.tsutsui
2022-11-21Make local functions and variables static.tsutsui
2022-11-21Make local variables static and read only ones const.tsutsui
2022-11-21Sync a list of HP-IB disk IDs with kernel's one.tsutsui
2022-11-21Update AMD CPUID Fn8000_001bmsaitoh
2022-11-21When testing whiteout support on the underlying file systemhannken
2022-11-21Fix panic on packet sending via a route with rt_ifa of AF_LINK.knakahara
2022-11-19Style. NFCI.skrll
2022-11-19Fix some typesskrll
2022-11-19Fix _bus_dmamem_alloc_range function declaration - low and high areskrll
2022-11-19G/C gtmr_init function declarationskrll
2022-11-19Some commentsskrll
2022-11-19Fix CONSADDR and save a labelskrll
2022-11-19bcm2835_intr.c: fix !MULTIPROCESSORyamt
2022-11-19arm/rockchip: fix build w/o MULTIPROCESSORyamt
2022-11-19sunxi_can.c: fix build with MBUFTRACEyamt
2022-11-19bpf: refresh bd_pid in a few more places as wellyamt
2022-11-19Make arp have its own mowneryamt
2022-11-19ieee80211_input.c: Fix a few debug messagesyamt
2022-11-19assym.mk: Fix assym.d generationyamt
2022-11-18Fix SR_WPRI.skrll
2022-11-18kern/vfs_init.c: extern vfs_op_descs got rehomed in sys/vnode.h.riastradh
2022-11-17pckbc(4): Stop waiting 8us before reading each data byte.riastradh
2022-11-17A driver for the Aosong AHT20 temperature and humidity sensor. Whilebrad
2022-11-17Use updated defines for the user-mode sstatus value.simonb
2022-11-17Document lots of bits.simonb
2022-11-17Use better types and struct member names in the clockframe.simonb
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2022-11-17Fix sending broken RTM_DELADDR message in some operations.knakahara
2022-11-16Add CPUID Fn8000_0022 AMD Extended Performance Monitoring and Debug.msaitoh
2022-11-16Add CPUID Fn8000_0021 AMD Extended Features Identification 2.msaitoh
2022-11-16Add Some definitions from AMD APM:msaitoh
2022-11-16typo in commentskrll
2022-11-15Enable CD9660; noticed by he@.simonb
2022-11-15Include GENERIC.local if it exists.simonb
2022-11-15Use similar macro-magic to aarch64 armreg.h to add per-csrsimonb
2022-11-15remove workaround for old clang - it's not needed anymore and caused problemsmacallan
2022-11-15arp: Validate ARP source hardware address matches Ethernet sourceroy
2022-11-15don't KASSERT(kpreempt_disabled()) while coldmacallan
2022-11-15Revert prior.roy
2022-11-14Adjust comment for new sizes.roy
2022-11-14arp: Validate L2 sender hardware address matches ARP proberoy
2022-11-14net: Store a pointer to the Layer 2 Sender Hardware address in mbufroy
2022-11-13Comment fixskrll
2022-11-12Skip the first PHY found to remove the shadow PHY that appears atjmcneill