summaryrefslogtreecommitdiff
path: root/sys/rump/librump
AgeCommit message (Expand)Author
2023-06-27remove double/tripple o in comments, where it likely was not added on purpose.andvar
2023-06-23rump: KASSERT(x && y) -> KASSERT(x); KASSERT(y)riastradh
2023-06-15Regen.hannken
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-04-23rumpdev: Catch up to buf_syncwait -> vfs_syncwait rename.riastradh
2023-04-22rumpvfs: Link in secmodel_extensions_vfs.c as intended, like kernel.riastradh
2023-04-22rump: Move vnode_if.c from rumpkern to rumpvfs.riastradh
2023-04-22secmodel_extensions: Split vfs part into separate .c file.riastradh
2023-04-22rump: Move ubc_uiomove, ubc_zerorange from rumpvfs to rumpkern.riastradh
2023-04-22rumpkern: Provide stub pnbuf_cache weak alias.riastradh
2023-04-22rumpkern: Provide stub uvm_vnodeops weak alias.riastradh
2023-04-22rumpkern: Provide fs_filtops weak alias.riastradh
2023-04-12kern: Nix mutex_owner.riastradh
2023-02-26nkmempages should be size_tskrll
2023-02-22rump: Nix membar_enter/exit after/before RUMPUSER_LWP_CREATE/DESTROY.riastradh
2023-02-22rumpkern/lwproc.c: Nix trailing whitespace.riastradh
2022-11-02rump: don't touch p_nlwps without holding p_lockozaki-r
2022-10-26sys/filedesc.h: New home for extern cwdi0.riastradh
2022-10-26rwlock(9): Nix extern _rw_init in .c; use sys/rwlock.h.riastradh
2022-10-26sys/*: Get module_map consistently from sys/module.h.riastradh
2022-10-26mutex(9): Properly declare _mutex_init in sys/mutex.h.riastradh
2022-09-03netisr.c is gone.mlelstv
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-08-21rump: Define pmap_resident_count, pmap_wired_count conditionally.riastradh
2022-08-21Add stubs for pmap_resident_count, pmap_wired_count.mlelstv
2022-08-21rump/x86: Add stubs for pmap_resident_count, pmap_wired_count.riastradh
2022-08-21rumpkern: Abusing struct pmap internals now requires extra effort.riastradh
2022-08-21rump/x86: Need x86/cpufunc.h for declaration of wbinvd.riastradh
2022-07-18Regen for:thorpej
2022-06-30Fix rump build failure after sleepq.h:r1.35.knakahara
2022-05-03Regen.hannken
2022-05-03Regen.hannken
2022-04-09rumpkern/sleepq: Convert membar_exit/store to atomic_store_release.riastradh
2022-04-09rumpkern/scheduler: Use membar_release.riastradh
2022-04-04Move input processing of lagg(4) before ether_inputyamaguchi
2022-03-28include the extensions secmodelchristos
2022-03-28no need to include suser; it gets autoloaded as a module.christos
2022-03-28sys: Split struct device into a private device_impl.h.riastradh
2021-11-01regen for "struct sigaltstack" -> "stack_t"thorpej
2021-10-20Regen for:thorpej
2021-10-20Overhaul of the EVFILT_VNODE kevent(2) filter:thorpej
2021-10-11Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o,...knakahara
2021-09-30vlan: Register vlan_ifdetach to ether_ifdetach hookyamaguchi
2021-09-30bridge: Register bridge_ifdetach to ether_ifdetach hookyamaguchi
2021-09-30vlan: Register the callback to update link-state of vlan I/Fyamaguchi
2021-09-30lagg: Register lagg_linkstate_changed to link-state change hookyamaguchi
2021-09-30bridge: Register bridge_calc_link_state to link-state change hookyamaguchi
2021-09-19Regen for eventfd(2) and timerfd(2).thorpej
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-08-07Merge thorpej-cfargs2.thorpej