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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce <elf-initfini.h> and ELF_INITFINI for all architectures
Florian Weimer
2020-02-18
1
-0
/
+20
*
nptl: add missing pthread-offsets.h
Andreas Schwab
2020-02-10
1
-0
/
+3
*
Linux: Use system call tables during build
Florian Weimer
2020-01-02
1
-1
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
85
-85
/
+85
*
nptl: Add default pthread-offsets.h
Adhemerval Zanella
2019-11-26
1
-3
/
+0
*
nptl: Add default pthreadtypes-arch.h
Adhemerval Zanella
2019-11-26
1
-35
/
+0
*
nptl: Add struct_rwlock.h
Adhemerval Zanella
2019-11-26
2
-19
/
+43
*
nptl: Add struct_mutex.h
Adhemerval Zanella
2019-11-26
1
-7
/
+0
*
nptl: Remove rwlock elision definitions
Adhemerval Zanella
2019-11-26
1
-2
/
+0
*
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
*
Remove math-finite.h
Wilco Dijkstra
2019-10-21
1
-24
/
+0
*
Split up endian.h to minimize exposure of BYTE_ORDER.
Alistair Francis
2019-10-01
2
-2
/
+13
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
86
-86
/
+86
*
Declare most TS 18661-1 interfaces for C2X.
Joseph Myers
2019-08-13
1
-1
/
+1
*
Refactor hp-timing rtld usage
Adhemerval Zanella
2019-03-22
1
-4
/
+0
*
Remove obsolete, never-implemented XSI STREAMS declarations
Florian Weimer
2019-03-14
1
-33
/
+0
*
Add some spaces before '('.
Joseph Myers
2019-02-27
1
-1
/
+1
*
Fix a few typos in comments
Dmitry V. Levin
2019-01-12
3
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
87
-87
/
+87
*
Remove the error handling wrapper from pow
Szabolcs Nagy
2018-11-21
1
-3
/
+9
*
Remove the error handling wrapper from log2
Szabolcs Nagy
2018-11-21
1
-3
/
+9
*
Remove the error handling wrapper from log
Szabolcs Nagy
2018-11-21
1
-0
/
+6
*
Remove the error handling wrapper from exp and exp2
Szabolcs Nagy
2018-11-21
2
-3
/
+15
*
Remove redundant macro definitions from ia64 sfp-machine.h.
Joseph Myers
2018-11-12
1
-10
/
+0
*
i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]
Szabolcs Nagy
2018-10-26
3
-9
/
+9
*
Remove unnecessary math_private.h includes.
Joseph Myers
2018-09-28
2
-2
/
+0
*
Add new pow implementation
Szabolcs Nagy
2018-09-19
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
*
Add new exp and exp2 implementations
Szabolcs Nagy
2018-09-05
3
-1
/
+2
*
Remove unused math files
Wilco Dijkstra
2018-08-24
3
-3
/
+0
*
Move SNAN_TESTS_* out of math-tests.h.
Joseph Myers
2018-08-10
1
-4
/
+13
*
Improve performance of sincosf
Wilco Dijkstra
2018-08-10
1
-0
/
+1
*
Mark _init and _fini as hidden [BZ #23145]
H.J. Lu
2018-06-08
1
-0
/
+2
*
elf: Unify symbol address run-time calculation [BZ #19818]
Maciej W. Rozycki
2018-04-04
1
-1
/
+1
*
Use x86_64 backtrace as generic version.
Joseph Myers
2018-03-21
1
-1
/
+0
*
hurd: add gscope support
Samuel Thibault
2018-03-11
1
-0
/
+1
*
Remove mplog and mpexp
Wilco Dijkstra
2018-02-15
2
-2
/
+0
*
Remove slow paths from exp
Szabolcs Nagy
2018-02-12
1
-1
/
+0
*
Remove slow paths from pow
Wilco Dijkstra
2018-02-12
2
-2
/
+0
*
Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...
Joseph Myers
2018-02-06
2
-142
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
89
-89
/
+89
*
Revert exp reimplementation (causes test failures).
Joseph Myers
2017-12-19
1
-0
/
+1
*
Improve __ieee754_exp() performance by greater than 5x on sparc/x86.
Patrick McGehearty
2017-12-19
1
-1
/
+0
*
ia64: Fix memchr for large input sizes (BZ #22603)
Adhemerval Zanella
2017-12-19
1
-0
/
+4
*
Update IA64 libm-test-ulps
Adhemerval Zanella
2017-12-12
1
-26
/
+1914
*
Correct some ia64 libm_alias_float_other calls.
Joseph Myers
2017-12-06
3
-3
/
+3
*
Use libm_alias_float for ia64.
Joseph Myers
2017-11-29
50
-3
/
+52
*
Use libm_alias_double for ia64.
Joseph Myers
2017-11-29
49
-3
/
+51
[next]