| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 72 | -72/+72 |
| * | MFC: Add atomic_fetchadd(9) operation for types int and 32. | John Baldwin | 2005-10-06 | 1 | -0/+21 |
| * | MFC: Stop using the '+' constraint modifier with memory operands in | John Baldwin | 2005-09-26 | 1 | -22/+27 |
| * | MFC: Merge resource fixes for pci devices on pci0 for ioport. | Warner Losh | 2005-09-18 | 1 | -0/+2 |
| * | MFC: Add aliases for atomic operations on 64-bit integers. | John Baldwin | 2005-08-26 | 1 | -0/+20 |
| * | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | John Baldwin | 2005-08-05 | 1 | -52/+18 |
| * | Some cleanups and tweaks to some of the atomic.h files in preparation for | John Baldwin | 2005-07-09 | 1 | -79/+63 |
| * | Check the alignment of the IP header before passing the packet up to the | Andrew Thompson | 2005-07-02 | 1 | -0/+2 |
| * | Switch AMD64 and i386 platforms to using ELF as their kernel crash | Peter Wemm | 2005-06-29 | 1 | -0/+1 |
| * | Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 are | John Baldwin | 2005-06-29 | 1 | -1/+1 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -32/+19 |
| * | Add IPI support for preempting a thread on another CPU. | Stephan Uphoff | 2005-06-09 | 1 | -1/+2 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 3 | -342/+42 |
| * | Change the spkr_set_pitch() function to a macro to fix low level profiling. | Yoshihiro Takahashi | 2005-05-28 | 1 | -7/+5 |
| * | MFi386: remove comment | Peter Wemm | 2005-05-22 | 1 | -3/+0 |
| * | - Move timerreg.h to <arch>/include and split i8253 specific defines into | Yoshihiro Takahashi | 2005-05-14 | 2 | -0/+116 |
| * | Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed". | Jacques Vidrine | 2005-05-13 | 1 | -0/+8 |
| * | Implement an alternate method to stop CPUs when entering DDB. Normally we use | Doug White | 2005-04-30 | 1 | -0/+5 |
| * | o Reverse the inclusion chain from MD->MI to MI->MD by removing the | Marcel Moolenaar | 2005-04-20 | 1 | -1/+1 |
| * | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | Joseph Koshy | 2005-04-19 | 1 | -0/+76 |
| * | Break out the definition of bus_space_{tag,handle}_t and a few other types | Warner Losh | 2005-04-18 | 2 | -9/+47 |
| * | MFi386: use the lapic timer for UP systems that are using the apic so that | Peter Wemm | 2005-04-15 | 1 | -1/+0 |
| * | MFi386: use c99 types | Peter Wemm | 2005-04-15 | 1 | -2/+2 |
| * | Show that I can actually count. | Peter Wemm | 2005-04-15 | 1 | -2/+2 |
| * | MFi386: track bus.h changes (unsplit bus_${machine}.h) | Peter Wemm | 2005-04-15 | 2 | -1233/+1219 |
| * | Implement 32-bit compatable fsbase/gsbase methods so that we can run | Peter Wemm | 2005-04-14 | 1 | -0/+5 |
| * | The memory operands to fldcw and ldmxcsr are inputs, not outputs. | John Baldwin | 2005-04-12 | 1 | -2/+2 |
| * | Align the entry point to assembly language functions to a 16-byte boundary. | Alan Cox | 2005-04-10 | 1 | -2/+1 |
| * | Fully initialize the required TSS fields so that the io permission | Colin Percival | 2005-04-06 | 1 | -1/+0 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 2 | -88/+2 |
| * | The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my | Alexander Leidinger | 2005-04-02 | 1 | -0/+1 |
| * | Remove fpsetsticky(). This was added for SysV compatibility, but due | David Schultz | 2005-03-15 | 1 | -20/+0 |
| * | Refactor the bus_dma header files so that the interface is described in | Scott Long | 2005-03-14 | 1 | -247/+13 |
| * | Remove diffs to i386 version that came in via the compiler support ifdefs. | Peter Wemm | 2005-03-11 | 9 | -26/+35 |
| * | Match i386 rev 1.38 with __cplusplus support | Peter Wemm | 2005-03-11 | 1 | -0/+8 |
| * | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 13 | -69/+107 |
| * | MFi386: Update alc's copyright notice | Peter Wemm | 2005-02-28 | 1 | -1/+1 |
| * | MFi386: Bring over John's local apic timer code | Peter Wemm | 2005-02-28 | 2 | -6/+4 |
| * | Use a common multi-inclusion protection, and add such a | Ruslan Ermilov | 2005-02-19 | 1 | -4/+4 |
| * | JumboMFi386: use bitmapped IPI handler. Update elcr and default mptable | Peter Wemm | 2005-01-21 | 4 | -16/+57 |
| * | MFi386: whitespace, copyright header, etc updates | Peter Wemm | 2005-01-21 | 2 | -2/+1 |
| * | Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, this | Scott Long | 2005-01-07 | 1 | -0/+5 |
| * | Begin all license/copyright comments with /*- | Warner Losh | 2005-01-05 | 24 | -24/+24 |
| * | PC98 will never be defined for amd64 | Warner Losh | 2005-01-05 | 1 | -5/+0 |
| * | Change gdb_cpu_setreg() to not take the value to which to set the | Marcel Moolenaar | 2004-12-01 | 1 | -1/+1 |
| * | Remove UAREA_PAGES. | David Schultz | 2004-11-20 | 1 | -1/+0 |
| * | Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choice | Peter Wemm | 2004-10-27 | 1 | -1/+1 |
| * | Move the code for halting the CPU (acpi_cpu_c1) into machdep files. | Nate Lawson | 2004-10-11 | 1 | -1/+2 |
| * | Make pte_load_store() an atomic operation in all cases, not just i386 PAE. | Alan Cox | 2004-10-08 | 1 | -4/+14 |
| * | Prevent the unexpected deallocation of a page table page while performing | Alan Cox | 2004-09-29 | 1 | -1/+1 |