NetBSD/sys/miscfs
thorpej 03efee5585 * Allow machine-dependent code to specify hooks for ptrace(2)
(__HAVE_PTRACE_MACHDEP) and procfs (__HAVE_PROCFS_MACHDEP).
  These changes will allow platforms like x86 (XMM) and PowerPC
  (AltiVec) to export extended register sets in a sane manner.

* Use __HAVE_PTRACE_MACHDEP to export x86 XMM registers (standard
  FP + SSE/SSE2) using PT_{GET,SET}XMMREGS (in the machdep
  ptrace request space).
* Use __HAVE_PROCFS_MACHDEP to export x86 XMM registers via
  /proc/N/xmmregs in procfs.
2001-12-05 00:58:05 +00:00
..
deadfs add RCSIDs 2001-11-10 13:33:40 +00:00
fdesc don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
fifofs add RCSIDs 2001-11-10 13:33:40 +00:00
genfs PR/14781: Matthew Fredette: Clamp the number of read-ahead pages to 16 because 2001-11-30 15:18:39 +00:00
kernfs don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
nullfs don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
overlay don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
portal don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
procfs * Allow machine-dependent code to specify hooks for ptrace(2) 2001-12-05 00:58:05 +00:00
specfs add RCSIDs 2001-11-10 13:33:40 +00:00
syncfs add RCSIDs 2001-11-10 13:33:40 +00:00
umapfs don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
union don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
Makefile install miscfs/syncfs/syncfs.h 2001-09-09 17:42:46 +00:00