about summary refs log tree commit diff
path: root/manual
Commit message (Expand)AuthorAgeFilesLines
* 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
* <sys/platform/x86.h>: Add APX supportH.J. Lu2023-07-271-0/+3
* configure: Disable building libcrypt by defaultSiddhesh Poyarekar2023-07-201-10/+12
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-171-1/+1
* manual: Fix typos in struct dl_find_objectBert Wesarg2023-07-131-2/+2
* Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-0/+8
* manual: Update documentation of strerror and related functionsFlorian Weimer2023-07-031-26/+98
* manual: Enhance documentation of the <ctype.h> functionsFlorian Weimer2023-07-031-8/+24
* Call "CST" a time zone abbreviation, not a namePaul Eggert2023-06-222-12/+12
* C2x scanf %b supportJoseph Myers2023-06-191-3/+9
* C2x printf %wN, %wfN support (bug 24466)Joseph Myers2023-06-191-0/+18