summaryrefslogtreecommitdiff
path: root/Userland/ntpquery.cpp
AgeCommit message (Expand)Author
2020-09-25Meta+Userland: Make clang-format-10 cleanBen Wiederhake
2020-09-17ntpquery: Use SO_TIMESTAMP to get a more accurate destination_timestampNico Weber
2020-09-07ntpquery: Compute and print delay and offsetNico Weber
2020-09-06ntpquery: Add a -s flag to make it adjust the timeNico Weber
2020-09-06ntpquery: Use time.google.com as default NTP server for nowNico Weber
2020-09-06ntpquery: Record destination timestamp as wellNico Weber
2020-08-30ntpquery: Add routines for converting timeval<->ntp timestampsNico Weber
2020-08-30Userland: Add an extremely simple NTP clientNico Weber