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
/
sysdeps
/
nptl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux: set_robust_list syscall number is always available
Florian Weimer
2020-03-03
1
-6
/
+4
*
nptl: Move pthread_setschedparam implementation into libc
Florian Weimer
2020-02-20
1
-2
/
+0
*
nptl: Move pthread_getschedparam implementation into libc
Florian Weimer
2020-02-20
1
-1
/
+0
*
nptl: Move pthread_cond_init implementation into libc
Florian Weimer
2020-02-20
1
-4
/
+0
*
nptl: Move pthread_cond_destroy implementation into libc
Florian Weimer
2020-02-20
1
-2
/
+0
*
nptl: Move pthread_condattr_init implementation into libc
Florian Weimer
2020-02-20
1
-1
/
+0
*
nptl: Move pthread_condattr_destroy implementation into libc
Florian Weimer
2020-02-20
1
-1
/
+0
*
nptl: Move pthread_attr_setscope implementation into libc
Florian Weimer
2020-02-20
1
-1
/
+0
*
nptl: Move pthread_attr_getscope implementation into libc
Florian Weimer
2020-02-20
1
-1
/
+0
*
nptl: Move pthread_attr_setschedpolicy implementation into libc
Florian Weimer
2020-02-20
1
-1
/
+0
*
nptl: Move pthread_attr_getschedpolicy implementation into libc
Florian Weimer
2020-02-20
1
-1
/
+0
*
linux: Remove INTERNAL_SYSCALL_DECL
Adhemerval Zanella
2020-02-14
1
-5
/
+4
*
nptl: update default pthread-offsets.h
Andreas Schwab
2020-02-10
1
-16
/
+6
*
C11 threads: Move implementation to sysdeps/pthread
Samuel Thibault
2020-02-09
2
-204
/
+2
*
nptl: Move nptl-specific types to separate header
Samuel Thibault
2020-02-09
2
-8
/
+15
*
nptl: Avoid using PTHREAD_MUTEX_DEFAULT in macro definition [BZ #25271]
Florian Weimer
2020-01-30
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
33
-33
/
+33
*
nptl: Fix __PTHREAD_MUTEX_INITIALIZER for !__PTHREAD_MUTEX_HAVE_PREV
Adhemerval Zanella
2019-11-26
1
-1
/
+1
*
nptl: Add default pthread-offsets.h
Adhemerval Zanella
2019-11-26
1
-0
/
+26
*
nptl: Add default pthreadtypes-arch.h
Adhemerval Zanella
2019-11-26
1
-0
/
+45
*
nptl: Add struct_rwlock.h
Adhemerval Zanella
2019-11-26
3
-28
/
+78
*
nptl: Add struct_mutex.h
Adhemerval Zanella
2019-11-26
3
-133
/
+113
*
nptl: Remove rwlock elision definitions
Adhemerval Zanella
2019-11-26
1
-3
/
+3
*
nptl: Fix niggles with pthread_clockjoin_np
Mike Crowe
2019-11-04
1
-1
/
+1
*
nptl: Add pthread_clockjoin_np
Mike Crowe
2019-11-01
1
-0
/
+11
*
Refactor PI mutexes internal definitions
Adhemerval Zanella
2019-10-31
2
-0
/
+95
*
nptl: Replace non cancellable pause/nanosleep with futex
Adhemerval Zanella
2019-10-31
1
-2
/
+13
*
Consolidate lowlevellock-futex.h
Adhemerval Zanella
2019-10-31
1
-37
/
+128
*
Consolidate futex-internal.h
Adhemerval Zanella
2019-10-31
1
-15
/
+196
*
nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
Florian Weimer
2019-10-18
1
-24
/
+5
*
nptl: Move pthread_attr_setschedparam implementation into libc
Florian Weimer
2019-10-07
1
-2
/
+0
*
nptl: Move pthread_attr_getschedparam implementation into libc
Florian Weimer
2019-10-07
1
-2
/
+0
*
nptl: Move pthread_attr_setinheritsched implementation into libc.
Florian Weimer
2019-10-04
1
-1
/
+0
*
Split up endian.h to minimize exposure of BYTE_ORDER.
Alistair Francis
2019-10-01
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
30
-30
/
+30
*
nptl: Move pthread_attr_getinheritsched implementation into libc
Florian Weimer
2019-08-30
1
-1
/
+0
*
nptl: Move pthread_attr_setdetachstate implementation into libc
Florian Weimer
2019-08-28
1
-1
/
+0
*
nptl: Move pthread_attr_getdetachstate implementation into libc
Florian Weimer
2019-08-16
1
-1
/
+0
*
nptl: Move pthread_attr_init implementation into libc
Florian Weimer
2019-08-15
1
-2
/
+0
*
nptl: Move pthread_attr_destroy implementation into libc
Florian Weimer
2019-08-15
1
-1
/
+0
*
nptl: Move pthread_equal implementation into libc
Florian Weimer
2019-08-15
1
-1
/
+0
*
nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libc
Mike Crowe
2019-07-18
1
-4
/
+0
*
nptl: Remove futex_supports_exact_relative_timeouts
Mike Crowe
2019-07-12
1
-8
/
+1
*
nptl: Add POSIX-proposed pthread_mutex_clocklock
Mike Crowe
2019-07-12
1
-0
/
+7
*
nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter
Mike Crowe
2019-07-12
1
-7
/
+9
*
nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlock
Mike Crowe
2019-07-12
1
-0
/
+14
*
nptl: Add POSIX-proposed pthread_cond_clockwait
Mike Crowe
2019-07-12
2
-0
/
+19
*
nptl: Add clockid parameter to futex timed wait calls
Mike Crowe
2019-07-12
2
-5
/
+17
*
x86: Remove arch-specific low level lock implementation
Adhemerval Zanella
2019-05-14
1
-1
/
+3
*
Assume LLL_LOCK_INITIALIZER is 0
Adhemerval Zanella
2019-05-14
1
-14
/
+3
[next]