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
/
rump
Age
Commit message (
Expand
)
Author
2023-07-05
mk.conf(5): document rump variables
lukem
2023-06-27
remove double/tripple o in comments, where it likely was not added on purpose.
andvar
2023-06-23
rump: KASSERT(x && y) -> KASSERT(x); KASSERT(y)
riastradh
2023-06-15
Regen.
hannken
2023-06-03
adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}
lukem
2023-06-03
adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
lukem
2023-06-03
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
lukem
2023-06-03
bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
lukem
2023-04-23
rumpdev: Catch up to buf_syncwait -> vfs_syncwait rename.
riastradh
2023-04-22
rumpvfs: Link in secmodel_extensions_vfs.c as intended, like kernel.
riastradh
2023-04-22
rump: Move vnode_if.c from rumpkern to rumpvfs.
riastradh
2023-04-22
secmodel_extensions: Split vfs part into separate .c file.
riastradh
2023-04-22
rump: Move ubc_uiomove, ubc_zerorange from rumpvfs to rumpkern.
riastradh
2023-04-22
rumpkern: Provide stub pnbuf_cache weak alias.
riastradh
2023-04-22
rumpkern: Provide stub uvm_vnodeops weak alias.
riastradh
2023-04-22
rumpkern: Provide fs_filtops weak alias.
riastradh
2023-04-12
kern: Nix mutex_owner.
riastradh
2023-02-26
nkmempages should be size_t
skrll
2023-02-22
rump: Nix membar_enter/exit after/before RUMPUSER_LWP_CREATE/DESTROY.
riastradh
2023-02-22
rumpkern/lwproc.c: Nix trailing whitespace.
riastradh
2022-11-02
rump: don't touch p_nlwps without holding p_lock
ozaki-r
2022-10-26
sys/filedesc.h: New home for extern cwdi0.
riastradh
2022-10-26
rwlock(9): Nix extern _rw_init in .c; use sys/rwlock.h.
riastradh
2022-10-26
sys/*: Get module_map consistently from sys/module.h.
riastradh
2022-10-26
mutex(9): Properly declare _mutex_init in sys/mutex.h.
riastradh
2022-09-20
tcp: separate syn cache stuffs into tcp_syncache.[ch] files
ozaki-r
2022-09-03
Machete-waving to fix mpls rump build after pktqueue changes.
thorpej
2022-09-03
netisr.c is gone.
mlelstv
2022-09-03
Garbage-collect everything related to struct domain::dom_ifqueues
thorpej
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2022-09-03
Convert MPLS from a legacy netisr to pktqueue.
thorpej
2022-09-03
Convert CAN from a legacy netisr to pktqueue.
thorpej
2022-09-03
Convert ARP from a legacy netisr to pktqueue.
thorpej
2022-08-22
provide pmap_wired_count macro.
mlelstv
2022-08-21
rump: Define pmap_resident_count, pmap_wired_count conditionally.
riastradh
2022-08-21
Add stubs for pmap_resident_count, pmap_wired_count.
mlelstv
2022-08-21
rump/x86: Add stubs for pmap_resident_count, pmap_wired_count.
riastradh
2022-08-21
rump libsysproxy: More workarounds for pmap abuse.
riastradh
2022-08-21
rumpkern: Abusing struct pmap internals now requires extra effort.
riastradh
2022-08-21
rump/x86: Need x86/cpufunc.h for declaration of wbinvd.
riastradh
2022-07-18
Regen for:
thorpej
2022-07-09
s/desciption/description/
andvar
2022-06-30
Fix rump build failure after sleepq.h:r1.35.
knakahara
2022-06-06
build system: Revert all the recent additions of MK[...] knobs that
nia
2022-05-27
... and more MKLFS here
nia
2022-05-03
libwsemul_vt100: Rumpified wscons vt100 emulator (wsvt25).
uwe
2022-05-03
Regen.
hannken
2022-05-03
Regen.
hannken
2022-05-03
Make option VNODE_LOCKDEBUG more functional.
hannken
2022-04-14
Split some common stuff into scsi_subr module. This enables loading
pgoyette
[next]