NetBSD/sys/fs
thorpej d6c967bb85 - Eliminate the global "boottime" variable, which was being accessed
without any synchronization against changes by e.g. clock_settime().
- Replace with new getbinboottime() / getnanoboottime() / getmicroboottime()
  functions (naming mirrors that of other time access functions in kern_tc.c).
  It returns the (maybe-converted) value of timebasebin, which also tracks
  our estimate of when the system was booted (i.e. the legacy "boottime" was
  redundant).

XXX There needs to be a lockless synchronization mechanism for reading
timebasebin, but this is a problem in kern_tc.c that pre-existed these
"boottime" changes.  At least now the problem is centralized in one location.
2020-01-02 15:42:26 +00:00
..
adosfs Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
autofs autofs: Make /dev/autofs cdevsw functions static 2019-12-14 12:01:13 +00:00
cd9660 Fix info leak: zero out the buffer, because it is not entirely filled, and 2019-07-12 17:18:30 +00:00
efs
filecorefs
hfs Remove bogus code to workaround PCC limitations. 2019-01-05 10:25:11 +00:00
msdosfs Add newly created vnodes to the namei cache. The rest of the filesystems 2019-09-18 17:59:14 +00:00
nfs - Eliminate the global "boottime" variable, which was being accessed 2020-01-02 15:42:26 +00:00
nilfs s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
ntfs When the MFT record size is lower than the cluster size we have 2019-10-18 08:19:33 +00:00
ptyfs provide VNOVALSIZE and VNOVALFLAGS to avoid casting in source. 2019-09-26 20:57:19 +00:00
puffs Rather than keeping a separate mutex, condvar, and pserialize for each 2019-12-12 02:15:42 +00:00
smbfs Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
sysvbfs in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
tmpfs Rename uvm_free() -> uvm_availmem(). 2019-12-31 13:07:09 +00:00
udf s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
union Set "mnt_lower" before the first file system operation on the new file system. 2019-02-20 10:05:59 +00:00
unionfs
v7fs
Makefile
unicode.h