GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fortify: Fix spurious warning with realpath
Siddhesh Poyarekar
2022-03-26
1
-1
/
+1
*
Make sure that the fortified function conditionals are constant
Siddhesh Poyarekar
2022-03-26
1
-40
/
+17
*
Don't add access size hints to fortifiable functions
Siddhesh Poyarekar
2022-03-26
1
-2
/
+3
*
realpath: Avoid overwriting preexisting error (CVE-2021-3998)
Siddhesh Poyarekar
2022-01-24
1
-1
/
+1
*
tst-realpath-toolong: Fix hurd build
Siddhesh Poyarekar
2022-01-24
1
-0
/
+4
*
realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]
Siddhesh Poyarekar
2022-01-24
3
-2
/
+60
*
stdlib: Fix formatting of tests list in Makefile
Siddhesh Poyarekar
2022-01-24
1
-75
/
+77
*
stdlib: Sort tests in Makefile
Siddhesh Poyarekar
2022-01-24
1
-24
/
+75
*
__cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]
Siddhesh Poyarekar
2021-07-28
1
-0
/
+4
*
Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
H.J. Lu
2021-07-09
1
-5
/
+6
*
Force building with -fno-common
Florian Weimer
2021-07-09
1
-1
/
+1
*
Move mcheck symbol from stdlib to malloc
Siddhesh Poyarekar
2021-07-08
1
-1
/
+1
*
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
2021-06-03
1
-5
/
+3
*
Enable support for GCC 11 -Wmismatched-dealloc.
Martin Sebor
2021-05-16
3
-6
/
+95
*
stdlib: Fix data race in __run_exit_handlers [BZ #27749]
Vitaly Buka
2021-05-14
3
-17
/
+133
*
Annotate additional APIs with GCC attribute access.
Martin Sebor
2021-05-06
1
-2
/
+4
*
nptl: Move pthread_setcancelstate into libc
Florian Weimer
2021-04-21
1
-7
/
+2
*
support: Add capability to fork an sgid child
Siddhesh Poyarekar
2021-04-12
1
-181
/
+18
*
fork.h: replace with register-atfork.h
Samuel Thibault
2021-03-29
1
-3
/
+1
*
stdlib: Fix BZ #26241 testcase on GNU/Hurd
Samuel Thibault
2021-03-24
1
-3
/
+4
*
stdlib: Add testcase for BZ #26241
Adhemerval Zanella
2021-01-20
2
-1
/
+103
*
posix: Fix return value of system if shell can not be executed [BZ #27053]
Adhemerval Zanella
2021-01-11
1
-0
/
+17
*
stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...
Adhemerval Zanella
2021-01-05
2
-170
/
+387
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
208
-208
/
+208
*
nonstring: Enable __FORTIFY_LEVEL=3
Siddhesh Poyarekar
2020-12-31
1
-18
/
+24
*
getenv: Move call to strlen to the branch it's used in.
Lode Willems
2020-12-18
1
-1
/
+1
*
Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines
Joseph Myers
2020-12-14
1
-118
/
+0
*
Fix spelling and grammar in several comments
Jonny Grant
2020-12-12
1
-1
/
+1
*
Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases
Joseph Myers
2020-12-08
7
-5
/
+2
*
Revert "Fix missing redirects in testsuite targets"
Andreas Schwab
2020-10-08
1
-2
/
+2
*
Remove internal usage of extensible stat functions
Adhemerval Zanella
2020-09-11
1
-1
/
+1
*
Fix typo in comment in bug 26137 fix.
Joseph Myers
2020-07-01
1
-1
/
+1
*
Fix strtod multiple-precision division bug (bug 26137).
Joseph Myers
2020-06-30
3
-2
/
+3577
*
random: range is not portably RAND_MAX [BZ #7003]
John Marshall
2020-06-30
1
-1
/
+1
*
mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)
Carlos O'Donell
2020-06-01
1
-1
/
+1
*
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
Martin Sebor
2020-05-04
2
-10
/
+16
*
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Paul E. Murphy
2020-04-30
3
-3
/
+3
*
Remove unused floating-point configuration from gmp-impl.h.
Joseph Myers
2020-04-28
1
-50
/
+0
*
Add GRND_INSECURE from Linux 5.6 to sys/random.h
Joseph Myers
2020-04-09
1
-0
/
+1
*
stdlib: Move tst-system to tests-container
Adhemerval Zanella
2020-03-25
2
-5
/
+8
*
posix: Fix system error return value [BZ #25715]
Adhemerval Zanella
2020-03-23
1
-4
/
+118
*
gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macros
Vineet Gupta
2020-03-10
1
-2
/
+4
*
Prepare redirections for IEEE long double on powerpc64le
Gabriel F. T. Gomes
2020-02-17
3
-2
/
+27
*
stdlib: Reduce namespace pollution in <inttypes.h>
Florian Weimer
2020-02-17
1
-24
/
+24
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
208
-208
/
+208
*
hurd: Fix local PLT
Samuel Thibault
2019-12-13
1
-2
/
+4
*
Expand $(as-needed) and $(no-as-needed) throughout the build system
Florian Weimer
2019-12-03
1
-1
/
+1
*
ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
Rajalakshmi Srinivasaraghavan
2019-12-03
1
-4
/
+27
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
208
-208
/
+208
*
Fix spellings of contributor names in comments and doc
Paul Eggert
2019-08-23
1
-1
/
+1
[next]