opnsense-src/sys/compat/linux
Roman Divacky 6af821237d o Add stub support for some new futex operations,
so the annoying message is not printed.

	o	Don't warn about FUTEX_FD not being implemented
		and return ENOSYS instead of 0 (eg. success).

	o	Clear FUTEX_PRIVATE_FLAG as we actually implement
		only private futexes so there is no reason to
		return ENOSYS when app asks for a private futex.
		We don't reject shared futexes because they worked
		just fine with our implementation so far.

Approved by:	kib (mentor)
Tested by:	bsam
MFC after:	1 week
2008-03-20 17:03:55 +00:00
..
linux_emul.c
linux_emul.h
linux_file.c VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in 2008-01-13 14:44:15 +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 vn_lock() is currently only used with the 'curthread' passed as argument. 2008-01-10 01:10:58 +00:00
linux_ioctl.c Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX. 2007-11-07 16:42:52 +00:00
linux_ioctl.h Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX. 2007-11-07 16:42:52 +00:00
linux_ipc.c
linux_ipc.h
linux_mib.c
linux_mib.h
linux_misc.c Implement sched_setaffinity and get_setaffinity using 2008-03-16 16:27:44 +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
linux_socket.h
linux_stats.c After applying LCONVPATH() to the path, do use the converted path 2008-01-05 12:36:35 +00:00
linux_sysctl.c
linux_sysproto.h
linux_time.c
linux_uid16.c
linux_util.c
linux_util.h