aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add __elfN(dump_thread). This function is called from __elfN(coredump)Marcel Moolenaar2004-08-111-0/+8
* Add a comment describing pmap_extract_and_hold() noting that the protectionAlan Cox2004-08-101-0/+7
* Use the new prototype for the zone constructor.Olivier Houchard2004-08-061-2/+3
* - Push down the acquisition and release of Giant into pmap_enter_quick()Alan Cox2004-08-041-0/+3
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-0/+1
* *blush*Olivier Houchard2004-08-021-2/+2
* Fix comments.Olivier Houchard2004-08-021-2/+3
* - Push down the acquisition and release of Giant into pmap_protect() onAlan Cox2004-07-301-0/+4
* Don't use cast as lvalue.Olivier Houchard2004-07-291-1/+1
* Correct typo in prior commit: s/cd/td/Robert Watson2004-07-271-1/+1
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-4/+4
* MFi386 revision 1.421Alan Cox2004-07-221-1/+1
* Do not declare curpcb.Olivier Houchard2004-07-211-1/+1
* Use the kernel pmap if no thread is provided.Olivier Houchard2004-07-211-2/+2
* Define pmap_page_is_mapped().Olivier Houchard2004-07-211-0/+1
* Do not use NULL as a malloc type for contigmalloc().Olivier Houchard2004-07-211-1/+2
* Unify db_stack_trace_cmd(). All it did was look up the thread givenMarcel Moolenaar2004-07-211-1/+2
* Implement ptrace_set_pc().Olivier Houchard2004-07-201-0/+9
* Remove astpending, it has not been used for a long time.Olivier Houchard2004-07-201-1/+0
* Uncomment the vector relocation code.Olivier Houchard2004-07-201-4/+2
* Nuke disable_intr() and enable_intr(), as it already exists elsewhere.Olivier Houchard2004-07-203-10/+3
* Make kdb_backtrace() sort of work.Olivier Houchard2004-07-191-6/+9
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-191-2/+2
* In pmap_remove_pages(), when the pv_list is entry, we want to clean theOlivier Houchard2004-07-131-3/+2
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-131-3/+2
* Update to kdb.Olivier Houchard2004-07-123-143/+46
* Remove the kbd_trap() declaration.Olivier Houchard2004-07-121-2/+0
* Protect setjmp.h with #ifndef _MACHINE_SETJMP_H_.Olivier Houchard2004-07-121-0/+3
* Forward declare "struct pcb", so that one does not need to includeOlivier Houchard2004-07-121-0/+2
* Implement a stub breakpoint().Olivier Houchard2004-07-121-0/+5
* Implement makectx().Olivier Houchard2004-07-121-0/+19
* Prototype makectx().Olivier Houchard2004-07-121-0/+2
* Import bus_memio.h and bus_pio.h for arm.Olivier Houchard2004-07-122-0/+66
* Import a kdb.h for arm, which contains stubs right now.Olivier Houchard2004-07-121-0/+50
* Define NSFBUFS and use it.Olivier Houchard2004-07-081-0/+7
* Correct pmap_extract()'s return type. It should be vm_paddr_t, notAlan Cox2004-07-051-1/+1
* ithread_schedule() now only takes one argument.Olivier Houchard2004-07-021-1/+1
* Define __RMAN_RESOURCE_VISIBLE where appropriate.Olivier Houchard2004-07-022-0/+2
* Remove unused includes.Olivier Houchard2004-06-281-9/+0
* Fix compilation for Xscale.Olivier Houchard2004-06-191-1/+1
* Include sys/module.h.Olivier Houchard2004-06-192-0/+2
* I happened to have a sys/pool.h file in my tree, but most people do not,Olivier Houchard2004-06-191-1/+0
* Nuke dead code.Olivier Houchard2004-06-171-92/+1
* Nuke bus_space_mmap(), as it does not exist in FreeBSD.Olivier Houchard2004-06-173-21/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-163-4/+4
* Remove filename+line number from panic messages.Poul-Henning Kamp2004-06-063-26/+5
* Remove checks for curthread == NULL - it can't happen.Tim J. Robbins2004-06-031-5/+3
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidTim J. Robbins2004-06-031-9/+4
* Retire cpu_sched_exit(); it is not used any more.Thomas Moestl2004-05-261-6/+0
* Remove two debugging printf().Maxime Henrion2004-05-221-2/+0