Age | Commit message (Expand) | Author |
2022-12-14 | add __ctzdi2 to sparc64 kernel | Jonathan Gray |
2022-12-14 | regen | Jonathan Gray |
2022-12-14 | add id for Navi 31, Radeon RX 7900 XT/XTX (gfx1100, GC 11.0.0) | Jonathan Gray |
2022-12-14 | Put an splhigh() at the start of cpu_configure() to prevent splasserts | Mark Kettenis |
2022-12-13 | In tcp_now() switch from getnsecuptime() to getnsecruntime() | Claudio Jeker |
2022-12-13 | timecounting: add getbinruntime(), getnsecruntime() | Scott Soule Cheloha |
2022-12-12 | Enable tipd(4) on RAMDISK kernels as well. | Mark Kettenis |
2022-12-12 | Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USB | Mark Kettenis |
2022-12-12 | Improve range check to protect against overflow. | Mark Kettenis |
2022-12-12 | Revert sb_state changes to unbreak tree. | Theo Buehler |
2022-12-11 | This time, socket's buffer lock requires solock() to be held. As a part of | Vitaliy Makkoveev |
2022-12-11 | Use evcount_percpu() with platform interrupt counters on octeon. | Visa Hankala |
2022-12-11 | Cut two cycles from k_tlb_inv() on octeon. | Visa Hankala |
2022-12-10 | Remove unused experimental ICMP6 redirect low water bits | Klemens Nanni |
2022-12-10 | Reuse off variable from previous line; no object change | Klemens Nanni |
2022-12-10 | zap 68 trailing spaces from a single line | Klemens Nanni |
2022-12-10 | `dp' was just allocated with M_ZERO flag, so the following bzero(3) is not | Vitaliy Makkoveev |
2022-12-10 | Merge nd6_option_init() into nd6_options() | Klemens Nanni |
2022-12-10 | Increase transfer completion timeout to 100ms. This is what Linux has | Mark Kettenis |
2022-12-10 | alpha: switch to clockintr | Scott Soule Cheloha |
2022-12-10 | Mitigate Spectre-BHB by using core-specific trampoline vectors. On some cores | Patrick Wildt |
2022-12-10 | Fix comments, no binary change. | Kenji Aoyama |
2022-12-09 | Simplify early kernel bootstrap a bit more. Just map the entire 64MB memory | Mark Kettenis |
2022-12-09 | Add detection for Spectre-BHB related CLRBHB, ECBHB and CSV2_3/HCXT | Patrick Wildt |
2022-12-09 | Fix typo: SCTX -> SCXT | Patrick Wildt |
2022-12-09 | Switch nd_opts from a union to just a struct. | Claudio Jeker |
2022-12-09 | Some TCP timer units have changed from slowhz to msec and their | Alexander Bluhm |
2022-12-08 | Call vget(9) in uvn_put() to make sure we hold a reference if we're called | Mark Kettenis |
2022-12-08 | Convert tcptv_keep_init in milliseconds before comparing other values | YASUOKA Masahiko |
2022-12-08 | Fix pvbus to specify M_ZERO properly. | YASUOKA Masahiko |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-08 | Forcibly set console output to the framebuffer on the Lenovo x13s. | Patrick Wildt |
2022-12-07 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-07 | The ACPI tables on the Lenovo x13s are incomplete and unusable. For | Patrick Wildt |
2022-12-07 | Document 'uidinfo' structure locks. | Vitaliy Makkoveev |
2022-12-07 | Add END()s to match ENTRY()s. | Philip Guenther |
2022-12-07 | Prefer numeric labels over L<digit> labels, as the latter clutter | Philip Guenther |
2022-12-07 | Prefer STRONG_ALIAS() over multiple overlapping _ENTRY/_NENTRY | Philip Guenther |
2022-12-07 | Apply changes from commitid FWrfGfO9Ojnsh1mq to libkern. | Philip Guenther |
2022-12-07 | Do not store unused ICMPv6 Option PREFIX_INFORMATION | Klemens Nanni |
2022-12-07 | Fix comment by splitting sentance in two. From kn@ | Claudio Jeker |
2022-12-07 | If the called of ypconnect(2) is root, the socket should acquire a | Theo de Raadt |
2022-12-06 | Add support for additional RTKit endpoint advertised by NVMe firmware that | Mark Kettenis |
2022-12-06 | Add missing kernel lock around (*if_ioctl)() call within | Vitaliy Makkoveev |
2022-12-06 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-06 | Implement support for shared interrupts. | Mark Kettenis |
2022-12-06 | For write operations, wait until the transaction completes just like we | Mark Kettenis |
2022-12-06 | i386: switch to clockintr | Scott Soule Cheloha |
2022-12-06 | sh, landisk: switch to clockintr | Scott Soule Cheloha |