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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
Commit message (
Expand
)
Author
Age
Files
Lines
*
nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
Florian Weimer
2020-06-02
9
-8
/
+360
*
nptl: Make pthread_attr_t dynamically extensible
Florian Weimer
2020-06-02
8
-27
/
+79
*
nptl: Destroy the default thread attribute as part of freeres
Florian Weimer
2020-06-02
3
-0
/
+13
*
nptl: Change type of __default_pthread_attr
Florian Weimer
2020-06-02
8
-15
/
+14
*
nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_np
Florian Weimer
2020-06-02
1
-16
/
+14
*
nptl: Use __pthread_getattr_default_np in pthread_create
Florian Weimer
2020-06-02
1
-25
/
+7
*
nptl: Add internal alias __pthread_getattr_default_np
Florian Weimer
2020-06-02
3
-1
/
+6
*
htl: Make pthread_cond_destroy wait for threads to be woken
Samuel Thibault
2020-06-01
3
-176
/
+1
*
htl: Enable more cond tests
Samuel Thibault
2020-06-01
1
-1
/
+1
*
htl: Add clock variants
Samuel Thibault
2020-05-26
21
-1421
/
+441
*
signal: Deprecate additional legacy signal handling functions
Florian Weimer
2020-05-25
7
-26
/
+23
*
nptl: Use __pthread_attr_copy in pthread_setattr_default_np
Florian Weimer
2020-05-20
1
-38
/
+15
*
nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)
Florian Weimer
2020-05-20
3
-9
/
+82
*
nptl: Add __pthread_attr_copy for copying pthread_attr_t objects
Florian Weimer
2020-05-20
4
-0
/
+65
*
nptl: Make __pthread_attr_init, __pthread_attr_destroy available internally
Florian Weimer
2020-05-20
4
-4
/
+9
*
nptl: Move pthread_gettattr_np into libc
Florian Weimer
2020-05-20
4
-7
/
+21
*
nptl: Move pthread_getaffinity_np into libc
Florian Weimer
2020-05-20
4
-10
/
+20
*
nptl: Move pthread_attr_setaffinity_np into libc
Florian Weimer
2020-05-20
4
-10
/
+29
*
nptl: Replace some stubs with the Linux implementation
Florian Weimer
2020-05-20
9
-30
/
+626
*
nptl: wait for pending setxid request also in detached thread (bug 25942)
Andreas Schwab
2020-05-12
1
-5
/
+6
*
nptl/tst-setuid1-static: Improve isolation from system objects
Florian Weimer
2020-04-27
1
-0
/
+5
*
nptl: Start new threads with all signals blocked [BZ #25098]
Florian Weimer
2020-04-27
2
-24
/
+32
*
signal: Only handle on NSIG signals on signal functions (BZ #25657)
Adhemerval Zanella
2020-04-21
3
-5
/
+66
*
linux: Use pthread_sigmask on sigprocmask
Adhemerval Zanella
2020-04-21
2
-0
/
+3
*
nptl: Move pthread_sigmask implementation to libc
Adhemerval Zanella
2020-04-21
3
-4
/
+14
*
Linux: set_robust_list syscall number is always available
Florian Weimer
2020-03-03
2
-8
/
+2
*
nptl: Move pthread_setschedparam implementation into libc
Florian Weimer
2020-02-20
4
-9
/
+1
*
nptl: Move pthread_getschedparam implementation into libc
Florian Weimer
2020-02-20
4
-6
/
+3
*
nptl: Move pthread_cond_init implementation into libc
Florian Weimer
2020-02-20
7
-20
/
+8
*
nptl: Move pthread_cond_destroy implementation into libc
Florian Weimer
2020-02-20
7
-19
/
+13
*
nptl: Move pthread_condattr_init implementation into libc
Florian Weimer
2020-02-20
4
-6
/
+1
*
nptl: Move pthread_condattr_destroy implementation into libc
Florian Weimer
2020-02-20
4
-4
/
+3
*
nptl: Move pthread_attr_setscope implementation into libc
Florian Weimer
2020-02-20
4
-8
/
+1
*
nptl: Move pthread_attr_getscope implementation into libc
Florian Weimer
2020-02-20
4
-5
/
+3
*
nptl: Move pthread_attr_setschedpolicy implementation into libc
Florian Weimer
2020-02-20
4
-6
/
+1
*
nptl: Move pthread_attr_getschedpolicy implementation into libc
Florian Weimer
2020-02-20
4
-5
/
+3
*
nptl: Sort routines list in Makefile alphabetically
Florian Weimer
2020-02-20
1
-7
/
+21
*
nptl: Use .NOTPARALLEL in Makefile only if actually running tests
Florian Weimer
2020-02-20
1
-1
/
+3
*
Block all signals on timer_create thread (BZ#10815)
Adhemerval Zanella
2020-02-19
2
-1
/
+83
*
Introduce <elf-initfini.h> and ELF_INITFINI for all architectures
Florian Weimer
2020-02-18
1
-3
/
+10
*
pthread: Fix building tst-robust8 with nptl
Samuel Thibault
2020-02-16
1
-2
/
+2
*
pthread: Move robust mutex tests from nptl to sysdeps/pthread
Samuel Thibault
2020-02-16
12
-1059
/
+3
*
linux: Remove INTERNAL_SYSCALL_DECL
Adhemerval Zanella
2020-02-14
7
-50
/
+32
*
nptl: Remove ununsed pthread-errnos.h rule
Adhemerval Zanella
2020-02-14
2
-15
/
+1
*
pthread: Move some join tests from nptl to sysdeps/pthread
Samuel Thibault
2020-02-10
13
-521
/
+8
*
pthread: Move most barrier tests from nptl to sysdeps/pthread
Samuel Thibault
2020-02-10
5
-530
/
+0
*
pthread: Move most sem tests from nptl to sysdeps/pthread
Samuel Thibault
2020-02-10
13
-1197
/
+1
*
pthread: Move key tests from nptl to sysdeps/pthread
Samuel Thibault
2020-02-10
5
-497
/
+0
*
pthread: Move some rwlock tests from nptl to sysdeps/pthread
Samuel Thibault
2020-02-09
8
-1109
/
+4
*
pthread: Move most once tests from nptl to sysdeps/pthread
Samuel Thibault
2020-02-09
7
-524
/
+2
[next]