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