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
/
nptl
Commit message (
Expand
)
Author
Age
Files
Lines
*
nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout test
Mike Crowe
2019-11-01
2
-0
/
+75
*
nptl: Add pthread_clockjoin_np
Mike Crowe
2019-11-01
15
-28
/
+181
*
nptl: Convert tst-join3 to use libsupport
Mike Crowe
2019-11-01
1
-66
/
+20
*
Refactor PI mutexes internal definitions
Adhemerval Zanella
2019-10-31
5
-69
/
+42
*
nptl: Replace non cancellable pause/nanosleep with futex
Adhemerval Zanella
2019-10-31
3
-35
/
+23
*
Change most internal uses of __gettimeofday to __clock_gettime.
Zack Weinberg
2019-10-30
2
-8
/
+6
*
time: Introduce function to check correctness of nanoseconds value
Lukasz Majewski
2019-10-27
7
-12
/
+15
*
nptl: Document AS-safe functions in cancellation.c.
Carlos O'Donell
2019-10-18
1
-2
/
+5
*
nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
Florian Weimer
2019-10-18
8
-50
/
+29
*
nptl/tst-cancel25 needs to be an internal test
Florian Weimer
2019-10-18
2
-2
/
+3
*
nptl: Move pthread_attr_setschedparam implementation into libc
Florian Weimer
2019-10-07
4
-8
/
+2
*
nptl: Move pthread_attr_getschedparam implementation into libc
Florian Weimer
2019-10-07
4
-7
/
+3
*
nptl: Move pthread_attr_setinheritsched implementation into libc.
Florian Weimer
2019-10-04
4
-7
/
+2
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
487
-487
/
+487
*
nptl: Move pthread_attr_getinheritsched implementation into libc
Florian Weimer
2019-08-30
4
-6
/
+2
*
nptl: Move pthread_attr_setdetachstate implementation into libc
Florian Weimer
2019-08-28
4
-7
/
+2
*
nptl: Move pthread_attr_getdetachstate implementation into libc
Florian Weimer
2019-08-16
4
-7
/
+3
*
nptl: Move pthread_attr_init implementation into libc
Florian Weimer
2019-08-15
5
-21
/
+4
*
nptl: Remove pthread_self compatibility symbol from libpthread
Florian Weimer
2019-08-15
3
-30
/
+2
*
nptl: Move pthread_attr_destroy implementation into libc
Florian Weimer
2019-08-15
5
-7
/
+5
*
nptl: Move pthread_equal implementation into libc
Florian Weimer
2019-08-15
3
-7
/
+2
*
nptl: Use uintptr_t for address diagnostic in nptl/tst-pthread-getattr
Florian Weimer
2019-07-30
1
-8
/
+9
*
nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libc
Mike Crowe
2019-07-18
2
-6
/
+0
*
nptl: Remove futex_supports_exact_relative_timeouts
Mike Crowe
2019-07-12
2
-10
/
+0
*
nptl: Add POSIX-proposed pthread_mutex_clocklock
Mike Crowe
2019-07-12
9
-27
/
+160
*
nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter
Mike Crowe
2019-07-12
2
-13
/
+18
*
nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlock
Mike Crowe
2019-07-12
14
-100
/
+307
*
nptl: pthread_rwlock: Move timeout validation into _full functions
Mike Crowe
2019-07-12
3
-20
/
+20
*
nptl: Add POSIX-proposed pthread_cond_clockwait
Mike Crowe
2019-07-12
9
-18
/
+221
*
nptl: Add POSIX-proposed sem_clockwait
Mike Crowe
2019-07-12
9
-20
/
+193
*
nptl: Add clockid parameter to futex timed wait calls
Mike Crowe
2019-07-12
4
-34
/
+16
*
nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]
Florian Weimer
2019-07-02
4
-70
/
+42
*
Fix build warnings in nptl/tst-eintr1.c
Stefan Liebler
2019-06-26
1
-3
/
+2
*
nptl: Convert various tests to use libsupport
Mike Crowe
2019-06-21
9
-409
/
+117
*
nptl: Add comment to __pthread_get_minstack about external users
Florian Weimer
2019-05-27
1
-0
/
+8
*
Assume LLL_LOCK_INITIALIZER is 0
Adhemerval Zanella
2019-05-14
5
-38
/
+0
*
Small optimization for lowlevellock
Adhemerval Zanella
2019-05-14
1
-12
/
+19
*
Add single-thread.h header
Adhemerval Zanella
2019-05-14
1
-37
/
+0
*
sem_close: Use __twalk_r
Florian Weimer
2019-05-10
1
-13
/
+15
*
nptl/tst-abstime: Use libsupport
Mike Crowe
2019-05-09
1
-52
/
+18
*
nptl: Convert some rwlock tests to use libsupport
Mike Crowe
2019-05-09
4
-386
/
+97
*
nptl: Use recent additions to libsupport in tst-sem5
Mike Crowe
2019-05-09
1
-16
/
+5
*
nptl: Convert tst-cond11.c to use libsupport
Mike Crowe
2019-05-09
1
-133
/
+36
*
Move nptl/tst-eintr1 to xtests
Szabolcs Nagy
2019-05-09
1
-1
/
+6
*
nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctly
Mike Crowe
2019-03-25
1
-6
/
+6
*
nptl: Convert tst-sem5 & tst-sem13 to use libsupport
Mike Crowe
2019-03-25
2
-79
/
+20
*
Refactor hp-timing rtld usage
Adhemerval Zanella
2019-03-22
1
-1
/
+1
*
nptl: Remove pthread_clock_gettime pthread_clock_settime
Adhemerval Zanella
2019-03-22
8
-192
/
+1
*
nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support
Adhemerval Zanella
2019-03-05
2
-56
/
+0
*
Add some spaces before '('.
Joseph Myers
2019-02-27
2
-3
/
+3
[next]