| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the config file for the IQ31244 board. | cognet | 2004-09-23 | 1 | -0/+101 |
* | Use the new KERNVIRTADDR and PHYSADDR options. | cognet | 2004-09-23 | 1 | -0/+3 |
* | Import partial support for the IQ31244 eval board (i80321 CPU). IQ80321 might | cognet | 2004-09-23 | 21 | -0/+3870 |
* | Add Xscale common headers. | cognet | 2004-09-23 | 2 | -0/+121 |
* | Big cleanup: get ride of the whole spl level logic, as FreeBSD doesn't use | cognet | 2004-09-23 | 4 | -215/+38 |
* | Now that we have pmap_growkernel(), use more KVA. | cognet | 2004-09-23 | 1 | -3/+27 |
* | Remove the empty definition of struct osigcontext, as it will never be used. | cognet | 2004-09-23 | 1 | -3/+0 |
* | Remove the pcb32_cstate field of struct pcb. | cognet | 2004-09-23 | 1 | -1/+0 |
* | Declare sigcode and szsigcode. | cognet | 2004-09-23 | 1 | -0/+3 |
* | Define VM_PROT_READ_IS_EXEC. | cognet | 2004-09-23 | 1 | -0/+1 |
* | Implement _mcount(). | cognet | 2004-09-23 | 1 | -49/+52 |
* | Define STACKALIGNBYTES and STACKALIGN. | cognet | 2004-09-23 | 1 | -0/+2 |
* | We are using _mcount, not __mcount. | cognet | 2004-09-23 | 1 | -6/+1 |
* | Use sf_bufs for uiomove_fromphys(). | cognet | 2004-09-23 | 1 | -3/+6 |
* | On Xscale, use the minicache for the kernel stack. | cognet | 2004-09-23 | 1 | -4/+9 |
* | Make sure to call cred_update_thread() if needed. | cognet | 2004-09-23 | 1 | -28/+62 |
* | Implement cpu_throw(). | cognet | 2004-09-23 | 1 | -96/+105 |
* | Remove unused macroes. | cognet | 2004-09-23 | 1 | -31/+15 |
* | Implement sigreturn(). | cognet | 2004-09-23 | 1 | -21/+63 |
* | Add the hw.machine sysctl. | cognet | 2004-09-23 | 1 | -0/+4 |
* | Remove definitions related to the pmap cache state, and add TDF_NEEDRESCHED. | cognet | 2004-09-23 | 1 | -6/+5 |
* | Add new functions to know which irqs are pending, and to mask and unmask | cognet | 2004-09-23 | 3 | -140/+69 |
* | Rename macroes, as we don't need to mess with alignment faults. | cognet | 2004-09-23 | 2 | -51/+19 |
* | Use sigcode. | cognet | 2004-09-23 | 1 | -2/+2 |
* | In db_stack_trace_cmd, remove the "pc" variable, we don't need it. | cognet | 2004-09-23 | 1 | -10/+4 |
* | Use the right path for xscale files. | cognet | 2004-09-23 | 1 | -7/+6 |
* | Remove bus_space_vaddr(), it does not exists in FreeBSD. | cognet | 2004-09-23 | 3 | -31/+35 |
* | Don't attempt to manage our own segment list, and just remember the buffers | cognet | 2004-09-23 | 1 | -80/+127 |
* | Use the right path for the bcopyinout_xscale.S file. | cognet | 2004-09-23 | 1 | -1/+1 |
* | Add MD syscalls to sync the icache and to drain the write buffer. | cognet | 2004-09-23 | 2 | -1/+113 |
* | Implement pmap_growkernel() and pmap_extract_and_hold(). | cognet | 2004-09-23 | 3 | -729/+649 |
* | Map the kernel very early if needed. | cognet | 2004-09-23 | 1 | -15/+49 |
* | - Add support for "paging" in stack trace output. That is, when you do | jhb | 2004-09-20 | 1 | -2/+4 |
* | Fix a problem with tag->boundary inheritence that has existed since day one | scottl | 2004-09-08 | 1 | -6/+5 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -1/+1 |
* | Move the kernel-specific logic to adjust frompc from MI to MD. For | marcel | 2004-08-27 | 1 | -0/+13 |
* | 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 |