Age | Commit message (Expand) | Author |
2022-08-29 | Examine RAID-1C-specific softraid(4) meta-data when checking for | Stefan Sperling |
2022-08-29 | Fix integer overflows in iwm(4) and iwx(4) firmware file parsers. | Stefan Sperling |
2022-08-29 | Put printing the EFI memory map behind and #ifdef. | Mark Kettenis |
2022-08-29 | If ld.so loading fails inside execve, uprintf a message to report this | Theo de Raadt |
2022-08-29 | Work around MSI and INTx issues on Qualcomm SC8280XP. This makes the NVMe | Mark Kettenis |
2022-08-29 | regen | Mark Kettenis |
2022-08-29 | Add Qualcomm SC8280XP PCIe. | Mark Kettenis |
2022-08-29 | Do not calculate the output protocol checksum in the IP input path. | Alexander Bluhm |
2022-08-29 | Use a rwlock and a mutex to serialize access to global swap variables. | Martin Pieuchot |
2022-08-29 | Sendmsg could crash in tcp_output due to a missing check after the | Moritz Buhl |
2022-08-29 | Move PRU_RCVOOB request to (*pru_rcvoob)(). | Vitaliy Makkoveev |
2022-08-29 | Use struct refcnt for interface address reference counting. | Alexander Bluhm |
2022-08-29 | remove unused macppc headers | Jonathan Gray |
2022-08-29 | static const, not const static | Jonathan Gray |
2022-08-29 | static inline, not inline static | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile__ | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-29 | Support full GICD SPI interrupt count for REG32/REG16. | Dale Rahn |
2022-08-28 | Move PRU_SENSE request to (*pru_sense)(). | Vitaliy Makkoveev |
2022-08-28 | Since we have no raw_usrreq anymore, remove pr_output indirection. | Alexander Bluhm |
2022-08-28 | Move PRU_ABORT request to (*pru_abort)(). | Vitaliy Makkoveev |
2022-08-28 | Don't check `so_pcb' with PR_WANTRCVD flag. tcp(4) sockets are the only | Vitaliy Makkoveev |
2022-08-28 | remove unused blowfish inline defines | Jonathan Gray |
2022-08-28 | directly use ansi volatile keyword in local drm files | Jonathan Gray |
2022-08-27 | Remove unused mutex. | Marcus Glocker |
2022-08-27 | Move PRU_SEND request to (*pru_send)(). | Vitaliy Makkoveev |
2022-08-27 | Add power button support. | Mark Kettenis |
2022-08-27 | Provide ENTRY_NB() for i386 | Theo Buehler |
2022-08-26 | Move PRU_RCVD request to (*pru_rcvd)(). | Vitaliy Makkoveev |
2022-08-25 | drm/amd/display: Check correct bounds for stream encoder instances for DCN303 | Jonathan Gray |
2022-08-25 | drm/ttm: Fix dummy res NULL ptr deref bug | Jonathan Gray |
2022-08-25 | amd64/lapic.c: remove unused extern prototype for tsc_delay() | Scott Soule Cheloha |
2022-08-25 | The "Avalanche" performance cores on Apple's M2 SoC have more than 16 | Mark Kettenis |
2022-08-25 | acpihpet(4): don't truncate HPET frequency to 32-bit value | Scott Soule Cheloha |
2022-08-25 | acpihpet(4): add acpihpet_delay(), another delay(9) implementation | Scott Soule Cheloha |
2022-08-25 | acpitimer(4): add acpitimer_delay(), another delay(9) implementation | Scott Soule Cheloha |
2022-08-25 | amd64, i386: use delay_init() instead of writing delay_func by hand | Scott Soule Cheloha |
2022-08-25 | amd64, i386: add delay_init(): basic delay(9) implementation management | Scott Soule Cheloha |
2022-08-25 | No need for wsmux in this kernel configuration; ok visa@ | Miod Vallat |
2022-08-24 | Add DIT CPU feature. | Mark Kettenis |
2022-08-24 | Add missing licence, from nonaka@netbsd.org | Miod Vallat |
2022-08-24 | Build libsa with NO_NET as we don't need any of the network-related code in it. | Miod Vallat |
2022-08-24 | Force compilation to fail in case of implicit function declaration. | Miod Vallat |
2022-08-24 | Add prototype declarations for a bunch of functions. | Miod Vallat |
2022-08-24 | match on Intel 400 Series LP HD Audio (0x02c8) | Jonathan Gray |
2022-08-23 | msdosfs: don't pass NULL proc pointer to detrunc() | Scott Soule Cheloha |
2022-08-23 | Remove assertions as they have been disabled since the code was imported | Anton Lindqvist |
2022-08-23 | Added NFS client support to RAMDISK kernel as the same as other platforms. | Kenji Aoyama |
2022-08-23 | Recognize the cores on Apple's M2 SoC. | Mark Kettenis |
2022-08-23 | match on SIMCom SIM5320 (same id used by Option iCON 210) | Jonathan Gray |