summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* It's Apple GMAC, not HMAC.benno2002-09-221-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+4
* Updated to somewhat match sparc64/conf/GENERICgrehan2002-09-191-18/+94
* Support files and a h/w tree description for the PSIM ppc simulatorgrehan2002-09-196-0/+1018
* Driver for the macio south bridge, and ATA cell contained within.grehan2002-09-193-0/+817
* softc and register defs for the UniNorth chipgrehan2002-09-191-1/+19
* - probe the UniNorth chip in addition to the PCI bridgesgrehan2002-09-191-3/+114
* Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC.grehan2002-09-191-6/+0
* psim device supportgrehan2002-09-191-0/+1
* <machine/types.> -> <sys/types.h>grehan2002-09-191-1/+1
* Fix clearing of recoverable exception MSR bit when disablinggrehan2002-09-191-1/+1
* Additional machdep sysctl constants needed for userland utilsgrehan2002-09-191-2/+6
* Added sparse address support, required by the macio ATA devicegrehan2002-09-191-4/+9
* Fixed branch labelsgrehan2002-09-191-5/+5
* - bring vm_mapbuf/unmapbuf in line with other archsgrehan2002-09-192-84/+50
* - make sure recoverable interrupts are re-enabled in the trap handlergrehan2002-09-192-14/+6
* - worked around 32-bit big-endian syscall return value problemgrehan2002-09-192-18/+40
* Add sync before isync for G4 cpusgrehan2002-09-191-1/+1
* - use symbol for user-context offsetgrehan2002-09-191-2/+7
* - use BAT registers to map device space and physical memorygrehan2002-09-193-84/+402
* - psim device supportgrehan2002-09-191-17/+38
* Clear on-demand BAT entries to properly restore OpenFirmware'sgrehan2002-09-192-0/+12
* psim device supportgrehan2002-09-192-0/+10
* - implemented sendsig/sigreturngrehan2002-09-192-676/+338
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicgrehan2002-09-195-12/+36
* - rationalised includesgrehan2002-09-191-11/+13
* - removed unnecessary includesgrehan2002-09-191-28/+7
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-9/+0
* 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
OpenPOWER on IntegriCloud