summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-08-10Remove alpha kernel code to process userland misaligned accesses, and theMiod Vallat
2022-08-10Remove netlock assertion from vlan_ioctl(). Now (*if_ioctl)() calledVitaliy Makkoveev
2022-08-10match other archs use %s for version printfJonathan Gray
2022-08-09Backout "Call getuptime() just once per function"Klemens Nanni
2022-08-09Sync inflateGetHeader() fix from userlandTheo Buehler
2022-08-09riscv64: trigger deferred timer interrupts from splx(9)Scott Soule Cheloha
2022-08-09powerpc64: trigger deferred DEC interrupts from splx(9)Scott Soule Cheloha
2022-08-08If interface drivers had enabled transmit offloading of the payloadAlexander Bluhm
2022-08-08Constify in6_addr pointer arguments in nd6_*() functionsKlemens Nanni
2022-08-08Call getuptime() just once per functionKlemens Nanni
2022-08-08remove unused arm and armv7 headersJonathan Gray
2022-08-08remove mouse.h last used by pre-wscons driversJonathan Gray
2022-08-08To make protocol input functions MP safe, internet PCB need protection.Alexander Bluhm
2022-08-08Change branch condition inverted to realize original intention inKenji Aoyama
2022-08-08Before ypconnect(2) addition, "getpw" was a horrible "hole" that triggeredTheo de Raadt
2022-08-07Start to add annotations to the cpu_info members, doing I/a/o forPhilip Guenther
2022-08-07Use PMAP_PREFER_ALIGN() == 0 rather than !defined(PMAP_PREFER) to enable theMiod Vallat
2022-08-07Move fallback PMAP_PREFER definitions from uvm_map.c to uvm_pmap.h for themMiod Vallat
2022-08-07Fix fallout from netlock removal in media ioctl. The bridge doesAlexander Bluhm
2022-08-06Clean up the netlock macros. Merge NET_RLOCK_IN_SOFTNET andAlexander Bluhm
2022-08-06Refactor readdoslabel() into a more readable form using variousKenneth R Westerback
2022-08-06blist: use swblk_t type (defined in sys/blist.h)Sebastien Marie
2022-08-06remove swblk_t type from sys/types.hSebastien Marie
2022-08-06Fix backpointer.Mark Kettenis
2022-08-06Prevent buffer overflow in OF_getpropintarray().Mark Kettenis
2022-08-05Fix bounds check in ucc_add_key(); ok anton@Miod Vallat
2022-08-05The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.Alexander Bluhm
2022-08-05Skip disabled nodes.Mark Kettenis
2022-08-05put ci_mutex_level inside DIAGNOSTICRobert Nagy
2022-08-04Use 16 bit variable to store more fragment flag. This avoids lossAlexander Bluhm
2022-08-04Default to softraid on boot-device iff foundKlemens Nanni
2022-08-03Add aplaudio(4) and aplmca(4). The aplmca(4) driver controls the hardwareMark Kettenis
2022-08-03Clear active state when we attach.Mark Kettenis
2022-08-03Bug was reported by Chriss Cappucio. It has turned out my earlier changeAlexandr Nedvedicky
2022-08-03recognise IDT 92HD95/92HD95B now sold as TSI 92HD95BJonathan Gray
2022-08-03drm/i915/adlp: Fix register corruption after DDI clock enablingJonathan Gray
2022-08-02Correctly detect xmem operations faulting on missing pages on 88110.Miod Vallat
2022-08-02Bring back the direct map optimization when PMAP_PREFER isn't defined.Martin Pieuchot
2022-08-02some ports bootstraps, and go internals, need a bit more time to adaptTheo de Raadt
2022-08-02match on Intel 600 Series LPJonathan Gray
2022-08-02regenJonathan Gray
2022-08-02add more Intel Alder Lake / 600 Series LP idsJonathan Gray
2022-08-01Allocate memory for collection translation tables for hardware that needsMark Kettenis
2022-08-01Fix bogus indent. NFCMiod Vallat
2022-08-01drm/amd/display: Fix wrong format specifier in amdgpu_dm.cJonathan Gray
2022-08-01drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq()Jonathan Gray
2022-08-01drm/amd/display: invalid parameter check in dmub_hpd_callbackJonathan Gray
2022-08-01drm/amd/display: Don't lock connection_mutex for DMUB HPDJonathan Gray
2022-08-01drm/amd/display: Fix surface optimization regression on CarrizoJonathan Gray
2022-08-01drm/amd/display: Optimize bandwidth on following fast updateJonathan Gray