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.
Rich Felker
fd142e5ec4
cleanup various minor issues reported by nsz
the changes to syscall_ret are mostly no-ops in the generated code,
just cleanup of type issues and removal of some implementation-defined
behavior. the one exception is the change in the comparison value,
which is fixed so that 0xf...f000 (which in principle could be a valid
return value for mmap, although probably never in reality) is not
treated as an error return.
15 years ago
..
__asctime.c
cleanup various minor issues reported by nsz
15 years ago
__time.h
initial check-in, version 0.5.0
15 years ago
__time_to_tm.c
initial check-in, version 0.5.0
15 years ago
__tm_to_time.c
initial check-in, version 0.5.0
15 years ago
asctime.c
initial check-in, version 0.5.0
15 years ago
asctime_r.c
initial check-in, version 0.5.0
15 years ago
clock.c
fix missing include in last commit
15 years ago
clock_getcpuclockid.c
implement the remaining clock_* interfaces
15 years ago
clock_getres.c
global cleanup to use the new syscall interface
15 years ago
clock_gettime.c
use weak aliase rather than weak reference for vdso clock_gettime
15 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
gettimeofday.c
some preliminaries for vdso clock support
15 years ago
gmtime.c
initial check-in, version 0.5.0
15 years ago
gmtime_r.c
initial check-in, version 0.5.0
15 years ago
localtime.c
initial check-in, version 0.5.0
15 years ago
localtime_r.c
initial check-in, version 0.5.0
15 years ago
mktime.c
initial check-in, version 0.5.0
15 years ago
nanosleep.c
overhaul pthread cancellation
15 years ago
strftime.c
initial check-in, version 0.5.0
15 years ago
strptime.c
strptime: fix use of uninitialized dest field in converting integer
15 years ago
time.c
some preliminaries for vdso clock support
15 years ago
timer_create.c
more efficient signal blocking for timer threads
15 years ago
timer_delete.c
greatly improve SIGEV_THREAD timers
15 years ago
timer_getoverrun.c
fix signal-based timers with null sigevent argument
15 years ago
timer_gettime.c
fix signal-based timers with null sigevent argument
15 years ago
timer_settime.c
fix signal-based timers with null sigevent argument
15 years ago
times.c
global cleanup to use the new syscall interface
15 years ago
tzset.c
fix assumptions that char is signed
15 years ago
utime.c
global cleanup to use the new syscall interface
15 years ago