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_thr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update powerpc to use the (old thread,new thread) calling convention
grehan
2003-08-14
1
-4
/
+0
*
- Convert Alpha over to the new calling conventions for cpu_throw() and
jhb
2003-08-12
1
-1
/
+1
*
style(9)
mtm
2003-07-04
1
-8
/
+2
*
Signals sent specifically to a particular thread must
mtm
2003-07-03
1
-5
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+3
*
Change the second (and last) argument of cpu_set_upcall(). Previously
marcel
2003-06-04
1
-2
/
+1
*
Revamp of the syscall path, exception and context handling. The
marcel
2003-05-16
1
-1
/
+1
*
AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions.
peter
2003-04-30
1
-1
/
+1
*
Protect td_sigmask with the proc lock.
jhb
2003-04-17
1
-0
/
+2
*
- Call sched_exit_{kse,thread} and sched_fork{kse,thread} so that thr works
jeff
2003-04-11
1
-0
/
+6
*
Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the first
jake
2003-04-08
1
-0
/
+2
*
Commit a partial lazy thread switch mechanism for i386. it isn't as lazy
peter
2003-04-02
1
-0
/
+4
*
- thr_exit() should no longer be called with Giant held.
jeff
2003-04-01
1
-2
/
+0
*
- Add two files to support the thr threading interface.
jeff
2003-04-01
1
-0
/
+259