summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc/linux_ptrace.c
AgeCommit message (Expand)Author
2022-09-05G/C ISSET() macro copies. It has been defined in <sys/types.h> since 2006.tsutsui
2021-09-07sys/compat: Memset zero before copyout.riastradh
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-08-28Remove the filesystem tracing featurekamil
2015-10-13Don't release proc_lock until we're done looking at things that arepgoyette
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-09-26set error return on error (from max)christos
2014-09-21fix leakchristos
2014-04-15There are two times the same branches.maxv
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2010-07-01Remove pfind() and pgfind(), fix locking in various broken uses of these.rmind
2009-10-21Remove uarea swap-out functionality:rmind
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-23Disable bitrotted linux ptrace interfaces, which are likely now aad
2007-12-20Convert all the system call entry points from:dsl
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-08-30Update to deal with options PTRACEmatt
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2003-01-18Merge the nathanw_sa branch.thorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-06-02Fixed a rough buf in ptrace SETFPREGS (was using regs instead of fpregs)manu
2001-05-28Fixed a potential security problem (copyout after an error)manu
2001-05-27Implements correctly PEEKUSER and fixes various serious bugs. The statusmanu
2001-05-22Fixed ptrace() so that it is now possible to get traced process registers.manu
2001-02-04cosmetic fixes.christos
2001-02-04Fixed a bug in Linux/powerpc ktrace support (it's still broken, anyway)manu
2001-01-19Added powerpc specific code for Linux compatibility on powerpc portsmanu