summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Remove the statically allocated array that holds OpenFirmware memory mappingsbenno2002-07-181-4/+8
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-0/+3
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-121-2/+0
* Add DDB support.benno2002-07-101-0/+4
* - Make sure we don't trample our metadata pointer in our initial bootstrap.benno2002-07-102-3/+38
* Remove some diagnostic code that snuck in.benno2002-07-101-6/+0
* Add an implementation for pmap_zero_page_area.benno2002-07-091-1/+24
* Add the OF_getetheraddr function required by if_gem.benno2002-07-091-0/+12
* Tidy up trap vector and external interrupt setup.benno2002-07-091-33/+8
* Changes for KSE3.benno2002-07-092-0/+55
* - Add the "compatible" property to the list that we keep in ivars.benno2002-07-091-23/+196
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-0/+11
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-73/+0
* Update for post-kse3 pmap kthread allocation changespeter2002-07-071-15/+9
* Add pmap_mapdev and pmap_unmapdev.benno2002-06-291-0/+43
* - Initialise battable to cover I/O spaces.benno2002-06-291-20/+56
* To quote Peter:benno2002-06-291-10/+15
* - Use tmpstk exclusively in the init path.benno2002-06-291-186/+0
* Many fixes to low-level trap and interrupt handling:benno2002-06-294-241/+151
* Convert this from mostly inline assembler to mostly C.benno2002-06-291-57/+25
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+6
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-3/+0
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-201-7/+0
* - Fixup / remove obsolete comments.jhb2002-06-071-23/+17
* The stack is not at the top of the user struct.benno2002-05-281-3/+0
* Remove an assertion as to whether the current thread already had the FPU orbenno2002-05-281-2/+0
* - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-282-6/+5
* Remove the old prototype for kcopy. It's in cpu.h now.benno2002-05-281-1/+0
* Implement pmap_copy and pmap_copy_page.benno2002-05-281-3/+13
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-282-30/+30
* Print srr1 in printtrap()benno2002-05-271-1/+2
* Get the correct memory regions from OpenFirmware. We were getting thebenno2002-05-272-32/+34
* Use correct types in [sf]uword32.benno2002-05-271-4/+4
* Add declarations of suword32 and suword64. Add implementations of one ordfr2002-05-261-0/+13
* Make this more FreeBSD-ish.benno2002-05-191-337/+413
* - Do a quick style pass.benno2002-05-191-132/+72
* - Rename the _C_LABEL macro to CNAME.benno2002-05-171-85/+85
* FPU support.benno2002-05-132-110/+16
* More locking fixes.benno2002-05-121-3/+13
* Do the correct locking on processes for DSI and ISI traps.benno2002-05-121-0/+10
* Implement the following functions:benno2002-05-101-8/+32
* Install the system call trap handler.benno2002-05-101-0/+1
* Improve our detection of an attempted duplicate entry. We may be trying tobenno2002-05-101-1/+4
* Remove a debugging printf that escaped.benno2002-05-101-1/+0
* Update to newer trap code from NetBSD.benno2002-05-091-435/+433
* Add an assertion that we have a current pmap set before we try and return.benno2002-05-091-1/+8
* The per-cpu curpmap is now set by pmap_activate. We don't need to do it herebenno2002-05-091-12/+2
* - Add a prototype for the setfault() function.benno2002-05-091-6/+2
* 1. Better track the executable status of mappings.benno2002-05-091-13/+56
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-3/+0
OpenPOWER on IntegriCloud