summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedalc2002-08-052-14/+4
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-1/+39
* Remove the statically allocated array that holds OpenFirmware memory mappingsbenno2002-07-182-8/+16
* 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-123-6/+0
* Add setjmp (needed for DDB).benno2002-07-101-0/+103
* Add DDB support.benno2002-07-106-0/+1803
* - Make sure we don't trample our metadata pointer in our initial bootstrap.benno2002-07-103-3/+46
* Remove some diagnostic code that snuck in.benno2002-07-101-6/+0
* Remove some unused includes.benno2002-07-101-2/+0
* Add an implementation for pmap_zero_page_area.benno2002-07-092-2/+48
* 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-094-0/+65
* 1) Add busdma machdep code.benno2002-07-091-19/+305
* Driver for OpenPIC compatible interrupt controllers.benno2002-07-091-0/+465
* - Add the "compatible" property to the list that we keep in ivars.benno2002-07-091-23/+196
* Add interrupt handling support code.benno2002-07-092-0/+344
* Add a special page zero entry point intended to be called via the singlepeter2002-07-082-0/+22
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-072-146/+0
* Update for post-kse3 pmap kthread allocation changespeter2002-07-072-30/+18
* in_cksum et al.benno2002-06-291-0/+250
* Add pmap_mapdev and pmap_unmapdev.benno2002-06-292-0/+86
* - Initialise battable to cover I/O spaces.benno2002-06-292-40/+112
* To quote Peter:benno2002-06-292-20/+30
* mempcy/bcopy handles overlapping copies so make ovbcopy call it.benno2002-06-291-0/+7
* Add BOOTP_NFSROOT support code.benno2002-06-291-0/+17
* - Use tmpstk exclusively in the init path.benno2002-06-292-372/+0
* Many fixes to low-level trap and interrupt handling:benno2002-06-295-271/+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-282-6/+26
* 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-273-56/+58
* 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-172-88/+88
* Fix commenting around NetBSD version string.benno2002-05-171-1/+1
* FPU support.benno2002-05-133-110/+163
OpenPOWER on IntegriCloud