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