Age | Commit message (Expand) | Author |
2023-07-12 | address incomplete validation of ELF program headers in execve(2) which could... | Jasper Lievisse Adriaanse |
2023-07-12 | GPROF: sleep_state: disable _mcount() across suspend/resume | Scott Soule Cheloha |
2023-07-12 | Fix solock()/sounlock() usage. | Vitaliy Makkoveev |
2023-07-11 | Rework sleep_setup()/sleep_finish() to no longer hold the scheduler lock | Claudio Jeker |
2023-07-10 | Allow unveiled programs to dump core (in the default, classic, into . way) | Theo de Raadt |
2023-07-10 | ix(4): allocate less memory for tx buffers | Jan Klemkow |
2023-07-10 | The changes to the register layout affect the interrupt status/ack registers | Patrick Wildt |
2023-07-10 | Enable Indirect Branch Tracking for amd64 userland, using XSAVES/XRSTORS | Philip Guenther |
2023-07-10 | Add PS_NOBTCFI, a per-process flag indicating that Branch Target | Philip Guenther |
2023-07-09 | It turns out that there are seperate pins for the PCIe Gen 2 and 3, which | Patrick Wildt |
2023-07-09 | Fix route entry leak. | Alexander Bluhm |
2023-07-09 | Add some more RK3588 PCIe clocks and resets. | Patrick Wildt |
2023-07-09 | Add mute control. This makes the mute button on laptops that use sncodec(4) | Mark Kettenis |
2023-07-09 | regen | Tobias Heider |
2023-07-09 | Add suspend key support in wskbd and make it work on Apple ARM laptops. | Tobias Heider |
2023-07-08 | Adds request_sleep(), a MI way of sending the machine to sleep in | Tobias Heider |
2023-07-08 | Add support for the PCIe controller on the JH7110 SoC. | Mark Kettenis |
2023-07-08 | regen | Mark Kettenis |
2023-07-08 | Add support for the RK3588 PCIe3 PHY to rkpciephy(4). The PHY controls | Patrick Wildt |
2023-07-08 | Add PLDA XpressRICH-AXI PCIe controller | Mark Kettenis |
2023-07-08 | Check rx dma map was allocated before trying to free it, so we don't crash | Jonathan Matthew |
2023-07-08 | Add some resets for the PCIe controllers on the RK3588. | Patrick Wildt |
2023-07-08 | Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs may | Mark Kettenis |
2023-07-08 | regen | Mark Kettenis |
2023-07-08 | Add Motorcomm YT8531. | Mark Kettenis |
2023-07-08 | Move /dev/apm related acpi code to acpi_apm.c which is only built on | Tobias Heider |
2023-07-08 | Toggle IBT off during EFI runtime services calls. | Mark Kettenis |
2023-07-08 | Add ietp driver for Elantech I2C touchpads | Joshua Stein |
2023-07-07 | Keep mbuf header field ph_mss during loopback TCP with LRO/TSO. | Alexander Bluhm |
2023-07-07 | Add clocks for the RK3588 PWM controllers. | Patrick Wildt |
2023-07-07 | Add clocks for the RK3588 I2C controllers. | Patrick Wildt |
2023-07-07 | Add resets for the RK3588 USB 3.0 controllers. | Patrick Wildt |
2023-07-07 | Expand the counters in struct mbstat from u_short to u_long. Use | Alexander Bluhm |
2023-07-07 | Expand the counters in struct mbstat from u_short to u_long. | YASUOKA Masahiko |
2023-07-07 | The per-VQ MSI-X interrupt handler needs to sync DMA mappings in the | Patrick Wildt |
2023-07-07 | Keep more information about the established LPI around, so that we can use | Patrick Wildt |
2023-07-07 | Add a few more JH7110 clocks. | Mark Kettenis |
2023-07-07 | Fix path MTU discovery for TCP LRO/TSO when forwarding. | Alexander Bluhm |
2023-07-07 | Add support for multiple batteries to acpithinkpad setchargestart and | Claudio Jeker |
2023-07-07 | regen | Jonathan Gray |
2023-07-07 | add more Intel 13G TBT PCIE ids | Jonathan Gray |
2023-07-06 | timeout_hardclock_update: enter timeout_mutex before reading uptime clock | Scott Soule Cheloha |
2023-07-06 | - fix voltage range defined by base2 and delta2 works correctly | SASANO Takayoshi |
2023-07-06 | use refcnt API for multicast addresses, add tracepoint:refcnt:ethmulti probe | Klemens Nanni |
2023-07-06 | if panic() is meant, use panic() | Jasper Lievisse Adriaanse |
2023-07-06 | Use mtx_init() to initialize stack-based mutexes | Visa Hankala |
2023-07-06 | Clear knotes when finishing wseventvar | Visa Hankala |
2023-07-06 | Use correct variable to check for successful allocation. | Patrick Wildt |
2023-07-06 | Convert tcp_now() time counter to 64 bit. | Alexander Bluhm |
2023-07-06 | Register a mapping of dwge interfaces to ofw nodes/phandles. | Jonathan Matthew |