| Commit message (Expand) | Author | Age | Files | Lines |
* | Define atomic_readandclear_ptr. | jasone | 2007-11-27 | 1 | -0/+1 |
* | Implement the _long functions using u_long rather than trying to | jb | 2007-11-26 | 1 | -5/+43 |
* | Extend critical section coverage in the low-level interrupt handlers to | scottl | 2007-11-21 | 1 | -1/+1 |
* | Define atomic_cmpset_acq_long and atomic_cmpset_rel_long so that | jb | 2007-11-19 | 1 | -2/+4 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 4 | -0/+66 |
* | o Rename cpu_thread_setup() to cpu_thread_alloc() to better | marcel | 2007-11-14 | 2 | -2/+12 |
* | A bunch more files that should probably print out a thread name | julian | 2007-11-14 | 2 | -6/+6 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 2 | -2/+2 |
* | Split decr_init() into two, with the section that reads the timebase | grehan | 2007-11-13 | 5 | -8/+27 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 3 | -3/+4 |
* | Cut over to ULE on PowerPC | grehan | 2007-10-23 | 6 | -7/+16 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 2 | -2/+6 |
* | o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop() | marius | 2007-09-26 | 1 | -1/+0 |
* | Use the correct expanded name for SCTP. | brueffer | 2007-09-26 | 1 | -1/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | It has been observed on the mailing lists that the different categories | alc | 2007-09-15 | 2 | -8/+8 |
* | Revamp the interrupt handling in support of INTR_FILTER. This includes: | marcel | 2007-08-11 | 15 | -1098/+495 |
* | Re-enable external interrupts for faults, traps and syscalls. | marcel | 2007-08-08 | 2 | -18/+16 |
* | Eliminate <machine/interruptvar.h> as it has only a single | marcel | 2007-08-07 | 5 | -39/+5 |
* | Remove redundant prototype. | marcel | 2007-08-07 | 2 | -4/+0 |
* | Add prototype for trap(). | marcel | 2007-08-07 | 1 | -0/+7 |
* | Fix backward compatibility of the "old" (i.e. FreeBSD6) lseek | marcel | 2007-07-31 | 2 | -4/+4 |
* | Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32() | marcel | 2007-07-10 | 1 | -3/+8 |
* | Reimplement bus_dmamap_load with bus_dmamap_load_buffer. | yongari | 2007-06-22 | 1 | -68/+32 |
* | Honor maxsegsz of less than a page size in a DMA tag. Previously it | yongari | 2007-06-22 | 1 | -0/+2 |
* | Enable the new physical memory allocator. | alc | 2007-06-16 | 1 | -0/+18 |
* | 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 | -0/+1 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 7 | -19/+22 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | rwatson | 2007-06-08 | 1 | -0/+1 |
* | Sync with other platforms: add kluge to use contigmalloc when the | marcel | 2007-06-08 | 1 | -6/+18 |
* | Fix the compile. Band-aid until it is worked out how to use the context | grehan | 2007-06-06 | 2 | -2/+2 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 2 | -4/+4 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 3 | -5/+6 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 2 | -4/+4 |
* | In some particular cases (like in pccard and pccbb), the real device | piso | 2007-05-31 | 1 | -2/+11 |
* | Eliminate some unused definitions that came from NetBSD. | alc | 2007-05-28 | 1 | -2/+0 |
* | Don't initialize the decrementer before initclocks() is called. | marcel | 2007-05-27 | 4 | -24/+14 |
* | Eliminate an unused definition. | alc | 2007-05-27 | 1 | -1/+0 |
* | Allow FreeBSD's native ELF image activators to execute shared libraries the | kan | 2007-05-22 | 1 | -2/+2 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 2 | -4/+4 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Add ofw bus methods to the ppc nexus driver. This will be used in future | grehan | 2007-04-20 | 2 | -0/+112 |
* | 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 |
* | If nooption SMP on powerpc, also nooption ADAPTIVE_SX, which depends on | rwatson | 2007-04-01 | 1 | -0/+1 |
* | Add bge(4). | marcel | 2007-04-01 | 1 | -2/+3 |
* | When writing to PCI configuration registers, don't immediately | marcel | 2007-04-01 | 1 | -3/+0 |
* | Remove unused file. | marcel | 2007-04-01 | 1 | -833/+0 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |