aboutsummaryrefslogtreecommitdiff
path: root/toys/net/sntp.c
AgeCommit message (Expand)Author
2020-10-22Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependenciesRob Landley
2020-10-20Can't call daemon() on nommu.Rob Landley
2020-03-13Fix various typos.Elliott Hughes
2020-01-10sntp.c: fix 32-bit.Elliott Hughes
2019-11-13Pedantic constant annotations to shut up older toolchains.Rob Landley
2019-10-27Technosaurus on github pointed out the error message should say adjtimex.Rob Landley
2019-10-23Use adjtimex instead of adjtime (bionic hasn't got adjtime).Rob Landley
2019-07-11bind/connect cleanup.Elliott Hughes
2019-02-13Oops, missed one.Rob Landley
2019-02-13Move nanomove(), nanodiff(), union socksaddr, and xrecvwait() to lib.Rob Landley
2019-02-05Promote sntp to net.Rob Landley