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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert this from mostly inline assembler to mostly C.
benno
2002-06-29
2
-114
/
+50
*
Add an MD callout like cpu_exit, but which is called after sched_lock is
jake
2002-06-24
2
-0
/
+12
*
Remove unused diagnostic function cread_free_thread().
mini
2002-06-24
2
-6
/
+0
*
Make vm_pindex_t 64-bit on all platforms. This is necessary to avoid
iedowse
2002-06-23
1
-1
/
+1
*
Deorbit suibyte(). It was only used for split address space systems
peter
2002-06-20
2
-14
/
+0
*
Move the "- 1" into the RQB_FFS(mask) macro itself so that
peter
2002-06-20
1
-1
/
+1
*
- Fixup / remove obsolete comments.
jhb
2002-06-07
2
-46
/
+34
*
Move the definition of ElfN_Hashelt to common headers. The only platform
dfr
2002-05-30
1
-11
/
+0
*
The stack is not at the top of the user struct.
benno
2002-05-28
2
-6
/
+0
*
Remove an assertion as to whether the current thread already had the FPU or
benno
2002-05-28
2
-4
/
+0
*
- Move macros that represent where syscall args are kept in a trapframe from
benno
2002-05-28
5
-12
/
+15
*
Remove the old prototype for kcopy. It's in cpu.h now.
benno
2002-05-28
2
-2
/
+0
*
Implement pmap_copy and pmap_copy_page.
benno
2002-05-28
3
-9
/
+39
*
Move the kcopy() function from trap.c to machdep.c. Add a prototype.
benno
2002-05-28
5
-60
/
+61
*
Print srr1 in printtrap()
benno
2002-05-27
2
-2
/
+4
*
Get the correct memory regions from OpenFirmware. We were getting the
benno
2002-05-27
6
-91
/
+95
*
Use correct types in [sf]uword32.
benno
2002-05-27
2
-8
/
+8
*
Add declarations of suword32 and suword64. Add implementations of one or
dfr
2002-05-26
2
-0
/
+26
*
Make the run queue parameters machine dependent. Optimize 64 bit
jake
2002-05-25
1
-0
/
+46
*
Make this more FreeBSD-ish.
benno
2002-05-19
2
-674
/
+826
*
- Do a quick style pass.
benno
2002-05-19
2
-264
/
+144
*
Add the PSL_VEC flag for AltiVec (no, it's not here yet =))
benno
2002-05-19
1
-2
/
+3
*
- Rename the _C_LABEL macro to CNAME.
benno
2002-05-17
4
-178
/
+179
*
Fix commenting around NetBSD version string.
benno
2002-05-17
1
-1
/
+1
*
An exact copy of i386/include/float.h will work here.
obrien
2002-05-15
1
-0
/
+73
*
Move MI stuff out of MD param.h files.
phk
2002-05-14
1
-48
/
+0
*
Remove the unused definitions of ctod() and dotc().
phk
2002-05-14
1
-4
/
+0
*
FPU support.
benno
2002-05-13
9
-221
/
+219
*
More locking fixes.
benno
2002-05-12
2
-6
/
+26
*
Do the correct locking on processes for DSI and ISI traps.
benno
2002-05-12
2
-0
/
+20
*
Implement the following functions:
benno
2002-05-10
3
-24
/
+96
*
Install the system call trap handler.
benno
2002-05-10
2
-0
/
+2
*
Improve our detection of an attempted duplicate entry. We may be trying to
benno
2002-05-10
3
-3
/
+12
*
Remove a debugging printf that escaped.
benno
2002-05-10
2
-2
/
+0
*
Increase the size of the kstack.
benno
2002-05-10
1
-1
/
+1
*
Gcc 3.1 varargs support.
obrien
2002-05-10
3
-1
/
+35
*
Update to newer trap code from NetBSD.
benno
2002-05-09
3
-887
/
+897
*
Add an assertion that we have a current pmap set before we try and return.
benno
2002-05-09
2
-2
/
+16
*
The per-cpu curpmap is now set by pmap_activate. We don't need to do it here
benno
2002-05-09
3
-36
/
+6
*
- Add a prototype for the setfault() function.
benno
2002-05-09
2
-12
/
+4
*
1. Better track the executable status of mappings.
benno
2002-05-09
4
-39
/
+170
*
Rename the constants for the contents of the PVR register so as not to
benno
2002-05-09
1
-17
/
+17
*
Don't export timecounter structures under debug. with sysctl, they
phk
2002-04-30
2
-6
/
+0
*
Commit of stuff that's been sitting in my tree for a while.
benno
2002-04-29
13
-2831
/
+2845
*
- Add back calls to setfault that were removed when these functions were moved.
benno
2002-04-29
2
-28
/
+148
*
Tidy up some loose ends.
peter
2002-04-29
4
-40
/
+0
*
MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giant
alc
2002-04-27
2
-34
/
+4
*
Don't use the symbol name to lookup the symbol value when we can use
marcel
2002-04-25
1
-8
/
+8
*
Replace inline asm with it's inline function wrapper.
benno
2002-04-20
2
-2
/
+2
*
Correct a comment.
benno
2002-04-16
3
-3
/
+3
[next]