..
__asctime.c
rework langinfo code for ABI compat and for use by time code
13 years ago
__map_file.c
support kernels with no SYS_open syscall, only SYS_openat
12 years ago
__month_to_secs.c
the big time handling overhaul
13 years ago
__secs_to_tm.c
the big time handling overhaul
13 years ago
__tm_to_secs.c
the big time handling overhaul
13 years ago
__tz.c
use default timezone from /etc/localtime if $TZ is unset/blank
12 years ago
__year_to_secs.c
the big time handling overhaul
13 years ago
asctime.c
initial check-in, version 0.5.0
15 years ago
asctime_r.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
clock.c
fix overflow behavior of clock() function
13 years ago
clock_getcpuclockid.c
support cputime clocks for processes/threads other than self
13 years ago
clock_getres.c
global cleanup to use the new syscall interface
15 years ago
clock_gettime.c
add working vdso clock_gettime support, including static linking
12 years ago
clock_nanosleep.c
overhaul pthread cancellation
15 years ago
clock_settime.c
global cleanup to use the new syscall interface
15 years ago
ctime.c
initial check-in, version 0.5.0
15 years ago
ctime_r.c
initial check-in, version 0.5.0
15 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
more close-on-exec fixes, mostly using new "e" flag to fopen
14 years ago
gettimeofday.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
gmtime.c
the big time handling overhaul
13 years ago
gmtime_r.c
fix strftime handling of time zone data
13 years ago
localtime.c
the big time handling overhaul
13 years ago
localtime_r.c
fix hangs in localtime for near-overflowing time_t values on 64-bit archs
13 years ago
mktime.c
include cleanups: remove unused headers and add feature test macros
13 years ago
nanosleep.c
include cleanups: remove unused headers and add feature test macros
13 years ago
strftime.c
fix strftime %s not to zero pad with default width=2
12 years ago
strptime.c
implement %y and %C specifiers in strptime
12 years ago
time.c
include cleanups: remove unused headers and add feature test macros
13 years ago
time_impl.h
the big time handling overhaul
13 years ago
timegm.c
fix strftime handling of time zone data
13 years ago
timer_create.c
have new timer threads unblock their own SIGTIMER
13 years ago
timer_delete.c
eliminate explicit (long) casts when making syscalls
13 years ago
timer_getoverrun.c
eliminate explicit (long) casts when making syscalls
13 years ago
timer_gettime.c
eliminate explicit (long) casts when making syscalls
13 years ago
timer_settime.c
eliminate explicit (long) casts when making syscalls
13 years ago
times.c
do not interpret errors in return value of times() syscall
13 years ago
utime.c
support linux kernel apis (new archs) with old syscalls removed
12 years ago
wcsftime.c
include cleanups: remove unused headers and add feature test macros
13 years ago