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
/
kern
/
subr_syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC 287386,288949,288993:
jhb
2015-10-23
1
-2
/
+9
*
MFC 287870:
jhb
2015-10-07
1
-5
/
+5
*
Merge r263233 from HEAD to stable/10:
rwatson
2015-03-19
1
-1
/
+1
*
MFC r275616:
kib
2014-12-15
1
-2
/
+13
*
Fix build on ARM (and probably other platforms)
gonzo
2012-12-28
1
-2
/
+2
*
- Add new machine parsable KTR macros for timing events.
jeff
2012-12-19
1
-10
/
+8
*
Move the checks for td_pinned, td_critnest, TDP_NOFAULTING and
attilio
2012-09-08
1
-21
/
+0
*
Assert that system calls do not leak a pinned thread (via sched_pin()) to
jhb
2012-08-22
1
-0
/
+3
*
Assert that TDP_NOFAULTING and TDP_NOSPEEPING thread flags do not leak
kib
2012-05-30
1
-0
/
+6
*
Add thread-private flag to indicate that error value is already placed
kib
2012-04-12
1
-3
/
+7
*
Currently, the debugger attached to the process executing vfork() does
kib
2012-02-27
1
-1
/
+20
*
The PTRACESTOP() macro is used only once. Inline the only use and remove
kib
2012-02-11
1
-1
/
+5
*
A debugger which requested PT_FOLLOW_FORK should get the notification
kib
2012-01-30
1
-1
/
+2
*
Revert rev. 226893: subr_syscall.c is being included from C files and
marcel
2011-10-30
1
-9
/
+0
*
Define systrace_probe_func in subr_syscall.c where it's used, instead
marcel
2011-10-29
1
-0
/
+9
*
Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() on
kib
2011-09-27
1
-1
/
+9
*
Inline the syscallenter() and syscallret(). This reduces the time measured
kib
2011-09-11
1
-0
/
+213