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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add declare_object_symbol_alias for assembly codes (BZ #28128)
H.J. Lu
2022-05-13
1
-6
/
+8
*
wcrtomb: Make behavior POSIX compliant
Siddhesh Poyarekar
2022-05-13
1
-0
/
+4
*
clock_settime/clock_gettime: Use __nonnull to avoid null pointer
Xiaoming Ni
2022-05-05
1
-2
/
+2
*
Add GLIBC_ABI_DT_RELR for DT_RELR support
H.J. Lu
2022-04-26
1
-0
/
+2
*
elf: Remove __libc_init_secure
Fangrui Song
2022-04-19
2
-4
/
+0
*
elf: Remove prelink support
Adhemerval Zanella
2022-02-10
1
-4
/
+0
*
Prepare for glibc 2.35 release.
Carlos O'Donell
2022-02-03
1
-1
/
+1
*
Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg
Adhemerval Zanella
2022-01-28
1
-2
/
+8
*
posix: Add terminal control setting support for posix_spawn
Adhemerval Zanella
2022-01-25
1
-0
/
+2
*
Linux: Add epoll_pwait2 (BZ #27359)
Adhemerval Zanella
2022-01-17
1
-0
/
+8
*
socket: Add the __sockaddr_un_set function
Florian Weimer
2022-01-17
1
-0
/
+12
*
Enable _FORTIFY_SOURCE=3 for gcc 12 and above
Siddhesh Poyarekar
2022-01-12
1
-1
/
+3
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
43
-43
/
+43
*
elf: Add _dl_find_object function
Florian Weimer
2021-12-28
4
-0
/
+20
*
elf: Issue audit la_objopen for vDSO
Adhemerval Zanella
2021-12-28
1
-0
/
+2
*
elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
Adhemerval Zanella
2021-12-28
1
-0
/
+2
*
hurd: Fix static-PIE startup
Samuel Thibault
2021-12-28
1
-0
/
+25
*
malloc: Add THP/madvise support for sbrk
Adhemerval Zanella
2021-12-15
1
-0
/
+8
*
io: Refactor close_range and closefrom
Adhemerval Zanella
2021-11-24
1
-0
/
+10
*
setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.sym
Adhemerval Zanella
2021-11-22
1
-33
/
+0
*
nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
Florian Weimer
2021-11-17
2
-0
/
+90
*
String: Add hidden defs for __memcmpeq() to enable internal usage
Noah Goldstein
2021-10-26
1
-0
/
+1
*
elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)
Chung-Lin Tang
2021-10-21
1
-0
/
+5
*
misc: Add __get_nprocs_sched
Adhemerval Zanella
2021-09-27
1
-1
/
+6
*
Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__
Joseph Myers
2021-09-24
1
-0
/
+4
*
ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]
H.J. Lu
2021-09-22
1
-0
/
+3
*
regex: copy back from Gnulib
Paul Eggert
2021-09-21
2
-5
/
+16
*
Extend struct r_debug to support multiple namespaces [BZ #15971]
H.J. Lu
2021-09-19
1
-0
/
+4
*
Redirect fma calls to __fma in libm
Joseph Myers
2021-09-15
1
-0
/
+2
*
_Static_assert needs two arguments for compatibility with GCC before 9
Florian Weimer
2021-09-10
1
-0
/
+7
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
5
-5
/
+0
*
time: Fix overflow itimer tests on 32-bit systems
Stafford Horne
2021-08-15
1
-4
/
+6
*
Prepare for glibc 2.34 release.
Carlos O'Donell
2021-08-01
1
-1
/
+1
*
xmalloc: Fix warnings with gcc analyzer
Siddhesh Poyarekar
2021-07-28
1
-3
/
+6
*
Simplify __malloc_initialized
Siddhesh Poyarekar
2021-07-22
1
-6
/
+0
*
mcheck: Wean away from malloc hooks [BZ #23489]
Siddhesh Poyarekar
2021-07-22
1
-4
/
+0
*
Remove __morecore and __default_morecore
Siddhesh Poyarekar
2021-07-22
1
-3
/
+0
*
nss: Directly load nss_dns, without going through dlsym/dlopen
Florian Weimer
2021-07-19
1
-5
/
+8
*
resolv: Move nss_dns into libc
Florian Weimer
2021-07-19
1
-0
/
+36
*
resolv: Move res_queriesmatch to its own file and into libc
Florian Weimer
2021-07-19
1
-1
/
+2
*
resolv: Move res_nameinquery to its own file and into libc
Florian Weimer
2021-07-19
1
-1
/
+2
*
resolv: Move ns_samename into its own file, and into libc
Florian Weimer
2021-07-19
1
-1
/
+2
*
resolv: Move ns_makecanon into its own file, and into libc
Florian Weimer
2021-07-19
1
-1
/
+2
*
resolv: Move res_isourserver to its own file and reformat to GNU style
Florian Weimer
2021-07-19
1
-2
/
+0
*
resolv: Rename res_comp.c to res-name-checking.c and move into libc
Florian Weimer
2021-07-19
1
-2
/
+4
*
resolv: Move dn_skipname to its own file and into libc
Florian Weimer
2021-07-19
1
-1
/
+2
*
resolv: Move dn_comp to its own file and into libc
Florian Weimer
2021-07-19
1
-1
/
+0
*
resolv: Move dn_expand to its own file and into libc
Florian Weimer
2021-07-19
1
-1
/
+3
*
resolv: Move ns_name_compress into its own file and into libc
Florian Weimer
2021-07-19
1
-1
/
+2
*
resolv: Move ns_name_pack into its own file and into libc
Florian Weimer
2021-07-19
1
-1
/
+2
[prev]
[next]