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
/
kern_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-3
/
+3
*
Clear the padding when returning context to the usermode, for
kib
2011-02-05
1
-0
/
+2
*
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
jhb
2010-06-30
1
-0
/
+1
*
In r197963, a race with thread being selected for signal delivery
kib
2009-10-27
1
-8
/
+4
*
Further system call comment cleanup:
rwatson
2007-03-05
1
-3
/
+3
*
Remove 'MPSAFE' annotations from the comments above most system calls: all
rwatson
2007-03-04
1
-6
/
+0
*
Change the clear_ret argument of get_mcontext() to be a flags argument.
marcel
2003-11-09
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-4
/
+3
*
Add an argument to get_mcontext() which specified whether the
deischen
2003-04-25
1
-2
/
+2
*
Protect td_sigmask with the proc lock.
jhb
2003-04-17
1
-1
/
+5
*
- Fix UC_COPY_SIZE. Adding up the size of structure fields doesn't take
jake
2003-04-01
1
-4
/
+3
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-4
/
+4
*
Add getcontext, setcontext, and swapcontext as system calls.
deischen
2002-11-16
1
-0
/
+134