summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sharedpage.c
AgeCommit message (Expand)Author
2025-10-13kern_sharedpage.c: Remove an unneeded type castZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-18Rework how shared page related data is storedKornel Dulęba
2021-12-08Fix assert check for SV_DSO_SIG in exec_sysvec_init_secondary()Justin Hibbits
2021-12-06Pass vdso address to userspaceKonstantin Belousov
2021-12-06amd64: wrap 64bit sigtramp into vdsoKonstantin Belousov
2021-07-20Remove bogus cast from exec_sysvec_init().Dmitry Chagin
2021-07-20Modify exec_sysvec_init() to allow non-native abi to setup their sysentvecs.Dmitry Chagin
2020-10-10random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer
2020-08-23kern_sharedpage.c: Add exec_sysvec_init_secondary() helper.Konstantin Belousov
2019-12-02Fix the last few cases that grab without busy or valid. The grab functions mustJeff Roberson
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-11-27sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-11-23Split kerne timekeep ABI structure vdso_sv_tk out of the structKonstantin Belousov
2015-08-04Copy the fencing of the algorithm to do lock-less update and readingKonstantin Belousov
2013-08-22Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).Konstantin Belousov
2013-08-07Replace kernel virtual address space allocation with vmem. This providesJeff Roberson
2013-03-09Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao
2012-06-23Move the code dealing with shared page into a dedicatedKonstantin Belousov