1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/sys/compat/linux
Edward Tomasz Napierala 9545354ed5 Fix usage of mac_vnode_check_open() in linuxulator - last argument
should be VREAD, not FREAD.

Approved by:	rwatson (mentor)
2008-09-22 18:59:24 +00:00
..
linux_emul.c Implement robust futexes. Most of the code is modelled after 2008-05-13 20:01:27 +00:00
linux_emul.h Implement robust futexes. Most of the code is modelled after 2008-05-13 20:01:27 +00:00
linux_file.c Getdents requires padding with 2 bytes instead of 1 byte 2008-09-09 16:00:17 +00:00
linux_file.h Implement the linux syscalls 2008-04-08 09:45:49 +00:00
linux_futex.c Implement robust futexes. Most of the code is modelled after 2008-05-13 20:01:27 +00:00
linux_futex.h Implement robust futexes. Most of the code is modelled after 2008-05-13 20:01:27 +00:00
linux_getcwd.c Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread 2008-08-28 15:23:18 +00:00
linux_ioctl.c All opt_x.h includes go at the top of other includes. 2008-08-25 04:55:29 +00:00
linux_ioctl.h Add TIOCPKT and TIOCSPTLCK to the Linuxolator. 2008-07-23 17:47:44 +00:00
linux_ipc.c
linux_ipc.h
linux_mib.c Switch to emulating Linux 2.6 on default. 2008-06-03 17:50:13 +00:00
linux_mib.h
linux_misc.c Fix usage of mac_vnode_check_open() in linuxulator - last argument 2008-09-22 18:59:24 +00:00
linux_misc.h Sanitize arguments to linux_mremap(). 2008-02-22 11:47:56 +00:00
linux_signal.c
linux_signal.h
linux_socket.c Remove superfluous copyin() of args, structures are already in kernel space. 2008-09-09 13:01:14 +00:00
linux_socket.h
linux_stats.c Integrate the new MPSAFE TTY layer to the FreeBSD operating system. 2008-08-20 08:31:58 +00:00
linux_sysctl.c
linux_sysproto.h
linux_time.c
linux_uid16.c Add the support for the AT_FDCWD and fd-relative name lookups to the 2008-03-31 12:01:21 +00:00
linux_util.c Push down the major/minor conversion for pts/%u to improve consistency. 2008-06-02 08:40:06 +00:00
linux_util.h Implement the linux syscalls 2008-04-08 09:45:49 +00:00