summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/trap.c
Commit message (Expand)AuthorAgeFilesLines
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+7
* Temporary band-aid to fix hang when a process exec's Altivec instructions.grehan2005-07-301-0/+5
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-201-2/+0
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-121-2/+2
* Include <sys/signalvar.h> for trapsignal prototype.grehan2005-03-151-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+0
* Remove an unneeded argument..julian2004-08-311-1/+1
* Remove sched_free_thread() which was only usedjulian2004-08-311-3/+0
* Kernel traps were not being passed to trap_fatal in somegrehan2004-08-021-1/+2
* Bring into KDB new order.grehan2004-07-121-9/+6
* - correctly set the return value for the copyin/out fault buffer to 1grehan2004-07-091-2/+10
* - 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
OpenPOWER on IntegriCloud