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
*
elf: Issue audit la_objopen for vDSO
Adhemerval Zanella
2022-04-18
1
-0
/
+2
*
elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
Adhemerval Zanella
2022-04-18
1
-0
/
+2
*
Enable _FORTIFY_SOURCE=3 for gcc 12 and above
Siddhesh Poyarekar
2022-03-26
1
-1
/
+3
*
Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg
Adhemerval Zanella
2022-02-04
1
-2
/
+8
*
socket: Add the __sockaddr_un_set function
Florian Weimer
2022-01-24
1
-0
/
+12
*
linux: Add __readdir64_unlocked
Adhemerval Zanella
2022-01-04
1
-0
/
+1
*
ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]
H.J. Lu
2021-11-07
1
-0
/
+3
*
misc: Add __get_nprocs_sched
Adhemerval Zanella
2021-10-09
1
-1
/
+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
*
resolv: Move ns_name_pton into its own file and into libc
Florian Weimer
2021-07-19
1
-1
/
+2
*
resolv: Move ns_name_uncompress into its own file and into libc
Florian Weimer
2021-07-19
1
-1
/
+2
*
resolv: Move ns_name_skip to its own file and into libc (bug 28091)
Florian Weimer
2021-07-19
1
-1
/
+2
*
resolv: Move ns_name_unpack to its own file and into libc
Florian Weimer
2021-07-15
1
-1
/
+2
*
resolv: Move ns_name_ntop to its own file and into libc
Florian Weimer
2021-07-15
1
-1
/
+3
*
socket: Add hidden prototype for setsockopt
Florian Weimer
2021-07-15
1
-1
/
+2
*
Add an internal wrapper for clone, clone2 and clone3
H.J. Lu
2021-07-14
1
-0
/
+16
*
Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN
Florian Weimer
2021-07-12
1
-7
/
+0
*
Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
H.J. Lu
2021-07-09
2
-9
/
+16
*
Force building with -fno-common
Florian Weimer
2021-07-09
1
-5
/
+1
*
posix: Add posix_spawn_file_actions_addclosefrom_np
Adhemerval Zanella
2021-07-08
1
-1
/
+1
*
io: Add closefrom [BZ #10353]
Adhemerval Zanella
2021-07-08
1
-0
/
+1
*
linux: Add close_range
Adhemerval Zanella
2021-07-08
1
-0
/
+6
*
nss: Access nss_files through direct references
Florian Weimer
2021-07-07
1
-0
/
+10
*
nss_files: Move into libc
Florian Weimer
2021-07-07
3
-29
/
+6
*
nss_files: Add generic code for set*ent, end*ent and file open
Florian Weimer
2021-07-07
1
-0
/
+60
*
libio: Replace internal _IO_getdelim symbol with __getdelim
Florian Weimer
2021-07-07
1
-0
/
+1
*
libio: Add hidden prototype for ungetc
Florian Weimer
2021-07-07
1
-0
/
+1
*
inet: Add hidden prototype for __inet_network
Florian Weimer
2021-07-07
1
-0
/
+2
*
elf: Clean up GLIBC_PRIVATE exports of internal libdl symbols
Florian Weimer
2021-07-07
1
-16
/
+14
*
resolv: Move libanl into libc (if libpthread is in libc)
Florian Weimer
2021-07-02
1
-0
/
+4
*
Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...
Stefan Liebler
2021-07-01
1
-0
/
+1
*
login: Move libutil into libc
Florian Weimer
2021-06-30
2
-2
/
+6
*
login: Rework hidden prototypes for __setutent, __utmpname, __endutent
Florian Weimer
2021-06-30
1
-3
/
+6
[next]