freebsd-dev/sys/fs/unionfs
Robert Watson 5bb84bc84b Normalize a significant number of kernel malloc type names:
- Prefer '_' to ' ', as it results in more easily parsed results in
  memory monitoring tools such as vmstat.

- Remove punctuation that is incompatible with using memory type names
  as file names, such as '/' characters.

- Disambiguate some collisions by adding subsystem prefixes to some
  memory types.

- Generally prefer lower case to upper case.

- If the same type is defined in multiple architecture directories,
  attempt to use the same name in additional cases.

Not all instances were caught in this change, so more work is required to
finish this conversion.  Similar changes are required for UMA zone names.
2005-10-31 15:41:29 +00:00
..
union_subr.c - Pass the ISOPEN flag down to our lower filesystems. 2005-04-27 09:06:06 +00:00
union_vfsops.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
union_vnops.c - Fix typo. 2005-10-17 00:04:35 +00:00
union.h Remove public declarations of variables that were forgotten when they were 2005-08-10 07:10:02 +00:00