| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract the code that records syscall results in the frame into MD | kib | 2009-11-10 | 2 | -20/+32 |
* | Reimplement the lazy FP context switching: | marcel | 2009-10-31 | 7 | -146/+189 |
* | In r197963, a race with thread being selected for signal delivery | kib | 2009-10-27 | 1 | -7/+1 |
* | Add PRINTF_BUFR_SIZE=128, since we have SMP by default. | marcel | 2009-10-24 | 1 | -2/+3 |
* | A 32KB kernel stack is not quite enough. The new USB stack is a bit | marcel | 2009-10-24 | 1 | -1/+1 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 1 | -0/+27 |
* | o Align function on a 32-byte boundary so that the core's front-end | marcel | 2009-10-21 | 1 | -3/+7 |
* | 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 |
* | Add a new sysctl for reporting all of the supported page sizes. | alc | 2009-09-18 | 1 | -0/+2 |
* | Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an | phk | 2009-09-08 | 2 | -17/+58 |
* | Decouple ACPI CPU Ids from FreeBSD's cpuid. The ACPI Ids can be | marcel | 2009-08-16 | 3 | -20/+19 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | attilio | 2009-08-13 | 2 | -0/+3 |
* | 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 support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 2 | -7/+9 |
* | On exec(2), when loading the ELF image, pmap_enter_object() is | marcel | 2009-07-11 | 1 | -0/+3 |
* | Cleanup ALIGNED_POINTER: | sam | 2009-07-05 | 1 | -17/+3 |
* | Enable POSIX semaphores on all non-embedded architectures by default. | ed | 2009-07-02 | 1 | -0/+1 |
* | 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/+44 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 3 | -16/+21 |
* | Drop the high FP state of an exiting thread in cpu_thread_exit() and | marcel | 2009-06-20 | 1 | -4/+3 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 5 | -6/+9 |
* | 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 |
* | Last minute TTY API change: remove mutex argument from tty_alloc(). | ed | 2009-05-29 | 1 | -1/+1 |
* | ia64: Move MCA information retrieval to a per-CPU kthread | rink | 2009-05-27 | 1 | -8/+26 |
* | Rename ia64_invalidate_icache() to ia64_sync_icache(). We're | marcel | 2009-05-18 | 4 | -9/+12 |
* | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | marcel | 2009-05-18 | 1 | -0/+15 |
* | - Use "device\t" and "options \t" for consistency. | kuriyama | 2009-05-10 | 2 | -8/+8 |
* | Remove isa_irq_pending(). It's not used. | marcel | 2009-04-24 | 1 | -11/+0 |
* | 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 |
* | Restore bus DMA bounce pages to an offset of 0 when they are released by | jhb | 2009-04-17 | 1 | -3/+10 |
* | The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in the | kib | 2009-04-13 | 1 | -1/+4 |
* | Fix KBI breakage by r190520 which affects older linux.ko binaries: | dchagin | 2009-04-05 | 1 | -2/+2 |
* | Add trivial implementation for the freebsd32_sysarch on ia64. | kib | 2009-04-01 | 1 | -0/+50 |
* | 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 |
* | Change over the usb kernel options to the new stack (retaining existing | thompsa | 2009-02-23 | 1 | -67/+14 |
* | 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 | -15/+66 |
* | Mark the BSP as being awake. This supresses the message | marcel | 2009-02-10 | 1 | -1/+2 |
* | When bouncing pages, allow a new option to preserve the intra-page | imp | 2009-02-08 | 1 | -0/+7 |
* | Don't forget to create opt_agp.h on ia64, which also uses agp(4). | wkoszek | 2009-02-07 | 1 | -0/+3 |
* | Tweak the ia64 machine check handling code to not register new sysctl nodes | jhb | 2009-02-04 | 2 | -26/+45 |
* | Correct an error in revision 1.170 of this file. When get_pv_entry() is | alc | 2009-01-18 | 1 | -1/+15 |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 1 | -12/+0 |
* | Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important. | ed | 2008-12-02 | 1 | -1/+1 |