summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/trap.c
Commit message (Expand)AuthorAgeFilesLines
...
* - trailing white-space cleanupgrehan2004-07-061-7/+10
* trap_pfault() shouldn't be acquiring Giant. Found to blow upgrehan2004-05-191-2/+0
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-301-1/+1
* Use __FBSDID rather than rcsid[].obrien2003-04-031-4/+2
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-1/+1
* Enable the FPU on first use per-thread and save state across contextgrehan2003-03-201-11/+3
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-6/+2
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-1/+1
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-1/+1
* Use td->td_sticks, not td->td_kse->ke_sticks.benno2003-01-271-1/+1
* Clean up ddb warnings/errors and enable in GENERICgrehan2002-10-041-1/+3
* - worked around 32-bit big-endian syscall return value problemgrehan2002-09-191-9/+20
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-0/+3
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-3/+0
* - Fixup / remove obsolete comments.jhb2002-06-071-23/+17
* Remove an assertion as to whether the current thread already had the FPU orbenno2002-05-281-2/+0
* - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-281-5/+0
* Remove the old prototype for kcopy. It's in cpu.h now.benno2002-05-281-1/+0
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-281-30/+0
* Print srr1 in printtrap()benno2002-05-271-1/+2
* Make this more FreeBSD-ish.benno2002-05-191-337/+413
* - Do a quick style pass.benno2002-05-191-132/+72
* FPU support.benno2002-05-131-20/+15
* More locking fixes.benno2002-05-121-3/+13
* Do the correct locking on processes for DSI and ISI traps.benno2002-05-121-0/+10
* Remove a debugging printf that escaped.benno2002-05-101-1/+0
* Update to newer trap code from NetBSD.benno2002-05-091-435/+433
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-271-17/+2
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Removealc2002-03-301-3/+3
* Collect all functions for copying to and from userspace into the one file.benno2002-03-211-90/+0
* Remove __P.alfred2002-03-201-6/+6
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-13/+3
* Lowercase all of the trap names.benno2002-03-171-48/+48
* Clean up and fix up copyin and copyout.benno2002-03-171-14/+20
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* - Fix panic() message and a couple style nits that snuck in from thearr2002-02-281-3/+3
* Add some DIAGNOSTIC code.julian2002-02-221-7/+13
* Add change to teh PPC to keep it in step with i386 and MI codejulian2002-02-191-3/+4
* Complete rework of the PowerPC pmap and a number of other bits in the earlybenno2002-02-141-1/+1
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-051-260/+433
* Catch up to recent removal of curpcb from globals.h.mp2001-09-241-11/+15
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-1/+1
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-8/+0
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+607
OpenPOWER on IntegriCloud