| Commit message (Expand) | Author | Age | Files | Lines |
* | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | jhb | 2012-03-01 | 1 | -3/+3 |
* | Correct capitalization of "Hz" in user-visible text (manpages, printf(), | gavin | 2012-02-28 | 1 | -1/+1 |
* | Rev. 228360 moved the call to cpu_set_upcall() to happen before | marcel | 2012-02-08 | 1 | -1/+1 |
* | Add C11 macros describing subnormal numbers to float.h. | das | 2012-01-23 | 1 | -0/+15 |
* | Add parentheses where required. Without them, `sizeof LDBL_MAX' | das | 2012-01-20 | 1 | -4/+4 |
* | Add the CAM Target Layer (CTL). | ken | 2012-01-12 | 1 | -1/+2 |
* | Flip on IEEE80211_SUPPORT_MESH and AH_SUPPORT_AR5416, the | adrian | 2012-01-05 | 1 | -0/+9 |
* | Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernel | rwatson | 2011-12-29 | 1 | -0/+2 |
* | kern cons: introduce infrastructure for console grabbing by kernel | avg | 2011-12-17 | 1 | -0/+10 |
* | Eliminate vestiges of page coloring. | alc | 2011-12-15 | 1 | -2/+1 |
* | Replace __signed by signed. | ed | 2011-12-13 | 1 | -1/+1 |
* | Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on | attilio | 2011-11-08 | 1 | -0/+3 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 4 | -5/+5 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 4 | -4/+4 |
* | Adjust the debugger options slightly. This should help me do the right | kensmith | 2011-10-27 | 1 | -2/+5 |
* | Move the debugging support to its own section. This matches what is | kensmith | 2011-10-26 | 1 | -7/+9 |
* | People porting FreeBSD to new architectures ought not have to | das | 2011-10-21 | 1 | -0/+9 |
* | Add a warning about why sbp(4) is commented out so that curious folks | kensmith | 2011-10-19 | 1 | -0/+1 |
* | Comment out the sbp(4) driver for architectures that support it. | kensmith | 2011-10-18 | 1 | -1/+1 |
* | Remove unused define. | kib | 2011-10-07 | 1 | -1/+0 |
* | Remove locking of the vm page queues from several pmaps, which only | kib | 2011-09-28 | 1 | -2/+0 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 2 | -4/+4 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 2 | -0/+4 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 1 | -16/+16 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 1 | -14/+13 |
* | Fix kernel core dumps now that the kernel is using PBVM. The basic | marcel | 2011-08-06 | 1 | -1/+4 |
* | Follow-up commit: refactor pmap_kextract() to make it easier to | marcel | 2011-08-05 | 1 | -17/+28 |
* | Remove stray semicolon in pmap_kextract() that turned the conditional | marcel | 2011-08-05 | 1 | -1/+1 |
* | Bump MAXCPU for amd64, ia64 and XLP mips appropriately. | attilio | 2011-07-19 | 1 | -1/+1 |
* | On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytes | attilio | 2011-07-19 | 1 | -2/+2 |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 1 | -0/+2 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 1 | -2/+5 |
* | Enable NEW_PCIB by default on ia64. | jhb | 2011-07-18 | 1 | -0/+2 |
* | Implement bus_adjust_resource() for the ia64 nexus driver. | jhb | 2011-07-18 | 1 | -17/+34 |
* | Don't assume pmap_mapdev() gets called only for memory mapped I/O | marcel | 2011-07-16 | 1 | -3/+29 |
* | Don't send EOI to the CPU before we handled the interrupt. This could | marcel | 2011-07-16 | 2 | -4/+7 |
* | Add a few more helper functions for working with memory descriptors: | marcel | 2011-07-16 | 2 | -4/+54 |
* | Implement basic support for memory attributes. At this time we only | marcel | 2011-07-08 | 3 | -27/+121 |
* | Disable PREEMPTION for now. See also PR ia64/147501. | marcel | 2011-07-04 | 1 | -1/+1 |
* | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 1 | -9/+7 |
* | When iterating over a paging queue, explicitly check for PG_MARKER, instead | alc | 2011-07-02 | 1 | -1/+1 |
* | Change the management of nested faults by switching to physical | marcel | 2011-06-30 | 2 | -133/+122 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 1 | -2/+2 |
* | Oops. The sec field of struct bintime is *not* a 32-bit type. | marcel | 2011-06-25 | 1 | -1/+1 |
* | Define the minimum fractional period in terms of hz. We know hz is | marcel | 2011-06-25 | 1 | -2/+2 |
* | Replace the original copyright notice with my own. Everything in | marcel | 2011-06-25 | 1 | -30/+22 |
* | Update copyright. | marcel | 2011-06-25 | 1 | -1/+1 |
* | Switch to the event timers infrastructure. This includes: | marcel | 2011-06-25 | 7 | -106/+136 |
* | Unblock the outgoing thread after we performed pmap_switch() to | marcel | 2011-06-23 | 1 | -2/+2 |
* | Use a non-standard page size that is supported. | alc | 2011-06-21 | 1 | -1/+1 |