summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-10-19Only use OPAL_CONSOLE_FLUSH if the firmware implements it. Should helpMark Kettenis
2020-10-19the userland pagefault handler can drop the kernel lock before goingTheo de Raadt
2020-10-19deliver SIGSEGV rather than SIGBUS for T_PROTFLT,T_SEGNPFLT,T_STKFLT.Theo de Raadt
2020-10-19Clear vmspace pointer in struct process before calling uvmspace_free(9).Mark Kettenis
2020-10-19replace ad-hoc illegal instruction with the architecturally defined oneChristian Weisgerber
2020-10-19Set %r0 to EFAULT instead of the return value from uvm_fault() when itMark Kettenis
2020-10-19Serialize accesses to "struct vmspace" and document its refcounting.Martin Pieuchot
2020-10-18Implement pmap_proc_iflush().Mark Kettenis
2020-10-18Handle trace interrupts from userland.Mark Kettenis
2020-10-18Fix typo. Spotted by patrick@Mark Kettenis
2020-10-18Remove leftover debugging output for EXC_PGM traps.Mark Kettenis
2020-10-18Add code to print CPU features.Mark Kettenis
2020-10-18Fix several bugs in the TTM page fault handler and porperly integrate all theMark Kettenis
2020-10-17Avoid potential infinite loop in pmap_vp_destroy().Mark Kettenis
2020-10-17regenMarcus Glocker
2020-10-17Add Logitech Webcam Pro 9000.Marcus Glocker
2020-10-17use the full 64-bit cookies, rather than just 32 bitsTheo de Raadt
2020-10-17Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup()Sebastien Marie
2020-10-16Use the retguard macros from asm.h to protect the function.Theo de Raadt
2020-10-16Add retguard asm macros for ppc64.mortimer
2020-10-16Architecture guarantees that the fields in ID register have the propertyMark Kettenis
2020-10-16remove uneeded pool.h includeJonathan Gray
2020-10-16implement linux interval tree functionsJonathan Gray
2020-10-16xe(4) and mtd(4) are from a long gone eraTheo de Raadt
2020-10-16ef(4), give me a breakTheo de Raadt
2020-10-16rl(4) is becoming rare.Theo de Raadt
2020-10-16unbreak buildJonathan Gray
2020-10-15timeout(9): basic support for kclock timeoutscheloha
2020-10-15Ensure resid is correctly set in the INQUIRY case.Kenneth R Westerback
2020-10-15_exit(2), execve(2): tweak per-process interval timer cancellationcheloha
2020-10-15sys/kernel.h: remove dead externs: tickfix, tixfixinterval, tickdelta, ...cheloha
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callKenneth R Westerback
2020-10-15Nuke commented out variable declaration.Kenneth R Westerback
2020-10-15consistently use dev_info() for sos fw version messagesJonathan Gray
2020-10-15don't print pci ids when radeondrm attachesJonathan Gray
2020-10-15don't print pci ids when amdgpu attachesJonathan Gray
2020-10-15Stop asserting that the NET_LOCK() shouldn't be held in yield().Martin Pieuchot
2020-10-15_exit(2), execve(2): cancel per-process interval timers safelycheloha
2020-10-15sick of the CMU, let's make this KNFTheo de Raadt
2020-10-15drm/amdgpu: move gpu_info parsing after common early initJonathan Gray
2020-10-15drm/amdgpu: move discovery gfx config fetchingJonathan Gray
2020-10-15Replace sr_copy_internal_data() with scsi_copy_internal_data().Kenneth R Westerback
2020-10-15Replace local *_copy_internal_data() with scsi_copy_internal_data().Kenneth R Westerback
2020-10-14regenJonathan Gray
2020-10-14don't match on 17ef:3083 in ure(4)Jonathan Gray
2020-10-14Introduce scsi_copy_internal_data() to copy 'faked' data from a driver to aKenneth R Westerback
2020-10-14delete strange historical FFS_SOFTUPDATES ifdef...Theo de Raadt
2020-10-14replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won'tChristian Weisgerber
2020-10-14Split the userland vs kernel uvm_fault reaching paths to reduce lateTheo de Raadt
2020-10-14remove unused locally added drm_driver struct membersJonathan Gray