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
*
y2038: linux: Provide __futimesat64 implementation
Lukasz Majewski
2020-03-09
1
-0
/
+4
*
y2038: linux: Provide __lutimes64 implementation
Lukasz Majewski
2020-03-09
1
-0
/
+3
*
y2038: linux: Provide __futimes64 implementation
Lukasz Majewski
2020-03-09
1
-0
/
+3
*
y2038: linux: Provide __utime64 implementation
Lukasz Majewski
2020-03-03
1
-0
/
+3
*
y2038: linux: Provide __utimes64 implementation
Lukasz Majewski
2020-03-03
1
-0
/
+3
*
y2038: Introduce struct __utimbuf64 - new internal glibc type
Lukasz Majewski
2020-03-03
1
-0
/
+12
*
ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions
Tulio Magno Quites Machado Filho
2020-02-28
1
-3
/
+6
*
nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS
Florian Weimer
2020-02-25
2
-1
/
+30
*
csu: Use ELF constructor instead of _init in libc.so
Florian Weimer
2020-02-25
1
-1
/
+1
*
Add hidden prototypes for __sched_getparam, __sched_getscheduler
Florian Weimer
2020-02-20
1
-0
/
+2
*
y2038: linux: Provide __gettimeofday64 implementation
Lukasz Majewski
2020-02-18
1
-0
/
+4
*
Move implementation of <file_change_detection.h> into a C file
Florian Weimer
2020-02-18
1
-90
/
+20
*
ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]
Florian Weimer
2020-02-15
5
-3
/
+99
*
Remove weak declaration of free from <inline-hashtab.h>
Florian Weimer
2020-02-15
1
-8
/
+3
*
io: Implement lchmod using fchmodat [BZ #14578]
Florian Weimer
2020-02-12
1
-0
/
+1
*
Add internal <file_change_detection.h> header file
Florian Weimer
2020-02-12
1
-0
/
+140
*
y2038: linux: Provide __settimeofday64 implementation
Lukasz Majewski
2020-02-07
1
-0
/
+9
*
y2038: Provide conversion helpers for struct __timeval64
Lukasz Majewski
2020-02-07
1
-0
/
+49
*
y2038: Introduce struct __timeval64 - new internal glibc type
Lukasz Majewski
2020-02-07
1
-0
/
+14
*
y2038: linux: Provide __timespec_get64 implementation
Lukasz Majewski
2020-02-05
1
-0
/
+3
*
rt: avoid PLT setup in timer_[sg]ettime
Andreas Schwab
2020-02-03
1
-2
/
+2
*
y2038: linux: Provide __sched_rr_get_interval64 implementation
Lukasz Majewski
2020-02-02
1
-0
/
+7
*
y2038: linux: Provide __timerfd_settime64 implementation
Lukasz Majewski
2020-02-02
1
-0
/
+5
*
y2038: linux: Provide __timerfd_gettime64 implementation
Lukasz Majewski
2020-02-02
1
-0
/
+3
*
Update version numbers for 2.31 release
Siddhesh Poyarekar
2020-02-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
33
-33
/
+33
*
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
[next]