| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | A modest collection of various and sundry style, spelling, and whitespace | jhb | 2004-09-24 | 3 | -109/+106 |
* | On arm, set the default elf brand to FreeBSD, until the binutils do it for us. | cognet | 2004-09-23 | 1 | -0/+4 |
* | Arbitraly choose the Variant II for arm. | cognet | 2004-09-23 | 1 | -1/+2 |
* | Make setjmp()/longjmp() use sigprocmask. | cognet | 2004-09-23 | 1 | -9/+9 |
* | Add a dummy set_tp(). | cognet | 2004-09-23 | 2 | -1/+36 |
* | Always use bx for returning on Xscale. | cognet | 2004-09-23 | 1 | -76/+76 |
* | Fix the align-to-32-bits code. | cognet | 2004-09-23 | 1 | -2/+2 |
* | kgmon works on arm, so make it parts of the build for arm as well. | cognet | 2004-09-23 | 1 | -0/+4 |
* | Add stubs for TLS. | cognet | 2004-09-23 | 4 | -16/+32 |
* | Implement .init and .fini. | cognet | 2004-09-23 | 3 | -8/+27 |
* | Add CPUCFLAGS for the strongarm and xscale CPUs. | cognet | 2004-09-23 | 1 | -0/+8 |
* | Re-route interrupts on arm as well. | cognet | 2004-09-23 | 1 | -1/+2 |
* | Do not use the IO-mapping to issue the reset on the 82546 on arm. For some | cognet | 2004-09-23 | 1 | -0/+2 |
* | 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 |
* | Use -O2 for the arm kernel as well | cognet | 2004-09-23 | 1 | -0/+2 |
* | Use the address provided in the conf file, instead of hardcode 0xc0000000. | cognet | 2004-09-23 | 1 | -1/+1 |
* | Add new options : | cognet | 2004-09-23 | 1 | -5/+10 |
* | Add the possibility to specify the kernel virtual address and the kernel | cognet | 2004-09-23 | 1 | -3/+7 |
* | 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 |
* | Backout the hack to install mtree, newsyslog, and touch in the cloned | brooks | 2004-09-23 | 1 | -3/+1 |