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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enhance --enable-tunables to select tunables frontend at build time
Siddhesh Poyarekar
2016-12-31
9
-8
/
+79
*
Initialize tunable list with the GLIBC_TUNABLES environment variable
Siddhesh Poyarekar
2016-12-31
7
-2
/
+156
*
Add framework for tunables
Siddhesh Poyarekar
2016-12-31
25
-2
/
+947
*
resolv: Deprecate RES_BLAST
Florian Weimer
2016-12-31
5
-7
/
+13
*
resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]
Florian Weimer
2016-12-31
17
-62
/
+133
*
resolv: Add beginnings of a libresolv test suite
Florian Weimer
2016-12-31
46
-1
/
+4508
*
support: Implement --verbose option for test programs
Florian Weimer
2016-12-31
6
-8
/
+35
*
support: Use support_record_failure consistently
Florian Weimer
2016-12-31
12
-32
/
+50
*
support: Helper functions for entering namespaces
Florian Weimer
2016-12-31
8
-0
/
+280
*
getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]
Florian Weimer
2016-12-31
2
-1
/
+7
*
New condvar implementation that provides stronger ordering guarantees.
Torvald Riegel
2016-12-31
49
-4621
/
+1671
*
Revert "Fix ChangeLog typo"
Andreas Schwab
2016-12-31
1
-1
/
+1
*
Add fromfp functions.
Joseph Myers
2016-12-31
74
-30
/
+39745
*
resolv: Turn historic name lookup functions into compat symbols
Florian Weimer
2016-12-30
4
-52
/
+77
*
Define __intmax_t, __uintmax_t in bits/types.h.
Joseph Myers
2016-12-30
3
-9
/
+18
*
Fix tst-support_record_failure-2 for run-built-tests = no.
Joseph Myers
2016-12-30
2
-0
/
+9
*
Fix ChangeLog typo
Andreas Schwab
2016-12-30
1
-1
/
+1
*
localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]
Mike Frysinger
2016-12-30
2
-2
/
+8
*
Fix pretty printer tests for run-built-tests == no
Siddhesh Poyarekar
2016-12-30
2
-3
/
+8
*
Add SYSV shared memory test
Adhemerval Zanella
2016-12-28
3
-1
/
+135
*
Use shmget syscall for linux implementation
Adhemerval Zanella
2016-12-28
11
-35
/
+21
*
Use shmdt syscall for linux implementation
Adhemerval Zanella
2016-12-28
11
-14
/
+21
*
Consolidate Linux shmctl implementation
Adhemerval Zanella
2016-12-28
13
-89
/
+53
*
Use shmat syscall for Linux implementation
Adhemerval Zanella
2016-12-28
12
-22
/
+31
*
Add SYSV semaphore test
Adhemerval Zanella
2016-12-28
3
-1
/
+120
*
Consolidate Linux semtimedop implementation
Adhemerval Zanella
2016-12-28
12
-88
/
+31
*
Use semop syscall for Linux implementation
Adhemerval Zanella
2016-12-28
11
-13
/
+20
*
Use semget syscall for Linux implementation
Adhemerval Zanella
2016-12-28
11
-14
/
+20
*
Consolidate Linux semctl implementation
Adhemerval Zanella
2016-12-28
14
-191
/
+54
*
Add SYSV message queue test
Adhemerval Zanella
2016-12-28
4
-0
/
+139
*
Use msgget syscall for Linux implementation
Adhemerval Zanella
2016-12-28
11
-14
/
+20
*
Use msgsnd syscall for Linux implementation
Adhemerval Zanella
2016-12-28
11
-13
/
+19
*
Consolidate Linux msgrcv implementation
Adhemerval Zanella
2016-12-28
12
-61
/
+21
*
Consolidate Linux msgctl implementation
Adhemerval Zanella
2016-12-28
13
-76
/
+46
*
Refactor Linux ipc_priv header
Adhemerval Zanella
2016-12-28
10
-32
/
+216
*
Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux
Adhemerval Zanella
2016-12-28
9
-0
/
+43
*
powerpc: Fix powerpc32/power7 memchr for large input sizes
Tulio Magno Quites Machado Filho
2016-12-28
2
-1
/
+15
*
powerpc64: strchr/strchrnul optimization for power8
Rajalakshmi Srinivasaraghavan
2016-12-28
9
-2
/
+499
*
Fix various typos in the ChangeLog
Florian Weimer
2016-12-28
1
-18
/
+18
*
Add file missing from ChangeLog in previous commit
Florian Weimer
2016-12-28
1
-1
/
+2
*
support: Add support for delayed test failure reporting
Florian Weimer
2016-12-28
11
-7
/
+550
*
Add comments to check-c++-types.sh.
Steve Ellcey
2016-12-27
2
-0
/
+12
*
Fix typos in the spelling of "implementation"
Dmitry V. Levin
2016-12-27
6
-6
/
+15
*
powerpc: Remove f{max,min}{f} assembly implementations
Adhemerval Zanella
2016-12-27
9
-176
/
+11
*
Fix typo in manual for iseqsig
Gabriel F. T. Gomes
2016-12-27
2
-1
/
+5
*
Declare getentropy in <unistd.h> [BZ #17252]
Florian Weimer
2016-12-27
2
-0
/
+10
*
resolv: Remove processing of unimplemented "spoof" host.conf options
Florian Weimer
2016-12-27
3
-38
/
+9
*
sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]
Florian Weimer
2016-12-27
7
-77
/
+116
*
rpcinfo: Remove traces of unbuilt helper program
Florian Weimer
2016-12-27
3
-743
/
+5
*
Fix x86_64 memchr for large input sizes
Adhemerval Zanella
2016-12-27
3
-5
/
+18
[prev]
[next]