about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Linux: Match kernel text for SCHED_ macrosFlorian Weimer11 days1-3/+5
* libio: Correctly link tst-popen-fork against libpthreadArjun Shankar11 days1-0/+2
* Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settypeJoseph Myers13 days2-0/+61
* libio: Fix a deadlock after fork in popenArjun Shankar13 days5-0/+110
* configure: default to --prefix=/usr on GNU/LinuxDJ Delorie14 days2-2/+7
* manual: Document stdio.h functions that may be macrosDJ Delorie2024-10-211-0/+12
* Check time arguments to pthread_timedjoin_np and pthread_clockjoin_npJoseph Myers2024-10-214-0/+96
* Add .b4-config fileJonathan Wakely2024-10-211-0/+4
* linux: Fix tst-syscall-restart.c on old gcc (BZ 32283)Adhemerval Zanella2024-10-181-1/+1
* sparc: Fix restartable syscalls (BZ 32173)Adhemerval Zanella2024-10-167-36/+165
* support: Make support_process_state_wait return the found stateAdhemerval Zanella2024-10-163-8/+24
* Enable transliteration rules with two input characters in scn_IT [BZ #32280]Mike FABIAN2024-10-161-9/+5
* locale: Fix some spelling typosJonathan Wakely2024-10-148-8/+8
* LoongArch: Regenerate loongarch/arch-syscall.h by build-many-glibcs.py update...caiyinyu2024-10-121-2/+0
* manual: Fix and test @deftypef* function formattingCarlos O'Donell2024-10-118-31/+104
* replace tgammaf by the CORE-MATH implementationPaul Zimmermann2024-10-1133-334/+1151
* Add IPPROTO_SMC from Linux 6.11 to netinet/in.hAdhemerval Zanella2024-10-101-0/+2
* misc: Add support for Linux uio.h RWF_ATOMIC flagAdhemerval Zanella2024-10-103-1/+19
* linux: Update stat-generic.h with linux 6.11Adhemerval Zanella2024-10-101-0/+2
* Update kernel version to 6.11 in header constant testsAdhemerval Zanella2024-10-102-2/+2
* linux: Add MAP_DROPPABLE from Linux 6.11Adhemerval Zanella2024-10-103-1/+11
* Update PIDFD_* constants for Linux 6.11Adhemerval Zanella2024-10-102-1/+15
* Update syscall lists for Linux 6.11Adhemerval Zanella2024-10-105-2/+8
* Use Linux 6.11 in build-many-glibcs.pyAdhemerval Zanella2024-10-101-1/+1
* Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.hJoseph Myers2024-10-091-1/+1
* rt: more clock_nanosleep tests addendumDJ Delorie2024-10-081-1/+1
* rt: more clock_nanosleep testsDJ Delorie2024-10-083-0/+258
* stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella2024-10-0820-107/+186
* linux: Use GLRO(dl_vdso_time) on timeAdhemerval Zanella2024-10-081-4/+3
* linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofdayAdhemerval Zanella2024-10-081-4/+4
* S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192]Stefan Liebler2024-10-083-16/+16
* stdio-common/Makefile: Fix FAIL: lint-makefilesH.J. Lu2024-10-081-1/+1
* Fix whitespace related license issues.Carlos O'Donell2024-10-0717-23/+23
* Add freopen special-case tests: thread cancellationJoseph Myers2024-10-074-0/+164
* hurd: Add missing va_end call in fcntl implementation. [BZ #32234]Bruno Haible2024-10-031-1/+5
* riscv: align .preinit_array (bug 32228)Andreas Schwab2024-10-021-0/+1
* linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)Adhemerval Zanella2024-10-011-0/+4
* linux: sparc: Fix syscall_cancel for LEONAdhemerval Zanella2024-10-011-0/+9
* math: Improve layout of expf dataWilco Dijkstra2024-10-011-1/+1
* Disable _TIME_BITS if the compiler defaults to itAdhemerval Zanella2024-10-014-1/+45
* Disable _FILE_OFFSET_BITS if the compiler defaults to itAdhemerval Zanella2024-10-014-1/+49
* Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella2024-10-016-16/+17
* libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]H.J. Lu2024-10-013-1/+95
* Add a new fwrite test that exercises buffer overflowTulio Magno Quites Machado Filho2024-09-302-0/+131
* x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein2024-09-301-13/+13
* stdio-common: Fix memory leak in tst-freopen4* tests on UNSUPPORTEDFlorian Weimer2024-09-281-1/+3
* Linux: Block signals around _Fork (bug 32215)Florian Weimer2024-09-281-0/+7
* Update to Unicode 16.0.0 [BZ #32168]Mike FABIAN2024-09-2715-3099/+14404
* manual: Document that feof and ferror are mutually exclusiveFlorian Weimer2024-09-271-0/+9
* stdio-common: Add new test for fdopenSergey Kolosov2024-09-262-0/+247