freebsd-dev/sys/compat/linux
Peter Wemm 6bc7cb8b3f Fix the getdents() emulation, the Linux ELF libraries use this, and
this code was not quite right (linux has a readdir and getdents syscall,
with the same args. readdir only returns one entry and uses a mutant
dirent structure.  This code was also returning the mutant form for
getdents as well.  My fault for missing this before.)
1996-03-10 22:27:51 +00:00
..
linux_file.c Fix the getdents() emulation, the Linux ELF libraries use this, and 1996-03-10 22:27:51 +00:00
linux_ioctl.c Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses. 1996-03-04 11:15:19 +00:00
linux_ipc.c Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +00:00
linux_misc.c update linux_times() and linux_utime() emulation, 1996-03-04 21:03:11 +00:00
linux_signal.c update linux_times() and linux_utime() emulation, 1996-03-04 21:03:11 +00:00
linux_socket.c Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +00:00
linux_stats.c Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +00:00
linux_util.c Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +00:00
linux_util.h Fix a (mostly harmless) bogon when allocating space above the stack 1996-03-10 22:23:51 +00:00