NetBSD/sys/ufs
chs 0545b6e0cb changes for making DIAGNOSTIC not change the kernel ABI:
- for structure fields that are conditionally present,
   make those fields always present.
 - for functions which are conditionally inline, make them never inline.
 - remove some other functions which are conditionally defined but
   don't actually do anything anymore.
 - make a lock-debugging function conditional on only LOCKDEBUG.

as discussed on tech-kern some time back.
2005-12-27 04:06:45 +00:00
..
ext2fs changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
ffs changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
lfs Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
mfs merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ufs changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
files.ufs merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile