| Commit message (Expand) | Author | Age | Files | Lines |
* | Make kdb_backtrace() sort of work. | cognet | 2004-07-19 | 1 | -6/+9 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 1 | -2/+2 |
* | In pmap_remove_pages(), when the pv_list is entry, we want to clean the | cognet | 2004-07-13 | 1 | -3/+2 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-13 | 1 | -3/+2 |
* | Update to kdb. | cognet | 2004-07-12 | 3 | -143/+46 |
* | Remove the kbd_trap() declaration. | cognet | 2004-07-12 | 1 | -2/+0 |
* | Protect setjmp.h with #ifndef _MACHINE_SETJMP_H_. | cognet | 2004-07-12 | 1 | -0/+3 |
* | Forward declare "struct pcb", so that one does not need to include | cognet | 2004-07-12 | 1 | -0/+2 |
* | Implement a stub breakpoint(). | cognet | 2004-07-12 | 1 | -0/+5 |
* | Implement makectx(). | cognet | 2004-07-12 | 1 | -0/+19 |
* | Prototype makectx(). | cognet | 2004-07-12 | 1 | -0/+2 |
* | Import bus_memio.h and bus_pio.h for arm. | cognet | 2004-07-12 | 2 | -0/+66 |
* | Import a kdb.h for arm, which contains stubs right now. | cognet | 2004-07-12 | 1 | -0/+50 |
* | 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 |