aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers
2021-05-22Add cast_to_pointer to cast an integer to void * pointerH.J. Lu
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer
2021-05-18hurd: Add execveatSamuel Thibault
2021-05-17Add C2X timespec_getresJoseph Myers
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-07linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira
2021-05-07linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella
2021-05-06nptl: Move pthread_barrier_init into libcFlorian Weimer
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella
2021-03-26Add OTHER_SHLIB_COMPATAdhemerval Zanella
2021-03-26malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer
2021-03-25Change how the symbol_version_reference macro is definedFlorian Weimer
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-03-09<shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer
2021-02-11linux: Consolidate statvfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella
2021-02-10setrlimit/getrlimit: Use __nonnull to avoid null pointerXiaoming Ni
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu
2021-02-01Prepare for glibc 2.33 releaseglibc-2.33Adhemerval Zanella
2021-01-27Revert "Make libc symbols hidden in static PIE" [BZ #27237]Szabolcs Nagy
2021-01-21Revert "linux: Move {f}xstat{at} to compat symbols" for static buildAdhemerval Zanella
2021-01-21Make libc symbols hidden in static PIESzabolcs Nagy
2021-01-05malloc: Add scratch_buffer_dupfreeAdhemerval Zanella
2021-01-05Import filename.h from gnulibAdhemerval Zanella
2021-01-05Import idx.h from gnulibAdhemerval Zanella
2021-01-04Sync intprops.h with gnulibAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-31Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar
2020-12-31Warn on unsupported fortification levelsSiddhesh Poyarekar
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-12-16Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu
2020-12-10Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.Stefan Liebler
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski
2020-12-04symbols: Add defines for libanl's libanl_hidden_{def|proto}Lukasz Majewski
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella