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
/
sysdeps
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Avoid single-argument _Static_assert in <tls.h>
Florian Weimer
2020-02-17
1
-8
/
+12
*
x86 tls: Use _Static_assert for TLS access size assertion
Samuel Thibault
2020-02-17
1
-26
/
+20
*
linux: Remove INTERNAL_SYSCALL_DECL
Adhemerval Zanella
2020-02-14
1
-2
/
+1
*
linux: Consolidate INLINE_SYSCALL
Adhemerval Zanella
2020-02-14
1
-1
/
+1
*
i386: Use ENTRY/END in assembly codes
H.J. Lu
2020-02-01
3
-15
/
+10
*
i386-mcount.S: Add _CET_ENDBR to _mcount and __fentry__
H.J. Lu
2020-02-01
1
-0
/
+2
*
i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump target
H.J. Lu
2020-02-01
1
-0
/
+1
*
htl: Add type sizes in bits/pthreadtypes-arch.h and check them
Samuel Thibault
2020-01-13
1
-0
/
+14
*
Add libm_alias_finite for _finite symbols
Wilco Dijkstra
2020-01-03
50
-55
/
+103
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
291
-291
/
+291
*
elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]
Florian Weimer
2019-12-02
1
-2
/
+4
*
nptl: Add tests for internal pthread_rwlock_t offsets
Adhemerval Zanella
2019-11-26
1
-0
/
+2
*
nptl: Cleanup mutex internal offset tests
Adhemerval Zanella
2019-11-26
1
-4
/
+0
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
291
-291
/
+291
*
Update i386 libm-test-ulps
Andreas Schwab
2019-08-20
1
-2
/
+2
*
Update i386 libm-test-ulps
Andreas Schwab
2019-08-15
1
-4
/
+4
*
x86: Add sysdeps/x86/dl-lookupcfg.h
H.J. Lu
2019-06-26
1
-31
/
+0
*
Add and move fall-through comments in system-specific code.
Joseph Myers
2019-02-26
1
-0
/
+1
*
Fix handling of collating elements in fnmatch (bug 17396, bug 16976)
Andreas Schwab
2019-02-04
1
-1
/
+2
*
i386: Remove bogus THREAD_ATOMIC_* macros
Adhemerval Zanella
2019-01-03
1
-37
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
292
-292
/
+292
*
x86: Merge i386/x86_64 atomic-machine.h
H.J. Lu
2018-12-18
1
-545
/
+0
*
Remove the error handling wrapper from pow
Szabolcs Nagy
2018-11-21
1
-0
/
+1
*
Remove the error handling wrapper from log2
Szabolcs Nagy
2018-11-21
1
-0
/
+1
*
Remove the error handling wrapper from log
Szabolcs Nagy
2018-11-21
1
-0
/
+1
*
Remove the error handling wrapper from exp and exp2
Szabolcs Nagy
2018-11-21
2
-0
/
+2
*
Fix i686 build with GCC 9.
Joseph Myers
2018-11-12
6
-6
/
+6
*
x86: Use _rdtsc intrinsic for HP_TIMING_NOW
H.J. Lu
2018-10-17
4
-48
/
+21
*
Remove unnecessary math_private.h includes.
Joseph Myers
2018-09-28
7
-7
/
+0
*
i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]
H.J. Lu
2018-09-28
2
-69
/
+11
*
Add new pow implementation
Szabolcs Nagy
2018-09-19
1
-0
/
+1
*
Use rint functions not __rint functions in glibc libm.
Joseph Myers
2018-09-14
1
-0
/
+1
*
Add new log2 implementation
Szabolcs Nagy
2018-09-12
1
-0
/
+1
*
Add new log implementation
Szabolcs Nagy
2018-09-12
1
-0
/
+1
*
i386: Use ENTRY and END in start.S [BZ #23606]
H.J. Lu
2018-09-12
1
-4
/
+6
*
Add new exp and exp2 implementations
Szabolcs Nagy
2018-09-05
3
-1
/
+2
*
[BZ #20271] Add newlines in __libc_fatal calls.
Paul Pluzhnikov
2018-08-31
1
-1
/
+1
*
Split fenv_private.h out of math_private.h more consistently.
Joseph Myers
2018-08-28
2
-502
/
+0
*
Remove unused math files
Wilco Dijkstra
2018-08-24
1
-3
/
+0
*
Move SNAN_TESTS_* out of math-tests.h.
Joseph Myers
2018-08-10
1
-7
/
+19
*
Move __fentry__ version definition to sysdeps/{i386,x86_64}
Ilya Leoshkevich
2018-08-10
1
-0
/
+3
*
x86: Don't include <init-arch.h> in assembly codes
H.J. Lu
2018-08-03
1
-1
/
+0
*
x86: Rename __glibc_reserved2 to ssp_base in tcbhead_t
H.J. Lu
2018-07-25
2
-1
/
+3
*
i386: Use _CET_NOTRACK in memset-sse2-rep.S
H.J. Lu
2018-07-18
1
-2
/
+2
*
i386: Use _CET_NOTRACK in strcat-sse2.S
H.J. Lu
2018-07-18
1
-2
/
+2
*
i386: Use _CET_NOTRACK in strcpy-sse2.S
H.J. Lu
2018-07-18
1
-2
/
+2
*
i386: Use _CET_NOTRACK in memcpy-ssse3.S
H.J. Lu
2018-07-18
1
-2
/
+2
*
i386: Use _CET_NOTRACK in memcpy-ssse3-rep.S
H.J. Lu
2018-07-18
1
-4
/
+4
*
i386: Use _CET_NOTRACK in memcmp-sse4.S
H.J. Lu
2018-07-18
1
-2
/
+2
*
i386: Use _CET_NOTRACK in memset-sse2.S
H.J. Lu
2018-07-18
1
-2
/
+2
[next]