about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* drop use of stat operation in temporary file name generationRich Felker2022-05-012-10/+6
* only fallback to gettimeofday/settimeofday syscalls if they existStefan O'Rear2022-05-011-0/+4
* only use getrlimit/setrlimit syscalls if they existStefan O'Rear2022-05-012-1/+11
* don't remap internal-use syscall macros to nonexistent time32 syscallsStefan O'Rear2022-04-271-10/+10
* add missing POSIX confstr keys for pthread CFLAGS/LDFLAGSRich Felker2022-04-201-1/+1
* fix incorrect parameter name in internal netlink.h RTA_OK macroOndrej Jirman2022-04-101-1/+1
* accept null pointer as message argument to gettext functionspsykose2022-03-271-0/+3
* fix invalid free of duplocale object when malloc has been replacedIsaiah Poston2022-03-161-0/+5
* nice: return EPERM instead of EACCESAlexey Kodanev2022-03-081-1/+8
* protect stack canary from leak via read-as-string by zeroing second bytejvoisin2022-03-081-0/+9
* math: avoid runtime conversions of floating-point constantsSzabolcs Nagy2022-03-082-2/+6
* fix spurious failures by fgetws when buffer ends with partial characterRich Felker2022-02-201-6/+1
* add missing strerror text for key managementpelco2022-02-191-0/+4
* fix out-of-bound read processing time zone data with distant-past datesRich Felker2022-02-091-14/+12
* fix potentially wrong-sign zero in cproj functions at infinityRich Felker2022-01-183-3/+3
* make fseek detect and produce an error for invalid whence argumentsRich Felker2022-01-091-0/+7
* fix wcwidth of hangul combining (vowel/final) lettersRich Felker2021-12-271-58/+60
* fix mismatched signatures for strtod_l familyRich Felker2021-12-092-7/+22
* fix hwcap access in powerpc-sf setjmp/longjmpRich Felker2021-11-292-2/+2
* fix struct layout mismatch in sound ioctl time32 fallback conversionRich Felker2021-10-191-2/+7
* add qsort_r and make qsort a wrapper around itÉrico Nogueira2021-09-233-17/+35
* add SPE FPU support to powerpc-sfRich Felker2021-09-238-8/+68
* fix undefined behavior in getdelim via null pointer arithmetic and memcpyRich Felker2021-09-111-3/+5
* fix error checking in pthread_getname_npÉrico Nogueira2021-08-061-1/+1
* fix libc-internal signal blocking on mips archsRich Felker2021-07-291-2/+2
* math: fix fmaf not to depend on FE_TOWARDZEROSzabolcs Nagy2021-07-061-11/+10
* fix TZ parsing logic for identifying POSIX-form stringsRich Felker2021-06-231-1/+13
* remove return with expression in void functionMichael Forney2021-04-271-1/+1
* add pthread_getname_np functionÉrico Rolim2021-04-201-0/+25
* fix popen not to leak pipes from one child to anotherRich Felker2021-04-201-0/+6
* remove spurious lock in popenRich Felker2021-04-201-2/+0
* nscd: fall back gracefully on kernels without AF_UNIX supportJoakim Sindholt2021-04-161-1/+9
* mallocng/aligned_alloc: check for malloc failureDominic Chen2021-04-161-0/+3
* make epoll_[p]wait a cancellation pointRich Felker2021-04-031-2/+2
* fix dl_iterate_phdr dlpi_tls_data reporting to match specRich Felker2021-03-261-1/+2
* remove no-longer-needed special case handling in popenRich Felker2021-03-151-16/+0
* use internal malloc for posix_spawn file actions objectsRich Felker2021-03-151-0/+5
* fix error return value for cuseridRich Felker2021-02-131-2/+3
* fix misuse of getpwuid_r in cuseridRich Felker2021-02-131-1/+2
* cuserid: don't return truncated resultsRich Felker2021-02-131-1/+5
* cuserid: support invocation with a null pointer argumentSören Tempel2021-02-131-0/+2
* math: fix expm1f overflow thresholdSzabolcs Nagy2021-02-101-2/+1
* math: fix acoshf for negative inputsSzabolcs Nagy2021-02-101-4/+4
* fix possible fd leak via missing O_CLOEXEC in pthread_setname_npÉrico Rolim2021-01-301-1/+1
* oldmalloc: preserve errno across freeRich Felker2021-01-301-0/+4
* fix build regression in oldmallocRich Felker2021-01-301-1/+1
* preserve errno across freeRich Felker2021-01-301-2/+10
* fix inconsistent signature of __libc_start_mainRich Felker2021-01-301-1/+2
* fail posix_spawn file_actions operations with negative fdsRich Felker2021-01-304-0/+4
* fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker2020-12-141-1/+9