]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2024-10-01  Adhemerval... Do not use -Wp to disable fortify (BZ 31928)
2024-09-30  H.J. Lulibio: Set _vtable_offset before calling _IO_link_in...
2024-09-30  Tulio Magno... Add a new fwrite test that exercises buffer overflow
2024-09-30  Noah Goldsteinx86/string: Fixup alignment of main loop in str{n}cmp...
2024-09-28  Florian Weimerstdio-common: Fix memory leak in tst-freopen4* tests...
2024-09-28  Florian WeimerLinux: Block signals around _Fork (bug 32215)
2024-09-27  Mike FABIANUpdate to Unicode 16.0.0 [BZ #32168]
2024-09-27  Florian Weimermanual: Document that feof and ferror are mutually...
2024-09-26  Sergey Kolosovstdio-common: Add new test for fdopen
2024-09-26  Andreas SchwabFix missing randomness in __gen_tempname (bug 32214)
2024-09-25  Pavel Kozlovarc: Cleanup arcbe
2024-09-25  Florian Weimerarc: Remove HAVE_ARC_BE macro and disable big-endian...
2024-09-25  Florian Weimerscripts: Remove arceb-linux-gnu from build-many-glibcs.py
2024-09-25  caiyinyuLoongArch: Undef __NR_fstat and __NR_newfstatat.
2024-09-24  Joseph MyersAdd tests of fread
2024-09-24  Florian Weimernptl: Prefer setresuid32 in tst-setuid2
2024-09-24  Florian Weimerelf: Move __rtld_malloc_init_stubs call into _dl_start_...
2024-09-24  Florian Weimerelf: Eliminate alloca in open_verify
2024-09-24  Florian Weimerelf: Remove version assert in check_match in elf/dl...
2024-09-24  Florian Weimerelf: In rtld_setup_main_map, assume ld.so has a DYNAMIC...
2024-09-24  Florian Weimermisc: Enable internal use of memory protection keys
2024-09-24  Florian Weimermisc: Link tst-mkstemp-fuse-parallel with $(shared...
2024-09-24  Florian Weimericonv: Use $(run-program-prefix) for running iconv...
2024-09-23  Joe RamsayAArch64: Simplify rounding-multiply pattern in several...
2024-09-23  Joe RamsayAArch64: Improve codegen in users of ADVSIMD expm1f...
2024-09-23  Joe RamsayAArch64: Improve codegen in users of AdvSIMD log1pf...
2024-09-23  Joe RamsayAArch64: Improve codegen in SVE F32 logs
2024-09-23  Joe RamsayAArch64: Improve codegen in SVE expf & related routines
2024-09-21  Florian WeimerLinux: readdir64_r should not skip d_ino == 0 entries...
2024-09-21  Florian Weimerdirent: Add tst-rewinddir
2024-09-21  Florian Weimerdirent: Add tst-readdir-long
2024-09-21  Florian WeimerLinux: Use readdir64_r for compat __old_readdir64_r...
2024-09-21  Florian Weimerdirent: Add tst-closedir-leaks
2024-09-21  Florian Weimersupport: Add valgrind instructions to <support/fuse.h>
2024-09-21  Florian Weimersupport: Fix memory leaks in FUSE tests
2024-09-21  Florian Weimermisc: FUSE-based tests for mkstemp
2024-09-20  Joseph MyersAdd freopen special-case tests: chroot, EFBIG, stdin...
2024-09-20  Joseph MyersMake tst-strtod-underflow type-generic
2024-09-20  Joseph MyersAdd tests of more strtod special cases
2024-09-20  Joseph MyersAdd more tests of strtod end pointer
2024-09-20  Joseph MyersMake tst-strtod2 and tst-strtod5 type-generic
2024-09-20  Florian WeimerImplement run-built-tests=no for make xcheck, always...
2024-09-20  Aaron MereyTest that errno is set to 0 at program startup
2024-09-20  Aaron MereyAdd another test for fclose on an unopened file
2024-09-20  Florian Weimericonv: Input buffering for the iconv program (bug 6050)
2024-09-20  Florian Weimericonv: Multiple - on command line should not fail ...
2024-09-20  Florian Weimericonv: Support in-place conversions (bug 10460, bug...
2024-09-20  Florian Weimericonv: Preserve iconv -c error exit on invalid inputs...
2024-09-20  Florian Weimermanual: __is_last is no longer part of iconv internals
2024-09-20  Florian Weimericonv: Do not use mmap in iconv (the program) (bug...
2024-09-20  Florian Weimericonv: Base tests for buffer management
2024-09-19  Joe RamsayAArch64: Add vector logp1 alias for log1p
2024-09-19  Sergey Bugaevhurd: Avoid file_check_access () RPC for access (F_OK)
2024-09-14  Yury Khrustalevtst: Extend cross-test-ssh.sh to support passing glibc...
2024-09-12  Florian Weimersupport: Fix Hurd build of tst-support_readdir
2024-09-12  Florian Weimersupport: Add <support/readdir.h>
2024-09-11  Florian WeimerLinux: Add missing scheduler constants to <sched.h>
2024-09-11  Florian WeimerLinux: Add the sched_setattr and sched_getattr functions
2024-09-11  Florian Weimermanual: Extract the @manpageurl{func,sec} macro
2024-09-10  Wilco DijkstraAArch64: Remove memset-reg.h
2024-09-10  Florian Weimerdebug: Fix read error handling in pcprofiledump
2024-09-09  Florian Weimerelf: Fix tst-dlopen-tlsreinit1.out test dependency
2024-09-09  Tulio Magno... Add a new fwrite test for memory streams
2024-09-09  Tulio Magno... Add a new fwrite test for read-only streams
2024-09-09  Wilco DijkstraAArch64: Optimize memset
2024-09-09  John David... hppa: Update libm-test-ulps
2024-09-09  Joe Ramsayaarch64: Avoid redundant MOVs in AdvSIMD F32 logs
2024-09-09  Florian Weimerio: Add FUSE-based test for fchmod
2024-09-09  Florian Weimerio: Add tst-lstat-nofollow, tst-lstat-nofollow-time64
2024-09-06  Joseph MyersDocument limitations on streams passed to freopen
2024-09-06  Florian Weimerstdlib: Do not use GLIBC_PRIVATE ABI for errno in libc_...
2024-09-06  Florian Weimermanual: Safety annotations for clock_gettime, clock_getres
2024-09-06  mengqinggangLoongArch: Fix macro redefined warning in tls-desc.S
2024-09-05  Adhemerval... timezone: sync to TZDB 2024b
2024-09-05  Florian Weimeri386: Update ulps
2024-09-05  Joseph MyersFix freopen handling of ,ccs= (bug 23675)
2024-09-05  Florian Weimerpowerpc64le: Build new strtod tests with long double...
2024-09-05  Aaron MereyTest fclose on an unopened file.
2024-09-05  Joseph MyersFix memory leak on freopen error return (bug 32140)
2024-09-05  Joseph MyersClear flags2 flags set from mode in freopen (bug 32134)
2024-09-05  Florian Weimersupport: Add FUSE-based file system test framework...
2024-09-05  Florian WeimerLinux: readdir_r needs to report getdents failures...
2024-09-05  Florian Weimersupport: Add <support/xdirent.h>
2024-09-05  Florian WeimerBundle <linux/fuse.h> userspace header from Linux 6.10
2024-09-05  Florian Weimeri386: Update ulps
2024-09-04  DJ Deloriefgets: more tests
2024-09-04  Joseph MyersAdd more thorough tests of freopen
2024-09-04  Siddhesh Poyarekarlibio: Attempt wide backup free only for non-legacy...
2024-09-04  Joseph MyersDo not set errno for overflowing NaN payload in strtod...
2024-09-04  Joseph MyersImprove NaN payload testing
2024-09-03  Joseph MyersAdd support/ code for checking file contents
2024-09-02  Adhemerval... linux: mips: Fix syscall_cancell build for __mips_isa_r...
2024-08-30  Florian Weimerio: Fix destructive nature of tst-fchmod-errors
2024-08-30  Florian Weimerio: Add error tests for fchmod
2024-08-30  Jeevitha Palanisamypowerpc64: Fix syscall_cancel build for powerpc64le...
2024-08-27  Joseph MyersMake __strtod_internal tests type-generic
2024-08-27  Joseph MyersFix strtod subnormal rounding (bug 30220)
2024-08-27  Joseph MyersMore thoroughly test underflow / errno in tst-strtod...
2024-08-27  Florian Weimermanual: Add Descriptor-Relative Access section
2024-08-26  Feifei Wangx86: Enable non-temporal memset for Hygon processors
next