freebsd-skq/sys/compat/linux
ed 9cedd4d52c Improve *access*() parameter name consistency.
The current code mixes the use of `flags' and `mode'. This is a bit
confusing, since the faccessat() function as a `flag' parameter to store
the AT_ flag.

Make this less confusing by using the same name as used in the POSIX
specification -- `amode'.
2011-11-19 06:35:15 +00:00
..
linux_emul.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
linux_emul.h Extend struct sysvec with new method sv_schedtail, which is used for an 2011-03-08 19:01:45 +00:00
linux_file.c Improve *access*() parameter name consistency. 2011-11-19 06:35:15 +00:00
linux_file.h
linux_fork.c Add experimental support for process descriptors 2011-08-18 22:51:30 +00:00
linux_futex.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00
linux_futex.h
linux_getcwd.c
linux_ioctl.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
linux_ioctl.h This is v4l2 support for the linuxulator. This allows to access FreeBSD 2011-05-04 09:05:39 +00:00
linux_ipc.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
linux_ipc.h
linux_mib.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
linux_mib.h Staticize functions which are not used somewhere else, move the 2011-03-15 13:40:47 +00:00
linux_misc.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
linux_misc.h linux compat: improve and fix sendmsg/recvmsg compatibility 2011-03-26 11:05:53 +00:00
linux_signal.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
linux_signal.h Put the macro declaration in the relevant include file for future use. 2011-02-15 21:22:09 +00:00
linux_socket.c Use the caculated length instead of maximum length. 2011-10-06 21:55:05 +00:00
linux_socket.h linux compat: improve and fix sendmsg/recvmsg compatibility 2011-03-26 11:05:53 +00:00
linux_stats.c Second-to-last commit implementing Capsicum capabilities in the FreeBSD 2011-08-11 12:30:23 +00:00
linux_sysctl.c
linux_sysproto.h
linux_time.c
linux_uid16.c Add curly braces missed in r226247. 2011-10-11 13:40:37 +00:00
linux_util.c
linux_util.h
linux_videodev2_compat.h Commit the missing linux_videdev2_compat.h (lost somewhere between 2011-05-04 13:09:20 +00:00
linux_videodev2.h Add explanation about the use-permission and FreeBSDify it. 2011-05-04 08:41:55 +00:00
linux_videodev_compat.h
linux_videodev.h Fix typo in comment, improve comment. 2011-05-04 08:42:31 +00:00