| Commit message (Expand) | Author | Age | Files | Lines |
* | y2038: Add support for 64 bit time on legacy ABIs | Adhemerval Zanella | 2021-02-18 | 2 | -0/+39 |
* | linux: Consolidate statvfs implementations | Adhemerval Zanella | 2021-02-11 | 1 | -2/+1 |
* | linux: Consolidate fstatfs implementations | Adhemerval Zanella | 2021-02-11 | 1 | -4/+3 |
* | setrlimit/getrlimit: Use __nonnull to avoid null pointer | Xiaoming Ni | 2021-02-10 | 1 | -2/+2 |
* | linux: Require /dev/shm as the shared memory file system | Florian Weimer | 2021-02-08 | 1 | -0/+41 |
* | sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305] | H.J. Lu | 2021-02-01 | 3 | -0/+23 |
* | Prepare for glibc 2.33 releaseglibc-2.33 | Adhemerval Zanella | 2021-02-01 | 1 | -1/+1 |
* | Revert "Make libc symbols hidden in static PIE" [BZ #27237] | Szabolcs Nagy | 2021-01-27 | 1 | -7/+2 |
* | Revert "linux: Move {f}xstat{at} to compat symbols" for static build | Adhemerval Zanella | 2021-01-21 | 1 | -9/+14 |
* | Make libc symbols hidden in static PIE | Szabolcs Nagy | 2021-01-21 | 1 | -2/+7 |
* | malloc: Add scratch_buffer_dupfree | Adhemerval Zanella | 2021-01-05 | 1 | -0/+16 |
* | Import filename.h from gnulib | Adhemerval Zanella | 2021-01-05 | 1 | -0/+112 |
* | Import idx.h from gnulib | Adhemerval Zanella | 2021-01-05 | 1 | -0/+114 |
* | Sync intprops.h with gnulib | Adhemerval Zanella | 2021-01-04 | 1 | -12/+58 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 37 | -37/+37 |
* | string: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar | 2020-12-31 | 1 | -2/+3 |
* | Introduce _FORTIFY_SOURCE=3 | Siddhesh Poyarekar | 2020-12-31 | 1 | -0/+5 |
* | Warn on unsupported fortification levels | Siddhesh Poyarekar | 2020-12-31 | 1 | -0/+3 |
* | malloc: Basic support for memory tagging in the malloc() family | Richard Earnshaw | 2020-12-21 | 1 | -0/+8 |
* | Replace __libc_multiple_libcs with __libc_initial flag | Florian Weimer | 2020-12-16 | 1 | -1/+6 |
* | Mark __libc_freeres_fn as used [BZ #27002] | H.J. Lu | 2020-12-16 | 1 | -1/+1 |
* | Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request. | Stefan Liebler | 2020-12-10 | 1 | -0/+1 |
* | Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases | Joseph Myers | 2020-12-08 | 1 | -3/+0 |
* | y2038: Convert gai_suspend to support 64 bit time | Lukasz Majewski | 2020-12-04 | 1 | -0/+7 |
* | symbols: Add defines for libanl's libanl_hidden_{def|proto} | Lukasz Majewski | 2020-12-04 | 1 | -0/+8 |
* | y2038: Convert aio_suspend to support 64 bit time | Lukasz Majewski | 2020-11-30 | 1 | -0/+8 |
* | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella | 2020-11-13 | 1 | -2/+0 |
* | hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbols | Samuel Thibault | 2020-11-11 | 1 | -31/+0 |
* | hurd: keep only required PLTs in ld.so | Samuel Thibault | 2020-11-11 | 9 | -8/+10 |
* | misc: Add internal __getauxval2 function | Florian Weimer | 2020-10-27 | 1 | -0/+5 |
* | time: Add 64-bit time_t support for ftime | Adhemerval Zanella | 2020-10-27 | 3 | -0/+29 |
* | Reinstate ftime and add deprecate message on ftime usage | Adhemerval Zanella | 2020-10-27 | 1 | -0/+1 |
* | Move vtimes to a compatibility symbol | Adhemerval Zanella | 2020-10-19 | 1 | -1/+0 |
* | y2038: linux: Provide __time64 implementation | Lukasz Majewski | 2020-10-19 | 1 | -0/+7 |
* | linux: Add __readdir_unlocked | Adhemerval Zanella | 2020-10-16 | 1 | -0/+1 |
* | linux: Simplify opendir buffer allocation | Adhemerval Zanella | 2020-10-16 | 1 | -1/+2 |
* | linux: Add 64-bit time_t support for wait3 | Adhemerval Zanella | 2020-10-16 | 1 | -0/+4 |
* | Move ftime to a compatibility symbol | Adhemerval Zanella | 2020-10-16 | 1 | -1/+0 |
* | y2038: Remove not used __fstatat_time64 define | Lukasz Majewski | 2020-10-15 | 1 | -1/+0 |
* | linux: Move xmknod{at} to compat symbols | Adhemerval Zanella | 2020-10-09 | 1 | -2/+2 |
* | linux: Add {f}stat{at} y2038 support | Adhemerval Zanella | 2020-10-09 | 1 | -0/+20 |
* | linux: Disentangle fstatat from fxstatat | Adhemerval Zanella | 2020-10-09 | 1 | -5/+27 |
* | Remove mknod wrapper functions, move them to symbols | Adhemerval Zanella | 2020-10-09 | 1 | -5/+9 |
* | Remove stat wrapper functions, move them to exported symbols | Adhemerval Zanella | 2020-10-09 | 1 | -37/+55 |
* | elf: Make __rtld_env_path_list and __rtld_search_dirs global variables | Florian Weimer | 2020-10-08 | 1 | -0/+4 |
* | elf: Implement __rtld_malloc_is_complete | Florian Weimer | 2020-10-08 | 1 | -0/+4 |
* | Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647) | Joseph Myers | 2020-10-05 | 1 | -0/+1 |
* | linux: Add time64 recvmmsg support | Adhemerval Zanella | 2020-09-28 | 1 | -0/+8 |
* | linux: Add time64 support for nanosleep | Adhemerval Zanella | 2020-09-28 | 1 | -0/+9 |
* | linux: Add time64 sigtimedwait support | Adhemerval Zanella | 2020-09-28 | 1 | -0/+8 |