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
/
sysdeps
/
posix
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix: Sync tempname with gnulib
Adhemerval Zanella
2024-04-10
1
-114
/
+59
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
71
-71
/
+71
*
linux: Decorate __libc_fatal error buffer
Adhemerval Zanella
2023-11-07
1
-0
/
+3
*
Move getaddrinfo from 'posix' into 'nss'
Arjun Shankar
2023-10-24
1
-2625
/
+0
*
Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]
Romain Geissler
2023-09-25
1
-3
/
+1
*
getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
Siddhesh Poyarekar
2023-09-15
1
-8
/
+17
*
stdio: Remove __libc_message alloca usage
Joe Simmons-Talbott
2023-09-11
1
-34
/
+13
*
getaddrinfo: Get rid of alloca
Joe Simmons-Talbott
2023-09-06
1
-15
/
+9
*
getcanonname: Fix a typo
Siddhesh Poyarekar
2023-09-05
1
-1
/
+1
*
hurd: readv: Get rid of alloca
Joe Simmons-Talbott
2023-06-20
1
-16
/
+12
*
hurd: writev: Add back cleanup handler
Joe Simmons-Talbott
2023-06-20
1
-3
/
+7
*
hurd: writev: Get rid of alloca
Joe Simmons-Talbott
2023-06-19
1
-23
/
+14
*
posix: Handle success in gai_strerror()
Dridi Boukelmoune
2023-06-13
1
-0
/
+1
*
posix: Add error message for EAI_OVERFLOW
Dridi Boukelmoune
2023-05-29
1
-0
/
+1
*
system: Add "--" after "-c" for sh (BZ #28519)
Joe Simmons-Talbott
2023-03-28
1
-0
/
+1
*
libio: Do not autogenerate stdio_lim.h
Adhemerval Zanella Netto
2023-03-27
1
-5
/
+0
*
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-03-27
2
-3
/
+6
*
posix: Fix system blocks SIGCHLD erroneously [BZ #30163]
Adam Yi
2023-03-07
1
-3
/
+3
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
72
-72
/
+72
*
get_nscd_addresses: Fix subscript typos [BZ #29605]
Jörg Sonnenberger
2022-09-28
1
-3
/
+3
*
Use atomic_exchange_release/acquire
Wilco Dijkstra
2022-09-26
1
-2
/
+2
*
posix: Fix macro expansion producing 'defined' has undefined behavior
Adhemerval Zanella
2022-08-30
1
-3
/
+7
*
Merge _GL_UNUSED C23 patch from Gnulib
Paul Eggert
2022-08-23
1
-2
/
+2
*
stdio: Clean up __libc_message after unconditional abort
Florian Weimer
2022-08-03
1
-26
/
+21
*
Refactor internal-signals.h
Adhemerval Zanella
2022-06-30
1
-1
/
+1
*
socket: Use 64 bit stat for isfdtype (BZ# 29209)
Adhemerval Zanella
2022-06-01
1
-2
/
+2
*
posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)
Adhemerval Zanella
2022-06-01
1
-2
/
+2
*
posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)
Adhemerval Zanella
2022-06-01
2
-4
/
+4
*
gmon: Remove unused sprofil.c functions
Adhemerval Zanella
2022-03-23
1
-12
/
+0
*
getaddrinfo: Refactor code for readability
Siddhesh Poyarekar
2022-03-23
1
-12
/
+33
*
gai_init: Avoid jumping from if condition to its else counterpart
Siddhesh Poyarekar
2022-03-22
1
-250
/
+248
*
gaiconf_init: Refactor some bits for readability
Siddhesh Poyarekar
2022-03-22
1
-65
/
+84
*
gethosts: Return EAI_MEMORY on allocation failure
Siddhesh Poyarekar
2022-03-22
1
-2
/
+2
*
gaih_inet: Split result generation into its own function
Siddhesh Poyarekar
2022-03-22
1
-90
/
+86
*
gaih_inet: split loopback lookup into its own function
Siddhesh Poyarekar
2022-03-22
1
-65
/
+62
*
gaih_inet: make gethosts into a function
Siddhesh Poyarekar
2022-03-22
1
-58
/
+59
*
gaih_inet: separate nss lookup loop into its own function
Siddhesh Poyarekar
2022-03-22
1
-277
/
+286
*
gaih_inet: Split nscd lookup code into its own function.
Siddhesh Poyarekar
2022-03-22
1
-114
/
+134
*
gaih_inet: Split simple gethostbyname into its own function
Siddhesh Poyarekar
2022-03-22
1
-63
/
+64
*
gaih_inet: make numeric lookup a separate routine
Siddhesh Poyarekar
2022-03-22
1
-439
/
+452
*
gaih_inet: Simplify service resolution
Siddhesh Poyarekar
2022-03-22
1
-100
/
+78
*
getaddrinfo: Fix leak with AI_ALL [BZ #28852]
Siddhesh Poyarekar
2022-03-22
1
-9
/
+25
*
gaih_inet: Simplify canon name resolution
Siddhesh Poyarekar
2022-03-22
1
-55
/
+75
*
Simplify allocations and fix merge and continue actions [BZ #28931]
Siddhesh Poyarekar
2022-03-22
1
-52
/
+91
*
getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)
Siddhesh Poyarekar
2022-01-24
1
-0
/
+7
*
hurd: Fix timer/clock_getres crash on NULL res parameter
Samuel Thibault
2022-01-15
1
-2
/
+5
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
72
-72
/
+72
*
posix: Remove spawni.c
Adhemerval Zanella
2021-09-27
1
-343
/
+0
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
8
-8
/
+0
*
gethosts: Remove unused argument _type
Siddhesh Poyarekar
2021-08-04
1
-3
/
+3
[next]