summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-09-12Keep port interface UP on removalkn
2020-09-12Add tracepoints in the page fault handler and when entries are added to maps.Martin Pieuchot
2020-09-12Use SID_SCSI2_RESPONSE instead of '2' when checking INQUIRY data format.Kenneth R Westerback
2020-09-12No need to check inq for NULL when it always points at the inqdata inside aKenneth R Westerback
2020-09-12No need to ask for extra INQUIRY data, all available data is already cached inKenneth R Westerback
2020-09-12asmc0 -> asmc*Marcus Glocker
2020-09-12Add sizes to free() callskn
2020-09-12Add a NULL check in bufbackoff so we don't die when passed a NULL pmem range.Bob Beck
2020-09-12asmc(4) found a new home in sys/dev/acpi.Marcus Glocker
2020-09-12Make asmc(4) attach through acpi(4) instead of isa(4).Marcus Glocker
2020-09-11Correctly set y_sensors for Geyser2 touchpads.tobhe
2020-09-11Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot
2020-09-10Introduce a helper to find a VCPU.Martin Pieuchot
2020-09-10Add I2C bus scan routine for octiic(4)Visa Hankala
2020-09-10Register octiic(4) with the I2C frameworkVisa Hankala
2020-09-09Introduce a helper to check if a signal is ignored or masked by a thread.Martin Pieuchot
2020-09-09Make ogx(4)'s outbound bpf(4) tap actually workVisa Hankala
2020-09-08Add a function to scan for PCI Express extended capabilities.Mark Kettenis
2020-09-08Clean up attachment of octgmx(4) a bitVisa Hankala
2020-09-08Handle AGL interfaceVisa Hankala
2020-09-08If SCSI_IGNORE_ILLEGAL_REQUEST is set no error is returned from scsi_xs_sync()Kenneth R Westerback
2020-09-08Add RK3308 temperature sensors.Jonathan Matthew
2020-09-08Add RK3328 PWM, also found in the RK3308.Jonathan Matthew
2020-09-07Add a proper VSID allocation scheme for userland segments.Mark Kettenis
2020-09-06Add RK3308 clocksJonathan Matthew
2020-09-06amd64: add tsc_delay(), a delay(9) implementation based on the TSCcheloha
2020-09-05Implement spilling of kernel SLB entries. Mostly from FreeBSD.Mark Kettenis
2020-09-05Whitespace.Mark Kettenis
2020-09-05allow compile of kernels with DDB, in more cases.Theo de Raadt
2020-09-05Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use itKenneth R Westerback
2020-09-05Add mpii(4).Mark Kettenis
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYKenneth R Westerback
2020-09-04Restrict the size of the page table to 2G such that it never occupies moreMark Kettenis
2020-09-04Make the kernel address space a bit bigger.Mark Kettenis
2020-09-04Restrict the size of the page table to 2G such that it never occupies moreMark Kettenis
2020-09-04Add kstat to cnmac(4)Visa Hankala
2020-09-04Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-09-04drm/amdgpu: Fix buffer overflow in INFO ioctlJonathan Gray
2020-09-04Add RK3308 pinctrl supportJonathan Matthew
2020-09-04Add RK3308 GRFJonathan Matthew
2020-09-03amd64: lapic: refactor timer programmingcheloha
2020-09-03Sprinkle some more eieio(); seems to avoid triggering the KASSERT(new > old).Mark Kettenis
2020-09-03The "USL" VT switch and keyboard ioctls are a hack and don't follow theMark Kettenis
2020-09-03Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.Kenneth R Westerback
2020-09-02Add #define SID_SCSI2_RESPONSE 0x2 to allow elimination of another bunch ofKenneth R Westerback
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's toKenneth R Westerback
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's toKenneth R Westerback
2020-09-02vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()Theo de Raadt
2020-09-02Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on theMarcus Glocker
2020-09-01Fix signotify() for powerpc64 bsd.mpgkoehler