freebsd-src/sys/compat/linux
Andrew Turner ec69d23093 linux: Allows writing to the vdso from the kernel
We need to write to the vdso in the kernel to perform fixups. Move it
from .rodata to .data so these can be run.

Reported by:	cy
Sponsored by:	Arm Ltd
2024-06-06 09:07:49 +00:00
..
check_error.d
check_internal_locks.d
linux.c linux: use sa_family_t for address family conversions 2024-03-29 13:35:37 -07:00
linux.h
linux_common.c
linux_common.h linux: use sa_family_t for address family conversions 2024-03-29 13:35:37 -07:00
linux_dtrace.h
linux_dummy.c
linux_elf.c
linux_elf.h
linux_elf32.c
linux_elf64.c
linux_emul.c
linux_emul.h
linux_errno.c
linux_errno.h
linux_errno.inc
linux_event.c
linux_event.h
linux_file.c linux: Export linux_common_openflags() 2024-05-23 13:40:46 -06:00
linux_file.h linux: Export linux_common_openflags() 2024-05-23 13:40:46 -06:00
linux_fork.c
linux_fork.h
linux_futex.c
linux_futex.h
linux_getcwd.c
linux_ioctl.c
linux_ioctl.h
linux_ipc.c
linux_ipc.h
linux_ipc64.h
linux_mib.c
linux_mib.h
linux_misc.c minor style tweak. 2024-05-29 09:53:20 -06:00
linux_misc.h linux: implement PR_CHILD_SET_SUBREAPER 2024-05-29 07:56:23 -06:00
linux_mmap.c Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
linux_mmap.h
linux_netlink.c linux: allow RTM_GETADDR without full ifaddrmsg argument 2024-05-28 13:13:08 -07:00
linux_persona.h
linux_ptrace.c
linux_rseq.c
linux_siginfo.h
linux_signal.c
linux_signal.h
linux_socket.c Fix new users of MAXPHYS and hide it from the kernel namespace 2024-04-30 15:29:06 -04:00
linux_socket.h
linux_stats.c
linux_sysctl.c linux(4): Add const qualifier to the value parameter of function handle_string() 2024-05-20 12:02:33 +08:00
linux_time.c Redefine CLOCK_BOOTTIME to alias CLOCK_MONOTONIC, not CLOCK_UPTIME 2024-05-31 08:45:02 -06:00
linux_time.h linux: Export linux_convert_l_sigevent 2024-05-23 13:40:46 -06:00
linux_timer.c linux: Export linux_convert_l_sigevent 2024-05-23 13:40:46 -06:00
linux_uid16.c
linux_util.c
linux_util.h Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
linux_vdso.c
linux_vdso.h
linux_vdso_gtod.inc
linux_vdso_inc.S linux: Allows writing to the vdso from the kernel 2024-06-06 09:07:49 +00:00
linux_videodev2_compat.h
linux_videodev_compat.h
linux_xattr.c
stats_timing.d
trace_futexes.d