NetBSD/sys/netsmb
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.netsmb
iconv.c
iconv.h
Makefile
mchain.h
netbios.h
smb_conn.c integrate kauth. 2006-05-14 21:19:33 +00:00
smb_conn.h
smb_crypt.c
smb_dev.c
smb_dev.h integrate kauth. 2006-05-14 21:19:33 +00:00
smb_iod.c
smb_rq.c
smb_rq.h
smb_smb.c quell GCC 4.1 uninitialised variable warnings. 2006-05-10 21:53:14 +00:00
smb_subr.c integrate kauth. 2006-05-14 21:19:33 +00:00
smb_subr.h integrate kauth. 2006-05-14 21:19:33 +00:00
smb_tran.h
smb_trantcp.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
smb_trantcp.h
smb_usr.c
smb.h
subr_mchain.c