summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* de-count pcipeter2002-07-231-1/+1
* No more NO_WERROR for the kernel. It's still possible though, butpeter2002-07-221-1/+1
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-211-1/+1
* 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-183-12/+24
* Various comment and minor style fixes. No actual content changes.jhb2002-07-161-2/+3
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-132-0/+6
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-124-8/+0
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Add setjmp (needed for DDB).benno2002-07-102-37/+114
* Add DDB support.benno2002-07-108-4/+1823
* - Make sure we don't trample our metadata pointer in our initial bootstrap.benno2002-07-105-6/+84
* Metadata definitions.benno2002-07-101-0/+42
* Remove some diagnostic code that snuck in.benno2002-07-102-12/+0
* Remove some dead code.benno2002-07-101-30/+0
* Remove some unused includes.benno2002-07-102-3/+0
* Bring this in line with what I'm using.benno2002-07-091-2/+15
* Add an implementation for pmap_zero_page_area.benno2002-07-093-3/+72
* Add the OF_getetheraddr function required by if_gem.benno2002-07-093-0/+59
* Tidy up trap vector and external interrupt setup.benno2002-07-092-66/+16
* Driver for the Apple UniNorth Host-PCI bridge.benno2002-07-092-0/+546
* OpenFirmware PCI support code.benno2002-07-092-0/+273
* Changes for KSE3.benno2002-07-097-0/+158
* Add this file, which I forgot in a previous commit.benno2002-07-091-0/+34
* 1) Add busdma machdep code.benno2002-07-094-230/+547
* Driver for OpenPIC compatible interrupt controllers.benno2002-07-093-27/+547
* - Add the "compatible" property to the list that we keep in ivars.benno2002-07-093-46/+394
* Add interrupt handling support code.benno2002-07-093-0/+393
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlepeter2002-07-083-0/+33
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-073-219/+0
* Update for post-kse3 pmap kthread allocation changespeter2002-07-073-45/+27
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Add an inline to call eieio.benno2002-06-291-0/+7
* We don't need to clear RI in the MSR when entering a critical section.benno2002-06-291-1/+1
* in_cksum et al.benno2002-06-292-0/+330
* Implement vtophys()benno2002-06-291-0/+2
* Add pmap_mapdev and pmap_unmapdev.benno2002-06-294-0/+131
* - Initialise battable to cover I/O spaces.benno2002-06-293-60/+168
* To quote Peter:benno2002-06-294-31/+46
* 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-293-558/+0
* Many fixes to low-level trap and interrupt handling:benno2002-06-299-512/+302
* Convert this from mostly inline assembler to mostly C.benno2002-06-292-114/+50
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-242-0/+12
* Remove unused diagnostic function cread_free_thread().mini2002-06-242-6/+0
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-231-1/+1
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-202-14/+0
OpenPOWER on IntegriCloud