Name Date Size #Lines LOC

..--

amd64/machine/H--972562

contrib/dev/acpica/include/H--224

dev/H--18287

net/H--12020

sys/H--1,412621

vm/H--227

x86/H--8339

READMEH A D23-May-2020575 108

libutil.hH A D23-May-20201 KiB3613

paths.hH A D23-May-2020595 224

pthread.hH A D18-Feb-20221.7 KiB6233

pthread_np.hH A D23-May-2020803 319

stdatomic.hH A D18-Dec-2020985 348

string.hH A D23-May-2020700 275

strings.hH A D23-May-2020631 245

termios.hH A D23-May-2020636 245

unistd.hH A D23-May-2020616 245

uuid.hH A D26-Mar-20211.4 KiB5631

README

1These are the compatibility headers for building bhyve on illumos.  They are
2comprised of the shims and glue needed to use native functionality as the
3backing for FreeBSD interfaces.  It often means heavy use of #include_next,
4#define renames, and forward definitions to some glue functions.
5
6For headers which would otherwise be copied verbatim from FreeBSD, the
7usr/src/contrib/bhyve area is the appropriate home.  This allows us to carry
8only the bare minimum in the 'compat' headers while making updates for the
9'contrib' headers easy (simply copy over the new version).
10