aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Under certain circumstances, we were calling kmem_free() fromMaxime Henrion2002-11-222-0/+10
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-162-0/+28
* Move pmap_collect() out of the machine-dependent code, rename itAlan Cox2002-11-133-18/+0
* Print real / avail memory in megabytes rather than kilobytes.Dag-Erling Smørgrav2002-11-092-8/+8
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagesThomas Moestl2002-11-072-26/+0
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesJuli Mallett2002-11-062-4/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-253-45/+18
* Add the USER_SR segment register to pcb state. Initialize correctly,Peter Grehan2002-10-217-0/+22
* Add two hooks to signal module load and module unload to MD code.Marcel Moolenaar2002-10-191-0/+14
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentRobert Watson2002-10-191-0/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andPeter Wemm2002-10-151-5/+0
* Remove the P1003_1B kernel option; it is no longer used.Mike Barcroft2002-10-131-2/+1
* Add standards visibility conditionals. Change any uses of sigset_t toMike Barcroft2002-10-131-5/+14
* Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-3/+11
* Roll back to previous version, no need for NO_GEOM when GEOM isPeter Grehan2002-10-061-2/+0
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-051-0/+2
* Fix namespace issues by using visibility conditionals fromMike Barcroft2002-10-051-1/+3
* Define _MACHINE.Juli Mallett2002-10-051-1/+1
* style(9) <machine/setjmp.h> headers so they look mostly the same.Mike Barcroft2002-10-041-7/+9
* Clean up ddb warnings/errors and enable in GENERICPeter Grehan2002-10-048-57/+59
* - fix zero-sized stack alloc from previous commit. a default is nowPeter Grehan2002-10-043-30/+294
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-023-12/+78
* 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