summaryrefslogtreecommitdiff
path: root/sys/rump
AgeCommit message (Expand)Author
2023-07-05mk.conf(5): document rump variableslukem
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-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
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-20tcp: separate syn cache stuffs into tcp_syncache.[ch] filesozaki-r
2022-09-03Machete-waving to fix mpls rump build after pktqueue changes.thorpej
2022-09-03netisr.c is gone.mlelstv
2022-09-03Garbage-collect everything related to struct domain::dom_ifqueuesthorpej
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-09-03Convert MPLS from a legacy netisr to pktqueue.thorpej
2022-09-03Convert CAN from a legacy netisr to pktqueue.thorpej
2022-09-03Convert ARP from a legacy netisr to pktqueue.thorpej
2022-08-22provide pmap_wired_count macro.mlelstv
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-21rump libsysproxy: More workarounds for pmap abuse.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-07-09s/desciption/description/andvar
2022-06-30Fix rump build failure after sleepq.h:r1.35.knakahara
2022-06-06build system: Revert all the recent additions of MK[...] knobs thatnia
2022-05-27... and more MKLFS herenia
2022-05-03libwsemul_vt100: Rumpified wscons vt100 emulator (wsvt25).uwe
2022-05-03Regen.hannken
2022-05-03Regen.hannken
2022-05-03Make option VNODE_LOCKDEBUG more functional.hannken
2022-04-14Split some common stuff into scsi_subr module. This enables loadingpgoyette