summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-01-07regenPhilip Guenther
2023-01-07Add {get,set}thrname(2) for putting thread names in the kernel andPhilip Guenther
2023-01-06Use copyin32() to fetch a faulting instruction rather than short-circuit itMiod Vallat
2023-01-06Oops, forgot to cvs rmMiod Vallat
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2023-01-06Replace last user of copystr() with strlcpy(). NFCIMiod Vallat
2023-01-06Remove no longer needed and quite worthless header.Miod Vallat
2023-01-06Remove unused local variables as well as the dependency on <machine/nvm.h>.Miod Vallat
2023-01-06PF_ANCHOR_STACK_MAX is insufficient protection against stack overflow.Alexandr Nedvedicky
2023-01-06Clean up struct nd_opts, use nd6_options() function local variablesKlemens Nanni
2023-01-06Inline nd6_option() helper, remove indirectionsKlemens Nanni
2023-01-06Clarify nd6_option() return semanticsKlemens Nanni
2023-01-06Simplify nd6_options() initialise logicKlemens Nanni
2023-01-06Merge common code into new nd6_dad_destroy()Klemens Nanni
2023-01-05more consistently name pf_state * variables "st".David Gwynne
2023-01-05after a few trap.c were fixed to fault with the right access, theTheo de Raadt
2023-01-05The access type for a prefetch abort should not include PROT_READ,Mark Kettenis
2023-01-05pfctl fails to add addresses to undefined/inactive tableAlexandr Nedvedicky
2023-01-04The access type for an instruction storage interrupt should notMark Kettenis
2023-01-04Implement strscpy() and implement strscpy_pad() on top of that. Fixes theMark Kettenis
2023-01-04Eduardo Horvath agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04Christos Zoulas removed his name from advertising clauses and copyrightsJonathan Gray
2023-01-04remove unused version of ncr53cxxx.cJonathan Gray
2023-01-04experiments for --execute-only on arm64 and riscv64 are going well,Theo de Raadt
2023-01-04Leo Weppelman agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04move the pf_state_tree_id type from pfvar.h to pfvar_priv.h.David Gwynne
2023-01-04Michael L. Hitch agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04Gordon W. Ross and Bill Studenmund agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04Gordon W. Ross agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04Ichiro FUKUHARA agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04Chuck Cranor rescinded the advertising clause of uvm_mmap.c inJonathan Gray
2023-01-04fix a comment, no functional change.David Gwynne
2023-01-04move the pf_state_tree rb tree type from pfvar.h to pfvar_priv.hDavid Gwynne
2023-01-03Poll battery sensors less frequently.Anton Lindqvist
2023-01-03The software id in the request must be copied as is to the response by theAnton Lindqvist
2023-01-03Group more request and response constants.Anton Lindqvist
2023-01-03Disable display backlight on Apple Silicon laptops when suspending.Tobias Heider
2023-01-02Add tfind_user(), for getting a proc* given a user-space TID andPhilip Guenther
2023-01-02The access type for an instruction storage/segment interrupt should notMark Kettenis
2023-01-02Let the EFI bootloader make a copy of the EFI System Resource Table (ESRT)Mark Kettenis
2023-01-02Fix the check for the BWX extension introduced in 1.92.Miod Vallat
2023-01-02use the pf generated toeplitz hash when setting the mbuf flow id.David Gwynne
2023-01-01Clear status bits when we receive a host system error. Otherwise theMark Kettenis
2023-01-01With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago,Miod Vallat
2023-01-01Enable power management for PCI devices.Mark Kettenis
2023-01-01copyright++;Jonathan Gray
2023-01-01update drm to linux 6.1.2Jonathan Gray
2022-12-31timeout: rename "timeout_at_ts" to "timeout_abs_ts"Scott Soule Cheloha
2022-12-31Look for the first 2 mem regions, ignore the restGeorge Koehler
2022-12-31Let luna88k's bootloader pass RB_GOODRANDOM to the kernel.Kenji Aoyama