aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add some DIAGNOSTIC code.Julian Elischer2002-02-222-14/+26
* Add change to teh PPC to keep it in step with i386 and MI codeJulian Elischer2002-02-192-6/+8
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-36/+17
* style(9)David E. O'Brien2002-02-181-2/+2
* Resurrect one of the easiest changes from my big include files roll-upGarrett Wollman2002-02-151-0/+1
* Complete rework of the PowerPC pmap and a number of other bits in the earlyBenno Rice2002-02-1423-4449/+5133
* Pre-KSE/M3 commit.Julian Elischer2002-02-074-24/+18
* GC the PC_SWITCH* symbols which are not used in assembly anymore.Poul-Henning Kamp2002-02-071-1/+0
* Compile osigreturn() unconditionally since it will always be needed onBruce Evans2002-02-012-8/+12
* Simple fixes to get the powerpc kernel compiling again.Andrew Gallatin2002-01-284-4/+4
* Modify the critical section API as follows:John Baldwin2001-12-183-19/+5
* Overhaul the per-CPU support a bit:John Baldwin2001-12-1115-226/+67
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-2/+2
* style(9)David E. O'Brien2001-12-091-13/+14
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-093-3/+5
* Add multiple inclusion protection.John Baldwin2001-12-061-0/+5
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-2/+0
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.John Baldwin2001-11-142-2/+0
* Don't enable FP in the kernel. It is not needed when -msoft-float is used.Mark Peek2001-11-132-2/+0
* Clean up the trap handling code and make it consistent with the other platforms.Mark Peek2001-11-057-613/+895
* Add enable_fpu/save_fpu for handling the floating point registers in the PCB.Mark Peek2001-11-056-0/+235
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-024-0/+470
* Remove funky right justification.Mike Barcroft2001-10-231-8/+8
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-211-156/+0
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-214-15/+48
* Fix includes based on recent changes to lock.h, mutex.h and ktr.h.Mark Peek2001-10-198-7/+10
* Try two on the preprocessing logic.David E. O'Brien2001-10-191-1/+1
* Cleanup of the stdarg code.Mark Peek2001-10-192-54/+11
* Add support for the gcc-2.95 stdarg implementation.Mark Peek2001-10-182-0/+40
* My attempts at minimizing the number of #def's got me in trouble.David E. O'Brien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeDavid E. O'Brien2001-10-181-2/+5
* Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.Benno Rice2001-10-152-26/+122
* - Correct the type of the argument to delay() so as to not conflict withBenno Rice2001-10-153-3/+4
* Fix typo.Mark Peek2001-10-153-3/+3
* Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closerMark Peek2001-10-155-483/+76
* Implement pmap_mapdev.Benno Rice2001-10-144-0/+82
* Add memory disk support to allow the boot process to proceed a bit further.Mark Peek2001-10-121-0/+4
* Modify a virtual address check to allow use of the openfirmware callbackMark Peek2001-10-122-2/+2
* Add standard calls to device_add_child() and root_bus_configure().Mark Peek2001-10-121-0/+4
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Add a call to init_param() to initialize some necessary variables.Mark Peek2001-10-082-0/+6
* Dissociate ptrace from procfs.Dag-Erling Smørgrav2001-10-071-1/+0
* Fix problem where a user buffer outside of the area being testedMatt Jacob2001-10-022-2/+2
* Catch up to recent removal of curpcb from globals.h.Mark Peek2001-09-244-24/+32
* Add missing include file.Mark Peek2001-09-203-0/+3
* Don't include NFS headers.Mark Peek2001-09-201-4/+0
* Replicate a change from alpha/genassym.c to other arches. This shouldPeter Wemm2001-09-201-3/+3
* Use BATL/BATU macros instead of hardcoded hex constants.Mark Peek2001-09-203-27/+12
* Update PowerPC MD code to compile and do initial bootstrap based onMark Peek2001-09-2022-193/+519
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-2/+0