about summary refs log tree commit diff
path: root/src/linux/clock_adjtime.c
Commit message (Expand)AuthorAgeFilesLines
* reformat clock_adjtime with always-true condition removedRich Felker2020-06-021-48/+46
* always use time64 syscall first for clock_adjtimeRich Felker2020-06-021-2/+1
* fix broken time64 clock_adjtimeRich Felker2020-06-021-1/+1
* clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker2019-10-201-11/+46
* clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32Rich Felker2019-08-021-0/+110
* refactor adjtimex in terms of clock_adjtimeRich Felker2019-07-201-0/+2
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+0
* add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker2012-09-161-0/+9