summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-5/+14
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-3/+11
* Roll back to previous version, no need for NO_GEOM when GEOM isgrehan2002-10-061-2/+0
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-0/+2
* Fix namespace issues by using visibility conditionals frommike2002-10-051-1/+3
* Define _MACHINE.jmallett2002-10-051-1/+1
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-7/+9
* Clean up ddb warnings/errors and enable in GENERICgrehan2002-10-048-57/+59
* - fix zero-sized stack alloc from previous commit. a default is nowgrehan2002-10-043-30/+294
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-023-12/+78
* PIC_GOTOFF is OBE.peter2002-09-231-3/+0
* 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
OpenPOWER on IntegriCloud