freebsd-dev/sys/i386
Dmitry Chagin 50c85a32d9 linux(4): Move uselib() to i386
This obsolete system call is not supported by glibc. In ancient libc
versions (before glibc 2.0), uselib() was used to load the shared
libraries with names found in an array of names in the binary.
On Linux, since 3.15, this system call is available only when
the kernel is configured with the CONFIG_USELIB option.

It doesn't look like anyone needs this syscall for others Linuxulators,
so move it to the corresponding MD Linuxulator.

MFC after:		2 weeks
2023-02-14 17:46:31 +03:00
..
acpica acpica: Merge ACPICA 20221020 2022-10-27 22:04:32 -04:00
bios i386: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:43 -07:00
conf MINIMAL: Update and clean up. 2023-02-09 18:24:45 +01:00
i386 Complete removal of opt_compat.h 2023-02-13 19:07:38 +03:00
include i386 kstack_contains(): account for pcb/fpu save area 2023-02-02 00:59:26 +02:00
linux linux(4): Move uselib() to i386 2023-02-14 17:46:31 +03:00
pci i386: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:43 -07:00
Makefile