| Commit message (Expand) | Author | Age | Files | Lines |
* | - Correct an off-by-one error when calculating the end of a child | marius | 2009-12-22 | 1 | -2/+2 |
* | - Add support for the JBus to EBus bridges which hang off of nexus(4) | marius | 2009-12-22 | 1 | -104/+309 |
* | - Add macros for the states of the interrupt clear registers. | marius | 2009-12-22 | 1 | -2/+6 |
* | Make these constants unsigned which is more appropriate. | marius | 2009-12-22 | 1 | -9/+9 |
* | Enroll these drivers in multipass probing. The motivation behind this | marius | 2009-12-22 | 10 | -11/+25 |
* | Add missing module dependency information. | marius | 2009-12-21 | 1 | -0/+1 |
* | Provide and consume missing module dependency information. | marius | 2009-12-21 | 5 | -1/+6 |
* | Add INCLUDE_CONFIG_FILE, and a note in comments about how to also | dougb | 2009-12-16 | 1 | -0/+7 |
* | Add additional checks of the kernel stack addresses in order to | marius | 2009-12-08 | 1 | -3/+11 |
* | Add <machine/pcb.h> missed in r199135. | marius | 2009-12-07 | 1 | -0/+1 |
* | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | alc | 2009-11-27 | 1 | -6/+3 |
* | Unroll copying of the registers in {g,s}et_mcontext() and limit it | marius | 2009-11-17 | 1 | -6/+56 |
* | Extract the code that records syscall results in the frame into MD | kib | 2009-11-10 | 3 | -36/+41 |
* | In r197963, a race with thread being selected for signal delivery | kib | 2009-10-27 | 1 | -5/+1 |
* | Sync with the other archs and wrapper the prototype of in_cksum_skip(9) | marius | 2009-10-26 | 1 | -0/+2 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 1 | -0/+5 |
* | Change the load base to below 2GB so PIE binaries work including when | marius | 2009-10-18 | 1 | -1/+1 |
* | Move the USB wireless drivers down into their own section next to the USB | jhb | 2009-10-13 | 1 | -4/+5 |
* | Define architectural load bases for PIE binaries. Addresses were selected | kib | 2009-10-10 | 1 | -0/+2 |
* | Make sure that the primary native brandinfo always gets added | bz | 2009-10-03 | 1 | -1/+1 |
* | Merge r194204 from amd64/i386: | marius | 2009-09-25 | 1 | -0/+1 |
* | Add a new sysctl for reporting all of the supported page sizes. | alc | 2009-09-18 | 1 | -0/+2 |
* | Factor out the duplicated macro for the device type used in the | marius | 2009-09-13 | 4 | -7/+11 |
* | Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an | phk | 2009-09-08 | 2 | -18/+49 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | attilio | 2009-08-13 | 1 | -0/+1 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -1/+1 |
* | Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0 | marius | 2009-07-21 | 1 | -0/+2 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 2 | -2/+5 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -0/+1 |
* | Cleanup ALIGNED_POINTER: | sam | 2009-07-05 | 1 | -0/+7 |
* | Enable POSIX semaphores on all non-embedded architectures by default. | ed | 2009-07-02 | 1 | -0/+1 |
* | - Work around the broken loader behavior of not demapping no longer | marius | 2009-06-28 | 3 | -28/+37 |
* | Correct the #endif comment. | alc | 2009-06-26 | 1 | -1/+1 |
* | This change is the next step in implementing the cache control functionality | alc | 2009-06-26 | 1 | -0/+35 |
* | o merge from amd64: | marius | 2009-06-24 | 1 | -19/+37 |
* | Unbreak sparc64 after the swap accounting changes: mark kernel_map | kib | 2009-06-24 | 1 | -2/+2 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 5 | -4/+17 |
* | 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 |