summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-09-21allow DRM_IOCTL_GET_CLIENT with "drm" pledgeJonathan Gray
2020-09-20Set `if_snd' queue maximum length to 1. This enforces calls ofmvs
2020-09-16Move duplicated code to send an uncatchable SIGABRT into a function.Martin Pieuchot
2020-09-16disable acpivout brightness control on machines aware of Windows 8Jonathan Gray
2020-09-16put HW_PHYSMEM64 case under CTL_HW not CTL_KERNJonathan Gray
2020-09-16Add a command explaining that this driver uses the ACPI SMI command portMark Kettenis
2020-09-16As discovered by kettenis, recent mesa wants sysctl hw.physmem64, andTheo de Raadt
2020-09-16Document that `p_siglist' and `p_sigmask' are updated via atomics.Martin Pieuchot
2020-09-16timecounting: provide a naptime variable for userspace via kvm_read(3)cheloha
2020-09-15Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlledMarcus Glocker
2020-09-15abl(4) is a new driver to control the backlight brightness on Intel basedMarcus Glocker
2020-09-15Add acpi_ivhd_ext definitions to acpireg.hJordan Hargrave
2020-09-15oops incomplete variable rename prevented compile, hit by sthenTheo de Raadt
2020-09-15Stop using %r13 as the per-cpu register in the kernel. SinceMark Kettenis
2020-09-14Since the issues with calling uvm_map_inentry_fix() without holding theMark Kettenis
2020-09-14emuinstr() proto dies also after emul.c cleanup; from miodTheo de Raadt
2020-09-14Do the uvm_map_inentry() check in data_abort() after we have done the branchMark Kettenis
2020-09-14Ensure the SH_(TRA)) register is read before a potential sleep in trap()Theo de Raadt
2020-09-14When emulating reading from cr26 and cr27 on PCXS, simply set cr26 to zeroMark Kettenis
2020-09-14add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.Jasper Lievisse Adriaanse
2020-09-14No need to check for SDEV_DYING as the first thing in both branches of anKenneth R Westerback
2020-09-14perform the uvm_map_inentry() after the data_aborts handlers are executedTheo de Raadt
2020-09-14umstc_intr is not in process context when adjusting wscons brightness. When b...Theo de Raadt
2020-09-14Delete some emulator code which has never been used on 64 bit sparcTheo de Raadt
2020-09-14similar to fix by kettenis on amd64:Theo de Raadt
2020-09-14The uvm_map_inentry() check may sleep to grab the lock of the map.Mark Kettenis
2020-09-14Fix comment, ktrace flags are per-process.Martin Pieuchot
2020-09-13unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3Jasper Lievisse Adriaanse
2020-09-13Always use READ(16)/WRITE(16) commands for disks large enough to requireKenneth R Westerback
2020-09-13The SMC base address and i/o region size is now queried by acpi(4) andMarcus Glocker
2020-09-13use drm_cache.c from linux 5.7.yJonathan Gray
2020-09-13Unbreak tree. Instead of passing struct process to siginit() just pass theClaudio Jeker
2020-09-13change pmap wbinvd use to wbinvd_on_all_cpusJonathan Gray
2020-09-13add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() functionJonathan Gray
2020-09-13Start documenting locks for struct pppoe_softc memberskn
2020-09-13Fix various typos in wscons(4) comments.Frederic Cambus
2020-09-13Include <sys/systm.h> directly instead of relying on uvm_map.h to pull it.Martin Pieuchot
2020-09-13Grep the KERNEL_LOCK in ktrpsig() before calling ktrwrite(). AnotherClaudio Jeker
2020-09-13Initialize sigacts0 before making them visible by setting ps->ps_sigacts.Claudio Jeker
2020-09-13add SRBDS cpuid bitsJonathan Gray
2020-09-13Add support for the RK3308 MAC.Jonathan Matthew
2020-09-13Correct the property name used to look up the delays for the phy resetJonathan Matthew
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