freebsd-skq/sys/compat/linux
dillon ddf9ef103e Change struct file f_data to un_data, a union of the correct struct
pointer types, and remove a huge number of casts from code using it.

Change struct xfile xf_data to xun_data (ABI is still compatible).

If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary.  There are no operational changes in this
commit.
2003-01-12 01:37:13 +00:00
..
linux_file.c Change struct file f_data to un_data, a union of the correct struct 2003-01-12 01:37:13 +00:00
linux_getcwd.c Use the new kern_*() functions to avoid using the stack gap in 2002-09-02 22:46:05 +00:00
linux_ioctl.c Add function linux_msg() for regulating output from the linux emulation 2003-01-02 02:19:10 +00:00
linux_ioctl.h - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); 2002-10-11 11:43:09 +00:00
linux_ipc.c Add function linux_msg() for regulating output from the linux emulation 2003-01-02 02:19:10 +00:00
linux_ipc.h - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); 2002-10-11 11:43:09 +00:00
linux_mib.c sysctl -w -> sysctl 2002-05-11 06:06:11 +00:00
linux_mib.h Fixed some style bugs in the removal of __P(()). Tabs before "__P((" 2002-03-24 04:04:50 +00:00
linux_misc.c - Use strlcpy() rather than strncpy() to copy NUL terminated 2002-10-17 22:00:30 +00:00
linux_signal.c Back our kernel support for reliable signal queues. 2002-10-01 17:15:53 +00:00
linux_signal.h Remove __P. 2002-03-20 05:48:58 +00:00
linux_socket.c Back out last commit. Linux uses the old 4.3BSD sockaddr format. 2002-09-24 07:03:01 +00:00
linux_socket.h Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
linux_stats.c Change struct file f_data to un_data, a union of the correct struct 2003-01-12 01:37:13 +00:00
linux_sysctl.c Add function linux_msg() for regulating output from the linux emulation 2003-01-02 02:19:10 +00:00
linux_uid16.c Include <sys/malloc.h> instead of depending on namespace pollution 2 2002-09-05 08:13:20 +00:00
linux_util.c Add function linux_msg() for regulating output from the linux emulation 2003-01-02 02:19:10 +00:00
linux_util.h Add function linux_msg() for regulating output from the linux emulation 2003-01-02 02:19:10 +00:00