| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust style (following the already existing rules) for the newly | attilio | 2010-02-15 | 1 | -1/+1 |
* | Some code cleanups: | marcel | 2010-02-14 | 1 | -4/+10 |
* | Some code churn: | marcel | 2010-02-14 | 13 | -70/+86 |
* | Add the options DEADLKRES (introducing the deadlock resolver thread) in | attilio | 2010-02-10 | 1 | -0/+1 |
* | Fix single-stepping when the kernel was entered through the EPC syscall | marcel | 2010-02-06 | 1 | -4/+5 |
* | In pci_cfgregread() and pci_cfgregwrite(), validate the arguments and check | marcel | 2010-01-28 | 1 | -14/+49 |
* | In cpu_switch(), use an atomic operation to set the td_lock | marcel | 2010-01-27 | 1 | -1/+1 |
* | Remove cpu_boot() and call efi_reset_system() directly from | marcel | 2010-01-23 | 1 | -8/+1 |
* | Add ioctl requests to /dev/io on ia64 for reading and writing | marcel | 2010-01-14 | 2 | -0/+158 |
* | Fix previous commitr:. efi_var_set() was copied from efi_var_get(), | marcel | 2010-01-14 | 2 | -4/+4 |
* | Add wrappers for the RT Variable Services. While here, translate the | marcel | 2010-01-14 | 2 | -3/+74 |
* | Use io(4) for I/O port access on ia64, rather than through sysarch(2). | marcel | 2010-01-11 | 5 | -72/+212 |
* | Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms. | imp | 2010-01-10 | 1 | -0/+1 |
* | In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows | bz | 2010-01-08 | 1 | -0/+2 |
* | Revert 200594. This file isn't intended for these sorts of things. | imp | 2010-01-04 | 1 | -7/+0 |
* | Add vlan(4) to all GENERIC kernels. | brooks | 2010-01-03 | 1 | -0/+1 |
* | Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representative | marcel | 2010-01-02 | 1 | -1/+1 |
* | Revamp bus_space access functions: | marcel | 2009-12-30 | 7 | -531/+782 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -1/+2 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | Use unordered memory loads and stores for the in* and out* | marcel | 2009-12-26 | 1 | -18/+12 |
* | Export the bus, cpu and itc frequencies under the hw.freq sysctl node. | marcel | 2009-12-23 | 4 | -27/+43 |
* | Add a bit definition for invalid timestamp in the record header. | marcel | 2009-12-23 | 1 | -0/+1 |
* | Add INCLUDE_CONFIG_FILE, and a note in comments about how to also | dougb | 2009-12-16 | 1 | -0/+7 |
* | In exception_save, write-back ar.rnat after switching the backing- | marcel | 2009-12-08 | 1 | -14/+13 |
* | Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_id | marcel | 2009-12-07 | 8 | -75/+81 |
* | Allocate the VHPT for each CPU in cpu_mp_start(), rather than | marcel | 2009-12-07 | 5 | -77/+75 |
* | Make sure bus space accesses use unorder memory loads and stores. | marcel | 2009-12-03 | 4 | -80/+148 |
* | Move the sysctl related fields to the end of the structure and | marcel | 2009-11-29 | 1 | -3/+5 |
* | Eliminate teh use of MAXCPU in static arrays of interrupt counters by | marcel | 2009-11-28 | 3 | -34/+96 |
* | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | alc | 2009-11-27 | 1 | -2/+1 |
* | Improve upon revision 196196 by removing the newly added comment | marcel | 2009-11-24 | 1 | -2/+4 |
* | Revert previous commit. The problem was not related to overrunning | marcel | 2009-11-23 | 1 | -1/+1 |
* | No need to include opt_kstack_pages.h, because KSTACK_PAGES is | marcel | 2009-11-20 | 1 | -1/+0 |
* | Add a seatbelt to the Nested TLB Fault handler to give us a chance | marcel | 2009-11-20 | 2 | -25/+59 |
* | opt_* headers are included using the quoted form. | marcel | 2009-11-19 | 2 | -2/+2 |
* | 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 |