Age | Commit message (Expand) | Author | Files | Lines |
2021-11-17 | nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c | Florian Weimer | 1 | -1/+2 |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 1 | -2/+4 |
2021-07-21 | misc: Add time64 alias for ioctl | Florian Weimer | 1 | -2/+5 |
2021-06-28 | Linux: Cleanups after librt move | Florian Weimer | 1 | -6/+0 |
2021-06-22 | linux: Only use 64-bit syscall if required for select | Adhemerval Zanella | 1 | -0/+2 |
2021-06-22 | linux: Only use 64-bit syscall if required for pselect | Adhemerval Zanella | 1 | -0/+9 |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella | 1 | -0/+4 |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 1 | -2/+0 |
2021-03-23 | tst: Provide test for select | Lukasz Majewski | 1 | -1/+1 |
2021-03-01 | Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder | Florian Weimer | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-12-22 | addmntent: Remove unbounded alloca usage from getmntent [BZ#27083] | Siddhesh Poyarekar | 1 | -1/+1 |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer | 1 | -2/+3 |
2020-04-22 | Add a syscall test for [BZ #25810] | H.J. Lu | 1 | -1/+1 |
2020-02-18 | <fd_to_filename.h>: Add type safety and port to Hurd | Florian Weimer | 1 | -1/+5 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-09-02 | Add misc/tst-mntent-autofs, testing autofs "ignore" filtering | Florian Weimer | 1 | -1/+2 |
2019-03-01 | ldbl-opt: Add error and error_at_line (bug 23984) | Gabriel F. T. Gomes | 1 | -1/+1 |
2019-03-01 | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) | Gabriel F. T. Gomes | 1 | -1/+2 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-12-14 | Add tests for the long double version of ecvt and fcvt | Gabriel F. T. Gomes | 1 | -2/+2 |
2018-11-06 | Add tests with floating-point arguments for err* and verr* functions | Gabriel F. T. Gomes | 1 | -1/+1 |
2018-11-06 | Add test for warn, warnx, vwarn, and vwarnx with floating-point parameters | Gabriel F. T. Gomes | 1 | -1/+2 |
2018-09-20 | misc: New test misc/tst-gethostid | Florian Weimer | 1 | -0/+7 |
2018-08-14 | error, warn, warnx: Use __fxprintf for wide printing [BZ #23519] | Florian Weimer | 1 | -1/+1 |
2018-05-23 | Implement allocate_once for atomic initialization with allocation | Florian Weimer | 1 | -4/+12 |
2018-05-02 | Deprecate ustat syscall interface | Adhemerval Zanella | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -27/+27 |
2017-06-14 | Remove __need_IOV_MAX and __need_FOPEN_MAX. | Zack Weinberg | 1 | -1/+2 |
2017-06-02 | posix: Add missing build flags for p{write,read}v2 | Adhemerval Zanella | 1 | -0/+4 |
2017-05-31 | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella | 1 | -1/+3 |
2017-05-19 | Fix makefile rules for vmsplice, splice, and open_by_handle_at | Adhemerval Zanella | 1 | -3/+0 |
2017-05-18 | linux: Consolidate Linux open_by_handle_at syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-18 | linux: Consolidate Linux splice syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-18 | linux: Consolidate Linux vmsplice syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-18 | posix: Consolidate Linux fsync syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-18 | posix: Consolidate Linux fdatasync syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-18 | posix: Consolidate Linux msync syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 1 | -2/+3 |
2017-04-25 | Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426). | Joseph Myers | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-26 | Disable stack protector in early static initialization [BZ #7065] | Nick Alcock | 1 | -0/+7 |
2016-12-21 | Move all tests out of the csu subdirectory | Nick Alcock | 1 | -1/+4 |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 1 | -3/+4 |
2016-06-21 | Fix p{readv,writev}{64} consolidation implementation | Adhemerval Zanella | 1 | -1/+2 |
2016-06-06 | Consolidate pwritev/pwritev64 implementations | Adhemerval Zanella | 1 | -0/+2 |
2016-06-06 | Consolidate preadv/preadv64 implementation | Adhemerval Zanella | 1 | -0/+2 |
2016-01-28 | Improve check against integer wraparound in hcreate_r [BZ #18240] | Florian Weimer | 1 | -1/+1 |