New primitive NANOTIME-SINCE-UTC-EPOCH.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 7 Feb 2011 21:49:52 +0000 (21:49 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 7 Feb 2011 21:49:52 +0000 (21:49 +0000)
commitffb6a8bb70c9baf2d7170d65fc78877e89d27a5a
tree92ef329e18f74d4b179cc59ca5e6ef0673f7cce2
parent89f138dfb7b37a4ac25d1046fb66583e6a6172c8
New primitive NANOTIME-SINCE-UTC-EPOCH.

This returns the number of seconds, with at most nanosecond
resolution, that have elapsed since the start of 1972 in UTC.
Representation is fixed-point, stored in a pair given as input.

See the comments in uxenv.c for more details.
src/microcode/configure.ac
src/microcode/ntenv.c
src/microcode/osenv.h
src/microcode/prosenv.c
src/microcode/syscall.h
src/microcode/ux.h
src/microcode/uxenv.c
src/microcode/uxtop.c