| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable _FORTIFY_SOURCE=3 for gcc 12 and above | Siddhesh Poyarekar | 2022-03-11 | 1 | -1/+2 |
* | __glibc_unsafe_len: Fix comment | Siddhesh Poyarekar | 2022-03-11 | 1 | -1/+1 |
* | Make sure that the fortified function conditionals are constant | Siddhesh Poyarekar | 2022-03-11 | 1 | -0/+47 |
* | Don't add access size hints to fortifiable functions | Siddhesh Poyarekar | 2022-03-11 | 1 | -0/+10 |
* | misc: Add __get_nprocs_sched | Adhemerval Zanella | 2021-10-01 | 1 | -0/+6 |
* | Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182) | Florian Weimer | 2021-08-06 | 1 | -2/+2 |
* | xmalloc: Fix warnings with gcc analyzer | Siddhesh Poyarekar | 2021-07-28 | 1 | -0/+10 |
* | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 2021-07-22 | 1 | -2/+4 |
* | misc: Add time64 alias for ioctl | Florian Weimer | 2021-07-21 | 4 | -2/+57 |
* | Force building with -fno-common | Florian Weimer | 2021-07-09 | 1 | -5/+4 |
* | Linux: Cleanups after librt move | Florian Weimer | 2021-06-28 | 1 | -6/+0 |
* | linux: Only use 64-bit syscall if required for select | Adhemerval Zanella | 2021-06-22 | 2 | -15/+26 |
* | linux: Only use 64-bit syscall if required for pselect | Adhemerval Zanella | 2021-06-22 | 2 | -64/+65 |
* | Add hidden prototypes for fsync, fdatasync | Florian Weimer | 2021-06-22 | 2 | -1/+2 |
* | y2038: Add test coverage | Adhemerval Zanella | 2021-06-15 | 3 | -0/+6 |
* | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 2021-06-15 | 1 | -0/+27 |
* | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 2021-06-03 | 1 | -2/+0 |
* | Enable support for GCC 11 -Wmismatched-dealloc. | Martin Sebor | 2021-05-16 | 1 | -0/+11 |
* | misc: use _fitoa_word to implement __fd_to_filename. | Érico Nogueira | 2021-05-07 | 1 | -5/+2 |
* | Annotate additional APIs with GCC attribute access. | Martin Sebor | 2021-05-06 | 1 | -13/+24 |
* | nptl: Move sem_close, sem_open into libc | Florian Weimer | 2021-05-05 | 1 | -0/+1 |
* | Add __attribute_access_none to disable GCC warnings [BZ #27714] | Martin Sebor | 2021-04-27 | 1 | -1/+7 |
* | nptl: Move pthread_setcancelstate into libc | Florian Weimer | 2021-04-21 | 1 | -13/+6 |
* | misc: syslog: Use static const for AF_UNIX address | Adhemerval Zanella | 2021-04-15 | 1 | -5/+6 |
* | misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145) | Adhemerval Zanella | 2021-04-15 | 1 | -1/+2 |
* | misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144) | Adhemerval Zanella | 2021-04-15 | 1 | -45/+4 |
* | misc: syslog: Use bool for connected | Adhemerval Zanella | 2021-04-15 | 1 | -3/+3 |
* | misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604) | Dan Raymond | 2021-04-13 | 1 | -3/+3 |
* | linux: always update select timeout (BZ #27706) | Adhemerval Zanella | 2021-04-12 | 1 | -0/+30 |
* | linux: Normalize and return timeout on select (BZ #27651) | Adhemerval Zanella | 2021-04-12 | 1 | -0/+17 |
* | misc: Fix tst-select timeout handling (BZ#27648) | Adhemerval Zanella | 2021-03-26 | 1 | -30/+55 |
* | tst: Provide test for select | Lukasz Majewski | 2021-03-23 | 2 | -1/+72 |
* | Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder | Florian Weimer | 2021-03-01 | 3 | -1/+147 |
* | misc: Sync cdefs.h with gnulib | Adhemerval Zanella | 2021-02-09 | 1 | -57/+85 |
* | Use hidden visibility for early static PIE code | Szabolcs Nagy | 2021-01-21 | 1 | -0/+4 |
* | mntent: Use __putc_unlocked instead of fputc_unlocked | Siddhesh Poyarekar | 2021-01-08 | 1 | -6/+6 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 178 | -178/+178 |
* | Introduce _FORTIFY_SOURCE=3 | Siddhesh Poyarekar | 2020-12-31 | 1 | -0/+9 |
* | misc: Use __ferror_unlocked instead of ferror | Siddhesh Poyarekar | 2020-12-23 | 1 | -1/+1 |
* | addmntent: Remove unbounded alloca usage from getmntent [BZ#27083] | Siddhesh Poyarekar | 2020-12-22 | 3 | -74/+140 |
* | Replace __libc_multiple_libcs with __libc_initial flag | Florian Weimer | 2020-12-16 | 1 | -10/+24 |
* | Fix spelling and grammar in several comments | Jonny Grant | 2020-12-12 | 1 | -2/+2 |
* | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin | 2020-12-11 | 1 | -1/+1 |
* | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella | 2020-11-13 | 1 | -0/+1 |
* | Remove __warndecl | Siddhesh Poyarekar | 2020-11-05 | 1 | -3/+0 |
* | Avoid -Wstringop-overflow warning in pthread_cleanup_push macros | Joseph Myers | 2020-10-30 | 1 | -0/+8 |
* | misc: Add internal __getauxval2 function | Florian Weimer | 2020-10-27 | 1 | -6/+27 |
* | Define __THROW to noexcept for C++11 and later | Jonathan Wakely | 2020-09-22 | 1 | -4/+8 |
* | Remove internal usage of extensible stat functions | Adhemerval Zanella | 2020-09-11 | 2 | -2/+2 |
* | Correct locking and cancellation cleanup in syslog functions (bug 26100) | Andreas Schwab | 2020-08-18 | 1 | -16/+28 |