summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Set the siginfo si_addr field, and also the mysterious 3rd parametergrehan2006-01-071-1/+4
* MI changes:netchild2005-12-311-0/+8
* Insert a layer of indirection to the pmap code, using a kobj forgrehan2005-11-081-0/+4
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-22/+7
* Temporary band-aid to fix hang when a process exec's Altivec instructions.grehan2005-07-301-0/+3
* Change an instance of md_savecrit to md_saved_msr that I missed.jhb2005-04-081-1/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-0/+24
* physmem is a much better indicator for 'real' memory on PPC than Maxmemgrehan2005-03-071-3/+3
* Catch up with "physical memory" sysctl change.grehan2005-03-011-0/+2
* Catch the case where the idle loop is entered with interrupts disabled,grehan2005-02-281-1/+9
* - switch pcpu to a struct declaration ala amd64. It may be more efficient togrehan2005-02-281-3/+2
* Correctly set kernelname for kern.bootfile sysctlgrehan2005-02-281-0/+10
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-23/+27
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-041-4/+4
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-0/+9
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+2
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* U areas are going away, so don't allocate one for process 0.das2004-11-201-3/+0
* 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
OpenPOWER on IntegriCloud