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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks
jeff
2002-03-27
1
-1
/
+1
*
Collect all functions for copying to and from userspace into the one file.
benno
2002-03-21
2
-90
/
+260
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-21
1
-12
/
+12
*
Remove __P.
alfred
2002-03-20
3
-9
/
+9
*
Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.
jhb
2002-03-20
1
-13
/
+3
*
Increment pmap_pvo_count in the right place.
benno
2002-03-20
1
-1
/
+1
*
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
1
-0
/
+23
*
Changes and fixes in preparation for UMA:
benno
2002-03-17
1
-12
/
+29
*
Lowercase all of the trap names.
benno
2002-03-17
1
-48
/
+48
*
Clean up and fix up copyin and copyout.
benno
2002-03-17
1
-14
/
+20
*
Correct a typo. (* that should've been &)
benno
2002-03-11
1
-1
/
+1
*
Install the DSI and ISI trap handlers and their appropriate locations.
benno
2002-03-07
1
-0
/
+2
*
Copy the "implementation" of pmap_prefault from sparc64.
benno
2002-03-07
1
-2
/
+4
*
Move tunable initialisation so it can get access to physmem.
benno
2002-03-07
1
-6
/
+6
*
Calculate physmem.
benno
2002-03-07
1
-1
/
+4
*
- Move a comment from being on the same line as a #ifdef to the line
arr
2002-02-28
1
-1
/
+2
*
cpu_switch now works, for kthreads at least.
benno
2002-02-28
1
-13
/
+26
*
Various cleanups.
benno
2002-02-28
1
-24
/
+22
*
- Prevent the decrementer interrupt handler from nesting.
benno
2002-02-28
1
-2
/
+16
*
- Modify pmap_activate so it only marks the pmap as active.
benno
2002-02-28
1
-0
/
+12
*
GC an unused variable in cpu_fork().
benno
2002-02-28
1
-1
/
+0
*
- Fix panic() message and a couple style nits that snuck in from the
arr
2002-02-28
1
-3
/
+3
*
Make fork work, at least for kthreads. Switching still has some issues.
benno
2002-02-28
3
-37
/
+22
*
- Rearrange the sequence of events in powerpc_init() somewhat.
benno
2002-02-28
1
-21
/
+24
*
Implement the following functions:
benno
2002-02-28
1
-4
/
+31
*
Remove most of the usage of critical_enter/exit.
benno
2002-02-28
1
-29
/
+0
*
Fix a horribly suboptimal algorithm in the vm_daemon.
silby
2002-02-27
1
-1
/
+21
*
Don't call critical_enter()/critical_exit() around calls to pmap_pvo_enter()
benno
2002-02-23
1
-8
/
+0
*
Add some DIAGNOSTIC code.
julian
2002-02-22
1
-7
/
+13
*
Add change to teh PPC to keep it in step with i386 and MI code
julian
2002-02-19
1
-3
/
+4
*
Complete rework of the PowerPC pmap and a number of other bits in the early
benno
2002-02-14
7
-1468
/
+1740
*
Pre-KSE/M3 commit.
julian
2002-02-07
2
-12
/
+9
*
Compile osigreturn() unconditionally since it will always be needed on
bde
2002-02-01
1
-4
/
+6
*
Simple fixes to get the powerpc kernel compiling again.
gallatin
2002-01-28
1
-1
/
+1
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
3
-25
/
+19
*
Allow maxusers to be specified as 0 in the kernel config, which will
dillon
2001-12-09
1
-1
/
+2
*
Don't enable FP in the kernel. It is not needed when -msoft-float is used.
mp
2001-11-13
1
-1
/
+0
*
Clean up the trap handling code and make it consistent with the other platforms.
mp
2001-11-05
2
-289
/
+442
*
Add enable_fpu/save_fpu for handling the floating point registers in the PCB.
mp
2001-11-05
2
-0
/
+109
*
[partially forced commit due to pilot error in earlier commit attempt]
des
2001-10-21
1
-5
/
+18
*
Fix includes based on recent changes to lock.h, mutex.h and ktr.h.
mp
2001-10-19
3
-3
/
+4
*
Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.
benno
2001-10-15
1
-13
/
+61
*
- Correct the type of the argument to delay() so as to not conflict with
benno
2001-10-15
1
-1
/
+1
*
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
*
Implement pmap_mapdev.
benno
2001-10-14
1
-0
/
+27
*
Modify a virtual address check to allow use of the openfirmware callback
mp
2001-10-12
1
-1
/
+1
*
Add a call to init_param() to initialize some necessary variables.
mp
2001-10-08
1
-0
/
+3
*
Fix problem where a user buffer outside of the area being tested
mjacob
2001-10-02
1
-1
/
+1
*
Catch up to recent removal of curpcb from globals.h.
mp
2001-09-24
2
-12
/
+16
[next]