| Commit message (Expand) | Author | Age | Files | Lines |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 3 | -11/+18 |
* | Instead of using sysarch() to store-retrieve the tp, add a magic address, | cognet | 2005-02-26 | 3 | -0/+5 |
* | Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP. | cognet | 2005-02-26 | 1 | -0/+1 |
* | Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work around | cognet | 2005-02-25 | 1 | -0/+3 |
* | Use a common multi-inclusion protection, and add such a | ru | 2005-02-19 | 1 | -4/+4 |
* | Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores provides | cognet | 2005-02-13 | 1 | -0/+4 |
* | Sort functions. | njl | 2005-02-01 | 1 | -4/+4 |
* | Start to support the big endian case as well. | cognet | 2005-01-18 | 1 | -0/+13 |
* | Add the prototype for bus_dmamap_load_mbuf_sg(). | cognet | 2005-01-15 | 1 | -0/+3 |
* | Add support for ptrace() and gdb breakpoints. | cognet | 2005-01-10 | 2 | -0/+8 |
* | Start all license statements with /*- | imp | 2005-01-05 | 40 | -43/+39 |
* | Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp, | cognet | 2004-12-18 | 1 | -1/+1 |
* | Remove an unused field from the struct pv_entry. | cognet | 2004-12-05 | 1 | -4/+3 |
* | Implement breakpoints and single stepping on arm. | cognet | 2004-11-21 | 2 | -6/+13 |
* | Implement enough to be able to enter and leave DDB. | cognet | 2004-11-20 | 2 | -3/+20 |
* | Get the kernel stack right now that the u-area is gone. | cognet | 2004-11-20 | 1 | -1/+1 |
* | Remove UAREA_PAGES and USPACE definitions. The definitions of | das | 2004-11-20 | 1 | -9/+1 |
* | Import a RET macro, that will use bx if the arch supports it. | cognet | 2004-11-09 | 1 | -0/+36 |
* | Import md bits for mem(4) on arm. | cognet | 2004-11-07 | 2 | -45/+44 |
* | Disable interrupts for atomic_cmpset_32, this one is just not atomic. | cognet | 2004-11-05 | 1 | -10/+13 |
* | Protect the function declarations with #ifdef _KERNEL. | cognet | 2004-11-04 | 1 | -0/+2 |
* | Directly use __pcpu for PCPU_* instead of pcpup. | cognet | 2004-11-04 | 1 | -3/+4 |
* | Decrease KSTACK_PAGES and UAREA_PAGES. | cognet | 2004-11-04 | 1 | -2/+2 |
* | Use interrupts_disable() and interrupts_restore() as intr_disable() and | cognet | 2004-11-04 | 1 | -24/+6 |
* | Don't barf if no CPU type is defined while compiling kernel modules. | cognet | 2004-11-04 | 1 | -2/+2 |
* | Implement get_cyclecount(). | cognet | 2004-11-04 | 1 | -1/+7 |
* | Try to implement atomic operations using swp, instead of disabling interrupts. | cognet | 2004-11-04 | 1 | -76/+65 |
* | Use casts to enforce the return type of bswap16() and bswap32(). | cognet | 2004-11-04 | 1 | -6/+6 |
* | Add optimized version of the bswap macroes for constants if __OPTIMIZED__ is | cognet | 2004-10-01 | 1 | -2/+30 |
* | 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 |
* | Add new functions to know which irqs are pending, and to mask and unmask | cognet | 2004-09-23 | 1 | -35/+4 |
* | Rename macroes, as we don't need to mess with alignment faults. | cognet | 2004-09-23 | 1 | -41/+14 |
* | Remove bus_space_vaddr(), it does not exists in FreeBSD. | cognet | 2004-09-23 | 1 | -17/+35 |
* | Add MD syscalls to sync the icache and to drain the write buffer. | cognet | 2004-09-23 | 1 | -0/+66 |
* | Implement pmap_growkernel() and pmap_extract_and_hold(). | cognet | 2004-09-23 | 2 | -100/+26 |
* | Move the kernel-specific logic to adjust frompc from MI to MD. For | marcel | 2004-08-27 | 1 | -0/+13 |
* | 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 |
* | 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 |
* | Do not declare curpcb. | cognet | 2004-07-21 | 1 | -1/+1 |
* | Define pmap_page_is_mapped(). | cognet | 2004-07-21 | 1 | -0/+1 |
* | Nuke disable_intr() and enable_intr(), as it already exists elsewhere. | cognet | 2004-07-20 | 2 | -5/+3 |