aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-9/+0
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.Julian Elischer2002-09-152-4/+4
* Use "options " rather than "options<tab>".Jun Kuriyama2002-09-091-9/+9
* Zap the implementations of the i386-aout specific cpu_coredump function.Peter Wemm2002-09-072-30/+0
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allMike Barcroft2002-09-031-53/+0
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-6/+20
* Take a shot at fixing up a whole stack of style and other embarresingPeter Wemm2002-08-312-10/+6
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-303-11/+19
* Renamed poorly named setregs to exec_setregs. Moved its prototype toJake Burkholder2002-08-293-3/+4
* Since arm and powerpc aren't far enough to set stathz, take aMike Barcroft2002-08-261-2/+2
* o Retire pmap_pageable(). It's an advisory routine that noneAlan Cox2002-08-253-27/+0
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-231-37/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-216-182/+157
* In order to better support flexible and extensible access control,Robert Watson2002-08-152-2/+2
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedAlan Cox2002-08-053-21/+6
* Fix the link to the HandbookMarc Fonvieille2002-08-011-1/+1
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-294-231/+171
* de-count pciPeter Wemm2002-07-231-1/+1
* No more NO_WERROR for the kernel. It's still possible though, butPeter Wemm2002-07-221-1/+1
* Add explicit unit count on 'device pci' for ahc/ahdPeter Wemm2002-07-211-1/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+39
* 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