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
*
Add memmove() to the kernel, making the kernel compile with Clang.
ed
2009-02-28
1
-1
/
+0
*
Prefer register usage style to be more consistent with the rest of the
raj
2009-02-27
1
-8
/
+8
*
Make Book-E debug register state part of the PCB context.
raj
2009-02-27
7
-5
/
+18
*
Fix comment: we write the trap vector to SPRG3, not SPRG0.
nwhitehorn
2009-02-23
1
-3
/
+3
*
Change over the usb kernel options to the new stack (retaining existing
thompsa
2009-02-23
2
-72
/
+18
*
Add Altivec support for supported CPUs. This is derived from the FPU support
nwhitehorn
2009-02-20
9
-54
/
+329
*
Additional features for the tsec(4) Ethernet driver.
raj
2009-02-17
1
-0
/
+3
*
Add uslcom to the build too.
thompsa
2009-02-15
1
-0
/
+1
*
Switch over GENERIC kernels to USB2 by default.
thompsa
2009-02-15
1
-19
/
+70
*
Add support for the I2S and davbus audio controllers found in Apple PowerPC
nwhitehorn
2009-01-25
2
-0
/
+6
*
Fix a race condition where interrupts set up after boot could be enabled in
nwhitehorn
2009-01-25
1
-3
/
+6
*
Fix a race condition in kiic(4) made possible by the way the device's STOP
nwhitehorn
2009-01-20
1
-18
/
+17
*
Provide a device description for macio-attached ATA cells.
nwhitehorn
2009-01-19
1
-0
/
+2
*
Driver for Apple Keywest I2C controllers found in MacIO ASICs. Used for
nwhitehorn
2009-01-15
2
-0
/
+392
*
Clean up BookE low-level exceptions code.
raj
2009-01-13
1
-46
/
+49
*
Clean up BookE pmap.
raj
2009-01-13
1
-137
/
+90
*
Rework BookE pmap towards multi-core support.
raj
2009-01-13
10
-752
/
+466
*
Some early Macintosh GPIO controllers don't provide reg properties for
nwhitehorn
2009-01-12
1
-10
/
+27
*
Add a new quirk type so that the MacIO driver will assign memory resources
nwhitehorn
2009-01-06
1
-2
/
+8
*
Fix the OFW interrupt map parser to use its own idea of the number of interrupt
nwhitehorn
2009-01-03
5
-31
/
+11
*
Modularize the Open Firmware client interface to allow run-time switching
nwhitehorn
2008-12-20
6
-20
/
+65
*
Minor spelling fix in E500 locore.
raj
2008-12-18
1
-1
/
+1
*
Extend and improve MPC85XX Local Bus management.
raj
2008-12-18
5
-69
/
+346
*
Fix E500 cache invalidation routines.
raj
2008-12-17
1
-0
/
+6
*
Rework E500 locore.
raj
2008-12-17
1
-213
/
+229
*
Minor clean up of BookE/MPC85XX: iprove naming and style(9).
raj
2008-12-17
3
-31
/
+31
*
Improve MPC85XX helper routines.
raj
2008-12-17
4
-37
/
+74
*
AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.
imp
2008-12-17
1
-3
/
+0
*
Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,
nwhitehorn
2008-12-15
8
-194
/
+296
*
Allow OFW syscons to restore itself when the X server exits or there is a VT ...
nwhitehorn
2008-12-13
1
-26
/
+38
*
Add support for a console mouse pointer on Open Firmware syscons.
nwhitehorn
2008-12-13
2
-1
/
+85
*
Use a static free packet queue instead of using malloc() to allocate new ADB ...
nwhitehorn
2008-12-13
2
-13
/
+28
*
Add the ability to control the sleep LED with led(4). Adding this fairly
nwhitehorn
2008-12-09
2
-5
/
+29
*
Clean up the mac GPIO interface a little. Also remove bogus copyright
nwhitehorn
2008-12-08
2
-26
/
+29
*
Accidentally left ADB out of the PowerPC NOTES file during initial import.
nwhitehorn
2008-12-08
1
-0
/
+3
*
Add facilities to pmu(4) to interrogate battery status on Apple PowerPC
nwhitehorn
2008-12-08
2
-12
/
+219
*
Add support for automated reboot after power failure on Apple Core99 machines
nwhitehorn
2008-12-07
1
-3
/
+61
*
Fix some nasty race conditions in the VIA-CUDA driver that ended up preventing
nwhitehorn
2008-12-06
2
-90
/
+175
*
Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.
ed
2008-12-02
1
-1
/
+1
*
Unbreak previous commit.
marcel
2008-11-22
1
-2
/
+0
*
Add sv_flags field to struct sysentvec with intention to provide description
kib
2008-11-22
1
-1
/
+2
*
- bump __FreeBSD version to reflect added buf_ring, memory barriers,
kmacy
2008-11-22
1
-0
/
+4
*
Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants.
marcel
2008-11-16
1
-3
/
+3
*
Fix compilation in the case when kernel doesn't have KDB ebabled.
sobomax
2008-10-30
1
-0
/
+7
*
Fix some possible infinite loops in the ADB code, and remove some hacks
nwhitehorn
2008-10-30
2
-21
/
+9
*
Add support for little-endian compilations to this file.
marcel
2008-10-30
1
-1
/
+15
*
DBDMA can transfer a maximum of 64K - 1 bytes per descriptor, as the byte
nwhitehorn
2008-10-28
1
-0
/
+6
*
Clean up some magic numbers in the DBDMA code by replacing them with
nwhitehorn
2008-10-27
2
-11
/
+20
*
Add support for kernel profiling for both AIM and BookE.
marcel
2008-10-27
3
-51
/
+83
*
Remove unused declarations (interrupt_vector_{base|top}).
marcel
2008-10-27
1
-3
/
+0
[next]