index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
linux_futex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Unlock process lock when return error from getrobustlist call.
dchagin
2009-06-14
1
-1
/
+3
*
Add KTR(9) tracing for futex emulation.
dchagin
2009-05-07
1
-11
/
+49
*
Move extern variable definitions to the header file.
dchagin
2009-05-02
1
-1
/
+1
*
Reimplement futexes.
dchagin
2009-05-01
1
-358
/
+449
*
Remove support for FUTEX_REQUEUE operation.
dchagin
2009-04-19
1
-13
/
+18
*
Sort include files in the alphabetical order.
dchagin
2009-03-16
1
-5
/
+4
*
Ignore FUTEX_FD op, as it is done by linux.
dchagin
2009-03-15
1
-7
/
+0
*
Include linux_futex.h before linux_emul.h
dchagin
2009-03-15
1
-1
/
+1
*
In the robust futexes list head, futex_offset shall be signed,
kib
2008-11-16
1
-2
/
+2
*
Make robust futexes work on linux32/amd64. Use PTRIN to read
kib
2008-10-14
1
-3
/
+3
*
Implement robust futexes. Most of the code is modelled after
rdivacky
2008-05-13
1
-0
/
+161
*
o Add stub support for some new futex operations,
rdivacky
2008-03-20
1
-2
/
+24
*
Return ENOSYS instead of 0 for the unknown futex operations.
kib
2008-03-02
1
-1
/
+1
*
Move futex support code from <arch>/support.s into linux compat directory.
kib
2007-05-23
1
-75
/
+38
*
MFP4: Linux futex support for amd64.
jkim
2007-03-30
1
-87
/
+129
*
MFp4 (110541):
netchild
2007-02-25
1
-2
/
+7
*
MFp4 (110523, parts which apply cleanly):
netchild
2007-02-25
1
-70
/
+73
*
Change futex lock from mutex to sx. Make futex_get atomic (protected by the
netchild
2006-09-09
1
-8
/
+4
*
- don't wake every sleeper just the first one [1]
netchild
2006-09-09
1
-5
/
+2
*
Correct the number of retries in a futex_wake() call.
netchild
2006-08-26
1
-2
/
+6
*
ifdef DEBUG a printf
ssouhlal
2006-08-19
1
-0
/
+2
*
Fix the DEBUG build:
netchild
2006-08-17
1
-2
/
+3
*
Add some new files needed for linux 2.6.x compatibility.
netchild
2006-08-15
1
-0
/
+500