opnsense-src/sys/amd64/linux32
Konstantin Belousov 1c182de9a9 Move futex support code from <arch>/support.s into linux compat directory.
Implement all futex atomic operations in assembler to not depend on the
fuword() that does not allow to distinguish between -1 and failure return.
Correctly return 0 from atomic operations on success.

In collaboration with:	rdivacky
Tested by:	Scot Hetzel <swhetzel gmail com>, Milos Vyletel <mvyletel mzm cz>
Sponsored by:	Google SoC 2007
2007-05-23 08:33:06 +00:00
..
linux.h
linux32_dummy.c
linux32_genassym.c
linux32_ipc64.h
linux32_locore.s
linux32_machdep.c Do not dereference linux_to_bsd_signal[-1] if userland has 2007-05-11 01:25:51 +00:00
linux32_proto.h
linux32_support.s Move futex support code from <arch>/support.s into linux compat directory. 2007-05-23 08:33:06 +00:00
linux32_syscall.h
linux32_sysent.c
linux32_sysvec.c Rework the support for ABIs to override resource limits (used by 32-bit 2007-05-14 22:40:04 +00:00
Makefile
syscalls.conf
syscalls.master