NetBSD/sys/fs/tmpfs
kardel de4337ab21 merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
2006-06-07 22:33:33 +00:00
..
TODO Synchronize NFS status with reality. After yamt@ changes (I think with the 2005-09-23 21:39:29 +00:00
files.tmpfs merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tmpfs.h hide more by ifdef _KERNEL. 2006-05-27 09:12:31 +00:00
tmpfs_fifoops.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tmpfs_fifoops.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
tmpfs_pool.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tmpfs_pool.h make the include files usable from userland. 2006-02-10 16:00:02 +00:00
tmpfs_specops.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tmpfs_specops.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
tmpfs_subr.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tmpfs_vfsops.c integrate kauth. 2006-05-14 21:31:52 +00:00
tmpfs_vnops.c kauth fallout 2006-05-15 00:05:16 +00:00
tmpfs_vnops.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00