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_trap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r302614:
kib
2016-08-01
1
-10
/
+45
*
MFC r282213:
trasz
2015-06-21
1
-5
/
+8
*
MFC r283600:
kib
2015-06-10
1
-0
/
+7
*
Merge r263233 from HEAD to stable/10:
rwatson
2015-03-19
1
-1
/
+1
*
MFC r277055:
kib
2015-01-19
1
-2
/
+0
*
MFC r263475:
kib
2014-03-28
1
-0
/
+2
*
Partially revert r195702. Deferring stops is now implemented via a set of
jhb
2013-03-18
1
-1
/
+1
*
When throttling a process to enforce RACCT limits, do not use neither
trasz
2013-03-14
1
-9
/
+2
*
Replace the TDP_NOSLEEPING flag with a counter so that the
jhb
2013-03-01
1
-1
/
+1
*
Further refine the handling of stop signals in the NFS client. The
jhb
2013-02-21
1
-0
/
+2
*
Fixup r240246: hwpmc needs to retain the pinning until ASTs are not
attilio
2012-10-30
1
-1
/
+6
*
Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".
trasz
2012-10-26
1
-0
/
+13
*
Add a KPI to allow to reserve some amount of space in the numvnodes
kib
2012-10-14
1
-0
/
+2
*
Move the checks for td_pinned, td_critnest, TDP_NOFAULTING and
attilio
2012-09-08
1
-1
/
+14
*
Move PT_UPDATED_FLUSH() before td_locks check in order to have more
attilio
2012-09-08
1
-3
/
+3
*
userret() already checks for td_locks when INVARIANTS is enabled, so
attilio
2012-09-08
1
-1
/
+0
*
Remove redundant include.
pjd
2012-06-10
1
-1
/
+0
*
Include the associated wait channel message for context switch ktrace
jhb
2012-04-20
1
-2
/
+2
*
Add software PMC support.
fabient
2012-03-28
1
-0
/
+10
*
Assert that exiting process does not return to usermode.
kib
2011-10-03
1
-0
/
+2
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-2
/
+2
*
Inline the syscallenter() and syscallret(). This reduces the time measured
kib
2011-09-11
1
-162
/
+0
*
We may split today's CAPABILITIES into CAPABILITY_MODE (which has
jonathan
2011-06-29
1
-2
/
+2
*
Continue introducing Capsicum capability mode support:
rwatson
2011-03-01
1
-0
/
+15
*
Mfp4 CH=177256:
bz
2011-02-14
1
-0
/
+11
*
Allow debugger to specify that children of the traced process should be
kib
2011-01-25
1
-2
/
+2
*
Remove extra braces for style(9) (found while cleaning up an old work tree).
emaste
2010-09-28
1
-2
/
+1
*
Call the systrace_probe_func() when the error value.
rpaulo
2010-08-22
1
-2
/
+2
*
Retire td_syscalls now that it is no longer needed.
jhb
2010-07-15
1
-1
/
+0
*
Obey sv_syscallnames bounds in syscallname().
kib
2010-07-04
1
-2
/
+4
*
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
jhb
2010-06-30
1
-0
/
+1
*
Count number of threads that enter and leave dynamically registered
kib
2010-06-28
1
-0
/
+4
*
Remove the support for int13 FPU exception reporting on i386. It is
kib
2010-06-23
1
-21
/
+0
*
Make DTrace syscall provider work again by including opt_kdtrace.h here.
rpaulo
2010-06-17
1
-0
/
+1
*
Allow to use syscallname(9) outside subr_trap.c.
kib
2010-05-26
1
-2
/
+1
*
Reorganize syscall entry and leave handling.
kib
2010-05-23
1
-0
/
+162
*
Current pselect(3) is implemented in usermode and thus vulnerable to
kib
2009-10-27
1
-0
/
+5
*
Currently, when signal is delivered to the process and there is a thread
kib
2009-10-11
1
-1
/
+10
*
Add new msleep(9) flag PBDY that shall be specified together with
kib
2009-07-14
1
-1
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
- Bug fix: prevent a thread from migrating between CPUs between the
jkoshy
2008-12-13
1
-8
/
+0
*
- Forward port flush of page table updates on context switch or userret
kmacy
2008-10-19
1
-0
/
+9
*
- Make SCHED_STATS more generic by adding a wrapper to create the
jeff
2008-04-17
1
-2
/
+1
*
- Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs
jeff
2008-03-21
1
-17
/
+11
*
Remove kernel support for M:N threading.
jeff
2008-03-12
1
-23
/
+1
*
Kernel and hwpmc(4) support for callchain capture.
jkoshy
2007-12-07
1
-0
/
+13
*
A bunch more files that should probably print out a thread name
julian
2007-11-14
1
-1
/
+1
*
- Move all of the PS_ flags into either p_flag or td_flags.
jeff
2007-09-17
1
-16
/
+7
*
- Include opt_sched.h for SCHED_STATS.
jeff
2007-06-12
1
-0
/
+1
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-8
/
+11
[next]