summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-12-28Unlock bottom part of the fault handler.Martin Pieuchot
2021-12-27Not only BCM4378, but all PCIe core revisions >= 64 need to be accessedPatrick Wildt
2021-12-27Map the chip ids used on Apple M1 Pro/Max and Apple T2 Macs to firmwarePatrick Wildt
2021-12-27Support reading OTP information from a few more chips, necessary to learnPatrick Wildt
2021-12-27Yet another errno correction.Anton Lindqvist
2021-12-27Fix off-by-one in blob download, where in the case that the blob is evenlyPatrick Wildt
2021-12-27BCM4387 needs the D11 cores to be held in reset by us, the firmwarePatrick Wildt
2021-12-27Send TxCap and WiFi calibration blobs to the chip.Patrick Wildt
2021-12-27Switch module codename retrieval to use the newly proposed device treePatrick Wildt
2021-12-27Handle trailing odd-sized 1024 byte blocks when calculating TCM RAM size.Patrick Wildt
2021-12-27Bump rxpost and rxcomplete ring size to 1024 for newer chips.Patrick Wildt
2021-12-26Rework garbage collector for unix(4) sockets.Vitaliy Makkoveev
2021-12-26Add information about TCM rambase and how to check the SR capability forPatrick Wildt
2021-12-26DIOCHANGERRULE ioctl must set pointer to ruleset in rule it inserts.Alexandr Nedvedicky
2021-12-26Add address locators for the ACPI "bus" and use these to fix the order ofMark Kettenis
2021-12-26make 'set skip on ...' in pf.conf dynamicAlexandr Nedvedicky
2021-12-25For a long time ip_ours() and ip6_ours() are calling ip_deliver()Alexander Bluhm
2021-12-25kqueue: Invalidate revoked vnodes' knotes on the flyVisa Hankala
2021-12-25Sync DF_1_* flag definitions with llvm 13, including support inPhilip Guenther
2021-12-24Support more mtw(4) devices.hastings
2021-12-24Make poll/select version of filt_solisten() more similar to soo_poll().Visa Hankala
2021-12-24regenhastings
2021-12-24Add some more mtw(4) devices.hastings
2021-12-24Add apliic(4), a driver for the I2C controller found on various Apple SoCs.Patrick Wildt
2021-12-23Remove unused variables and assignments in ah and esp output.Alexander Bluhm
2021-12-23Fix endless loop in the interrupt handler. When iterating over eachPatrick Wildt
2021-12-23syncPhilip Guenther
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-12-23IPsec is not MP safe yet. To allow forwarding in parallel withoutAlexander Bluhm
2021-12-23Get rid of unused next battery level argument.Anton Lindqvist
2021-12-23Use TAILQ_FOREACH to traverse the disk list in sysctl_diskinit().Alexander Bluhm
2021-12-23Disk lock was held when returning to userland. Add a missing unlockAlexander Bluhm
2021-12-23Template for option WITNESS is in the architecture GENERIC.MP fileAlexander Bluhm
2021-12-23make array bounds in unix2dosfn() prototype match functionJonathan Gray
2021-12-23give et_setmulti() more chance of workingJonathan Gray
2021-12-22While malloc sleeps, the disk list could change during sysctl. ThenAlexander Bluhm
2021-12-22Disable minimum power consumption in hostap mode. This improves connectionTobias Heider
2021-12-22Consolidate enc_getif() lookups in IPsec input path to save one lookupTobias Heider
2021-12-22drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTOREJonathan Gray
2021-12-22drm/amd/pm: fix a potential gpu_metrics_table memory leakJonathan Gray
2021-12-22%Lx -> %llx kernel printf does not support %LxJonathan Gray
2021-12-21Fix a typo in mlock(2) error path triggering a double-free.Martin Pieuchot
2021-12-21Move checks on attach arguments from attach into match.Mark Kettenis
2021-12-21knf nitsAnton Lindqvist
2021-12-21Do not print "dt: 451 probes" at boot in dmesg. Btrace device dt(4)Alexander Bluhm
2021-12-21avoid returning uninitialised var in hidpp_send_report()Jonathan Gray
2021-12-21Let malloc return an error as opposed of panicking when sysctlAnton Lindqvist
2021-12-21Fix another vnd race pointed out by mpi@ and make sure to not unlock theAnton Lindqvist
2021-12-21Ensure that the disk has been initialized after acquiring the lock andAnton Lindqvist
2021-12-21Rename local variable intrfn to intr, matches what dev/fdt/com_fdt.cAnton Lindqvist