index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
linux: Fix __NSIG_WORDS and add __NSIG_BYTES
Adhemerval Zanella
1
-0
/
+2
2020-07-07
signal: Move sys_errlist to a compat symbol
Adhemerval Zanella
1
-1
/
+1
2020-07-07
signal: Move sys_siglist to a compat symbol
Adhemerval Zanella
1
-1
/
+3
2020-07-06
Add the __libc_single_threaded variable
Florian Weimer
1
-0
/
+1
2020-05-20
<libc-symbols.h>: Add libpthread hidden alias support
Florian Weimer
1
-0
/
+23
2020-05-20
y2038: Replace __clock_gettime with __clock_gettime64
Lukasz Majewski
1
-2
/
+2
2020-05-20
y2038: linux: Provide __adjtime64 implementation
Lukasz Majewski
1
-0
/
+9
2020-05-18
Remove NO_CTORS_DTORS_SECTIONS macro
Florian Weimer
1
-3
/
+0
2020-05-06
Document the internal _ and N_ macros
Florian Weimer
1
-8
/
+24
2020-05-05
y2038: include: Move struct __timeval64 definition to a separate file
Lukasz Majewski
2
-14
/
+18
2020-05-04
float128: use builtin_signbitf128 always
Paul E. Murphy
1
-1
/
+0
2020-04-30
Add a C wrapper for prctl [BZ #25896]
H.J. Lu
1
-0
/
+1
2020-04-30
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Paul E. Murphy
7
-13
/
+13
2020-04-30
ldbl-128ibm-compat: workaround GCC 9 C++ PR90731
Paul E. Murphy
5
-0
/
+44
2020-04-27
Use 2020 as copyright year.
Carlos O'Donell
1
-1
/
+1
2020-04-26
localedef: Add verbose messages for failure paths.
Carlos O'Donell
1
-0
/
+24
2020-04-15
Linux: Remove <sys/sysctl.h> and the sysctl function
Florian Weimer
1
-3
/
+0
2020-04-06
y2038: linux: Provide __mq_timedreceive_time64 implementation
Lukasz Majewski
1
-0
/
+8
2020-04-06
y2038: linux: Provide __mq_timedsend_time64 implementation
Lukasz Majewski
1
-0
/
+9
2020-04-06
y2038: include: Move struct __timespec64 definition to a separate file
Lukasz Majewski
2
-23
/
+28
2020-04-02
linux: Use long time_t for wait4/getrusage
Alistair Francis
1
-0
/
+11
2020-04-02
resource: Add a __rusage64 struct
Alistair Francis
1
-0
/
+110
2020-04-02
linux: Use long time_t __getitimer/__setitimer
Alistair Francis
1
-0
/
+15
2020-03-27
time: Add a __itimerval64 struct
Alistair Francis
1
-0
/
+7
2020-03-27
time: Add a timeval with a 32-bit tv_sec and tv_usec
Alistair Francis
1
-0
/
+45
2020-03-25
ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally
Paul E. Murphy
6
-23
/
+67
2020-03-09
y2038: linux: Provide __futimesat64 implementation
Lukasz Majewski
1
-0
/
+4
2020-03-09
y2038: linux: Provide __lutimes64 implementation
Lukasz Majewski
1
-0
/
+3
2020-03-09
y2038: linux: Provide __futimes64 implementation
Lukasz Majewski
1
-0
/
+3
2020-03-03
y2038: linux: Provide __utime64 implementation
Lukasz Majewski
1
-0
/
+3
2020-03-03
y2038: linux: Provide __utimes64 implementation
Lukasz Majewski
1
-0
/
+3
2020-03-03
y2038: Introduce struct __utimbuf64 - new internal glibc type
Lukasz Majewski
1
-0
/
+12
2020-02-28
ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions
Tulio Magno Quites Machado Filho
1
-3
/
+6
2020-02-25
nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS
Florian Weimer
2
-1
/
+30
2020-02-25
csu: Use ELF constructor instead of _init in libc.so
Florian Weimer
1
-1
/
+1
2020-02-20
Add hidden prototypes for __sched_getparam, __sched_getscheduler
Florian Weimer
1
-0
/
+2
2020-02-18
y2038: linux: Provide __gettimeofday64 implementation
Lukasz Majewski
1
-0
/
+4
2020-02-18
Move implementation of <file_change_detection.h> into a C file
Florian Weimer
1
-90
/
+20
2020-02-15
ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]
Florian Weimer
5
-3
/
+99
2020-02-15
Remove weak declaration of free from <inline-hashtab.h>
Florian Weimer
1
-8
/
+3
2020-02-12
io: Implement lchmod using fchmodat [BZ #14578]
Florian Weimer
1
-0
/
+1
2020-02-12
Add internal <file_change_detection.h> header file
Florian Weimer
1
-0
/
+140
2020-02-07
y2038: linux: Provide __settimeofday64 implementation
Lukasz Majewski
1
-0
/
+9
2020-02-07
y2038: Provide conversion helpers for struct __timeval64
Lukasz Majewski
1
-0
/
+49
2020-02-07
y2038: Introduce struct __timeval64 - new internal glibc type
Lukasz Majewski
1
-0
/
+14
2020-02-05
y2038: linux: Provide __timespec_get64 implementation
Lukasz Majewski
1
-0
/
+3
2020-02-03
rt: avoid PLT setup in timer_[sg]ettime
Andreas Schwab
1
-2
/
+2
2020-02-02
y2038: linux: Provide __sched_rr_get_interval64 implementation
Lukasz Majewski
1
-0
/
+7
2020-02-02
y2038: linux: Provide __timerfd_settime64 implementation
Lukasz Majewski
1
-0
/
+5
2020-02-02
y2038: linux: Provide __timerfd_gettime64 implementation
Lukasz Majewski
1
-0
/
+3
[prev]
[next]