aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/time.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-13[time] Allow system clock to be adjusted at runtimeMichael Brown1-1/+14
Provide a mechanism to allow an arbitrary adjustment to be applied to all subsequent calls to time(). Note that the underlying clock source (e.g. the RTC clock) will not be changed; only the time as reported within iPXE will be affected. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-04-14[efi] Add EFI time sourceMichael Brown1-0/+1
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-05-04[time] Add Linux time source using gettimeofday()Michael Brown1-0/+1
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-03-19[time] Define an API for getting the current timeMichael Brown1-0/+58
Signed-off-by: Michael Brown <mcb30@ipxe.org>