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_kse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Argh. I've been reading makefiles for too long. Change comment to a
peter
2002-09-17
1
-4
/
+8
*
Stub out the calls to get_mcontext and set_mcontext which only exist on
peter
2002-09-17
1
-0
/
+10
*
Add kernel support needed for the KSE-aware libpthread:
mini
2002-09-16
1
-118
/
+233
*
Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.
julian
2002-09-15
1
-25
/
+51
*
Apparently something down in the guts of vm/uvm still needs giant
julian
2002-09-14
1
-0
/
+2
*
Completely redo thread states.
julian
2002-09-11
1
-56
/
+39
*
fix braino..
julian
2002-09-07
1
-1
/
+1
*
fix misplaced schedlock
julian
2002-09-07
1
-1
/
+1
*
Use UMA as a complex object allocator.
julian
2002-09-06
1
-42
/
+46
*
s/SGNL/SIG/
davidxu
2002-09-05
1
-11
/
+11
*
In the kernel code, we have the tsleep() call with the PCATCH argument.
davidxu
2002-09-03
1
-6
/
+32
*
Fix crack-smoking code that was panicing on the quad xeon:
julian
2002-08-29
1
-26
/
+23
*
slight cleanup of single-threading code for KSE processes
julian
2002-08-22
1
-1
/
+16
*
Revert some suspension/sleep/signal code from KSE-III
julian
2002-08-21
1
-0
/
+11
*
Fix a comment.
julian
2002-08-01
1
-1
/
+1
*
get suspension counting right.
julian
2002-07-25
1
-0
/
+4
*
fix some style problems and remove a mis-merged assert.
julian
2002-07-25
1
-30
/
+12
*
Add some locking asserts and some comments
julian
2002-07-24
1
-0
/
+4
*
When single threading a multithreaded program, awaken the
julian
2002-07-24
1
-0
/
+7
*
When suspending a thread, update the appropriate (sic) statistic.
julian
2002-07-24
1
-0
/
+1
*
ia64 does not have the same degree of stealth include file nesting,
peter
2002-07-17
1
-0
/
+2
*
Pacify gcc on ia64
peter
2002-07-17
1
-0
/
+3
*
Thinking about it I came to the conclusion that the KSE states were incorrectly
julian
2002-07-14
1
-3
/
+0
*
Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/
peter
2002-07-07
1
-0
/
+10
*
Make this compile on 64 bit platforms
peter
2002-07-07
1
-4
/
+4
*
- In thread_userret(), remove the Giant locking and unlocking around the
arr
2002-07-01
1
-2
/
+0
*
Add files that are new for KSE.
julian
2002-06-29
1
-0
/
+790