summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/trap.c
Commit message (Expand)AuthorAgeFilesLines
* OR in the unsigned form of the MCAR lower register.jhibbits2016-04-251-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypenwhitehorn2016-01-101-10/+12
* Follow up to r292071. Actually handle the Altivec Assist for book-e.jhibbits2015-12-111-0/+1
* Print machine check address for Book-E.jhibbits2015-11-301-1/+7
* Do not hold the process around the vm_fault() call from the trap()s.kib2015-09-101-28/+5
* Fix text alignment. mcsr was indented one too many spaces.jhibbits2015-08-281-1/+1
* Use the macro definition for EXC_PGM_TRAP, instead of the magic number.jhibbits2015-08-271-2/+2
* SRR1 and DSISR aren't pointers, print them as integers.jhibbits2015-08-161-3/+3
* style(9) cleanups.jhibbits2015-07-071-4/+3
* Fix GENERIC64 and LINT64 powerpc builds after r285144.bz2015-07-051-2/+2
* Add machine check register printingjhibbits2015-07-041-0/+12
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+2
* Clean up printtrap a little.jhibbits2015-04-081-2/+8
* Add DTrace support for Book-E PowerPC.jhibbits2015-04-081-0/+8
* Fix the index for FAULTBUF_R13, missed during merge/cleanup.jhibbits2015-04-061-1/+1
* Unify Book-E and AIM trap.cjhibbits2015-04-051-0/+816
* This file was repocopied to src/sys/powerpc/aim, where it willmarcel2007-12-141-681/+0
* 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
OpenPOWER on IntegriCloud