| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvs | Ken Smith | 2008-11-26 | 66 | -66/+66 |
| * | MFC: | Olivier Houchard | 2007-12-07 | 2 | -40/+73 |
| * | MFC: sys/amd64/include/elf.h 1.19; sys/arm/include/elf.h 1.8; | Marius Strobl | 2007-12-03 | 1 | -34/+0 |
| * | MFC the reimplementation of ARM_USE_SMALL_ALLOC. | Olivier Houchard | 2007-10-16 | 3 | -2/+37 |
| * | MFC: | Olivier Houchard | 2007-02-26 | 1 | -0/+3 |
| * | MFC: Big endian support. | Olivier Houchard | 2007-02-26 | 2 | -0/+7 |
| * | MFC (in preparation for IXP425 support): | Olivier Houchard | 2007-02-25 | 1 | -29/+141 |
| * | MFC: Also need do_pseudo from -current. Doh! | Warner Losh | 2006-07-19 | 1 | -1/+15 |
| * | MFC: Merge the change from inline function to prototype. | Warner Losh | 2006-07-19 | 1 | -10/+1 |
| * | MFC: Define the magic number for the ELF trampoline. | Olivier Houchard | 2006-06-30 | 1 | -0/+5 |
| * | MFC: Use a 64 bits time_t for arm. For Releng6, this also require to use a | Olivier Houchard | 2006-06-23 | 1 | -1/+1 |
| * | MFC: a bunch of fixes/enhancements for the pmap subsystem. | Olivier Houchard | 2006-06-23 | 1 | -0/+11 |
| * | MFC: Add atomic_fetchadd(9) operation for types int and 32. | John Baldwin | 2005-10-06 | 1 | -0/+38 |
| * | MFC: Add extra constraints to inform the compiler that the memory being | John Baldwin | 2005-08-05 | 1 | -2/+4 |
| * | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | John Baldwin | 2005-08-05 | 1 | -8/+4 |
| * | Fix a typo. | John Baldwin | 2005-06-23 | 1 | -1/+1 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+14 |
| * | - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32 | Olivier Houchard | 2005-06-09 | 1 | -4/+4 |
| * | Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it provides | Olivier Houchard | 2005-06-07 | 2 | -0/+16 |
| * | Bring in bits I forgot while importing write back support for arm9. | Olivier Houchard | 2005-06-03 | 1 | -11/+13 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 2 | -66/+0 |
| * | s/_KLD_MODULE/KLD_MODULE/ | Olivier Houchard | 2005-05-26 | 1 | -1/+1 |
| * | Remove bits specific to CPUs we won't support (< armv4). | Olivier Houchard | 2005-05-25 | 1 | -36/+4 |
| * | Use asm versions of in_cksum() and friends. | Olivier Houchard | 2005-05-24 | 1 | -1/+11 |
| * | Asm version of bswap16(). | Olivier Houchard | 2005-05-24 | 1 | -5/+6 |
| * | Make sure we clean the RAS start address once we're done. | Olivier Houchard | 2005-05-24 | 1 | -0/+12 |
| * | Add empty header (except of the multiple-inclusion protection) to | Marcel Moolenaar | 2005-04-20 | 1 | -0/+10 |
| * | Break out the definition of bus_space_{tag,handle}_t and a few other types | Warner Losh | 2005-04-18 | 2 | -11/+47 |
| * | Import a basic implementation of the restartable atomic sequences to provide | Olivier Houchard | 2005-04-07 | 2 | -38/+148 |
| * | - Try harder to report dirty page. | Olivier Houchard | 2005-04-07 | 1 | -0/+2 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 2 | -55/+2 |
| * | Bring in a version of float.h more correct for softfloat. | Olivier Houchard | 2005-03-20 | 1 | -12/+17 |
| * | Refactor the bus_dma header files so that the interface is described in | Scott Long | 2005-03-14 | 2 | -152/+108 |
| * | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 3 | -11/+18 |
| * | Instead of using sysarch() to store-retrieve the tp, add a magic address, | Olivier Houchard | 2005-02-26 | 3 | -0/+5 |
| * | Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP. | Olivier Houchard | 2005-02-26 | 1 | -0/+1 |
| * | Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work around | Olivier Houchard | 2005-02-25 | 1 | -0/+3 |
| * | Use a common multi-inclusion protection, and add such a | Ruslan Ermilov | 2005-02-19 | 1 | -4/+4 |
| * | Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores provides | Olivier Houchard | 2005-02-13 | 1 | -0/+4 |
| * | Sort functions. | Nate Lawson | 2005-02-01 | 1 | -4/+4 |
| * | Start to support the big endian case as well. | Olivier Houchard | 2005-01-18 | 1 | -0/+13 |
| * | Add the prototype for bus_dmamap_load_mbuf_sg(). | Olivier Houchard | 2005-01-15 | 1 | -0/+3 |
| * | Add support for ptrace() and gdb breakpoints. | Olivier Houchard | 2005-01-10 | 2 | -0/+8 |
| * | Start all license statements with /*- | Warner Losh | 2005-01-05 | 40 | -43/+39 |
| * | Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp, | Olivier Houchard | 2004-12-18 | 1 | -1/+1 |
| * | Remove an unused field from the struct pv_entry. | Olivier Houchard | 2004-12-05 | 1 | -4/+3 |
| * | Implement breakpoints and single stepping on arm. | Olivier Houchard | 2004-11-21 | 2 | -6/+13 |
| * | Implement enough to be able to enter and leave DDB. | Olivier Houchard | 2004-11-20 | 2 | -3/+20 |
| * | Get the kernel stack right now that the u-area is gone. | Olivier Houchard | 2004-11-20 | 1 | -1/+1 |
| * | Remove UAREA_PAGES and USPACE definitions. The definitions of | David Schultz | 2004-11-20 | 1 | -9/+1 |