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
*
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
*
Implement the following functions:
benno
2002-04-16
3
-24
/
+216
*
Remove some dead code.
benno
2002-04-16
3
-48
/
+0
*
Use mtsrin() instead of inline asm.
benno
2002-04-16
3
-9
/
+6
*
Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value.
benno
2002-04-16
3
-3
/
+3
*
Add inlines for mtsrin and mfsrin.
benno
2002-04-16
1
-0
/
+17
*
Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()
peter
2002-04-15
3
-9
/
+12
*
Add ofwd to the GENERIC config for powerpc.
benno
2002-04-15
1
-0
/
+1
*
Add a nexus device.
benno
2002-04-15
3
-0
/
+517
*
Turn some CTR's into CTR0's.
benno
2002-04-15
3
-6
/
+6
*
GC an extraneous prototype of delay().
benno
2002-04-15
1
-1
/
+0
*
Include <sys/cdefs.h> for definition of __BSD_VISIBLE.
mike
2002-04-12
1
-0
/
+1
*
Remove the hack for segsz_t from <sys/types.h>; use the normal
mike
2002-04-10
1
-0
/
+1
*
Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and
mike
2002-04-10
1
-6
/
+15
*
GC various bits and pieces of USERCONFIG from all over the place.
phk
2002-04-09
2
-24
/
+0
*
GC the "dumplo" variable, which is no longer used.
phk
2002-04-07
2
-2
/
+0
*
- Move the MI mutexes sched_lock and Giant from being declared in the
jhb
2002-04-02
2
-46
/
+6
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
3
-26
/
+76
*
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
phk
2002-03-31
1
-3
/
+0
*
Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Remove
alc
2002-03-30
4
-34
/
+6
[next]