| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the uscanner(4) driver, this follows the removal of the kernel scanner | thompsa | 2009-03-19 | 1 | -1/+0 |
* | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | kib | 2009-03-17 | 1 | -1/+2 |
* | Implement new way of branding ELF binaries by looking to a | dchagin | 2009-03-13 | 1 | -2/+4 |
* | Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant. | raj | 2009-03-13 | 4 | -15/+10 |
* | Change the PVO zone for fictitious pages to the unmanaged PVO zone, to match | nwhitehorn | 2009-03-11 | 1 | -1/+4 |
* | 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 |