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