summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-152-4/+4
* Use "options " rather than "options<tab>".kuriyama2002-09-091-9/+9
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-072-30/+0
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-53/+0
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-6/+20
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-312-10/+6
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-303-11/+19
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-293-3/+4
* Since arm and powerpc aren't far enough to set stathz, take amike2002-08-261-2/+2
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-253-27/+0
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-216-182/+157
* In order to better support flexible and extensible access control,rwatson2002-08-152-2/+2
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedalc2002-08-053-21/+6
* Fix the link to the Handbookblackend2002-08-011-1/+1
* 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
OpenPOWER on IntegriCloud