NetBSD/sys/miscfs
ad ba90a6ba38 Counter tweaks:
- Don't need to count anonpages+filepages any more; clean+unknown+dirty for
  each kind of page can be summed to get the totals.

- Track the number of free pages with a counter so that it's one less thing
  for the allocator to do, which opens up further options there.

- Remove cpu_count_sync_one().  It has no users and doesn't save a whole lot.
  For the cheap option, give cpu_count_sync() a boolean parameter indicating
  that a cached value is okay, and rate limit the updates for cached values
  to hz.
2020-06-11 22:21:05 +00:00
..
deadfs UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
fdesc Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
fifofs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
genfs - Alter the convention for uvm_page_array slightly, so the basic search 2020-05-25 21:15:10 +00:00
kernfs Add need-flags for kernfs. 2020-05-26 10:37:24 +00:00
nullfs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
overlay Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
procfs Counter tweaks: 2020-06-11 22:21:05 +00:00
specfs Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
umapfs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
Makefile Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00