summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Start all license statements with /*-imp2005-01-0540-43/+39
* Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp,cognet2004-12-181-1/+1
* Remove an unused field from the struct pv_entry.cognet2004-12-051-4/+3
* Implement breakpoints and single stepping on arm.cognet2004-11-212-6/+13
* Implement enough to be able to enter and leave DDB.cognet2004-11-202-3/+20
* Get the kernel stack right now that the u-area is gone.cognet2004-11-201-1/+1
* Remove UAREA_PAGES and USPACE definitions. The definitions ofdas2004-11-201-9/+1
* Import a RET macro, that will use bx if the arch supports it.cognet2004-11-091-0/+36
* Import md bits for mem(4) on arm.cognet2004-11-072-45/+44
* Disable interrupts for atomic_cmpset_32, this one is just not atomic.cognet2004-11-051-10/+13
* Protect the function declarations with #ifdef _KERNEL.cognet2004-11-041-0/+2
* Directly use __pcpu for PCPU_* instead of pcpup.cognet2004-11-041-3/+4
* Decrease KSTACK_PAGES and UAREA_PAGES.cognet2004-11-041-2/+2
* Use interrupts_disable() and interrupts_restore() as intr_disable() andcognet2004-11-041-24/+6
* Don't barf if no CPU type is defined while compiling kernel modules.cognet2004-11-041-2/+2
* Implement get_cyclecount().cognet2004-11-041-1/+7
* Try to implement atomic operations using swp, instead of disabling interrupts.cognet2004-11-041-76/+65
* Use casts to enforce the return type of bswap16() and bswap32().cognet2004-11-041-6/+6
* Add optimized version of the bswap macroes for constants if __OPTIMIZED__ iscognet2004-10-011-2/+30
* 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
* Add new functions to know which irqs are pending, and to mask and unmaskcognet2004-09-231-35/+4
* Rename macroes, as we don't need to mess with alignment faults.cognet2004-09-231-41/+14
* Remove bus_space_vaddr(), it does not exists in FreeBSD.cognet2004-09-231-17/+35
* Add MD syscalls to sync the icache and to drain the write buffer.cognet2004-09-231-0/+66
* Implement pmap_growkernel() and pmap_extract_and_hold().cognet2004-09-232-100/+26
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+13
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* *blush*cognet2004-08-021-2/+2
* Fix comments.cognet2004-08-021-2/+3
* Correct typo in prior commit: s/cd/td/rwatson2004-07-271-1/+1
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-4/+4
* Do not declare curpcb.cognet2004-07-211-1/+1
* Define pmap_page_is_mapped().cognet2004-07-211-0/+1
* Nuke disable_intr() and enable_intr(), as it already exists elsewhere.cognet2004-07-202-5/+3
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-2/+2
* Update to kdb.cognet2004-07-121-6/+2
* Remove the kbd_trap() declaration.cognet2004-07-121-2/+0
* Protect setjmp.h with #ifndef _MACHINE_SETJMP_H_.cognet2004-07-121-0/+3
* Forward declare "struct pcb", so that one does not need to includecognet2004-07-121-0/+2
* Implement a stub breakpoint().cognet2004-07-121-0/+5
* Prototype makectx().cognet2004-07-121-0/+2
* Import bus_memio.h and bus_pio.h for arm.cognet2004-07-122-0/+66
* Import a kdb.h for arm, which contains stubs right now.cognet2004-07-121-0/+50
* Nuke bus_space_mmap(), as it does not exist in FreeBSD.cognet2004-06-171-9/+0
OpenPOWER on IntegriCloud