Age | Commit message (Expand) | Author |
2023-01-07 | regen | Philip Guenther |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2023-01-06 | Use copyin32() to fetch a faulting instruction rather than short-circuit it | Miod Vallat |
2023-01-06 | Oops, forgot to cvs rm | Miod Vallat |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-06 | Replace last user of copystr() with strlcpy(). NFCI | Miod Vallat |
2023-01-06 | Remove no longer needed and quite worthless header. | Miod Vallat |
2023-01-06 | Remove unused local variables as well as the dependency on <machine/nvm.h>. | Miod Vallat |
2023-01-06 | PF_ANCHOR_STACK_MAX is insufficient protection against stack overflow. | Alexandr Nedvedicky |
2023-01-06 | Clean up struct nd_opts, use nd6_options() function local variables | Klemens Nanni |
2023-01-06 | Inline nd6_option() helper, remove indirections | Klemens Nanni |
2023-01-06 | Clarify nd6_option() return semantics | Klemens Nanni |
2023-01-06 | Simplify nd6_options() initialise logic | Klemens Nanni |
2023-01-06 | Merge common code into new nd6_dad_destroy() | Klemens Nanni |
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 |