Age | Commit message (Expand) | Author |
2023-01-05 | more consistently name pf_state * variables "st". | David Gwynne |
2023-01-05 | after a few trap.c were fixed to fault with the right access, the | Theo de Raadt |
2023-01-05 | The access type for a prefetch abort should not include PROT_READ, | Mark Kettenis |
2023-01-05 | pfctl fails to add addresses to undefined/inactive table | Alexandr Nedvedicky |
2023-01-04 | The access type for an instruction storage interrupt should not | Mark Kettenis |
2023-01-04 | Implement strscpy() and implement strscpy_pad() on top of that. Fixes the | Mark Kettenis |
2023-01-04 | Eduardo Horvath agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-04 | Christos Zoulas removed his name from advertising clauses and copyrights | Jonathan Gray |
2023-01-04 | remove unused version of ncr53cxxx.c | Jonathan Gray |
2023-01-04 | experiments for --execute-only on arm64 and riscv64 are going well, | Theo de Raadt |
2023-01-04 | Leo Weppelman agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-04 | move the pf_state_tree_id type from pfvar.h to pfvar_priv.h. | David Gwynne |
2023-01-04 | Michael L. Hitch agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-04 | Gordon W. Ross and Bill Studenmund agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-04 | Gordon W. Ross agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-04 | Ichiro FUKUHARA agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-04 | Chuck Cranor rescinded the advertising clause of uvm_mmap.c in | Jonathan Gray |
2023-01-04 | fix a comment, no functional change. | David Gwynne |
2023-01-04 | move the pf_state_tree rb tree type from pfvar.h to pfvar_priv.h | David Gwynne |
2023-01-03 | Poll battery sensors less frequently. | Anton Lindqvist |
2023-01-03 | The software id in the request must be copied as is to the response by the | Anton Lindqvist |
2023-01-03 | Group more request and response constants. | Anton Lindqvist |
2023-01-03 | Disable display backlight on Apple Silicon laptops when suspending. | Tobias Heider |
2023-01-02 | Add tfind_user(), for getting a proc* given a user-space TID and | Philip Guenther |
2023-01-02 | The access type for an instruction storage/segment interrupt should not | Mark Kettenis |
2023-01-02 | Let the EFI bootloader make a copy of the EFI System Resource Table (ESRT) | Mark Kettenis |
2023-01-02 | Fix the check for the BWX extension introduced in 1.92. | Miod Vallat |
2023-01-02 | use the pf generated toeplitz hash when setting the mbuf flow id. | David Gwynne |
2023-01-01 | Clear status bits when we receive a host system error. Otherwise the | Mark Kettenis |
2023-01-01 | With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago, | Miod Vallat |
2023-01-01 | Enable power management for PCI devices. | Mark Kettenis |
2023-01-01 | copyright++; | Jonathan Gray |
2023-01-01 | update drm to linux 6.1.2 | Jonathan Gray |
2022-12-31 | timeout: rename "timeout_at_ts" to "timeout_abs_ts" | Scott Soule Cheloha |
2022-12-31 | Look for the first 2 mem regions, ignore the rest | George Koehler |
2022-12-31 | Let luna88k's bootloader pass RB_GOODRANDOM to the kernel. | Kenji Aoyama |
2022-12-31 | sysctl_clockintr: clear "sum" with memset before copyout(9) | Scott Soule Cheloha |
2022-12-31 | Add machdep.lidaction to machdep names list. | Patrick Wildt |
2022-12-30 | Add TABDLY, TAB0, TAB3 for better source compatibility. | Todd C. Miller |
2022-12-30 | Do not send (normal) packets before we reach the run state. Logic copied | Mark Kettenis |
2022-12-30 | Add chip name for new revision of the BCM4378. | Mark Kettenis |
2022-12-30 | Actually hide the clang-15 workaround behind the COMPILER_VERSION check | Jeremie Courreges-Anglas |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-30 | Support FTDI FT232R. The upper 2 bits encode the fractional component of the | Kevin Lo |
2022-12-29 | sparc64: pull retry logic out of tickcmpr_set(), sys_tickcmpr_set() | Scott Soule Cheloha |
2022-12-29 | Avoid doing cache flush/invalidate operations for DMA memory allocated with | Mark Kettenis |
2022-12-29 | Use an iorw fence since we're syncing cpu access and device access to | Mark Kettenis |
2022-12-29 | Add ktrace struct tracepoints for siginfo_t to the kernel side of | Philip Guenther |
2022-12-28 | The RISC-V architecture support execute-only mappings, so implement those. | Mark Kettenis |
2022-12-28 | Handle clock that can't be gated as a no-op. | Mark Kettenis |