freebsd-skq/sys/compat
Roman Divacky 4732e446fb Implement robust futexes. Most of the code is modelled after
what Linux does. This is because robust futexes are mostly
userspace thing which we cannot alter. Two syscalls maintain
pointer to userspace list and when process exits a routine
walks this list waking up processes sleeping on futexes
from that list.

Reviewed by:	kib (mentor)
MFC after:	1 month
2008-05-13 20:01:27 +00:00
..
freebsd32 Regen 2008-03-31 12:12:27 +00:00
ia32 Allow the ia32 resource limits (compat.ia32.max{dsiz,ssiz,vmem} to be 2007-09-24 20:49:39 +00:00
linprocfs Add the support for the AT_FDCWD and fd-relative name lookups to the 2008-03-31 12:01:21 +00:00
linsysfs
linux Implement robust futexes. Most of the code is modelled after 2008-05-13 20:01:27 +00:00
ndis Give MEXTADD() another argument to make both void pointers to the 2008-02-01 19:36:27 +00:00
netbsd
pecoff Add the support for the AT_FDCWD and fd-relative name lookups to the 2008-03-31 12:01:21 +00:00
svr4 The vmspace->vm_daddr is constant until freed, there is no need 2008-04-21 21:24:08 +00:00