aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* PIC_GOTOFF is OBE.Peter Wemm2002-09-231-3/+0
* Be careful not to define GCC-specific optimizations in the non-GCCMike Barcroft2002-09-231-2/+11
* It's Apple GMAC, not HMAC.Benno Rice2002-09-221-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. ThisJohn Baldwin2002-09-191-0/+4
* Updated to somewhat match sparc64/conf/GENERICPeter Grehan2002-09-191-17/+93
* Support files and a h/w tree description for the PSIM ppc simulatorPeter Grehan2002-09-196-0/+1018
* Driver for the macio south bridge, and ATA cell contained within.Peter Grehan2002-09-193-0/+817
* softc and register defs for the UniNorth chipPeter Grehan2002-09-191-1/+19
* - probe the UniNorth chip in addition to the PCI bridgesPeter Grehan2002-09-191-3/+114
* Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC.Peter Grehan2002-09-191-6/+0
* psim device supportPeter Grehan2002-09-191-0/+1
* <machine/types.> -> <sys/types.h>Peter Grehan2002-09-191-1/+1
* Fix clearing of recoverable exception MSR bit when disablingPeter Grehan2002-09-191-1/+1
* Additional machdep sysctl constants needed for userland utilsPeter Grehan2002-09-191-2/+6
* Added sparse address support, required by the macio ATA devicePeter Grehan2002-09-191-4/+9
* Fixed branch labelsPeter Grehan2002-09-191-5/+5
* - bring vm_mapbuf/unmapbuf in line with other archsPeter Grehan2002-09-192-84/+50
* - make sure recoverable interrupts are re-enabled in the trap handlerPeter Grehan2002-09-192-14/+6
* - worked around 32-bit big-endian syscall return value problemPeter Grehan2002-09-192-18/+40
* Add sync before isync for G4 cpusPeter Grehan2002-09-191-1/+1
* - use symbol for user-context offsetPeter Grehan2002-09-191-2/+7
* - use BAT registers to map device space and physical memoryPeter Grehan2002-09-193-84/+402
* - psim device supportPeter Grehan2002-09-191-16/+37
* Clear on-demand BAT entries to properly restore OpenFirmware'sPeter Grehan2002-09-192-0/+12
* psim device supportPeter Grehan2002-09-192-0/+10
* - implemented sendsig/sigreturnPeter Grehan2002-09-192-676/+338
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicPeter Grehan2002-09-195-12/+36
* - rationalised includesPeter Grehan2002-09-191-11/+13
* - removed unnecessary includesPeter Grehan2002-09-191-28/+7
* Implement C99's va_copy() macro.Mike Barcroft2002-09-181-0/+3
* 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