NetBSD/sys/external
riastradh 9fc453562f Round of uvm.h cleanup.
The poorly named uvm.h is generally supposed to be for uvm-internal
users only.

- Narrow it to files that actually need it -- mostly files that need
  to query whether curlwp is the pagedaemon, which should maybe be
  exposed by an external header.

- Use uvm_extern.h where feasible and uvm_*.h for things not exposed
  by it.  We should split up uvm_extern.h but this will serve for now
  to reduce the uvm.h dependencies.

- Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use
  UVMHIST(ubchist), since ubchist is declared in uvm.h but the
  reference evaporates if UVMHIST is not defined, so we reduce header
  file dependencies.

- Make uvm_device.h and uvm_swap.h independently includable while
  here.

ok chs@
2020-09-05 16:30:10 +00:00
..
bsd Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
gpl2/dts Define pinctrl-names for sdhci to fix it. From Harold Gutch and discussed 2020-02-22 09:54:27 +00:00
isc Tidy up libsodium makefile and config fragments. 2020-08-26 15:49:56 +00:00
mit/xen-include-public/dist/xen/include/public Always enable declarations needed by privcmd.c 2020-05-26 10:36:20 +00:00