| Commit message (Expand) | Author | Age | Files | Lines |
* | Define NSFBUFS and use it. | cognet | 2004-07-08 | 1 | -0/+7 |
* | Correct pmap_extract()'s return type. It should be vm_paddr_t, not | alc | 2004-07-05 | 1 | -1/+1 |
* | ithread_schedule() now only takes one argument. | cognet | 2004-07-02 | 1 | -1/+1 |
* | Define __RMAN_RESOURCE_VISIBLE where appropriate. | cognet | 2004-07-02 | 2 | -0/+2 |
* | Remove unused includes. | cognet | 2004-06-28 | 1 | -9/+0 |
* | Fix compilation for Xscale. | cognet | 2004-06-19 | 1 | -1/+1 |
* | Include sys/module.h. | cognet | 2004-06-19 | 2 | -0/+2 |
* | I happened to have a sys/pool.h file in my tree, but most people do not, | cognet | 2004-06-19 | 1 | -1/+0 |
* | Nuke dead code. | cognet | 2004-06-17 | 1 | -92/+1 |
* | Nuke bus_space_mmap(), as it does not exist in FreeBSD. | cognet | 2004-06-17 | 3 | -21/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 3 | -4/+4 |
* | Remove filename+line number from panic messages. | phk | 2004-06-06 | 3 | -26/+5 |
* | Remove checks for curthread == NULL - it can't happen. | tjr | 2004-06-03 | 1 | -5/+3 |
* | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | tjr | 2004-06-03 | 1 | -9/+4 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -6/+0 |
* | Remove two debugging printf(). | mux | 2004-05-22 | 1 | -2/+0 |
* | Moved most of the "MI" definitions and declarations from <machine/profile.h> | bde | 2004-05-19 | 1 | -30/+0 |
* | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | stefanf | 2004-05-18 | 1 | -1/+1 |
* | Make a small revision to the api between the elf linker core and the | peter | 2004-05-16 | 1 | -8/+10 |
* | Implement bcopy, memcpy and memcmp in support.S. | cognet | 2004-05-14 | 1 | -0/+2059 |
* | Implement bzero et memset in support.S | cognet | 2004-05-14 | 1 | -0/+161 |
* | This is FreeBSD/arm, not FreeBSD/i386 | cognet | 2004-05-14 | 1 | -1/+1 |
* | Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spamming | cognet | 2004-05-14 | 2 | -0/+5 |
* | Implement enough of an uart driver to get serial console working. | cognet | 2004-05-14 | 5 | -3/+539 |
* | Import FreeBSD/arm kernel bits. | cognet | 2004-05-14 | 124 | -69/+30630 |
* | Don't declare osigset_t, as it is done in sys/_sigset.h. | cognet | 2004-05-04 | 1 | -1/+0 |
* | Add some endianess-related functions and macros. | cognet | 2004-05-04 | 1 | -1/+60 |
* | Add the Elf32_Auxinfo declaretion. | cognet | 2004-05-04 | 1 | -1/+35 |
* | Define __double_t and __float_t. | cognet | 2004-05-04 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 3 | -12/+0 |
* | Introduce the cpumask_t type. The purpose of the type is to create a | marcel | 2004-03-20 | 1 | -0/+1 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 1 | -12/+0 |
* | Style sync. | obrien | 2003-08-03 | 1 | -1/+1 |
* | sys/sys/limits.h: | kan | 2003-05-19 | 2 | -3/+3 |
* | Style fixes. | kan | 2003-05-04 | 1 | -8/+11 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -63/+4 |
* | Add a new sys/limits.h file which in turn depends on machine/_limits.h | kan | 2003-04-23 | 1 | -51/+44 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -0/+1 |
* | MB_LEN_MAX is not MD, move it to the MI limits.h. | tjr | 2002-12-22 | 2 | -2/+0 |
* | Add standards visibility conditionals. Change any uses of sigset_t to | mike | 2002-10-13 | 1 | -3/+6 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -7/+0 |
* | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | mike | 2002-09-03 | 1 | -53/+0 |
* | Since arm and powerpc aren't far enough to set stathz, take a | mike | 2002-08-26 | 1 | -2/+2 |
* | Move several MI types from <machine/_types.h> to <sys/_types.h>. | mike | 2002-08-23 | 1 | -37/+0 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 3 | -181/+152 |
* | Create a new header <machine/_stdint.h> for storing MD parts of | mike | 2002-07-29 | 4 | -231/+171 |
* | Remove label_t and physadr, which seem to have never been used in | mike | 2002-07-10 | 1 | -10/+0 |
* | Remove an unused type. | mike | 2002-07-09 | 1 | -3/+0 |
* | Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's | mike | 2002-07-08 | 1 | -5/+0 |
* | Make vm_pindex_t 64-bit on all platforms. This is necessary to avoid | iedowse | 2002-06-23 | 1 | -1/+1 |