summaryrefslogtreecommitdiff
path: root/sys/rump
AgeCommit message (Expand)Author
2021-11-01regen for "struct sigaltstack" -> "stack_t"thorpej
2021-10-23Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c.hannken
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-30Added tests for the linear hook APIsyamaguchi
2021-09-19Regen for eventfd(2) and timerfd(2).thorpej
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-08-21rename glue.c to sodium_module.cchristos
2021-08-21Add glue.c for libsodium (suggested by riastradh). Tidy up.christos
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-18Use macros for the canned parts of device and fifo vnode op tables.dholland
2021-07-14Rump-ify ALTQ (librumpnet_altq.so)ozaki-r
2021-07-14shmif: support ALTQozaki-r
2021-07-07Allow to set sanitizer flags for the rump build from themartin
2021-07-02Regen.dholland
2021-06-29Regen.dholland
2021-06-29Add parsepath for rumpfs in place of using cn_consume.dholland
2021-06-29Regen.dholland
2021-06-29- Add a new vnode op: VOP_PARSEPATH.dholland
2021-06-29Rework the xxxVERBOSE option to share the common module-hook-basedpgoyette
2021-06-29Remove uscanner(4) drivernia
2021-06-16Regen.dholland
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2021-04-25use MACHINE_MIPS64christos
2021-04-25mipsn64* is native 64christos
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-23enabled PPPOE_DEBUG for librumpnet_pppoe* when RUMP_DEBUG is definedyamaguchi
2021-04-15fix reversed commentchristos
2021-04-15- Define NEED_ISYSTEM herechristos
2021-04-13Pass -isystem and -imacro ccp flags to lintchristos
2021-04-12new GCC_NO_* uses for warning issues. most of the users of the newmrg
2021-03-14provide generic cas for _LP64christos
2021-03-14Build rump for PPC_OEA64 on evbppc64.rin
2021-03-08remove ip{,6}_id.cchristos
2021-01-17rump_component_init() is called recursively, so LIST_FOREACH_SAFE is notchs
2021-01-16remove a const to allow building with QUEUEDEBUG.chs
2020-12-09make rump's uvm_aio_aiodone_pages() look more like the kernel version.chs
2020-12-06Fix build after interval timers refectoring by thorpej@skrll
2020-12-05update the rump copy of uvm_page_unbusy() to match the real version,chs
2020-11-06PR/55789: Ruslan Nikolaev: New rump driverschristos
2020-11-06PR/55777: Ruslan Nikolaev: Move the unp_sysctl_create to uipc_usrreq.c tochristos
2020-11-04PR/55781: Ruslan Nikolaev: rump_init() does differentiate when all CPUs arechristos
2020-11-04Add turnstile_print prototype for LOCKDEBUGmartin