summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-07-08clock_gettime(2): Fix CLOCK_PROCESS/THREAD_CPUTIME_ID.riastradh
2023-07-08curcpu_stable(9): New function for asserting curcpu() is stable.riastradh
2023-07-08kern_resource.c: Fix brace placement.riastradh
2023-07-07Revert unintentional changes to kern_lock.c in previous commit.riastradh
2023-07-07heartbeat(9): Test whether curcpu is stable, not kpreempt_disabled.riastradh
2023-07-07xcall(9): If !mp_online, raise spl or set LP_BOUND to call func.riastradh
2023-07-07Unmask event after VCPUOP_stop_periodic_timer andbouyer
2023-07-07sys/param.h: Welcome to 10.99.5, courtesy of heartbeat(9).riastradh
2023-07-07amd64/ALL: Turn on heartbeat checks.riastradh
2023-07-07heartbeat(9): New mechanism to check progress of kernel.riastradh
2023-07-07crashme(9): New crash methods with raised ipl or kpreempt disabled.riastradh
2023-07-07Fix locking error when setting the multicast filter to accept allmartin
2023-07-07virtio(4): Fix byte order of DMA data for armeb in the same manner asrin
2023-07-05mk.conf(5): document rump variableslukem
2023-07-04riscv: Fix (U)INT64_C suffix to match gcc's built-in idea of types.riastradh
2023-07-04tpm(4): Switch tsleep to kpause.riastradh
2023-07-03Enable MEMORY_DISK_DYNAMIC & co. to match std.generic64jakllsch
2023-07-01regennia
2023-07-01Add Realtek ALC671 to hdaudiodevs, seen on Fujitsu Futro S720 thin clientnia
2023-07-01Fix build when KERNHIST defined, but not UVMHISTskrll
2023-06-30entropy(9): Reintroduce netbsd<=9 time-delta estimator for unblocking.riastradh
2023-06-29s/determin /determine / in comment.andvar
2023-06-29Primary bootstrap is now able to read a GPT inside RAIDframe.manu
2023-06-28following a hunch...macallan
2023-06-28wait for the engine to go idle before issuing rectfill commandsmacallan
2023-06-28fix tpyo - now the glyph cache can actually work...macallan
2023-06-27correct register function annotation as it's for receive coalesce.nisimura
2023-06-27remove double/tripple o in comments, where it likely was not added on purpose.andvar
2023-06-27Convert UDF file system code from the depricated tsleep(9)/wakeup(9) to the MPreinoud
2023-06-27callout(9): Delete the unused member cc_cancel from struct callout_cpupho
2023-06-27callout(9): Tidy up the condition for "callout is running on another LWP"pho
2023-06-27callout(9): Fix panic() in callout_destroy() (kern/57226)pho
2023-06-26s/privious/previous/ in comment.andvar
2023-06-25s/responible/responsible/ in comment.andvar
2023-06-25G/C an unused struct cpu_info memberskrll
2023-06-24Add comments and remove nonexistent status registers.tsutsui
2023-06-24Always initialise ci_tlb_info in cpu_info_store[0].skrll
2023-06-24Fix a wrong cdb size of SCSI disk write command. From OpenBSD/luna88k.tsutsui
2023-06-24Fix typo in error message.msaitoh
2023-06-24Fix typo in comment.msaitoh
2023-06-24Fix typo in comment.msaitoh
2023-06-23tsleep: Comment out kernel lock assertion for now.riastradh
2023-06-23tsleep(9): Assert kernel lock held.riastradh
2023-06-23rump: KASSERT(x && y) -> KASSERT(x); KASSERT(y)riastradh
2023-06-23Pad the trapframe so it's a multiple of 16 bytes so that when a trapframeskrll
2023-06-23Add missing read to count Circuit Breaker Rx Dropped Packet correctly.msaitoh
2023-06-20linux32_rt_sendsig: Memset zero before copyout.riastradh
2023-06-20compat_ossaudio: Zero-initialize idat before copyout.riastradh
2023-06-20compat_sunos32: Memset zero before copyout.riastradh
2023-06-20``int i'' is used only for SUPPORT_NFS || SUPPORT_TFTP.rin