| Commit message (Expand) | Author | Age | Files | Lines |
* | Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductor | marius | 2009-06-15 | 1 | -0/+1 |
* | Remove MAC kernel config files and add "options MAC" to GENERIC, with the | rwatson | 2009-06-02 | 2 | -28/+1 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -1/+0 |
* | Add nge(4), nge(4) should work on all architectures. | yongari | 2009-05-21 | 1 | -0/+1 |
* | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | marcel | 2009-05-18 | 1 | -0/+10 |
* | Just like in cpu_halt(), use cpu_shutdown() rather than ofw_exit() | marius | 2009-05-10 | 1 | -1/+1 |
* | - Fix style. | marius | 2009-05-10 | 1 | -10/+18 |
* | - Use "device\t" and "options \t" for consistency. | kuriyama | 2009-05-10 | 1 | -1/+1 |
* | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | rwatson | 2009-04-20 | 1 | -3/+1 |
* | Add description and cautionary note regarding CACHE_LINE_SIZE. | rwatson | 2009-04-19 | 1 | -0/+4 |
* | For each architecture, define CACHE_LINE_SHIFT and a derived | rwatson | 2009-04-19 | 1 | -0/+5 |
* | Fix KBI breakage by r190520 which affects older linux.ko binaries: | dchagin | 2009-04-05 | 1 | -2/+2 |
* | Revert r190105 so that removing options KDB but DDB or GDB being | marius | 2009-03-20 | 1 | -0/+2 |
* | Hook up the generic OFW pnpinfo string method. | marius | 2009-03-19 | 5 | -0/+5 |
* | Bring the implementation of the pnpinfo string function more in | marius | 2009-03-19 | 1 | -8/+6 |
* | - As suggested by OpenSolaris use up-burst-sizes for determining the | marius | 2009-03-19 | 2 | -45/+54 |
* | Add device found in B100. | marius | 2009-03-19 | 1 | -1/+2 |
* | Sort include. | marius | 2009-03-19 | 1 | -1/+1 |
* | - Ensure we find no unexpected partner. | marius | 2009-03-19 | 2 | -53/+60 |
* | - Take advantage of KOBJMETHOD_END. | marius | 2009-03-19 | 1 | -9/+13 |
* | - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB as | marius | 2009-03-19 | 2 | -15/+5 |
* | - Remove the delay in cpu_mp_shutdown() which is no longer necessary since | marius | 2009-03-19 | 1 | -12/+2 |
* | There's no need to wrap kdb_enter() in #ifdef KDB as it's always available. | marius | 2009-03-19 | 1 | -2/+0 |
* | Take advantage of KOBJMETHOD_END. | marius | 2009-03-19 | 2 | -2/+2 |
* | Take advantage of KOBJMETHOD_END. | marius | 2009-03-19 | 4 | -4/+4 |
* | Remove the uscanner(4) driver, this follows the removal of the kernel scanner | thompsa | 2009-03-19 | 1 | -1/+0 |
* | - Sort device methods. | marius | 2009-03-19 | 6 | -22/+22 |
* | - Failing to register as interrupt controller during attach shouldn't | marius | 2009-03-19 | 2 | -38/+41 |
* | Add missing const. | marius | 2009-03-18 | 1 | -5/+5 |
* | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | kib | 2009-03-17 | 1 | -4/+2 |
* | Implement new way of branding ELF binaries by looking to a | dchagin | 2009-03-13 | 1 | -2/+4 |
* | Uncomment txp(4), txp(4) should work on all architectures. | yongari | 2009-03-12 | 1 | -1/+1 |
* | Change over the usb kernel options to the new stack (retaining existing | thompsa | 2009-02-23 | 1 | -58/+5 |
* | 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 | -5/+56 |
* | Improve r185008 so the streaming cache is only flushed when | marius | 2009-02-10 | 2 | -8/+11 |
* | - Use the generally more appropriate PROM base rather than the | marius | 2009-02-10 | 1 | -1/+1 |
* | - Currently the PMAP code is laid out to let the kernel TSB cover the | marius | 2009-01-01 | 3 | -2/+29 |
* | - According to comments in OpenBSD, E{2,4}50 tend to have fragile | marius | 2008-12-22 | 1 | -28/+12 |
* | Modularize the Open Firmware client interface to allow run-time switching | nwhitehorn | 2008-12-20 | 6 | -22/+27 |
* | - Failing to register as interrupt controller during attach shouldn't | marius | 2008-12-18 | 1 | -10/+35 |
* | Make gpart the default partitioning class on all platforms. | marcel | 2008-12-17 | 1 | -2/+2 |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 1 | -12/+0 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | nwhitehorn | 2008-12-15 | 13 | -261/+22 |
* | Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important. | ed | 2008-12-02 | 1 | -1/+1 |
* | Switch to ath hal source code. Note this removes the ath_hal | sam | 2008-12-01 | 1 | -0/+1 |
* | 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 |
* | - According to OpenSolaris, CDMA flushing/syncing for Tomatillos | marius | 2008-11-20 | 4 | -74/+218 |
* | Use the interrupt level right below PIL_FAST for executing interrupt | marius | 2008-11-19 | 2 | -10/+19 |