NetBSD/sys/fs/smbfs
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
..
files.smbfs add kqueue (EVFILT_READ, EVFILT_WRITE, EVFILT_VNODE) support 2003-03-02 22:06:50 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
smbfs_io.c integrate kauth. 2006-05-14 21:31:52 +00:00
smbfs_kq.c integrate kauth. 2006-05-14 21:31:52 +00:00
smbfs_node.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
smbfs_node.h integrate kauth. 2006-05-14 21:31:52 +00:00
smbfs_smb.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
smbfs_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
smbfs_subr.h integrate kauth. 2006-05-14 21:31:52 +00:00
smbfs_vfsops.c integrate kauth. 2006-05-14 21:31:52 +00:00
smbfs_vnops.c integrate kauth. 2006-05-14 21:31:52 +00:00
smbfs.h integrate kauth. 2006-05-14 21:31:52 +00:00