| Commit message (Expand) | Author | Age | Files | Lines |
* | Collect N identical (or near identical) mkdumpheader() implementations into | peter | 2008-10-01 | 1 | -22/+1 |
* | Remove ipi_all() and ipi_self() as the former hasn't been used at | marius | 2008-09-28 | 1 | -1/+0 |
* | Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocating | marius | 2008-09-10 | 1 | -0/+1 |
* | MFsparc64: r177642 | marius | 2008-09-02 | 1 | -9/+0 |
* | Resurrect clock.c from r164371. | marius | 2008-09-02 | 1 | -0/+67 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 2 | -114/+50 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -2/+3 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There's | marius | 2008-08-07 | 1 | -0/+4 |
* | Disconnect drivers that haven't been ported to MPSAFE TTY yet. | ed | 2008-08-03 | 1 | -2/+0 |
* | Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out | delphij | 2008-07-07 | 1 | -0/+1 |
* | Given that sun4u uses sparc64/sparc64/in_cksum.c, use the sparc64 | marius | 2008-06-25 | 1 | -164/+2 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 1 | -1/+0 |
* | Use the "options " spelling (vs. "options<TAB>") so that commented lines | obrien | 2008-05-21 | 1 | -12/+12 |
* | Retire pmap_addr_hint(). It is no longer used. | alc | 2008-05-18 | 1 | -6/+0 |
* | Add a stub for pmap_align_superpage() on machines that don't (yet) | alc | 2008-05-09 | 1 | -0/+10 |
* | Expand kdb_alt_break a little, most commonly used with the option | peter | 2008-05-04 | 1 | -2/+16 |
* | Remove an header which is unused for sun4v. | marius | 2008-05-02 | 3 | -67/+0 |
* | Remove the MD isa_irq_pending() and the underlying PCI-specific | marius | 2008-04-26 | 1 | -11/+0 |
* | - Add an integer argument to idle to indicate how likely we are to wake | jeff | 2008-04-25 | 1 | -1/+8 |
* | Make genclock standard on all platforms. | phk | 2008-04-21 | 2 | -2/+0 |
* | - Add the interrupt vector number to intr_event_create so MI code can | jeff | 2008-04-11 | 1 | -2/+2 |
* | Add a MI intr_event_handle() routine for the non-INTR_FILTER case. This | jhb | 2008-04-05 | 1 | -79/+14 |
* | Add kernel module support for nfslockd and krpc. Use the module system | dfr | 2008-03-27 | 1 | -0/+1 |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 1 | -2/+2 |
* | Remove two variables which are handled MI now. | phk | 2008-03-26 | 1 | -3/+0 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 1 | -2/+0 |
* | Remove old sysctl stuff which is long gone in other arch's. | phk | 2008-03-26 | 1 | -21/+0 |
* | Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int()) | pjd | 2008-03-19 | 1 | -2/+1 |
* | Catch up to intr_event_create() prototype change. | jhb | 2008-03-18 | 1 | -1/+1 |
* | Implement atomic_fetchadd_long() for all architectures and document it. | pjd | 2008-03-16 | 1 | -0/+2 |
* | Add preliminary support for binding interrupts to CPUs: | jhb | 2008-03-14 | 1 | -1/+1 |
* | - Rather than repeating the same preemption code everywhere call the scheduler | jeff | 2008-03-10 | 1 | -8/+1 |
* | - Remove the old smp cpu topology specification with a new, more flexible | jeff | 2008-03-02 | 1 | -0/+7 |
* | Add a wrapper function that bound checks writes to the dump device. | ru | 2008-01-28 | 1 | -6/+6 |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 1 | -2/+2 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 3 | -6/+6 |
* | Add stubs to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+4 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 4 | -23/+122 |
* | Adjust the padding to account for the change of size of the MI part | jb | 2007-11-29 | 1 | -1/+1 |
* | Make ADAPTIVE_GIANT as the default in the kernel and remove the option. | attilio | 2007-11-28 | 1 | -1/+0 |
* | __builtin_stdarg_start was renamed to __builtin_va_start a long | jb | 2007-11-19 | 1 | -1/+1 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 1 | -0/+28 |
* | o Rename cpu_thread_setup() to cpu_thread_alloc() to better | marcel | 2007-11-14 | 1 | -1/+6 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -1/+1 |
* | Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23. | marius | 2007-11-11 | 1 | -1/+1 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 2 | -2/+3 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 1 | -0/+5 |