summaryrefslogtreecommitdiff
path: root/src/linux/clock_adjtime.c
AgeCommit message (Expand)AuthorLines
2020-06-02reformat clock_adjtime with always-true condition removedRich Felker-48/+46
2020-06-02always use time64 syscall first for clock_adjtimeRich Felker-2/+1
2020-06-02fix broken time64 clock_adjtimeRich Felker-1/+1
2019-10-20clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker-11/+46
2019-08-02clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32Rich Felker-0/+110
2019-07-20refactor adjtimex in terms of clock_adjtimeRich Felker-0/+2
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-2/+0
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker-0/+9