You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Samuel Holland 33338ebc85 fix parsing offsets after long timezone names 6 years ago
..
__map_file.c fix remaining direct use of stat syscalls outside fstatat.c 6 years ago
__month_to_secs.c the big time handling overhaul 13 years ago
__secs_to_tm.c fix integer overflow of tm_year in __secs_to_tm 10 years ago
__tm_to_secs.c the big time handling overhaul 13 years ago
__tz.c fix parsing offsets after long timezone names 6 years ago
__year_to_secs.c the big time handling overhaul 13 years ago
asctime.c overhaul internally-public declarations using wrapper headers 8 years ago
asctime_r.c reduce spurious inclusion of libc.h 8 years ago
clock.c overhaul internally-public declarations using wrapper headers 8 years ago
clock_getcpuclockid.c support cputime clocks for processes/threads other than self 13 years ago
clock_getres.c in clock_getres, check for null pointer before storing result 7 years ago
clock_gettime.c fix regression in clock_gettime on 32-bit archs without vdso 7 years ago
clock_nanosleep.c clock_nanosleep: add time64 syscall support, decouple 32-bit time_t 7 years ago
clock_settime.c remove spurious null check in clock_settime 7 years ago
ctime.c handle localtime errors in ctime 9 years ago
ctime_r.c handle errors from localtime_r in ctime_r 9 years ago
difftime.c initial check-in, version 0.5.0 15 years ago
ftime.c add legacy ftime function and sys/timeb.h 13 years ago
getdate.c getdate: correctly specify error number 9 years ago
gettimeofday.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
gmtime.c overhaul internally-public declarations using wrapper headers 8 years ago
gmtime_r.c reduce spurious inclusion of libc.h 8 years ago
localtime.c overhaul internally-public declarations using wrapper headers 8 years ago
localtime_r.c reduce spurious inclusion of libc.h 8 years ago
mktime.c match historical behavior for tm_gmtoff member of struct tm 11 years ago
nanosleep.c refactor thrd_sleep and nanosleep in terms of clock_nanosleep 7 years ago
strftime.c reduce spurious inclusion of libc.h 8 years ago
strptime.c fix strptime output for %C without %y 9 years ago
time.c overhaul internally-public declarations using wrapper headers 8 years ago
time_impl.h move declaration and apply hidden visibility to __utc string 8 years ago
timegm.c move declaration and apply hidden visibility to __utc string 8 years ago
timer_create.c fix data race in timer_create with SIGEV_THREAD notification 7 years ago
timer_delete.c for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo 7 years ago
timer_getoverrun.c eliminate explicit (long) casts when making syscalls 13 years ago
timer_gettime.c timer_gettime: add time64 syscall support, decouple 32-bit time_t 7 years ago
timer_settime.c timer_settime: add support for time64 syscall, decouple 32-bit time_t 7 years ago
times.c do not interpret errors in return value of times() syscall 13 years ago
timespec_get.c overhaul internally-public declarations using wrapper headers 8 years ago
utime.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
wcsftime.c reduce spurious inclusion of libc.h 8 years ago