| Commit message (Expand) | Author | Age | Files | Lines |
* | Add __elfN(dump_thread). This function is called from __elfN(coredump) | marcel | 2004-08-11 | 1 | -0/+8 |
* | Add a comment describing pmap_extract_and_hold() noting that the protection | alc | 2004-08-10 | 1 | -0/+7 |
* | Use the new prototype for the zone constructor. | cognet | 2004-08-06 | 1 | -2/+3 |
* | - Push down the acquisition and release of Giant into pmap_enter_quick() | alc | 2004-08-04 | 1 | -0/+3 |
* | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | mux | 2004-08-03 | 1 | -0/+1 |
* | *blush* | cognet | 2004-08-02 | 1 | -2/+2 |
* | Fix comments. | cognet | 2004-08-02 | 1 | -2/+3 |
* | - Push down the acquisition and release of Giant into pmap_protect() on | alc | 2004-07-30 | 1 | -0/+4 |
* | Don't use cast as lvalue. | cognet | 2004-07-29 | 1 | -1/+1 |
* | Correct typo in prior commit: s/cd/td/ | rwatson | 2004-07-27 | 1 | -1/+1 |
* | Pass a thread argument into cpu_critical_{enter,exit}() rather than | rwatson | 2004-07-27 | 1 | -4/+4 |
* | MFi386 revision 1.421 | alc | 2004-07-22 | 1 | -1/+1 |
* | Do not declare curpcb. | cognet | 2004-07-21 | 1 | -1/+1 |
* | Use the kernel pmap if no thread is provided. | cognet | 2004-07-21 | 1 | -2/+2 |
* | Define pmap_page_is_mapped(). | cognet | 2004-07-21 | 1 | -0/+1 |
* | Do not use NULL as a malloc type for contigmalloc(). | cognet | 2004-07-21 | 1 | -1/+2 |
* | Unify db_stack_trace_cmd(). All it did was look up the thread given | marcel | 2004-07-21 | 1 | -1/+2 |
* | Implement ptrace_set_pc(). | cognet | 2004-07-20 | 1 | -0/+9 |
* | Remove astpending, it has not been used for a long time. | cognet | 2004-07-20 | 1 | -1/+0 |
* | Uncomment the vector relocation code. | cognet | 2004-07-20 | 1 | -4/+2 |
* | Nuke disable_intr() and enable_intr(), as it already exists elsewhere. | cognet | 2004-07-20 | 3 | -10/+3 |
* | 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 |