about summary refs log tree commit diff
path: root/manual
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: Add glibc.cpu.hwcap support.caiyinyu6 days1-1/+4
* aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer2024-04-081-0/+34
* x86: Add generic CPUID data dumper to ld.so --list-diagnosticsFlorian Weimer2024-04-081-1/+84
* Fix bsearch, qsort doc to match POSIX betterPaul Eggert2024-04-061-24/+36
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-04-041-0/+4
* manual: significand() uses FLT_RADIX, not 2Alejandro Colomar2024-04-031-1/+1
* manual: Clarify return value of cbrt(3)Alejandro Colomar2024-04-031-2/+6
* manual: floor(log2(fabs(x))) has rounding errorsAlejandro Colomar2024-04-031-2/+5
* manual: logb(x) is floor(log2(fabs(x)))Alejandro Colomar2024-04-031-1/+1
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-022-0/+10
* manual/tunables - Add entry for enable_secure tunable.Joe Talbott2024-03-011-0/+10
* trivial doc fix: remove weird phrase "syscall takes zero to five arguments"Askar Safin2024-02-141-2/+1
* stdlib: fix qsort example in manualPaul Eggert2024-02-011-9/+12
* manual: Fix up stdbit.texiJakub Jelinek2024-02-011-1/+1
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-015-42/+42
* Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek2024-01-311-1/+7
* INSTALL, install.texi: minor updates, regenerateAndreas K. Hüttel2024-01-311-3/+3
* contrib.texi: updateAndreas K. Hüttel2024-01-301-8/+24
* manual/io: Fix swapped reading and writing phrase.Joe Simmons-Talbott2024-01-301-1/+1
* manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel2024-01-241-2/+2
* manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer2024-01-241-0/+8
* stdlib: Reinstate stable mergesort implementation on qsortAdhemerval Zanella2024-01-153-5/+6
* i386: Fail if configured with --enable-cetAdhemerval Zanella2024-01-091-2/+1
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-082-3/+1
* elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu2024-01-051-0/+11
* i386: Ignore --enable-cetH.J. Lu2024-01-041-7/+4
* Implement C23 <stdbit.h>Joseph Myers2024-01-034-3/+209
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0147-47/+47
* manual: Clarify undefined behavior of feenableexcept (BZ 31019)Bruno Haible2023-12-191-0/+6
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-211-9/+0
* elf: Remove /etc/suid-debug supportAdhemerval Zanella2023-11-212-6/+2
* manual: Fix termios.c example. (Bug 31078)Carlos O'Donell2023-11-201-2/+1
* AArch64: Remove Falkor memcpyWilco Dijkstra2023-11-131-1/+1
* Fix type typo in “String/Array Conventions” docPaul Eggert2023-11-081-1/+1
* elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella2023-11-071-0/+17
* stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella2023-10-313-7/+5
* crypt: Remove manul entry for --enable-cryptAdhemerval Zanella2023-10-311-13/+0
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-305-341/+25
* x86: Add support for AVX10 preset and vec size in cpu-featuresNoah Goldstein2023-09-291-0/+12
* C2x scanf %wN, %wfN supportJoseph Myers2023-09-281-0/+14
* manual: Fix ld.so diagnostics menu/section structureFlorian Weimer2023-09-061-3/+11
* linux: Add pidfd_getpidAdhemerval Zanella Netto2023-09-051-0/+38
* posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto2023-09-051-7/+7
* elf: Check that --list-diagnostics output has the expected syntaxFlorian Weimer2023-08-251-0/+8
* manual: Document ld.so --list-diagnostics outputFlorian Weimer2023-08-251-0/+207
* manual/jobs.texi: Add missing @item EPERM for getpgidMark Wielaard2023-08-251-0/+1
* PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati2023-08-011-1/+4
* install.texi: Build was tested with binutils 2.41 (just released)Andreas K. Hüttel2023-07-301-1/+1
* install.texi: Update versions of most recent build toolsAndreas K. Hüttel2023-07-271-7/+7
* contrib.texi: Update for 2.38Andreas K. Hüttel2023-07-271-7/+103