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_fork.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant RFFPWAIT/vfork(2) handling in Linux fork(2) and clone(2) wra...
bdrewery
2015-10-07
1
-28
/
+5
*
Fixes a panic triggered by threaded Linux applications when running
trasz
2015-09-02
1
-1
/
+21
*
Limit rights on process descriptors.
ed
2015-07-31
1
-4
/
+4
*
The si_status field of the siginfo_t, provided by the waitid(2) and
kib
2015-07-18
1
-1
/
+1
*
linux: make sure to grab all cow structs when creating a thread
mjg
2015-06-10
1
-1
/
+1
*
Rework signal code to allow using it by other modules, like linprocfs:
dchagin
2015-05-24
1
-4
/
+1
*
Improve ktr(9) records in thread managment code.
dchagin
2015-05-24
1
-4
/
+4
*
td_sigmask of a newly created thread copied from td.
dchagin
2015-05-24
1
-1
/
+0
*
Refund the proc emuldata struct for future use. For now move flags from
dchagin
2015-05-24
1
-0
/
+61
*
Switch linuxulator to use the native 1:1 threads.
dchagin
2015-05-24
1
-70
/
+163
*
In preparation for switching linuxulator to the use the native 1:1
dchagin
2015-05-24
1
-0
/
+14
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-1
/
+0
*
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
jhb
2013-01-29
1
-0
/
+1
*
- >500 static DTrace probes for the linuxulator
netchild
2012-05-05
1
-0
/
+10
*
Add experimental support for process descriptors
jonathan
2011-08-18
1
-3
/
+5
*
Do not clobber %rdx.
dchagin
2011-02-20
1
-1
/
+0
*
Slightly rewrite linux_fork:
dchagin
2011-02-12
1
-13
/
+6
*
Remove bogus include <machine/frame.h>
dchagin
2011-02-12
1
-2
/
+0
*
Move linux_clone(), linux_fork(), linux_vfork() to a MI path.
dchagin
2011-02-12
1
-0
/
+297