| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable SCTP by default for GENERIC kernels in order to give it | delphij | 2007-06-14 | 1 | -0/+1 |
* | Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR. | marcel | 2007-06-13 | 1 | -1/+1 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-10 | 2 | -1/+31 |
* | Work around a firmware bug in the HP rx2660, where in ACPI an I/O port | marcel | 2007-06-10 | 2 | -3/+12 |
* | Synchronize the instruction cache after writing to memory. This is | marcel | 2007-06-09 | 1 | -1/+5 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+15 |
* | Physical memory regions can be larger than INT_MAX. Change size1 | marcel | 2007-06-09 | 1 | -3/+4 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | rwatson | 2007-06-08 | 1 | -0/+1 |
* | Remove remaining references to pc_curtid missed in previous commit. | marcel | 2007-06-07 | 1 | -2/+0 |
* | Eliminate pmap_install(), which was used to wrap pmap_switch() and | marcel | 2007-06-07 | 1 | -55/+43 |
* | Fix compiling error. | davidxu | 2007-06-07 | 1 | -1/+0 |
* | Include <sys/sched.h> for sched_throw(). | marcel | 2007-06-06 | 1 | -0/+1 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -4/+6 |
* | Commit 13/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -1/+1 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 1 | -2/+2 |
* | Commit 10/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -16/+1 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 4 | -6/+7 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 2 | -3/+3 |
* | In some particular cases (like in pccard and pccbb), the real device | piso | 2007-05-31 | 1 | -2/+11 |
* | Honor maxsegsz of less than a page size in a DMA tag. Previously it | yongari | 2007-05-29 | 1 | -0/+2 |
* | Eliminate an unused definition. | alc | 2007-05-27 | 1 | -4/+2 |
* | Have the processor defer all faults and exceptions for control | marcel | 2007-05-27 | 4 | -15/+52 |
* | Allow FreeBSD's native ELF image activators to execute shared libraries the | kan | 2007-05-22 | 1 | -2/+2 |
* | When speculation fails (as determined by the chk instruction) the | marcel | 2007-05-21 | 1 | -1/+13 |
* | Fix GCC warning: va = va += PAGE_SIZE contains pointless operation | marcel | 2007-05-19 | 1 | -2/+2 |
* | Add a level of indirection to the kernel PTE table. The old | marcel | 2007-05-19 | 2 | -37/+61 |
* | Account for the fact that contigmalloc(9) can return a NULL pointer. | marcel | 2007-05-19 | 1 | -3/+6 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 2 | -3/+3 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 2 | -15/+5 |
* | Add support for specifying a minimal size for vm.kmem_size in the loader via | sepotvin | 2007-04-21 | 1 | -1/+2 |
* | Remove trailing '.' for consistency! | pjd | 2007-04-10 | 1 | -1/+1 |
* | Add UFS_GJOURNAL options to the GENERIC kernel. | pjd | 2007-04-10 | 1 | -0/+1 |
* | Catch up with ACPI-CA 20070320 import. | jkim | 2007-03-22 | 3 | -99/+106 |
* | Change the amd64, i386, and ia64 nexus drivers to setup bus space tags and | jhb | 2007-03-21 | 1 | -13/+13 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 1 | -0/+2 |
* | Don't increment total_bounced when doing no-op dmamap_sync ops. | scottl | 2007-03-06 | 1 | -1/+2 |
* | Updated ia64 isa support with the new bus_setup_intr() syntax. | piso | 2007-02-24 | 1 | -2/+3 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 3 | -12/+15 |
* | Change pmap_protect() so that execute access can be removed without | alc | 2007-02-21 | 1 | -1/+2 |
* | Eliminate some acquisitions and releases of the page queues lock that are | alc | 2007-02-18 | 1 | -2/+0 |
* | Now that the free page queue mutex is a sleep mutex, we cannot call | marcel | 2007-02-11 | 1 | -7/+0 |
* | Include GEOM_LABEL in GENERIC. It's very useful and not well publicized | brooks | 2007-02-09 | 1 | -0/+1 |
* | Evolve the ctlreq interface added to geom_gpt into a generic | marcel | 2007-02-07 | 1 | -1/+1 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 3 | -12/+3 |
* | Add a lwpid field into per-cpu structure, the lwpid represents current | davidxu | 2006-12-20 | 1 | -0/+3 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -5/+3 |
* | Since printf also has at least one critical section, we need to | marcel | 2006-11-18 | 1 | -5/+7 |
* | Now that printf() needs the PCPU, set it up before we call printf(). | marcel | 2006-11-18 | 5 | -26/+16 |
* | Revert previous commit. PC_CONS_BUFR is not used nor needed by | marcel | 2006-11-18 | 1 | -1/+0 |