Occurrences of gettimeofday() in src/release

release/picobsd/tinyware/ns/ns.c

Prints current time and day using ctime() and printf().

release/sysinstall/dist.c

gettimeofday is used to provide time statistics for the download/install process. It only uses seconds and usec here.

release/sysinstall/media.c

gettimeofday is used to provide time statistics for the cpio progress. It only uses seconds and usec here.

release/sysinstall/package.c

gettimeofday is used to provide time statistics for the package download/install progress here. It only uses seconds and usec.