index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix thread leak on timer_create(SIGEV_THREAD) failure
Alexey Izbyshev
2022-09-19
1
-1
/
+5
*
re-enable vdso clock_gettime on arm (32-bit) with workaround
Rich Felker
2022-09-19
1
-0
/
+3
*
fix ESRCH error handling for clock_getcpuclockid
Eugene Yudin
2022-08-01
1
-0
/
+1
*
use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_file
Rich Felker
2022-05-04
1
-2
/
+1
*
drop direct use of stat syscalls in internal __map_file
Rich Felker
2022-05-01
1
-3
/
+3
*
only fallback to gettimeofday/settimeofday syscalls if they exist
Stefan O'Rear
2022-05-01
1
-0
/
+4
*
fix out-of-bound read processing time zone data with distant-past dates
Rich Felker
2022-02-09
1
-14
/
+12
*
fix TZ parsing logic for identifying POSIX-form strings
Rich Felker
2021-06-23
1
-1
/
+13
*
parse v3 or future-unknown zoneinfo file versions as v2+
Rich Felker
2020-11-22
1
-1
/
+1
*
explicitly prefer 64-bit/v2 zoneinfo tables
Rich Felker
2020-11-22
1
-1
/
+1
*
lift child restrictions after multi-threaded fork
Rich Felker
2020-11-11
1
-0
/
+2
*
convert malloc use under libc-internal locks to use internal allocator
Rich Felker
2020-11-11
1
-0
/
+5
*
add support for SIGEV_THREAD_ID timers
James Y Knight
2020-10-28
1
-2
/
+6
*
drop use of pthread_once in timer_create
Rich Felker
2020-10-14
1
-10
/
+7
*
remove unused SIGTIMER handler in timer_create
Rich Felker
2020-10-14
1
-6
/
+1
*
fix parsing offsets after long timezone names
Samuel Holland
2020-03-21
1
-5
/
+5
*
avoid out-of-bounds read for invalid quoted timezone
Samuel Holland
2020-03-21
1
-2
/
+2
*
fix remaining direct use of stat syscalls outside fstatat.c
Rich Felker
2020-02-12
1
-1
/
+2
*
fix data race in timer_create with SIGEV_THREAD notification
Rich Felker
2019-09-25
1
-2
/
+2
*
in clock_getres, check for null pointer before storing result
Rich Felker
2019-08-07
1
-1
/
+1
*
remove spurious null check in clock_settime
Rich Felker
2019-08-07
1
-1
/
+1
*
fix regression in clock_gettime on 32-bit archs without vdso
Rich Felker
2019-08-05
1
-0
/
+1
*
clock_gettime: add support for 32-bit vdso with 64-bit time_t
Rich Felker
2019-08-02
1
-0
/
+32
*
clock_gettime: add time64 syscall support, decouple 32-bit time_t
Rich Felker
2019-08-02
1
-0
/
+19
*
clock_getres: don't assume time_t is 32-bit on 32-bit archs
Rich Felker
2019-07-29
1
-0
/
+14
*
timer_gettime: add time64 syscall support, decouple 32-bit time_t
Rich Felker
2019-07-29
1
-0
/
+16
*
clock_settime: add time64 syscall support, decouple 32-bit time_t
Rich Felker
2019-07-29
1
-0
/
+17
*
timer_settime: add support for time64 syscall, decouple 32-bit time_t
Rich Felker
2019-07-29
1
-0
/
+25
*
clock_nanosleep: add time64 syscall support, decouple 32-bit time_t
Rich Felker
2019-07-28
1
-0
/
+25
*
refactor thrd_sleep and nanosleep in terms of clock_nanosleep
Rich Felker
2019-07-27
2
-4
/
+8
*
always block signals for starting new threads, refactor start args
Rich Felker
2019-02-15
1
-1
/
+0
*
for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo
Rich Felker
2019-02-15
2
-21
/
+16
*
fix call to __pthread_tsd_run_dtors with too many arguments
Rich Felker
2019-01-21
1
-1
/
+1
*
don't omit setting errno in internal __map_file function
Rich Felker
2018-10-22
1
-2
/
+2
*
always reset DST rules during tzset
Benjamin Peterson
2018-09-15
1
-1
/
+2
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
1
-0
/
+1
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
8
-8
/
+1
*
move declaration and apply hidden visibility to __utc string
Rich Felker
2018-09-12
3
-4
/
+1
*
remove or make static various unused __-prefixed symbols
Rich Felker
2018-09-12
1
-1
/
+1
*
apply hidden visibility to internal time[zone] implementation functions
Rich Felker
2018-09-12
1
-8
/
+8
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
11
-23
/
+1
*
move declarations of tls setup/access functions to pthread_impl.h
Rich Felker
2018-09-12
1
-2
/
+0
*
move __strftime_fmt_1 declaration to time_impl.h
Rich Felker
2018-09-12
2
-2
/
+2
*
move __tm_to_tzname declaration to time_impl.h with related functions
Rich Felker
2018-09-12
2
-1
/
+1
*
fix type-mismatched declarations of __nl_langinfo_l in source files
Rich Felker
2018-09-12
2
-2
/
+2
*
use idiomatic weak alias approach for defining asctime_r
Rich Felker
2018-09-12
3
-33
/
+28
*
move and deduplicate declarations of __vdsosym to make it checkable
Rich Felker
2018-09-12
1
-2
/
+0
*
time: fix incorrect DST offset when using POSIX timezones without DST
A. Wilcox
2018-08-27
1
-1
/
+1
*
fix sign of strftime %z output with offsets <1 hour west of UTC
Rich Felker
2018-08-07
1
-3
/
+2
*
strftime: fix underlying format string in %z format
Daniel Sabogal
2018-06-26
1
-1
/
+1
[next]