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
*
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
*
cpu_switch now works, for kthreads at least.
benno
2002-02-28
3
-39
/
+78
*
Various cleanups.
benno
2002-02-28
2
-48
/
+44
*
- Prevent the decrementer interrupt handler from nesting.
benno
2002-02-28
3
-6
/
+48
*
- Modify pmap_activate so it only marks the pmap as active.
benno
2002-02-28
4
-0
/
+37
*
GC an unused variable in cpu_fork().
benno
2002-02-28
2
-2
/
+0
*
- Fix panic() message and a couple style nits that snuck in from the
arr
2002-02-28
2
-6
/
+6
*
Make fork work, at least for kthreads. Switching still has some issues.
benno
2002-02-28
11
-110
/
+77
*
- Rearrange the sequence of events in powerpc_init() somewhat.
benno
2002-02-28
2
-42
/
+48
*
- When enabling/disabling interrupts, set/clear both PSL_EE and PSL_RI, not
benno
2002-02-28
1
-5
/
+12
*
Add a missing (.
benno
2002-02-28
1
-1
/
+1
*
Implement the following functions:
benno
2002-02-28
3
-12
/
+93
*
Remove most of the usage of critical_enter/exit.
benno
2002-02-28
3
-87
/
+0
*
Fix a horribly suboptimal algorithm in the vm_daemon.
silby
2002-02-27
3
-3
/
+63
*
Add the following functions/macros to support byte order conversions and
tmm
2002-02-27
1
-12
/
+0
*
Add makeoptions NO_WERROR=true so that we can build. =)
benno
2002-02-26
1
-0
/
+1
*
Make atomic_cmpset_32 correctly return 0 on failure.
benno
2002-02-24
1
-0
/
+3
*
Don't call critical_enter()/critical_exit() around calls to pmap_pvo_enter()
benno
2002-02-23
3
-24
/
+0
*
Add some DIAGNOSTIC code.
julian
2002-02-22
2
-14
/
+26
*
Add change to teh PPC to keep it in step with i386 and MI code
julian
2002-02-19
2
-6
/
+8
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-36
/
+17
*
style(9)
obrien
2002-02-18
1
-2
/
+2
*
Resurrect one of the easiest changes from my big include files roll-up
wollman
2002-02-15
1
-0
/
+1
*
Complete rework of the PowerPC pmap and a number of other bits in the early
benno
2002-02-14
23
-4449
/
+5133
*
Pre-KSE/M3 commit.
julian
2002-02-07
4
-24
/
+18
*
GC the PC_SWITCH* symbols which are not used in assembly anymore.
phk
2002-02-07
1
-1
/
+0
*
Compile osigreturn() unconditionally since it will always be needed on
bde
2002-02-01
2
-8
/
+12
*
Simple fixes to get the powerpc kernel compiling again.
gallatin
2002-01-28
4
-4
/
+4
*
Modify the critical section API as follows:
jhb
2001-12-18
3
-19
/
+5
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
15
-226
/
+67
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
2
-2
/
+2
[next]