summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Implement MD parts of ptrace.ssouhlal2004-07-291-13/+43
* Improve boot-time debugging with DDB by extracting the ksym start/endgrehan2004-07-271-0/+9
* Allow DSI exceptions to invoke DDB.grehan2004-07-231-1/+2
* Properly obey PPC context synchronization rules when modifyinggrehan2004-07-201-0/+2
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-131-0/+8
* - DDB -> KDB, with kdb routinesgrehan2004-07-121-23/+54
* Kernel changes for libthr (and probably libpthread).grehan2004-03-021-60/+127
* Cleaned up param.h:grehan2004-02-111-0/+1
* - remove unused trap definitionsgrehan2004-02-041-6/+11
* - Catch up with panic __LINE__/__FILE__ changes by moving panic callsgrehan2004-01-211-11/+7
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-5/+5
* Use the "shut-down" and "reset-all" Forth procedures to halt andgallatin2003-12-091-1/+2
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-1/+1
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is apeter2003-10-191-0/+6
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-0/+1
* Rename thread_siginfo to cpu_thread_siginfo.davidxu2003-07-151-1/+1
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-281-0/+19
* Remove unused bootpath[] variable. It conflicted with a declarationgrehan2003-06-251-2/+0
* - Merge struct procsig with struct sigacts.jhb2003-05-131-4/+5
* Back out last commits. The elf64/elf32 kernel name thing was more painpeter2003-05-011-3/+1
* Fix transcription error. Use == NULL, not != NULL. Fortunately thispeter2003-04-301-1/+1
* Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as wellpeter2003-04-301-1/+3
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-251-1/+1
* Use __FBSDID rather than rcsid[].obrien2003-04-031-4/+2
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+8
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-3/+3
* Add machine check handler. While generally useful, it's required whengrehan2003-03-191-1/+1
* GC an unused variable.benno2003-02-051-2/+0
* - Use cpu_setup() instead of identifycpu().benno2003-02-051-80/+1
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.benno2003-02-051-0/+5
* Sync the i-cache after copying down the interrupt codegrehan2003-01-081-0/+1
* 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
OpenPOWER on IntegriCloud