getopt: fix null pointer arithmetic ub
[musl] / src / time /
2022-09-19 Alexey Izbyshevfix thread leak on timer_create(SIGEV_THREAD) failure
2022-09-19 Rich Felkerre-enable vdso clock_gettime on arm (32-bit) with worka...
2022-08-01 Eugene Yudinfix ESRCH error handling for clock_getcpuclockid
2022-05-04 Rich Felkeruse __fstat instead of __fstatat with AT_EMPTY_PATH...
2022-05-02 Rich Felkerdrop direct use of stat syscalls in internal __map_file
2022-05-02 Stefan O'Rearonly fallback to gettimeofday/settimeofday syscalls...
2022-02-09 Rich Felkerfix out-of-bound read processing time zone data with...
2021-06-23 Rich Felkerfix TZ parsing logic for identifying POSIX-form strings
2020-11-22 Rich Felkerparse v3 or future-unknown zoneinfo file versions as v2+
2020-11-22 Rich Felkerexplicitly prefer 64-bit/v2 zoneinfo tables
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-11-11 Rich Felkerconvert malloc use under libc-internal locks to use...
2020-10-29 James Y Knightadd support for SIGEV_THREAD_ID timers
2020-10-15 Rich Felkerdrop use of pthread_once in timer_create
2020-10-15 Rich Felkerremove unused SIGTIMER handler in timer_create
2020-03-21 Samuel Hollandfix parsing offsets after long timezone names
2020-03-21 Samuel Hollandavoid out-of-bounds read for invalid quoted timezone
2020-02-12 Rich Felkerfix remaining direct use of stat syscalls outside fstatat.c
2019-09-26 Rich Felkerfix data race in timer_create with SIGEV_THREAD notific...
2019-08-08 Rich Felkerin clock_getres, check for null pointer before storing...
2019-08-08 Rich Felkerremove spurious null check in clock_settime
2019-08-05 Rich Felkerfix regression in clock_gettime on 32-bit archs without...
2019-08-02 Rich Felkerclock_gettime: add support for 32-bit vdso with 64...
2019-08-02 Rich Felkerclock_gettime: add time64 syscall support, decouple...
2019-07-29 Rich Felkerclock_getres: don't assume time_t is 32-bit on 32-bit...
2019-07-29 Rich Felkertimer_gettime: add time64 syscall support, decouple...
2019-07-29 Rich Felkerclock_settime: add time64 syscall support, decouple...
2019-07-29 Rich Felkertimer_settime: add support for time64 syscall, decouple...
2019-07-28 Rich Felkerclock_nanosleep: add time64 syscall support, decouple...
2019-07-27 Rich Felkerrefactor thrd_sleep and nanosleep in terms of clock_nan...
2019-02-16 Rich Felkeralways block signals for starting new threads, refactor...
2019-02-15 Rich Felkerfor SIGEV_THREAD timer threads, replace signal handler...
2019-01-21 Rich Felkerfix call to __pthread_tsd_run_dtors with too many arguments
2018-10-23 Rich Felkerdon't omit setting errno in internal __map_file function
2018-09-15 Benjamin Petersonalways reset DST rules during tzset
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermove declaration and apply hidden visibility to __utc...
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-09-12 Rich Felkerapply hidden visibility to internal time[zone] implemen...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkermove declarations of tls setup/access functions to...
2018-09-12 Rich Felkermove __strftime_fmt_1 declaration to time_impl.h
2018-09-12 Rich Felkermove __tm_to_tzname declaration to time_impl.h with...
2018-09-12 Rich Felkerfix type-mismatched declarations of __nl_langinfo_l...
2018-09-12 Rich Felkeruse idiomatic weak alias approach for defining asctime_r
2018-09-12 Rich Felkermove and deduplicate declarations of __vdsosym to make...
2018-08-27 A. Wilcoxtime: fix incorrect DST offset when using POSIX timezon...
2018-08-08 Rich Felkerfix sign of strftime %z output with offsets <1 hour...
2018-06-26 Daniel Sabogalstrftime: fix underlying format string in %z format
2018-04-07 Samuel Hollandimplement wcsftime padding specifier extensions
2018-02-06 Rich Felkeradjust strftime + modifier to match apparent intent...
2018-02-05 Rich Felkerfix strftime field widths with %F format and zero year
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2017-12-15 Natanael Copause the name UTC instead of GMT for UTC timezone
2017-12-11 Timo Teräsimplement strftime padding specifier extensions
2017-11-10 Rich Felkerfix mismatched type of __pthread_tsd_run_dtors weak...
2017-06-21 Rich Felkerhandle errors from localtime_r in ctime_r
2017-06-15 Rich Felkerhandle localtime errors in ctime
2017-06-14 A. Wilcoxgetdate: correctly specify error number
2017-03-21 Julien Ramseierfix strptime output for %C without %y
2017-03-21 Julien Ramseierfix processing of strptime %p format
2017-03-21 Julien Ramseierfix off-by-one in strptime %j
2017-03-16 Rich Felkerfix POSIX-format TZ dst transition times for southern...
2017-01-02 Rich Felkerfix strftime %y for negative years
2016-11-07 Daniel Sabogalfix integer overflow of tm_year in __secs_to_tm
2016-11-07 Hannu Nymanfix parsing of quoted time zone names
2016-10-20 Rich Felkerfix gratuitous undefined behavior in strptime
2016-10-20 Daniel Sabogalfix clock_nanosleep error case
2016-10-06 Szabolcs Nagyfix strftime %y for negative tm_year
2016-07-07 Rich Felkerfix asctime day/month names not to vary by locale
2016-01-27 Rich Felkerimprove clock_gettime and adapt it to support slightly...
2015-10-14 Rich Felkerfix strftime handling of out-of-range struct tm fields
2015-10-08 Rich Felkerfix integer overflows in time_t/struct tm conversion...
2015-09-24 Szabolcs Nagyavoid reading uninitialized memory in __map_file
2015-08-14 Natanael Copamatch historical behavior for tm_gmtoff member of struct tm
2015-07-06 Rich Felkertreat empty TZ environment variable as GMT rather than...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-10-10 Rich Felkerfix handling of negative offsets in timezone spec strings
2014-09-06 Rich Felkeradd C11 timespec_get function, with associated time...
2014-07-03 Rich Felkerproperly pass current locale to *_l functions when...
2014-06-07 Rich Felkeruse default timezone from /etc/localtime if $TZ is...
2014-06-06 Timo Teräsimplement %y and %C specifiers in strptime
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-05-20 Rich Felkerfix unhandled cases in strptime
2014-05-08 Szabolcs Nagyfix strftime %s not to zero pad with default width=2
2014-04-23 Rich Felkerperform minimal sanity checks on zoneinfo files loaded...
2014-04-22 Timo Teräsdo not try to interpret implementation specific strings...
2014-04-21 Rich Felkerallow zoneinfo-path-relative filenames with no slashes...
2014-04-16 Rich Felkeradd working vdso clock_gettime support, including stati...
2014-04-15 Rich Felkerfix fallback code for old kernels in clock_gettime
2014-01-07 Rich Felkereliminate explicit (long) casts when making syscalls
2013-12-19 Rich Felkerfix hangs in localtime for near-overflowing time_t...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-27 Rich Felkerfix off-by-one length failure in strftime/wcsftime...
2013-11-09 Rich Felkerremove O_NOFOLLOW from __map_file used for time zone...
2013-11-09 Rich Felkerfix handling of overly-long TZ environment variable...
2013-11-04 rofl0rtimezone parser: fix iteration over search dir paths
2013-11-04 rofl0rtimezone parser: fix offset to transition table in...
next