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
/
kern
Age
Commit message (
Expand
)
Author
2023-07-08
clock_gettime(2): Fix CLOCK_PROCESS/THREAD_CPUTIME_ID.
riastradh
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
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-06-30
entropy(9): Reintroduce netbsd<=9 time-delta estimator for unblocking.
riastradh
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-23
tsleep: Comment out kernel lock assertion for now.
riastradh
2023-06-23
tsleep(9): Assert kernel lock held.
riastradh
2023-06-15
Regen.
hannken
2023-06-15
VOP_IOCTL() is a wrapper around spec_ioctl() aka Xdev_ioctl() and
hannken
2023-05-24
entropy(9): Avoid race between rnd_add_data and ioctl(RNDCTL).
riastradh
2023-05-24
entropy(9): On flags change, cancel any scheduled consolidation.
riastradh
2023-05-23
autoconf(9): Omit config_detach kernel lock assertion too for now.
riastradh
2023-05-23
autoconf(9): Omit config_attach_pseudo kernel lock assertion for now.
riastradh
2023-05-22
autoconf(9): New functions for referenced attach/detach.
riastradh
2023-05-22
tty(9): Make ttwrite update uio with only how much it has consumed.
riastradh
2023-05-22
uiomove(9): Add uiopeek/uioskip operations.
riastradh
2023-05-14
kern/sys_descrip.c: Nix trailing whitespace.
riastradh
2023-05-09
ioctl(DIOCRMWEDGES): Delete only idle wedges.
riastradh
2023-05-01
mutex(9): Write comments in terms of ordering semantics.
riastradh
2023-05-01
mutex(9): Omit needless membar_consumer.
riastradh
2023-05-01
Default PROC_MACHINE_ARCH to machine_arch and use this for magic
mlelstv
2023-04-30
kern/vfs_subr.c: Revert previous build fixes, no longer needed.
riastradh
2023-04-29
Fix builds (hopefully) when DTRACE hooks are not included.
kre
2023-04-29
vfs: Sprinkle dtrace probes into syncer.
riastradh
2023-04-29
vfs(9): Move SDT_PROVIDER_DEFINE(vfs) from vfs_cache.c to vfs_init.c.
riastradh
2023-04-29
kern/vfs_init.c: Sort includes. No functional change intended.
riastradh
2023-04-29
kern/vfs_subr.c: Sort includes. No functional change intended.
riastradh
2023-04-29
kern/vfs_syscalls.c: Nix trailing whitesapce.
riastradh
2023-04-29
White space fix.
isaki
2023-04-28
Pass local symbols relocations in both passes and provide the kobj_reloc
skrll
2023-04-22
fcntl(2), flock(2): Assert FHASLOCK is clear if no fo_advlock.
riastradh
2023-04-22
fcntl(2), flock(2): Unify error branches.
riastradh
2023-04-22
fcntl(2), flock(2): Fix missing fd_putfile in error branch.
riastradh
2023-04-22
file(9): New fo_posix_fadvise operation.
riastradh
2023-04-22
file(9): New fo_fpathconf operation.
riastradh
2023-04-22
file(9): New fo_advlock operation.
riastradh
2023-04-22
disk(9): Fix missing unlock in error branch in previous change.
riastradh
2023-04-22
readdir(2), lseek(2): Fix races in access to struct file::f_offset.
riastradh
2023-04-21
disk(9): Fix use-after-free race with concurrent disk_set_info.
riastradh
2023-04-21
autoconf(9): Add a comment where we risk arithmetic overflow.
riastradh
2023-04-20
Extend optstr(9) to provide some functions to convert the value.
skrll
2023-04-17
KNF
skrll
2023-04-16
autoconf(9): Assert alldevs_lock held in config_unit_nextfree.
riastradh
[next]