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
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
nptl: Add more missing placeholder abi symbol from nanosleep move
Adhemerval Zanella
2019-12-09
15
-9
/
+15
*
y2038: linux: Provide __timer_settime64 implementation
Lukasz Majewski
2019-12-05
1
-6
/
+62
*
y2038: linux: Provide __timer_gettime64 implementation
Lukasz Majewski
2019-12-05
1
-4
/
+40
*
timer: Decouple x86_64 specific timer_settime from generic Linux implementation
Lukasz Majewski
2019-12-05
2
-11
/
+10
*
timer: Decouple x86_64 specific timer_gettime from generic Linux implementation
Lukasz Majewski
2019-12-05
2
-11
/
+8
*
misc/test-errno-linux: Handle EINVAL from quotactl
Florian Weimer
2019-12-05
1
-2
/
+3
*
sysdeps/clock_gettime: Use clock_gettime64 if avaliable
Alistair Francis
2019-12-04
1
-1
/
+43
*
sysdeps: Add clock_gettime64 vDSO
Alistair Francis
2019-12-04
2
-0
/
+14
*
hurd: Fix ld.so __access override from libc
Samuel Thibault
2019-12-01
1
-0
/
+1
*
hurd: Fix ld.so __getcwd override from libc
Samuel Thibault
2019-12-01
1
-0
/
+1
*
Update kernel version to 5.4 in tst-mman-consts.py.
Joseph Myers
2019-11-29
1
-1
/
+1
*
Update SOMAXCONN value from Linux 5.4.
Joseph Myers
2019-11-29
1
-1
/
+1
*
Update syscall-names.list for Linux 5.4.
Joseph Myers
2019-11-28
1
-2
/
+2
*
Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.
Joseph Myers
2019-11-28
1
-0
/
+2
*
sparc: Use atomic compiler builtins on sparc
Adhemerval Zanella
2019-11-27
1
-130
/
+0
*
hppa: Remove unrequired nptl headers
Adhemerval Zanella
2019-11-26
1
-1171
/
+0
*
nptl: Add struct_rwlock.h
Adhemerval Zanella
2019-11-26
1
-12
/
+2
*
nptl: Add struct_mutex.h
Adhemerval Zanella
2019-11-26
1
-7
/
+4
*
misc: Set generic pselect as ENOSYS
Adhemerval Zanella
2019-11-22
2
-33
/
+77
*
Don't use a custom wrapper macro around __has_include (bug 25189).
Emilio Cobos Álvarez
2019-11-21
1
-5
/
+7
*
rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...
Marcin Kościelnicki
2019-11-21
1
-1
/
+2
*
linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
Florian Weimer
2019-11-15
1
-0
/
+5
*
nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)
Florian Weimer
2019-11-14
1
-0
/
+9
*
Fix clock_nanosleep when interrupted by a signal
Adhemerval Zanella
2019-11-11
1
-9
/
+7
*
y2038: linux: Provide __ppoll64 implementation
Lukasz Majewski
2019-11-11
1
-4
/
+45
*
linux: Reduce stack size for nptl/tst-thread-affinity-pthread
Florian Weimer
2019-11-11
1
-1
/
+4
*
sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
Alistair Francis
2019-11-08
1
-4
/
+57
*
Remove hppa pthreadP.h
Adhemerval Zanella
2019-11-08
1
-16
/
+0
*
nptl: Add missing placeholder abi symbol from nanosleep move
Adhemerval Zanella
2019-11-07
9
-0
/
+9
*
Refactor nanosleep in terms of clock_nanosleep
Adhemerval Zanella
2019-11-06
3
-118
/
+1
*
nptl: Move nanosleep implementation to libc
Adhemerval Zanella
2019-11-06
27
-54
/
+0
*
linux: pselect: Remove CALL_PSELECT6 macro
Lukasz Majewski
2019-11-05
1
-9
/
+2
*
nptl: Fix niggles with pthread_clockjoin_np
Mike Crowe
2019-11-04
1
-0
/
+11
*
hppa: Align __clone stack argument to 8 bytes (Bug 25066)
John David Anglin
2019-11-03
1
-2
/
+7
*
y2038: linux: Provide __futimens64 implementation
Lukasz Majewski
2019-11-02
1
-3
/
+19
*
y2038: linux: Provide __utimensat64 implementation
Lukasz Majewski
2019-11-02
1
-4
/
+61
*
nptl: Add pthread_clockjoin_np
Mike Crowe
2019-11-01
27
-0
/
+27
*
Refactor adjtimex based on clock_adjtime
Adhemerval Zanella
2019-10-31
2
-2
/
+2
*
Remove pause and nanosleep not cancel wrappers
Adhemerval Zanella
2019-10-31
4
-72
/
+2
*
nptl: Replace non cancellable pause/nanosleep with futex
Adhemerval Zanella
2019-10-31
1
-2
/
+20
*
Consolidate lowlevellock-futex.h
Adhemerval Zanella
2019-10-31
1
-168
/
+0
*
Consolidate futex-internal.h
Adhemerval Zanella
2019-10-31
1
-255
/
+0
*
Make second argument of gettimeofday as 'void *'
Zack Weinberg
2019-10-30
3
-6
/
+6
*
Use clock_gettime to implement gettimeofday.
Adhemerval Zanella
2019-10-30
11
-222
/
+74
*
Use clock_gettime to implement timespec_get.
Zack Weinberg
2019-10-30
1
-46
/
+0
*
Consolidate and deprecate ftime
Zack Weinberg
2019-10-30
2
-43
/
+0
*
Change most internal uses of time to __clock_gettime.
Adhemerval Zanella
2019-10-30
7
-112
/
+35
*
Use clock_gettime to implement time.
Adhemerval Zanella
2019-10-30
2
-26
/
+7
*
Use clock_settime to implement settimeofday.
Zack Weinberg
2019-10-30
7
-65
/
+76
*
Use clock_settime to implement stime; withdraw stime.
Zack Weinberg
2019-10-30
2
-40
/
+0
[next]