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
*
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
*
Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks
jeff
2002-03-27
2
-2
/
+2
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
3
-22
/
+70
*
Guard against redefining __gnuc_va_list.
obrien
2002-03-24
1
-1
/
+2
*
ASM versions of __FBSDID.
obrien
2002-03-23
1
-0
/
+6
*
Collect all functions for copying to and from userspace into the one file.
benno
2002-03-21
9
-475
/
+520
*
- Make all inlines for manipulating supervisor-level registers accept/return
benno
2002-03-21
1
-6
/
+13
*
GC some unused, bogus interrupt functions and replace them with proper
benno
2002-03-21
1
-20
/
+6
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-21
3
-36
/
+36
*
Remove __P.
alfred
2002-03-20
19
-136
/
+132
*
Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.
jhb
2002-03-20
2
-26
/
+6
*
Increment pmap_pvo_count in the right place.
benno
2002-03-20
3
-3
/
+3
*
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
3
-0
/
+69
*
Changes and fixes in preparation for UMA:
benno
2002-03-17
3
-36
/
+87
*
Lowercase all of the trap names.
benno
2002-03-17
2
-96
/
+96
*
Clean up and fix up copyin and copyout.
benno
2002-03-17
2
-28
/
+40
*
Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the
des
2002-03-16
1
-10
/
+0
*
Correct a typo. (* that should've been &)
benno
2002-03-11
3
-3
/
+3
*
o Don't require long long support in bswap64() functions.
mike
2002-03-09
1
-3
/
+33
*
Install the DSI and ISI trap handlers and their appropriate locations.
benno
2002-03-07
2
-0
/
+4
*
Copy the "implementation" of pmap_prefault from sparc64.
benno
2002-03-07
3
-6
/
+12
*
Move tunable initialisation so it can get access to physmem.
benno
2002-03-07
2
-12
/
+12
*
Calculate physmem.
benno
2002-03-07
3
-3
/
+12
*
- Move a comment from being on the same line as a #ifdef to the line
arr
2002-02-28
2
-2
/
+4
[next]