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
gentoo/2.41
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
/
nptl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean pthread functions namespaces for C11 threads
Adhemerval Zanella
2017-06-23
22
-49
/
+66
*
nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)
Adhemerval Zanella
2017-06-14
1
-8
/
+58
*
Optimize generic spinlock code and use C11 like atomic macros.
Stefan Liebler
2017-06-06
4
-34
/
+100
*
posix: Implement preadv2 and pwritev2
Adhemerval Zanella
2017-05-31
1
-0
/
+71
*
Use test-driver in nptl/tst-fork3.c
Andreas Schwab
2017-05-31
1
-2
/
+4
*
Move tst-mutex*8* to tests-internal
Tulio Magno Quites Machado Filho
2017-05-25
1
-4
/
+5
*
Remove __need_list_t and __need_res_state.
Zack Weinberg
2017-05-20
1
-4
/
+2
*
posix: Consolidate Linux fsync syscall
Adhemerval Zanella
2017-05-18
1
-0
/
+1
*
posix: Consolidate Linux fdatasync syscall
Adhemerval Zanella
2017-05-18
1
-0
/
+1
*
posix: Consolidate Linux msync syscall
Adhemerval Zanella
2017-05-18
1
-0
/
+1
*
posix: Consolidate Linux sigsuspend implementation
Adhemerval Zanella
2017-05-18
1
-0
/
+1
*
posix: Consolidate Linux nanosleep syscall
Adhemerval Zanella
2017-05-18
1
-0
/
+1
*
Suppress internal declarations for most of the testsuite.
Zack Weinberg
2017-05-11
1
-14
/
+17
*
Consolidate Linux write syscall
Adhemerval Zanella
2017-05-11
1
-0
/
+1
*
Consolidate Linux read syscall
Adhemerval Zanella
2017-05-11
1
-0
/
+1
*
Consolidate Linux close syscall generation
Adhemerval Zanella
2017-05-11
1
-0
/
+1
*
Use test-driver in ntpl/tst-fork1.c
Andreas Schwab
2017-05-10
1
-2
/
+4
*
Bug 20116: Clarify behaviour of PD->lock.
Carlos O'Donell
2017-05-03
1
-2
/
+11
*
nptl: Using libsupport for tst-cancel4*
Adhemerval Zanella
2017-05-01
5
-946
/
+204
*
Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).
Joseph Myers
2017-04-25
1
-0
/
+1
*
Remove CALL_THREAD_FCT macro
Adhemerval Zanella
2017-04-04
1
-4
/
+0
*
Remove __ASSUME_REQUEUE_PI
Adhemerval Zanella
2017-04-04
1
-12
/
+0
*
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-03-01
4
-4
/
+1
*
Miscellaneous low-risk changes preparing for _ISOMAC testsuite.
Zack Weinberg
2017-03-01
1
-0
/
+1
*
Split DIAG_* macros to new header libc-diag.h.
Zack Weinberg
2017-02-25
1
-1
/
+6
*
Add missing header files throughout the testsuite.
Zack Weinberg
2017-02-16
15
-16
/
+19
*
nptl: Remove COLORING_INCREMENT
Adhemerval Zanella
2017-02-06
2
-44
/
+2
*
Bug 20915: Do not initialize DTV of other threads.
Alexandre Oliva
2017-02-03
1
-5
/
+0
*
Bug 20116: Fix use after free in pthread_create()
Carlos O'Donell
2017-01-28
8
-40
/
+321
*
nptl: Add tst-robust-fork
Florian Weimer
2017-01-27
2
-1
/
+186
*
Fix mutex pretty printer test and pretty printer output.
Torvald Riegel
2017-01-20
2
-20
/
+30
*
Add compiler barriers around modifications of the robust mutex list.
Torvald Riegel
2017-01-13
4
-9
/
+125
*
robust mutexes: Fix broken x86 assembly by removing it
Torvald Riegel
2017-01-13
7
-197
/
+158
*
New pthread rwlock that is more scalable.
Torvald Riegel
2017-01-10
26
-770
/
+1348
*
Fix up tabs/spaces mismatches
Martin Galvan
2017-01-03
1
-8
/
+8
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
422
-422
/
+422
*
New condvar implementation that provides stronger ordering guarantees.
Torvald Riegel
2016-12-31
21
-830
/
+1274
*
Initialize the stack guard earlier when linking statically [BZ #7065]
Nick Alcock
2016-12-26
1
-16
/
+0
*
Fix failing pretty printer tests when CPPFLAGS has optimizations.
Carlos O'Donell
2016-12-23
2
-0
/
+11
*
Robust mutexes: Fix lost wake-up.
Torvald Riegel
2016-12-19
2
-4
/
+25
*
nptl/tst-cancel7: Add missing case label
Florian Weimer
2016-12-13
1
-0
/
+1
*
support: Introduce new subdirectory for test infrastructure
Florian Weimer
2016-12-09
2
-25
/
+22
*
Add pretty printers for the NPTL lock types
Martin Galvan
2016-12-08
15
-0
/
+1804
*
Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]
Florian Weimer
2016-11-30
1
-4
/
+0
*
Remove cached PID/TID in clone
Adhemerval Zanella
2016-11-24
5
-47
/
+11
*
Consolidate lseek/lseek64/llseek implementations
Adhemerval Zanella
2016-11-08
1
-1
/
+1
*
Write messages to stdout and use write_message instead of write
Gabriel F. T. Gomes
2016-11-07
8
-54
/
+61
*
Use write_message instead of write
Gabriel F. T. Gomes
2016-11-07
4
-26
/
+30
*
Document a behavior of an elided pthread_rwlock_unlock
Tulio Magno Quites Machado Filho
2016-10-28
1
-0
/
+4
[next]