freebsd-skq/sys/compat/linux
Roman Divacky 872cbe6466 Remove using magic value of -1 to distinguish between linux_open()
and linux_openat(). Instead just pass AT_FDCWD into linux_common_open()
for the linux_open() case. This prevents passing -1 as a dirfd to
openat() from succeeding which is wrong.

Suggested by:	rwatson, kib
Approved by:	kib (mentor)
2008-04-09 16:42:50 +00:00
..
linux_emul.c
linux_emul.h
linux_file.c Remove using magic value of -1 to distinguish between linux_open() 2008-04-09 16:42:50 +00:00
linux_file.h Implement the linux syscalls 2008-04-08 09:45:49 +00:00
linux_futex.c o Add stub support for some new futex operations, 2008-03-20 17:03:55 +00:00
linux_futex.h o Add stub support for some new futex operations, 2008-03-20 17:03:55 +00:00
linux_getcwd.c
linux_ioctl.c
linux_ioctl.h
linux_ipc.c
linux_ipc.h
linux_mib.c
linux_mib.h
linux_misc.c Implement the linux syscalls 2008-04-08 09:45:49 +00:00
linux_misc.h
linux_signal.c
linux_signal.h
linux_socket.c
linux_socket.h
linux_stats.c Implement the linux syscalls 2008-04-08 09:45:49 +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 Implement the linux syscalls 2008-04-08 09:45:49 +00:00
linux_util.h Implement the linux syscalls 2008-04-08 09:45:49 +00:00