Age | Commit message (Expand) | Author |
2021-12-16 | Fix __minimal_malloc segfaults in __mmap due to stack-protector | Stefan Liebler |
2021-12-16 | __glibc_unsafe_len: Fix comment | Siddhesh Poyarekar |
2021-12-06 | misc, nptl: Remove stray references to __condvar_load_64_relaxed | Florian Weimer |
2021-11-17 | nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c | Florian Weimer |
2021-10-21 | Add alloc_align attribute to memalign et al | Jonathan Wakely |
2021-10-20 | Make sure that the fortified function conditionals are constant | Siddhesh Poyarekar |
2021-10-20 | Don't add access size hints to fortifiable functions | Siddhesh Poyarekar |
2021-09-27 | misc: Add __get_nprocs_sched | Adhemerval Zanella |
2021-09-21 | regex: copy back from Gnulib | Paul Eggert |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar |
2021-08-06 | Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182) | Florian Weimer |
2021-07-28 | xmalloc: Fix warnings with gcc analyzer | Siddhesh Poyarekar |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar |
2021-07-21 | misc: Add time64 alias for ioctl | Florian Weimer |
2021-07-09 | Force building with -fno-common | Florian Weimer |
2021-06-28 | Linux: Cleanups after librt move | Florian Weimer |
2021-06-22 | linux: Only use 64-bit syscall if required for select | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for pselect | Adhemerval Zanella |
2021-06-22 | Add hidden prototypes for fsync, fdatasync | Florian Weimer |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer |
2021-05-16 | Enable support for GCC 11 -Wmismatched-dealloc. | Martin Sebor |
2021-05-07 | misc: use _fitoa_word to implement __fd_to_filename. | Érico Nogueira |
2021-05-06 | Annotate additional APIs with GCC attribute access. | Martin Sebor |
2021-05-05 | nptl: Move sem_close, sem_open into libc | Florian Weimer |
2021-04-27 | Add __attribute_access_none to disable GCC warnings [BZ #27714] | Martin Sebor |
2021-04-21 | nptl: Move pthread_setcancelstate into libc | Florian Weimer |
2021-04-15 | misc: syslog: Use static const for AF_UNIX address | Adhemerval Zanella |
2021-04-15 | misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145) | Adhemerval Zanella |
2021-04-15 | misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144) | Adhemerval Zanella |
2021-04-15 | misc: syslog: Use bool for connected | Adhemerval Zanella |
2021-04-13 | misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604) | Dan Raymond |
2021-04-12 | linux: always update select timeout (BZ #27706) | Adhemerval Zanella |
2021-04-12 | linux: Normalize and return timeout on select (BZ #27651) | Adhemerval Zanella |
2021-03-26 | misc: Fix tst-select timeout handling (BZ#27648) | Adhemerval Zanella |
2021-03-23 | tst: Provide test for select | Lukasz Majewski |
2021-03-01 | Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder | Florian Weimer |
2021-02-09 | misc: Sync cdefs.h with gnulib | Adhemerval Zanella |
2021-01-21 | Use hidden visibility for early static PIE code | Szabolcs Nagy |
2021-01-08 | mntent: Use __putc_unlocked instead of fputc_unlocked | Siddhesh Poyarekar |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2020-12-31 | Introduce _FORTIFY_SOURCE=3 | Siddhesh Poyarekar |
2020-12-23 | misc: Use __ferror_unlocked instead of ferror | Siddhesh Poyarekar |
2020-12-22 | addmntent: Remove unbounded alloca usage from getmntent [BZ#27083] | Siddhesh Poyarekar |
2020-12-16 | Replace __libc_multiple_libcs with __libc_initial flag | Florian Weimer |
2020-12-12 | Fix spelling and grammar in several comments | Jonny Grant |
2020-12-11 | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin |
2020-11-13 | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella |
2020-11-05 | Remove __warndecl | Siddhesh Poyarekar |