summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-03-21octrnm(4): Raise delay on startup.riastradh
2023-03-21PR/57279: Izumi Tsutsui: Fix some {int,long} -> time_t. Still things willchristos
2023-03-20Adjust pc/npc before syscall allowing EJUSTRETURN to returnhannken
2023-03-20__HAVE_HASHLOCKED_ATOMICS needs to be visible to userlandmartin
2023-03-20in6: reject setting negative values but -1 via setsockopt(IPV6_CHECKSUM)ozaki-r
2023-03-17s/Brigthness/Brightness/ in comment.andvar
2023-03-17Avoid overflow of nfs_commitsize on machines with > 32GB RAM.mlelstv
2023-03-14Do not limit the number of pending requests for the worker thread.hannken
2023-03-13vn_open(9): Add assertion that vp is locked on return.riastradh
2023-03-13vn_open(9): Clarify that this returns a locked vnode.riastradh
2023-03-07remove "nouveau" from a comment. noted by jmcneill.mrg
2023-03-07radeon: Kick out genfb on firmware framebuffer before initializing.mrg
2023-03-06fix few typos in comments and log messages.andvar
2023-03-05ucom(4): Simplify logic fixing PR kern/57259.riastradh
2023-03-05Locate wedges as boot device and also match a partition GUID.mlelstv
2023-03-05open(2): Don't map ERESTART to EINTR.riastradh
2023-03-05In the HUP-wait path in ucomopen():thorpej
2023-03-04Trailing whitespaceskrll
2023-03-03x86/fpu: Align savefpu to 64 bytes in fpuinit_mxcsr_mask.riastradh
2023-03-03x86: Call fpuinit_mxcsr_mask only once.riastradh
2023-03-03Revert "x86: Add kthread_fpu_enter/exit support, take two."riastradh
2023-03-03Revert "x86/fpu.c: Sprinkle KNF."riastradh
2023-03-03Revert "x86: Add kthread_fpu_enter/exit support, take two -- forgot i386 bits."riastradh
2023-03-03entropy(9): Allow changing flags on all entropy sources at once.riastradh
2023-03-03Fix genfs_can_chtimes() to also handle the condition:hannken
2023-03-01delete attribution per request of contributornia
2023-03-01fs/hfs: Avoid undefined pointer arith in hfslib_reada_node_offsets.riastradh
2023-03-01fs/hfs: Avoid buffer overrun in hfslib_reada_node_offsets.riastradh
2023-03-01nouveau: Kick out genfb on firmware framebuffer before initializing.riastradh
2023-03-01x86: Expand on comments on ordering around stores to ci_curlwp.riastradh
2023-03-01sparc64: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01riscv: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01powerpc: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01mips: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01arm32: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01aarch64: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01amdgpu: Fix bogus loop invariant assertions in amdgpu_gart_map.riastradh
2023-03-01random(4): Report number of bytes ready to read, not number of bits.riastradh
2023-03-01xen/x86: Need kpreempt_disable/enable around curcpu() access.riastradh
2023-02-27Uncomment and protect sanity checks that would drop into the debugger with asekiya
2023-02-27uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2023-02-27amd64_trap.S: Annotate trap vectors with their mnemonics.riastradh
2023-02-27igpio(4): Disable Baytrail and Lynxpoint support. Fixes PR kern/57225.msaitoh
2023-02-26wsemul_vt100_subr: spell edp->tabs assertion with NULLuwe
2023-02-26wsemul_vt100_subr: don't assert unsigned ncols >= 0uwe
2023-02-26nkmempages should be size_tskrll
2023-02-26ci_data.cpu_kcpuset -> ci_kcpusetskrll
2023-02-25x86: Add kthread_fpu_enter/exit support, take two -- forgot i386 bits.riastradh
2023-02-25x86/fpu.c: Sprinkle KNF.riastradh
2023-02-25x86: Add kthread_fpu_enter/exit support, take two.riastradh