mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
the type of object represented by the handle argument. - Allow vm_mmap() to map device memory via cdev objects in addition to vnodes and anonymous memory. Note that mmaping a cdev directly does not currently perform any MAC checks like mapping a vnode does. - Unbreak the DRM getbufs ioctl by having it call vm_mmap() directly on the cdev the ioctl is acting on rather than trying to find a suitable vnode to map from. Reviewed by: alc, arch@ |
||
|---|---|---|
| .. | ||
| imgact_linux.c | ||
| linux.h | ||
| linux_dummy.c | ||
| linux_genassym.c | ||
| linux_ipc64.h | ||
| linux_locore.s | ||
| linux_machdep.c | ||
| linux_proto.h | ||
| linux_ptrace.c | ||
| linux_syscall.h | ||
| linux_sysent.c | ||
| linux_sysvec.c | ||
| Makefile | ||
| syscalls.conf | ||
| syscalls.master | ||