freebsd-skq/sys/compat
jhb cb2edec922 MFC 281266:
Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>
and export them to userland.
- Define __HAVE_REG32 on platforms that define a reg32 structure and check
  for this in <sys/procfs.h> to control when to export prstatus32, etc.
- Add prstatus32_t and prpsinfo32_t typedefs for the 32-bit structures.
  libbfd looks for these types, and having them fixes 'gcore' in gdb of a
  32-bit process on a 64-bit platform.
- Use the structure definitions from <sys/procfs.h> in gcore's elf32 core
  dump code instead of duplicating the definitions.
2015-06-02 14:54:53 +00:00
..
freebsd32 MFC 281266: 2015-06-02 14:54:53 +00:00
ia32 Fix COMPAT_FREEBSD32 build on ia64. This is a direct commit to 2015-05-28 13:12:05 +00:00
linprocfs MFC r262539: 2014-03-13 03:42:00 +00:00
linsysfs
linux Merge r263233 from HEAD to stable/10: 2015-03-19 13:37:36 +00:00
ndis MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
netbsd
svr4 MFC r282708: 2015-05-24 07:32:02 +00:00
x86bios