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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not redirect calls to __GI_* symbols, when redirecting to *ieee128
Tulio Magno Quites Machado Filho
2019-12-27
2
-2
/
+12
*
Implement waitpid in terms of wait4
Adhemerval Zanella
2019-12-19
1
-0
/
+1
*
hurd: Fix local PLT
Samuel Thibault
2019-12-13
1
-0
/
+10
*
dlopen: Rework handling of pending NODELETE status
Florian Weimer
2019-12-13
1
-20
/
+11
*
nptl: Add more missing placeholder abi symbol from nanosleep move
Adhemerval Zanella
2019-12-09
1
-0
/
+36
*
y2038: linux: Provide __timer_settime64 implementation
Lukasz Majewski
2019-12-05
1
-0
/
+9
*
y2038: linux: Provide __timer_gettime64 implementation
Lukasz Majewski
2019-12-05
1
-0
/
+7
*
time: Introduce glibc's internal struct __itimerspec64
Lukasz Majewski
2019-12-05
1
-0
/
+11
*
sysdeps/clock_gettime: Use clock_gettime64 if avaliable
Alistair Francis
2019-12-04
1
-0
/
+3
*
ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
Rajalakshmi Srinivasaraghavan
2019-12-03
1
-0
/
+1
*
hurd: Fix ld.so __access override from libc
Samuel Thibault
2019-12-01
1
-1
/
+2
*
hurd: Fix ld.so __getcwd override from libc
Samuel Thibault
2019-12-01
1
-1
/
+2
*
Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]
Florian Weimer
2019-11-27
1
-0
/
+20
*
Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions
Gabriel F. T. Gomes
2019-11-22
1
-6
/
+0
*
Enable inlining issignalingf within glibc
Paul A. Clarke
2019-11-21
1
-0
/
+53
*
Avoid zero-length array at the end of struct link_map [BZ #25097]
Florian Weimer
2019-11-15
1
-8
/
+10
*
y2038: linux: Provide __ppoll64 implementation
Lukasz Majewski
2019-11-11
1
-1
/
+12
*
sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
Alistair Francis
2019-11-08
1
-0
/
+8
*
Refactor nanosleep in terms of clock_nanosleep
Adhemerval Zanella
2019-11-06
1
-0
/
+3
*
posix: Sync regex with gnulib
Adhemerval Zanella
2019-11-06
1
-0
/
+2
*
y2038: linux: Provide __futimens64 implementation
Lukasz Majewski
2019-11-02
1
-0
/
+7
*
y2038: linux: Provide __utimensat64 implementation
Lukasz Majewski
2019-11-02
1
-0
/
+12
*
Sync intprops.h with gnulib
Adhemerval Zanella
2019-10-31
1
-45
/
+169
*
Refactor adjtimex based on clock_adjtime
Adhemerval Zanella
2019-10-31
1
-0
/
+5
*
Make second argument of gettimeofday as 'void *'
Zack Weinberg
2019-10-30
1
-1
/
+1
*
Use clock_gettime to implement gettimeofday.
Adhemerval Zanella
2019-10-30
1
-2
/
+0
*
Change most internal uses of time to __clock_gettime.
Adhemerval Zanella
2019-10-30
1
-1
/
+11
*
Use clock_settime to implement settimeofday.
Zack Weinberg
2019-10-30
1
-2
/
+1
*
y2038: linux: Provide __clock_getres64 implementation
Lukasz Majewski
2019-10-27
1
-0
/
+8
*
time: Introduce function to check correctness of nanoseconds value
Lukasz Majewski
2019-10-27
1
-0
/
+8
*
sysvipc: Implement semop based on semtimedop
Adhemerval Zanella
2019-10-17
1
-1
/
+9
*
dlfcn: Remove remnants of caller sensitivity from dlinfo
Florian Weimer
2019-10-16
1
-3
/
+2
*
y2038: linux: Provide __clock_settime64 implementation
Lukasz Majewski
2019-10-10
1
-0
/
+8
*
posix: Use posix_spawn for wordexp
Adhemerval Zanella
2019-10-09
1
-0
/
+3
*
<dirent.h>: Remove wrong comment about getdents64 declaration
Petr Vorel
2019-10-09
1
-2
/
+1
*
Y2038: Include proper header to provide support for struct timeval on HURD
Lukasz Majewski
2019-10-02
1
-0
/
+1
*
Split up endian.h to minimize exposure of BYTE_ORDER.
Alistair Francis
2019-10-01
1
-0
/
+1
*
y2038: Provide conversion helpers for struct __timespec64
Lukasz Majewski
2019-10-01
1
-0
/
+49
*
y2038: Introduce struct __timespec64 - new internal glibc type
Lukasz Majewski
2019-09-26
1
-0
/
+24
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
32
-32
/
+32
*
Finish move of clock_* functions to libc. [BZ #24959]
Zack Weinberg
2019-09-04
1
-3
/
+1
*
Do not print backtraces on fatal glibc errors
Florian Weimer
2019-08-19
1
-4
/
+0
*
Make totalorder and totalordermag functions take pointer arguments.
Joseph Myers
2019-08-15
2
-6
/
+8
*
Declare most TS 18661-1 interfaces for C2X.
Joseph Myers
2019-08-13
1
-1
/
+1
*
Add feature test macro _ISOC2X_SOURCE.
Joseph Myers
2019-08-13
1
-3
/
+18
*
Tag 2.30 release.
glibc-2.30
Carlos O'Donell
2019-08-01
1
-1
/
+1
*
Don't declare __malloc_check_init in <malloc.h> (bug 23352)
Andreas Schwab
2019-07-10
1
-2
/
+0
*
elf: Refuse to dlopen PIE objects [BZ #24323]
Florian Weimer
2019-06-18
1
-1
/
+1
*
Linux: Deprecate <sys/sysctl.h> and sysctl
Florian Weimer
2019-06-12
1
-10
/
+0
*
<sys/stat.h>: Use Linux UAPI header for statx if available and useful
Florian Weimer
2019-06-12
3
-0
/
+3
[next]