aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove the statically allocated array that holds OpenFirmware memory mappingsBenno Rice2002-07-183-12/+24
* Various comment and minor style fixes. No actual content changes.John Baldwin2002-07-161-2/+3
* Add additional cred_free_thread() calls that I had missed the first time.Jonathan Mini2002-07-132-0/+6
* Set the thread state of the newly chosen to run thread to TDS_RUNNING inJohn Baldwin2002-07-124-8/+0
* Remove label_t and physadr, which seem to have never been used inMike Barcroft2002-07-101-10/+0
* Add setjmp (needed for DDB).Benno Rice2002-07-102-37/+114
* Add DDB support.Benno Rice2002-07-108-4/+1823
* - Make sure we don't trample our metadata pointer in our initial bootstrap.Benno Rice2002-07-105-6/+84
* Metadata definitions.Benno Rice2002-07-101-0/+42
* Remove some diagnostic code that snuck in.Benno Rice2002-07-102-12/+0
* Remove some dead code.Benno Rice2002-07-101-30/+0
* Remove some unused includes.Benno Rice2002-07-102-3/+0
* Bring this in line with what I'm using.Benno Rice2002-07-091-2/+15
* Add an implementation for pmap_zero_page_area.Benno Rice2002-07-093-3/+72
* Add the OF_getetheraddr function required by if_gem.Benno Rice2002-07-093-0/+59
* Tidy up trap vector and external interrupt setup.Benno Rice2002-07-092-66/+16
* Driver for the Apple UniNorth Host-PCI bridge.Benno Rice2002-07-092-0/+546
* OpenFirmware PCI support code.Benno Rice2002-07-092-0/+273
* Changes for KSE3.Benno Rice2002-07-097-0/+158
* Add this file, which I forgot in a previous commit.Benno Rice2002-07-091-0/+34
* 1) Add busdma machdep code.Benno Rice2002-07-094-230/+547
* Driver for OpenPIC compatible interrupt controllers.Benno Rice2002-07-093-27/+547
* - Add the "compatible" property to the list that we keep in ivars.Benno Rice2002-07-093-46/+394
* Add interrupt handling support code.Benno Rice2002-07-093-0/+393
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlePeter Wemm2002-07-083-0/+33
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/Peter Wemm2002-07-073-219/+0
* Update for post-kse3 pmap kthread allocation changesPeter Wemm2002-07-073-45/+27
* Since printf(3) now supports the `j' conversion specifier, use thatMike Barcroft2002-06-301-11/+11
* Add an inline to call eieio.Benno Rice2002-06-291-0/+7
* We don't need to clear RI in the MSR when entering a critical section.Benno Rice2002-06-291-1/+1
* in_cksum et al.Benno Rice2002-06-292-0/+330
* Implement vtophys()Benno Rice2002-06-291-0/+2
* Add pmap_mapdev and pmap_unmapdev.Benno Rice2002-06-294-0/+131
* - Initialise battable to cover I/O spaces.Benno Rice2002-06-293-60/+168
* To quote Peter:Benno Rice2002-06-294-31/+46
* mempcy/bcopy handles overlapping copies so make ovbcopy call it.Benno Rice2002-06-291-0/+7
* Add BOOTP_NFSROOT support code.Benno Rice2002-06-291-0/+17
* - Use tmpstk exclusively in the init path.Benno Rice2002-06-293-558/+0
* Many fixes to low-level trap and interrupt handling:Benno Rice2002-06-299-512/+302
* Convert this from mostly inline assembler to mostly C.Benno Rice2002-06-292-114/+50
* Add an MD callout like cpu_exit, but which is called after sched_lock isJake Burkholder2002-06-242-0/+12
* Remove unused diagnostic function cread_free_thread().Jonathan Mini2002-06-242-6/+0
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidIan Dowse2002-06-231-1/+1
* Deorbit suibyte(). It was only used for split address space systemsPeter Wemm2002-06-202-14/+0
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatPeter Wemm2002-06-201-1/+1
* - Fixup / remove obsolete comments.John Baldwin2002-06-072-46/+34
* Move the definition of ElfN_Hashelt to common headers. The only platformDoug Rabson2002-05-301-11/+0
* The stack is not at the top of the user struct.Benno Rice2002-05-282-6/+0
* Remove an assertion as to whether the current thread already had the FPU orBenno Rice2002-05-282-4/+0