]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rework r313352.
authorKonstantin Belousov <kib@FreeBSD.org>
Mon, 13 Feb 2017 09:04:38 +0000 (09:04 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Mon, 13 Feb 2017 09:04:38 +0000 (09:04 +0000)
commit496ab0532d71f020458d28206bee5b132522320c
tree43c4ca0fc250b97692da557e531c0bea9cccb79a
parentada6f083b93b4adce9c3b3ba00112528244a3b86
Rework r313352.

Rename kern_vm_* functions to kern_*.  Move the prototypes to
syscallsubr.h.  Also change Mach VM types to uintptr_t/size_t as
needed, to avoid headers pollution.

Requested by: alc, jhb
Reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D9535
sys/compat/cloudabi/cloudabi_mem.c
sys/compat/freebsd32/freebsd32_misc.c
sys/compat/linux/linux_misc.c
sys/compat/linux/linux_mmap.c
sys/kern/vfs_aio.c
sys/sys/syscallsubr.h
sys/vm/vm_extern.h
sys/vm/vm_mmap.c