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
/
powerpc
/
aim
/
swtch.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-2
/
+2
*
Update the callframe structure to leave space for the frame pointer
grehan
2004-07-22
1
-1
/
+4
*
Update powerpc to use the (old thread,new thread) calling convention
grehan
2003-08-14
1
-35
/
+28
*
Enable the FPU on first use per-thread and save state across context
grehan
2003-03-20
1
-11
/
+8
*
Add the USER_SR segment register to pcb state. Initialize correctly,
grehan
2002-10-21
1
-0
/
+6
*
Set the thread state of the newly chosen to run thread to TDS_RUNNING in
jhb
2002-07-12
1
-2
/
+0
*
Changes for KSE3.
benno
2002-07-09
1
-0
/
+2
*
To quote Peter:
benno
2002-06-29
1
-10
/
+15
*
The per-cpu curpmap is now set by pmap_activate. We don't need to do it here
benno
2002-05-09
1
-12
/
+2
*
Commit of stuff that's been sitting in my tree for a while.
benno
2002-04-29
1
-7
/
+20
*
cpu_switch now works, for kthreads at least.
benno
2002-02-28
1
-13
/
+26
*
Make fork work, at least for kthreads. Switching still has some issues.
benno
2002-02-28
1
-0
/
+11
*
Complete rework of the PowerPC pmap and a number of other bits in the early
benno
2002-02-14
1
-1
/
+1
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-4
/
+4
*
Add enable_fpu/save_fpu for handling the floating point registers in the PCB.
mp
2001-11-05
1
-0
/
+16
*
Fix typo.
mp
2001-10-15
1
-1
/
+1
*
Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closer
mp
2001-10-15
1
-161
/
+24
*
Update PowerPC MD code to compile and do initial bootstrap based on
mp
2001-09-20
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHED
jhb
2001-08-15
1
-5
/
+0
*
Bring in NetBSD code used in the PowerPC port.
benno
2001-06-10
1
-0
/
+249