aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Correct initialization of pc on powerpc.Mark Johnston2017-12-121-1/+2
* Pass the trap frame to fasttrap hooks.Mark Johnston2017-12-111-6/+11
* Move implementations of uread() and uwrite() to the illumos compat layer.Mark Johnston2016-09-241-26/+0
* Fix fasttrap tracepoint locking.Mark Johnston2016-03-081-4/+9
* Add helper functions proc_readmem() and proc_writemem().Mark Johnston2015-12-071-27/+13
* Fix a couple bugs in 64-bit powerpc fasttrap argument retrieval.Justin Hibbits2015-05-101-3/+3
* Correct the check for errors from proc_rwmem().Mark Johnston2013-12-111-1/+1
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.Justin Hibbits2013-10-152-9/+583
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-072-0/+79