summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/trap.c
Commit message (Expand)AuthorAgeFilesLines
* Allow user programs to execute mfpvr instructions. Linux allows this, andnwhitehorn2010-02-221-1/+22
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-3/+1
* Garbage collect some code that was never compiled in to handle Altivecnwhitehorn2009-11-221-6/+0
* Extract the code that records syscall results in the frame into MDkib2009-11-101-37/+2
* Garbage collect set_user_sr(), which is declared static inline andnwhitehorn2009-10-311-9/+0
* Fix a typo in the SRR1 comparison for program exceptions. While here,nwhitehorn2009-04-191-3/+2
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-201-12/+5
* Add link register to fatal trap printout to better diagnose NULLgrehan2008-06-041-0/+1
* Remove kernel support for M:N threading.jeff2008-03-121-5/+0
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-021-7/+7
* A bunch more files that should probably print out a thread namejulian2007-11-141-3/+3
* generally we are interested in what thread did something asjulian2007-11-141-1/+1
* Remove redundant prototype.marcel2007-08-071-2/+0
* Fix backward compatibility of the "old" (i.e. FreeBSD6) lseekmarcel2007-07-311-2/+2
* Rework the PCPU_* (MD) interface:attilio2007-06-041-2/+2
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+2
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+2
* Add audit hooks for ppc, ia64 system call paths.rwatson2006-09-161-0/+4
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-9/+0
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-5/+13
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-271-0/+5
* Simplify system time accounting for profiling.phk2006-02-081-4/+3
* 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
OpenPOWER on IntegriCloud