sparc (64bit): Regenerate ulps
[platform/upstream/glibc.git] / manual /
2023-01-18 Martin Joergmanual: Fix typo
2023-01-10 Siddhesh PoyarekarAdd _FORTIFY_SOURCE implementation documentation [BZ...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-12-19 Florian Weimerlibio: Convert __vswprintf_internal to buffers (bug...
2022-10-25 Jakub Wilkmanual: Add missing % in int conversion list
2022-09-26 Wilco DijkstraUse atomic_exchange_release/acquire
2022-09-23 Wilco DijkstraUse C11 atomics instead of atomic_decrement_and_test
2022-09-23 Wilco DijkstraUse C11 atomics instead of atomic_increment(_val)
2022-09-14 Paul EggertFix BRE typos in check-safety.sh
2022-09-09 Wilco DijkstraUse C11 atomics instead of atomic_decrement(_val)
2022-08-25 Florian WeimerRevert "Detect ld.so and libc.so version inconsistency...
2022-08-24 Florian WeimerDetect ld.so and libc.so version inconsistency during...
2022-08-04 Florian Weimermalloc: Correct the documentation of the top_pad default
2022-07-29 Carlos O'DonellUpdate install.texi, and regenerate INSTALL.
2022-07-27 Jason A. Donenfeldarc4random: simplify design for better safety
2022-07-26 caiyinyuLoongArch: Update NEWS and README for the LoongArch...
2022-07-22 Adhemerval Zanella... manual: Add documentation for arc4random functions
2022-06-30 Tejas BelagodAArch64: Add asymmetric faulting mode for tag violation...
2022-06-15 Noah Goldsteinx86: Add bounds `x86_non_temporal_threshold`
2022-06-05 Sam Jamesgrep: egrep -> grep -E, fgrep -> grep -F
2022-05-31 Andreas Schwabmanual: fix reference to source file
2022-05-13 Siddhesh Poyarekarwcrtomb: Make behavior POSIX compliant
2022-05-04 Siddhesh Poyarekarmanual: Clarify that abbreviations of long options...
2022-04-29 Florian Weimerdlfcn: Implement the RTLD_DI_PHDR request type for...
2022-04-29 Florian Weimermanual: Document the dlinfo function
2022-04-26 Florian WeimerINSTALL: Rephrase -with-default-link documentation
2022-04-22 Florian WeimerDefault to --with-default-link=no (bug 25812)
2022-04-14 Adhemerval Zanellanptl: Handle spurious EINTR when thread cancellation...
2022-04-12 Samuel Thibaulthurd: Define ELIBEXEC
2022-02-28 Florian Weimermanual: SA_ONSTACK is ignored without alternate stack
2022-02-03 Carlos O'DonellUpdate install.texi, and regenerate INSTALL.
2022-02-02 Florian WeimerLinux: Use ptrdiff_t for __rseq_offset
2022-01-19 Sunil K Pandeyx86_64: Document libmvec vector functions accuracy...
2022-01-14 Florian WeimerAdd --with-rtld-early-cflags configure option
2022-01-12 Siddhesh Poyarekarmanual: Drop obsolete @refill
2022-01-10 Szabolcs Nagymath: Fix float conversion regressions with gcc-12...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-28 Florian Weimerelf: Add _dl_find_object function
2021-12-23 Florian Weimerstdio: Implement %#m for vfprintf and related functions
2021-12-17 Florian Weimernss: Use "files dns" as the default for the hosts datab...
2021-12-15 Adhemerval Zanellamalloc: Add Huge Page support for mmap
2021-12-15 Adhemerval Zanellamalloc: Add madvise support for Transparent Huge Pages
2021-12-14 Florian Weimerelf: Use new dependency sorting algorithm by default
2021-12-13 Siddhesh PoyarekarReplace --enable-static-pie with --disable-default-pie
2021-12-09 Florian Weimernptl: Add public rseq symbols and <sys/rseq.h>
2021-12-09 Florian Weimernptl: Add glibc.pthread.rseq tunable to control rseq...
2021-12-04 H.J. LuAdd --with-timeoutfactor=NUM to specify TIMEOUTFACTOR
2021-11-10 Joseph MyersSupport C2X printf %b, %B
2021-10-21 Chung-Lin Tangelf: Fix slow DSO sorting behavior in dynamic loader...
2021-10-18 Stafford Hornemanual: Update _TIME_BITS to clarify it's user defined
2021-09-30 Joseph MyersAdd C2X _PRINTF_NAN_LEN_MAX
2021-09-28 Joseph MyersAdd fmaximum, fminimum functions
2021-09-22 Joseph MyersAdd narrowing fma functions
2021-09-10 Joseph MyersAdd narrowing square root functions
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-26 Michael Kerriskllio.texi: Wording fixes in description of closefrom()
2021-08-01 Carlos O'DonellUpdate install.texi, and regenerate INSTALL.
2021-07-27 Siddhesh Poyarekarmanual: Drop the .so suffix in libc_malloc_debug descri...
2021-07-23 Siddhesh Poyarekarmanual: Document unsupported cases for interposition
2021-07-23 H.J. Lux86: Install <bits/platform/x86.h> [BZ #27958]
2021-07-22 Siddhesh PoyarekarRemove malloc hooks [BZ #23328]
2021-07-22 Siddhesh PoyarekarMove malloc hooks into a compat DSO
2021-07-19 Adhemerval Zanellaelf: Fix tst-cpu-features-cpuinfo on some AMD systems...
2021-07-09 H.J. LuDefine PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
2021-07-08 Adhemerval Zanellaio: Add closefrom [BZ #10353]
2021-07-08 Adhemerval Zanellalinux: Add close_range
2021-07-07 Siddhesh Poyarekarglibc.malloc.check: Fix nit in documentation
2021-07-06 Armin Braunsmanual: fix description for preadv()
2021-07-01 H.J. Lux86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]
2021-06-28 Adhemerval Zanellaposix: Add _Fork [BZ #4737]
2021-06-28 Florian Weimernptl: Add glibc.pthread.stack_cache_size tunable
2021-06-24 Adhemerval Zanellax86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)
2021-06-23 Paul Eggertdoc: _TIME_BITS defaults may change
2021-06-15 Adhemerval Zanellay2038: Add support for 64-bit time on legacy ABIs
2021-06-10 Matheus CastanhoAdd build option to disable usage of scv on powerpc
2021-06-09 Adhemerval Zanellanptl: Move cancel state out of cancelhandling
2021-06-02 Xeonacidfix typo
2021-06-01 Joseph MyersUpdate floating-point feature test macro handling for C2X
2021-05-27 Naohiro Tamuraaarch64: Added optimized memcpy and memmove for A64FX
2021-05-26 Naohiro Tamuraaarch64: Added Vector Length Set test helper script
2021-05-05 Florian Weimernptl: Consolidate async cancel enable/disable implement...
2021-04-13 Paul EggertImprove documentation for malloc etc. (BZ#27719)
2021-03-30 Alyssa Rossmanual: clarify that scanf %n supports type modifiers
2021-03-11 Wilco Dijkstramath: Remove mpa files [BZ #15267]
2021-03-08 Lukasz Majewskitst: Extend cross-test-ssh.sh to specify if target...
2021-02-10 Siddhesh Poyarekartunables: Simplify TUNABLE_SET interface
2021-02-07 H.J. Lux86: Add PTWRITE feature detection [BZ #27346]
2021-02-04 Florian Weimermanual: Correct description of ENTRY [BZ #17183]
2021-02-01 H.J. Lusysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
2021-01-25 Tulio Magno Quites... Update INSTALL with package versions that are known...
2021-01-22 John McCabemanual: Correct argument order in mount examples [BZ...
2021-01-21 H.J. Lu<sys/platform/x86.h>: Remove the C preprocessor magic
2021-01-15 H.J. Luld.so: Add --list-tunables to print tunable values
2021-01-02 Paul EggertSync FDL from https://gnu.org/licenses/fdl-1.3.texi
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-31 Siddhesh PoyarekarIntroduce _FORTIFY_SOURCE=3
2020-12-29 Paul Eggertfree: preserve errno [BZ#17924]
2020-12-22 H.J. Lu<sys/platform/x86.h>: Add Intel LAM support
2020-12-21 Richard Earnshawelf: Add a tunable to control use of tagged memory
2020-12-21 Richard Earnshawconfig: Allow memory tagging to be enabled when configu...
next