summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-05-11A Data Segment Interrupt does not indicate whether it was the resultMark Kettenis
2021-05-11Temporarily release the mutex while calling sensor_task_register() as itanton
2021-05-11more whitespace cleanupsTheo de Raadt
2021-05-11whitespace cleanupTheo de Raadt
2021-05-11riscv has no delay slots, we don't need anything like this in the sigcode.Theo de Raadt
2021-05-11timeout_barrier(9), timeout_del_barrier(9): remove kernel lockcheloha
2021-05-11Enable iwx(4).Patrick Wildt
2021-05-11regenmvs
2021-05-11Unlock shutdown(2).mvs
2021-05-11regenmvs
2021-05-11Unlock listen(2).mvs
2021-05-11regenmvs
2021-05-11Unlock connect(2).mvs
2021-05-11regenmvs
2021-05-11Unlock bind(2).mvs
2021-05-11During a "key unset for sw crypto" panic, display more meta-dataStefan Sperling
2021-05-11In hostap mode don't send data frames to nodes which aren't in state ASSOC.Stefan Sperling
2021-05-10Revert previous, it introduced a regression with breakpoints in gdb.Martin Pieuchot
2021-05-10Add ld.script for macppc kernel, ofwbootgkoehler
2021-05-10sigfillsiz is int, not long; ok kettenisTheo de Raadt
2021-05-10Let iwm(4) flush Tx queues before removing the firmware station andStefan Sperling
2021-05-10Refactor softraid crypto code to allow use of a discipline-specific dataStefan Sperling
2021-05-10reduce exception.S diff to FreeBSDJonathan Gray
2021-05-10Pull the logic to get the "lock" for TLB shooting intoPhilip Guenther
2021-05-09fpu_valid_opcode() did not correctly handle 16 bit fp instructionsJonathan Gray
2021-05-09Change offsets to (N * 8) to reduce chance of register clobber and mistakes.Dale Rahn
2021-05-09Some x86 machines advertise the "hardware reduced" ACPI feature, advertiseMark Kettenis
2021-05-09return type on a different line and use (void) instead of ()Jonathan Gray
2021-05-09fix indentationJonathan Gray
2021-05-08adapt ruslan@freebsd's disasm to our world, and replace the incomplete decoder.Theo de Raadt
2021-05-08similar to ruslan@freebsd's work, use https://github.com/riscv/riscv-opcodesTheo de Raadt
2021-05-08Spoof GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a.Kenneth R Westerback
2021-05-08kernel setjmp saves 14 registers, not 13. ddb continue now works.Theo de Raadt
2021-05-07Print Synopsys version number, use OF_getpropbool(9) where appropriateMark Kettenis
2021-05-07RealTek -> RealtekJonathan Gray
2021-05-07fix bounds tests gpio pin numbering starts at 0Jonathan Gray
2021-05-07add support for RTL8168FP/RTL8111FP/RTL8117 to re(4)Jonathan Gray
2021-05-06Fix bogus return statement.Mark Kettenis
2021-05-06Add OF_getpropbool(9).Mark Kettenis
2021-05-06regenanton
2021-05-06Unlock lseek(2).anton
2021-05-06Kill pfkeyv2_parsemessage() declaration which is absolutely uselessmvs
2021-05-06Refactor routines to stop/unstop processes and save the corresponding signal.Martin Pieuchot
2021-05-06Make iwx(4) install CCMP keys to hardware from a task context toStefan Sperling
2021-05-06enable dwmmc(4)Jonathan Gray
2021-05-05The StarFive JH7100 SoC found on the BeagleV beta boards has most ofMark Kettenis
2021-05-05Remove unneeded tlb_set_gbase() that was used with R8000.Visa Hankala
2021-05-05whitespaceMark Kettenis
2021-05-05use fence iorw,iorw for bus_space_barrier()Jonathan Gray
2021-05-05Sync with arm64 version.Mark Kettenis