summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* A modest collection of various and sundry style, spelling, and whitespacejhb2004-09-243-109/+106
* On arm, set the default elf brand to FreeBSD, until the binutils do it for us.cognet2004-09-231-0/+4
* Arbitraly choose the Variant II for arm.cognet2004-09-231-1/+2
* Make setjmp()/longjmp() use sigprocmask.cognet2004-09-231-9/+9
* Add a dummy set_tp().cognet2004-09-232-1/+36
* Always use bx for returning on Xscale.cognet2004-09-231-76/+76
* Fix the align-to-32-bits code.cognet2004-09-231-2/+2
* kgmon works on arm, so make it parts of the build for arm as well.cognet2004-09-231-0/+4
* Add stubs for TLS.cognet2004-09-234-16/+32
* Implement .init and .fini.cognet2004-09-233-8/+27
* Add CPUCFLAGS for the strongarm and xscale CPUs.cognet2004-09-231-0/+8
* Re-route interrupts on arm as well.cognet2004-09-231-1/+2
* Do not use the IO-mapping to issue the reset on the 82546 on arm. For somecognet2004-09-231-0/+2
* Add the config file for the IQ31244 board.cognet2004-09-231-0/+101
* Use the new KERNVIRTADDR and PHYSADDR options.cognet2004-09-231-0/+3
* Use -O2 for the arm kernel as wellcognet2004-09-231-0/+2
* Use the address provided in the conf file, instead of hardcode 0xc0000000.cognet2004-09-231-1/+1
* Add new options :cognet2004-09-231-5/+10
* Add the possibility to specify the kernel virtual address and the kernelcognet2004-09-231-3/+7
* Import partial support for the IQ31244 eval board (i80321 CPU). IQ80321 mightcognet2004-09-2321-0/+3870
* Add Xscale common headers.cognet2004-09-232-0/+121
* Big cleanup: get ride of the whole spl level logic, as FreeBSD doesn't usecognet2004-09-234-215/+38
* Now that we have pmap_growkernel(), use more KVA.cognet2004-09-231-3/+27
* Remove the empty definition of struct osigcontext, as it will never be used.cognet2004-09-231-3/+0
* Remove the pcb32_cstate field of struct pcb.cognet2004-09-231-1/+0
* Declare sigcode and szsigcode.cognet2004-09-231-0/+3
* Define VM_PROT_READ_IS_EXEC.cognet2004-09-231-0/+1
* Implement _mcount().cognet2004-09-231-49/+52
* Define STACKALIGNBYTES and STACKALIGN.cognet2004-09-231-0/+2
* We are using _mcount, not __mcount.cognet2004-09-231-6/+1
* Use sf_bufs for uiomove_fromphys().cognet2004-09-231-3/+6
* On Xscale, use the minicache for the kernel stack.cognet2004-09-231-4/+9
* Make sure to call cred_update_thread() if needed.cognet2004-09-231-28/+62
* Implement cpu_throw().cognet2004-09-231-96/+105
* Remove unused macroes.cognet2004-09-231-31/+15
* Implement sigreturn().cognet2004-09-231-21/+63
* Add the hw.machine sysctl.cognet2004-09-231-0/+4
* Remove definitions related to the pmap cache state, and add TDF_NEEDRESCHED.cognet2004-09-231-6/+5
* Add new functions to know which irqs are pending, and to mask and unmaskcognet2004-09-233-140/+69
* Rename macroes, as we don't need to mess with alignment faults.cognet2004-09-232-51/+19
* Use sigcode.cognet2004-09-231-2/+2
* In db_stack_trace_cmd, remove the "pc" variable, we don't need it.cognet2004-09-231-10/+4
* Use the right path for xscale files.cognet2004-09-231-7/+6
* Remove bus_space_vaddr(), it does not exists in FreeBSD.cognet2004-09-233-31/+35
* Don't attempt to manage our own segment list, and just remember the bufferscognet2004-09-231-80/+127
* Use the right path for the bcopyinout_xscale.S file.cognet2004-09-231-1/+1
* Add MD syscalls to sync the icache and to drain the write buffer.cognet2004-09-232-1/+113
* Implement pmap_growkernel() and pmap_extract_and_hold().cognet2004-09-233-729/+649
* Map the kernel very early if needed.cognet2004-09-231-15/+49
* Backout the hack to install mtree, newsyslog, and touch in the clonedbrooks2004-09-231-3/+1
OpenPOWER on IntegriCloud