summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-08-29static const, not const staticJonathan Gray
2022-08-29static inline, not inline staticJonathan Gray
2022-08-29use ansi volatile keyword, not __volatile__Jonathan Gray
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-08-29Support full GICD SPI interrupt count for REG32/REG16.Dale Rahn
2022-08-28Move PRU_SENSE request to (*pru_sense)().Vitaliy Makkoveev
2022-08-28Since we have no raw_usrreq anymore, remove pr_output indirection.Alexander Bluhm
2022-08-28Move PRU_ABORT request to (*pru_abort)().Vitaliy Makkoveev
2022-08-28Don't check `so_pcb' with PR_WANTRCVD flag. tcp(4) sockets are the onlyVitaliy Makkoveev
2022-08-28remove unused blowfish inline definesJonathan Gray
2022-08-28directly use ansi volatile keyword in local drm filesJonathan Gray
2022-08-27Remove unused mutex.Marcus Glocker
2022-08-27Move PRU_SEND request to (*pru_send)().Vitaliy Makkoveev
2022-08-27Add power button support.Mark Kettenis
2022-08-27Provide ENTRY_NB() for i386Theo Buehler
2022-08-26Move PRU_RCVD request to (*pru_rcvd)().Vitaliy Makkoveev
2022-08-25drm/amd/display: Check correct bounds for stream encoder instances for DCN303Jonathan Gray
2022-08-25drm/ttm: Fix dummy res NULL ptr deref bugJonathan Gray
2022-08-25amd64/lapic.c: remove unused extern prototype for tsc_delay()Scott Soule Cheloha
2022-08-25The "Avalanche" performance cores on Apple's M2 SoC have more than 16Mark Kettenis
2022-08-25acpihpet(4): don't truncate HPET frequency to 32-bit valueScott Soule Cheloha
2022-08-25acpihpet(4): add acpihpet_delay(), another delay(9) implementationScott Soule Cheloha
2022-08-25acpitimer(4): add acpitimer_delay(), another delay(9) implementationScott Soule Cheloha
2022-08-25amd64, i386: use delay_init() instead of writing delay_func by handScott Soule Cheloha
2022-08-25amd64, i386: add delay_init(): basic delay(9) implementation managementScott Soule Cheloha
2022-08-25No need for wsmux in this kernel configuration; ok visa@Miod Vallat
2022-08-24Add DIT CPU feature.Mark Kettenis
2022-08-24Add missing licence, from nonaka@netbsd.orgMiod Vallat
2022-08-24Build libsa with NO_NET as we don't need any of the network-related code in it.Miod Vallat
2022-08-24Force compilation to fail in case of implicit function declaration.Miod Vallat
2022-08-24Add prototype declarations for a bunch of functions.Miod Vallat
2022-08-24match on Intel 400 Series LP HD Audio (0x02c8)Jonathan Gray
2022-08-23msdosfs: don't pass NULL proc pointer to detrunc()Scott Soule Cheloha
2022-08-23Remove assertions as they have been disabled since the code was importedAnton Lindqvist
2022-08-23Added NFS client support to RAMDISK kernel as the same as other platforms.Kenji Aoyama
2022-08-23Recognize the cores on Apple's M2 SoC.Mark Kettenis
2022-08-23match on SIMCom SIM5320 (same id used by Option iCON 210)Jonathan Gray
2022-08-23regenJonathan Gray
2022-08-23add SIMCom SIM5320 (same id used by Option iCON 210)Jonathan Gray
2022-08-22Move PRU_SHUTDOWN request to (*pru_shutdown)().Vitaliy Makkoveev
2022-08-22Document that igmp_timers_are_running and mld6_timers_are_runningAlexander Bluhm
2022-08-22Protect pf_reassemble() with pf fragment lock. When the pool limitAlexander Bluhm
2022-08-22Move PRU_DISCONNECT request to (*pru_disconnect).Vitaliy Makkoveev
2022-08-22Get number of interrupt cells from device tree instead of guessing basedTobias Heider
2022-08-22Simplify locking by using an intermediate lock variable.Martin Pieuchot
2022-08-22Use rwlock per inpcb table to protect notify list. The notifyAlexander Bluhm
2022-08-22remove locore.s bzero and use libkern bzero on i386Jonathan Gray
2022-08-22remove extern for cpu var removed in 2015Jonathan Gray
2022-08-22remove cpu var from i386; removed from amd64 in 2015Jonathan Gray
2022-08-22Move PRU_ACCEPT request to (*pru_accept)().Vitaliy Makkoveev