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-12-04
y2038: Convert gai_suspend to support 64 bit time
Lukasz Majewski
1
-0
/
+7
2020-12-04
symbols: Add defines for libanl's libanl_hidden_{def|proto}
Lukasz Majewski
1
-0
/
+8
2020-11-30
y2038: Convert aio_suspend to support 64 bit time
Lukasz Majewski
1
-0
/
+8
2020-11-13
Remove tls.h inclusion from internal errno.h
Adhemerval Zanella
1
-2
/
+0
2020-11-11
hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbols
Samuel Thibault
1
-31
/
+0
2020-11-11
hurd: keep only required PLTs in ld.so
Samuel Thibault
9
-8
/
+10
2020-10-27
misc: Add internal __getauxval2 function
Florian Weimer
1
-0
/
+5
2020-10-27
time: Add 64-bit time_t support for ftime
Adhemerval Zanella
3
-0
/
+29
2020-10-27
Reinstate ftime and add deprecate message on ftime usage
Adhemerval Zanella
1
-0
/
+1
2020-10-19
Move vtimes to a compatibility symbol
Adhemerval Zanella
1
-1
/
+0
2020-10-19
y2038: linux: Provide __time64 implementation
Lukasz Majewski
1
-0
/
+7
2020-10-16
linux: Add __readdir_unlocked
Adhemerval Zanella
1
-0
/
+1
2020-10-16
linux: Simplify opendir buffer allocation
Adhemerval Zanella
1
-1
/
+2
2020-10-16
linux: Add 64-bit time_t support for wait3
Adhemerval Zanella
1
-0
/
+4
2020-10-16
Move ftime to a compatibility symbol
Adhemerval Zanella
1
-1
/
+0
2020-10-15
y2038: Remove not used __fstatat_time64 define
Lukasz Majewski
1
-1
/
+0
2020-10-09
linux: Move xmknod{at} to compat symbols
Adhemerval Zanella
1
-2
/
+2
2020-10-09
linux: Add {f}stat{at} y2038 support
Adhemerval Zanella
1
-0
/
+20
2020-10-09
linux: Disentangle fstatat from fxstatat
Adhemerval Zanella
1
-5
/
+27
2020-10-09
Remove mknod wrapper functions, move them to symbols
Adhemerval Zanella
1
-5
/
+9
2020-10-09
Remove stat wrapper functions, move them to exported symbols
Adhemerval Zanella
1
-37
/
+55
2020-10-08
elf: Make __rtld_env_path_list and __rtld_search_dirs global variables
Florian Weimer
1
-0
/
+4
2020-10-08
elf: Implement __rtld_malloc_is_complete
Florian Weimer
1
-0
/
+4
2020-10-05
Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)
Joseph Myers
1
-0
/
+1
2020-09-28
linux: Add time64 recvmmsg support
Adhemerval Zanella
1
-0
/
+8
2020-09-28
linux: Add time64 support for nanosleep
Adhemerval Zanella
1
-0
/
+9
2020-09-28
linux: Add time64 sigtimedwait support
Adhemerval Zanella
1
-0
/
+8
2020-09-28
linux: Add time64 select support
Adhemerval Zanella
2
-0
/
+14
2020-09-11
linux: Add time64 pselect support
Adhemerval Zanella
1
-0
/
+16
2020-09-11
Remove internal usage of extensible stat functions
Adhemerval Zanella
1
-0
/
+1
2020-08-19
Add C2x BOOL_MAX and BOOL_WIDTH to limits.h.
Joseph Myers
1
-0
/
+12
2020-08-04
Sync intprops.h from Gnulib
Paul Eggert
1
-6
/
+11
2020-08-04
Prepare for glibc 2.32 release.
glibc-2.32
Carlos O'Donell
1
-1
/
+1
2020-07-21
libio: Remove __libc_readline_unlocked
Florian Weimer
1
-13
/
+0
2020-07-21
nss: Add __nss_fgetent_r
Florian Weimer
1
-0
/
+29
2020-07-21
libio: Add fseterr_unlocked for internal use
Florian Weimer
1
-0
/
+7
2020-07-21
nss_files: Use generic result pointer in parse_line
Florian Weimer
1
-36
/
+12
2020-07-21
nss_files: Consolidate line parse declarations in <nss_files.h>
Florian Weimer
8
-49
/
+51
2020-07-21
nss_files: Consolidate file opening in __nss_files_fopen
Florian Weimer
1
-0
/
+28
2020-07-17
Move <rpc/netdb.h> from sunrpc to inet
Florian Weimer
1
-1
/
+1
2020-07-13
Remove --enable-obsolete-rpc configure flag
Petr Vorel
2
-13
/
+2
2020-07-09
sysv: linux: Add 64-bit time_t variant for shmctl
Adhemerval Zanella
1
-1
/
+1
2020-07-09
sysv: linux: Add 64-bit time_t variant for msgctl
Adhemerval Zanella
1
-11
/
+1
2020-07-09
sysv: linux: Add 64-bit time_t variant for semctl
Adhemerval Zanella
1
-9
/
+1
2020-07-08
Remove --enable-obsolete-nsl configure flag
Petr Vorel
12
-101
/
+6
2020-07-08
sunrpc: Remove hidden aliases for global data symbols (bug 26210)
Florian Weimer
2
-5
/
+0
2020-07-07
string: Add strerrorname_np and strerrordesc_np
Adhemerval Zanella
1
-0
/
+1
2020-07-07
string: Add sigabbrev_np and sigdescr_np
Adhemerval Zanella
2
-1
/
+5
2020-07-07
string: Use tls-internal on strerror_l
Adhemerval Zanella
1
-3
/
+0
2020-07-07
string: Implement strerror in terms of strerror_l
Adhemerval Zanella
1
-0
/
+4
[prev]
[next]