summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-05-07Remove net lock from DIOCOSFP{FLUSH,ADD,GET} aka. OS fingerprintingKlemens Nanni
2023-05-06Add support for RTL8153D.Kevin Lo
2023-05-05The mbuf_queue API allows read access to integer variables whichAlexander Bluhm
2023-05-04regenVitaliy Makkoveev
2023-05-04Push kernel lock deep down to sys_sysctl(). At least network subset ofVitaliy Makkoveev
2023-05-04Introduce a neighbor discovery mutex like ARP uses it. For now itAlexander Bluhm
2023-05-04regenKevin Lo
2023-05-04Add another Lenovo NVMe device id found in my ThinkPad X1 Extreme Gen 1.Kevin Lo
2023-05-03avoid use after freeJonathan Gray
2023-05-03Some checks in nd6_resolve() do not require kernel lock. The analogAlexander Bluhm
2023-05-03Remove net lock from DIOCGETRULESET and DIOCGETRULESETSKlemens Nanni
2023-05-02Sometimes the touchpad doesn't attach. Try to solve this issue beMark Kettenis
2023-05-02Remove bogus newline in printf.Mark Kettenis
2023-05-02sync with userlandTheo Buehler
2023-05-02Call nd6_ns_output() without kernel lock from nd6_resolve().Alexander Bluhm
2023-05-01The built-in 10G Ethernet on Apple arm64 hardware does not have a MACMark Kettenis
2023-05-01regenDavid Gwynne
2023-05-01Intel Braswell SDIODavid Gwynne
2023-05-01drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_varJonathan Gray
2023-04-30regenJonathan Gray
2023-04-30add Ryzen 7040 "Phoenix" APU device idJonathan Gray
2023-04-30Fix typo in MRDISKTYPE.Kenneth R Westerback
2023-04-30Remove the EFI RTC implementation on amd64. Since all amd64 systems weMark Kettenis
2023-04-30msdosfs: Never allocate clusters outside the volumeStefan Fritsch
2023-04-29Add "counter-timer" to openboot_special[] in order to not mention it asMiod Vallat
2023-04-29Remove net lock from DIOCGETQUEUEKlemens Nanni
2023-04-29remove some 19 year old #if 0 codeMike Larkin
2023-04-29whitespaceMike Larkin
2023-04-29Print VHE feature in dmesg.Mark Kettenis
2023-04-28Add rtentry refcnt type to dt(4).Vitaliy Makkoveev
2023-04-28bump MAXDSIZ to 128G on amd64 and 64G on arm64Robert Nagy
2023-04-28timer(4/sparc64): remove driverScott Soule Cheloha
2023-04-28remove superfluous/invalid KASSERT() in pfsync_q_del().Alexandr Nedvedicky
2023-04-28Inbound portion of RFC9131. Routers can create new neighbor cache entriesPeter Hessler
2023-04-28This change speeds up DIOCGETRULE ioctl(2) which pfctl(8) uses toAlexandr Nedvedicky
2023-04-28Relax the "pass all" rule so all forms of neighbor advertisements are allowedPeter Hessler
2023-04-28Add a membar_consumer() for the taskq_create() in sosplice(). MembarAlexander Bluhm
2023-04-28Remove net lock from DIOCGETQUEUESKlemens Nanni
2023-04-28Fix memory constraints in the inline-assembly stub that calls into securePatrick Wildt
2023-04-28Remove error handling around mallocarray(9). I cannot fail whenAlexander Bluhm
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-28Add a driver for the Qualcomm rng device found on the Thinkpad X13s, based onPeter Hessler
2023-04-28regenKevin Lo
2023-04-28Add support for RTL8188FTV chip to urtwn(4).Kevin Lo
2023-04-27Use __size_t which is available in syslog.hGreg Steuck
2023-04-27Mark the fan speed sensor as invalid when it reports -1 RPM. This happens forMiod Vallat
2023-04-27add support for I/O statistics so that tape speeds can be observed withRobert Nagy
2023-04-27Remove efi32 and efi64. These are leftovers from a project that didn't goMark Kettenis
2023-04-27Remove kernel lock from rtfree(9).Vitaliy Makkoveev
2023-04-27Temporarily workaround double calls into vioscsi_req_done()Kenneth R Westerback