freebsd-dev/sys/fs
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
..
cd9660 Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
coda Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
deadfs - Deadfs may now use the standard vop lock, get rid of dead_lock(). 2005-03-13 12:06:20 +00:00
devfs Use correct cirteria for determining which directory entries we can 2005-10-18 20:21:25 +00:00
fdescfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
fifofs Second attempt at a work-around for fifo-related socket panics during 2005-10-01 20:15:41 +00:00
hpfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
msdosfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
ntfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
nullfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
nwfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
portalfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
procfs 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most 2005-10-14 12:43:47 +00:00
pseudofs Eliminate an unnecessary bcopy(). 2005-08-12 12:22:05 +00:00
smbfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
udf Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
umapfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
unionfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00