| Commit message (Expand) | Author | Age | Files | Lines |
| * | Retire cpu_sched_exit(); it is not used any more. | Thomas Moestl | 2004-05-26 | 1 | -6/+0 |
| * | Remove two debugging printf(). | Maxime Henrion | 2004-05-22 | 1 | -2/+0 |
| * | Moved most of the "MI" definitions and declarations from <machine/profile.h> | Bruce Evans | 2004-05-19 | 1 | -30/+0 |
| * | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | Stefan Farfeleder | 2004-05-18 | 1 | -1/+1 |
| * | Make a small revision to the api between the elf linker core and the | Peter Wemm | 2004-05-16 | 1 | -8/+10 |
| * | Implement bcopy, memcpy and memcmp in support.S. | Olivier Houchard | 2004-05-14 | 1 | -0/+2059 |
| * | Implement bzero et memset in support.S | Olivier Houchard | 2004-05-14 | 1 | -0/+161 |
| * | This is FreeBSD/arm, not FreeBSD/i386 | Olivier Houchard | 2004-05-14 | 1 | -1/+1 |
| * | Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spamming | Olivier Houchard | 2004-05-14 | 2 | -0/+5 |
| * | Implement enough of an uart driver to get serial console working. | Olivier Houchard | 2004-05-14 | 5 | -3/+539 |
| * | Import FreeBSD/arm kernel bits. | Olivier Houchard | 2004-05-14 | 124 | -69/+30630 |
| * | Don't declare osigset_t, as it is done in sys/_sigset.h. | Olivier Houchard | 2004-05-04 | 1 | -1/+0 |
| * | Add some endianess-related functions and macros. | Olivier Houchard | 2004-05-04 | 1 | -1/+60 |
| * | Add the Elf32_Auxinfo declaretion. | Olivier Houchard | 2004-05-04 | 1 | -1/+35 |
| * | Define __double_t and __float_t. | Olivier Houchard | 2004-05-04 | 1 | -0/+2 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 3 | -12/+0 |
| * | Introduce the cpumask_t type. The purpose of the type is to create a | Marcel Moolenaar | 2004-03-20 | 1 | -0/+1 |
| * | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 1 | -12/+0 |
| * | Style sync. | David E. O'Brien | 2003-08-03 | 1 | -1/+1 |
| * | sys/sys/limits.h: | Alexander Kabaev | 2003-05-19 | 2 | -3/+3 |
| * | Style fixes. | Alexander Kabaev | 2003-05-04 | 1 | -8/+11 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -63/+4 |
| * | Add a new sys/limits.h file which in turn depends on machine/_limits.h | Alexander Kabaev | 2003-04-23 | 1 | -51/+44 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -0/+1 |
| * | MB_LEN_MAX is not MD, move it to the MI limits.h. | Tim J. Robbins | 2002-12-22 | 2 | -2/+0 |
| * | Add standards visibility conditionals. Change any uses of sigset_t to | Mike Barcroft | 2002-10-13 | 1 | -3/+6 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 1 | -7/+0 |
| * | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | Mike Barcroft | 2002-09-03 | 1 | -53/+0 |
| * | Since arm and powerpc aren't far enough to set stathz, take a | Mike Barcroft | 2002-08-26 | 1 | -2/+2 |
| * | Move several MI types from <machine/_types.h> to <sys/_types.h>. | Mike Barcroft | 2002-08-23 | 1 | -37/+0 |
| * | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 3 | -181/+152 |
| * | Create a new header <machine/_stdint.h> for storing MD parts of | Mike Barcroft | 2002-07-29 | 4 | -231/+171 |
| * | Remove label_t and physadr, which seem to have never been used in | Mike Barcroft | 2002-07-10 | 1 | -10/+0 |
| * | Remove an unused type. | Mike Barcroft | 2002-07-09 | 1 | -3/+0 |
| * | Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's | Mike Barcroft | 2002-07-08 | 1 | -5/+0 |
| * | Make vm_pindex_t 64-bit on all platforms. This is necessary to avoid | Ian Dowse | 2002-06-23 | 1 | -1/+1 |
| * | Move MI stuff out of MD param.h files. | Poul-Henning Kamp | 2002-05-14 | 1 | -48/+0 |
| * | Remove the unused definitions of ctod() and dotc(). | Poul-Henning Kamp | 2002-05-14 | 1 | -4/+0 |
| * | Sync with the other platforms. | David E. O'Brien | 2002-05-10 | 1 | -1/+1 |
| * | Guard against redefining __gnuc_va_list. | David E. O'Brien | 2002-03-24 | 1 | -1/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -1/+1 |
| * | We need machine/{signal,ucontext}.h to build a cross GCC compiler. | David E. O'Brien | 2001-12-09 | 2 | -0/+138 |
| * | Following sys/i386/include/ansi.h rev 1.33, add additional integer types | David E. O'Brien | 2001-12-09 | 1 | -9/+57 |
| * | We need machine/types.h to build a cross GCC compiler. | David E. O'Brien | 2001-12-09 | 1 | -0/+72 |
| * | machine/limits.h | David E. O'Brien | 2001-12-09 | 2 | -0/+430 |
| * | o Stop abusing MD headers with non-MD types. | Mike Barcroft | 2001-12-01 | 1 | -2/+0 |
| * | Remove funky right justification. | Mike Barcroft | 2001-10-23 | 1 | -8/+8 |
| * | Try two on the preprocessing logic. | David E. O'Brien | 2001-10-19 | 1 | -1/+1 |
| * | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | David E. O'Brien | 2001-10-19 | 1 | -1/+1 |
| * | My attempts at minimizing the number of #def's got me in trouble. | David E. O'Brien | 2001-10-18 | 1 | -1/+4 |