| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 4 | -4/+2 |
* | Enable interrupts as soon as the pending interrupts have been masked. | Olivier Houchard | 2004-11-23 | 1 | -4/+3 |
* | Use ns8250. | Olivier Houchard | 2004-11-23 | 2 | -3/+2 |
* | Cleanup. | Olivier Houchard | 2004-11-21 | 1 | -41/+3 |
* | Set the frame pointer to 0 in fork_trampoline(). | Olivier Houchard | 2004-11-21 | 1 | -0/+1 |
* | Implement breakpoints and single stepping on arm. | Olivier Houchard | 2004-11-21 | 4 | -21/+109 |
* | Remove useless code. | Olivier Houchard | 2004-11-20 | 1 | -120/+0 |
* | Implement enough to be able to enter and leave DDB. | Olivier Houchard | 2004-11-20 | 3 | -5/+43 |
* | Get the kernel stack right now that the u-area is gone. | Olivier Houchard | 2004-11-20 | 4 | -6/+7 |
* | Remove UAREA_PAGES and USPACE definitions. The definitions of | David Schultz | 2004-11-20 | 1 | -9/+1 |
* | Remove some references to U area here while trying not to break | David Schultz | 2004-11-20 | 1 | -4/+3 |
* | Remove references to U area and garbage collect includes. | David Schultz | 2004-11-20 | 1 | -3/+1 |
* | U areas are going away, so don't allocate one for process 0. | David Schultz | 2004-11-20 | 2 | -17/+1 |
* | Increase cnt.v_syscall and cnt.v_trap when needed. | Olivier Houchard | 2004-11-20 | 1 | -0/+3 |
* | Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244. | Olivier Houchard | 2004-11-18 | 2 | -2/+2 |
* | Simplify a bit bus_dmamap_load_buffer by removing the "first" parameter, use | Olivier Houchard | 2004-11-16 | 1 | -38/+21 |
* | MFi386: | Olivier Houchard | 2004-11-15 | 1 | -17/+14 |
* | Remove debugging printf. | Olivier Houchard | 2004-11-13 | 1 | -1/+0 |
* | Don't forget to clear the PG_WRITEABLE flag when appropriate. | Olivier Houchard | 2004-11-13 | 1 | -0/+6 |
* | Use uma_prealloc() on the l2table_zone to prevent a LOR at startup. | Olivier Houchard | 2004-11-13 | 1 | -3/+5 |
* | Implement interrupt counting, so that vmstat -i work. | Olivier Houchard | 2004-11-12 | 3 | -9/+21 |
* | Don't forget to include opt_vm.h. | Olivier Houchard | 2004-11-10 | 1 | -0/+2 |
* | Convert the IQ31244 code to use ARM32_NEW_VM_LAYOUT. | Olivier Houchard | 2004-11-10 | 2 | -6/+16 |
* | Invalidate the data cache in pmap_qremove() instead of in pmap_kenter(), | Olivier Houchard | 2004-11-10 | 1 | -2/+2 |
* | Remove __P here too. | Tom Rhodes | 2004-11-10 | 1 | -3/+3 |
* | Use the RET macro. | Olivier Houchard | 2004-11-09 | 25 | -296/+295 |
* | Import a RET macro, that will use bx if the arch supports it. | Olivier Houchard | 2004-11-09 | 1 | -0/+36 |
* | Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc(). | Alan Cox | 2004-11-08 | 1 | -3/+5 |
* | Add device mem in config files. | Olivier Houchard | 2004-11-07 | 2 | -0/+2 |
* | Import md bits for mem(4) on arm. | Olivier Houchard | 2004-11-07 | 4 | -45/+202 |
* | Remove useless code. | Olivier Houchard | 2004-11-07 | 1 | -14/+0 |
* | Disable interrupts for atomic_cmpset_32, this one is just not atomic. | Olivier Houchard | 2004-11-05 | 1 | -10/+13 |
* | Copy the syscall args in a tmp variable instead of directly using the | Olivier Houchard | 2004-11-05 | 1 | -23/+55 |
* | Save a few cycles in context switch. | Olivier Houchard | 2004-11-05 | 1 | -90/+36 |
* | If we're still running at the physical address, jump to the virtual address | Olivier Houchard | 2004-11-05 | 2 | -33/+20 |
* | Be more verbose about cache capacities. | Olivier Houchard | 2004-11-05 | 1 | -2/+18 |
* | Implement casuptr. | Olivier Houchard | 2004-11-05 | 2 | -6/+51 |
* | Call pmap_pte_init_arm9 instead of pmap_pte_init_generic if | Olivier Houchard | 2004-11-05 | 1 | -0/+4 |
* | In cpu_critical_fork_exit(), make sure to set td_md.md_critnest so that | Olivier Houchard | 2004-11-05 | 1 | -0/+2 |
* | Protect the function declarations with #ifdef _KERNEL. | Olivier Houchard | 2004-11-04 | 1 | -0/+2 |
* | Directly use __pcpu for PCPU_* instead of pcpup. | Olivier Houchard | 2004-11-04 | 1 | -3/+4 |
* | Decrease KSTACK_PAGES and UAREA_PAGES. | Olivier Houchard | 2004-11-04 | 1 | -2/+2 |
* | Use interrupts_disable() and interrupts_restore() as intr_disable() and | Olivier Houchard | 2004-11-04 | 1 | -24/+6 |
* | Don't barf if no CPU type is defined while compiling kernel modules. | Olivier Houchard | 2004-11-04 | 1 | -2/+2 |
* | Implement get_cyclecount(). | Olivier Houchard | 2004-11-04 | 1 | -1/+7 |
* | Try to implement atomic operations using swp, instead of disabling interrupts. | Olivier Houchard | 2004-11-04 | 1 | -76/+65 |
* | Use casts to enforce the return type of bswap16() and bswap32(). | Olivier Houchard | 2004-11-04 | 1 | -6/+6 |
* | Implement cpu_thread_siginfo() and set_mcontext(). | Olivier Houchard | 2004-11-04 | 1 | -53/+46 |
* | Implement cpu_set_upcall and cpu_set_upcall_kse. | Olivier Houchard | 2004-11-04 | 1 | -4/+29 |
* | Get kernel modules to work. | Olivier Houchard | 2004-11-04 | 1 | -8/+9 |