summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+14
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-4/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-13/+0
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-2/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-12/+9
* - implemented sendsig/sigreturngrehan2002-09-191-338/+169
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-2/+2
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-5/+3
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-5/+9
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+2
* Add DDB support.benno2002-07-101-0/+4
* - Make sure we don't trample our metadata pointer in our initial bootstrap.benno2002-07-101-3/+30
* Tidy up trap vector and external interrupt setup.benno2002-07-091-33/+8
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-281-0/+30
* FPU support.benno2002-05-131-90/+1
* Install the system call trap handler.benno2002-05-101-0/+1
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-12/+0
* GC the "dumplo" variable, which is no longer used.phk2002-04-071-1/+0
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-021-23/+3
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Install the DSI and ISI trap handlers and their appropriate locations.benno2002-03-071-0/+2
* Move tunable initialisation so it can get access to physmem.benno2002-03-071-6/+6
* - Rearrange the sequence of events in powerpc_init() somewhat.benno2002-02-281-21/+24
* Complete rework of the PowerPC pmap and a number of other bits in the earlybenno2002-02-141-12/+83
* Pre-KSE/M3 commit.julian2002-02-071-9/+8
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-4/+6
* Simple fixes to get the powerpc kernel compiling again.gallatin2002-01-281-1/+1
* Overhaul the per-CPU support a bit:jhb2001-12-111-15/+9
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-091-1/+2
* Don't enable FP in the kernel. It is not needed when -msoft-float is used.mp2001-11-131-1/+0
* Add enable_fpu/save_fpu for handling the floating point registers in the PCB.mp2001-11-051-0/+93
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-211-5/+18
* Fix includes based on recent changes to lock.h, mutex.h and ktr.h.mp2001-10-191-1/+1
* Modify a virtual address check to allow use of the openfirmware callbackmp2001-10-121-1/+1
* Add a call to init_param() to initialize some necessary variables.mp2001-10-081-0/+3
* Catch up to recent removal of curpcb from globals.h.mp2001-09-241-1/+1
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-201-30/+59
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-118/+2
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-0/+6
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-081-16/+0
* Fix comment breakage.benno2001-06-271-15/+19
* More verbose version of identifycpu() which also contains many more CPUbenno2001-06-191-24/+49
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+972
OpenPOWER on IntegriCloud