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
2023-03-02
C2x scanf binary constant handling
Joseph Myers
2
-2
/
+43
2023-02-17
string: Remove string_private.h
Adhemerval Zanella
1
-3
/
+0
2023-02-17
resolv: Remove _STRING_ARCH_unaligned usage
Adhemerval Zanella
1
-36
/
+0
2023-02-16
C2x strtol binary constant handling
Joseph Myers
3
-7
/
+101
2023-02-08
string: Add libc_hidden_proto for memrchr
Adhemerval Zanella
1
-0
/
+1
2023-02-08
string: Add libc_hidden_proto for strchrnul
Adhemerval Zanella
1
-0
/
+1
2023-02-01
Linux: optimize clone3 internal usage
Adhemerval Zanella Netto
1
-0
/
+5
2023-02-01
linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn
Adhemerval Zanella Netto
1
-0
/
+5
2023-02-01
Linux: Do not align the stack for __clone3
Adhemerval Zanella Netto
1
-0
/
+3
2023-02-01
linux: Extend internal clone3 documentation
Adhemerval Zanella Netto
1
-5
/
+19
2023-01-31
Prepare for glibc 2.37 release.
Carlos O'Donell
1
-1
/
+1
2023-01-31
doc: correct _FORTIFY_SOURCE doc in features.h
fanquake
1
-1
/
+2
2023-01-25
stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)
Florian Weimer
1
-5
/
+14
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
44
-44
/
+44
2022-12-19
libio: Convert __vswprintf_internal to buffers (bug 27857)
Florian Weimer
1
-0
/
+1
2022-12-19
libio: Convert __obstack_vprintf_internal to buffers (bug 27124)
Florian Weimer
1
-0
/
+4
2022-12-19
libio: Convert __vdprintf_internal to buffers
Florian Weimer
1
-0
/
+9
2022-12-19
libio: Convert __vasprintf_internal to buffers
Florian Weimer
1
-0
/
+9
2022-12-19
libio: Convert __vsprintf_internal to buffers
Florian Weimer
1
-0
/
+2
2022-12-19
stdio-common: Convert vfprintf and related functions to buffers
Florian Weimer
2
-9
/
+64
2022-12-19
stdio-common: Add __translated_number_width
Florian Weimer
1
-1
/
+12
2022-12-19
stdio-common: Add __printf_function_invoke
Florian Weimer
1
-0
/
+10
2022-12-19
stdio-common: Introduce buffers for implementing printf
Florian Weimer
1
-0
/
+291
2022-11-17
Define in_int32_t_range to check if the 64 bit time_t syscall should be used
YunQiang Su
1
-1
/
+9
2022-11-08
Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)
Adhemerval Zanella
1
-1
/
+4
2022-11-07
Apply asm redirection in gmp.h before first use
Adhemerval Zanella
1
-12
/
+0
2022-11-01
allocate_once: Apply asm redirection before first use
Adhemerval Zanella
1
-4
/
+3
2022-11-01
alloc_buffer: Apply asm redirection before first use
Adhemerval Zanella
1
-8
/
+15
2022-10-28
Remove unused scratch_buffer_dupfree
Szabolcs Nagy
1
-16
/
+0
2022-10-28
malloc: Use uintptr_t in alloc_buffer
Szabolcs Nagy
1
-5
/
+5
2022-09-17
hurd: Factorize at/non-at functions
Samuel Thibault
3
-0
/
+7
2022-08-30
Apply asm redirections in wchar.h before first use
Raphael Moreira Zinsly
1
-0
/
+1
2022-08-30
resolv: Add DNS packet parsing helpers geared towards wire format
Florian Weimer
1
-0
/
+92
2022-08-30
resolv: Add internal __ns_name_length_uncompressed function
Florian Weimer
1
-0
/
+8
2022-08-30
resolv: Add the __ns_samebinaryname function
Florian Weimer
1
-0
/
+6
2022-08-30
resolv: Add internal __res_binary_hnok function
Florian Weimer
1
-0
/
+3
2022-08-03
assert: Do not use stderr in libc-internal assert
Florian Weimer
1
-3
/
+9
2022-08-03
stdio: Clean up __libc_message after unconditional abort
Florian Weimer
1
-8
/
+1
2022-07-29
Prepare for glibc 2.36 release.
Carlos O'Donell
1
-1
/
+1
2022-07-27
arc4random: simplify design for better safety
Jason A. Donenfeld
1
-3
/
+0
2022-07-22
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
1
-0
/
+12
2022-07-14
Apply asm redirections in stdio.h before first use [BZ #27087]
Tulio Magno Quites Machado Filho
1
-0
/
+1
2022-07-04
libc-symbols.h: remove unused macros
Fangrui Song
1
-169
/
+0
2022-06-24
misc: Optimize internal usage of __libc_single_threaded
Adhemerval Zanella
2
-0
/
+33
2022-06-10
Add bounds check to __libc_ifunc_impl_list
Wilco Dijkstra
1
-4
/
+4
2022-05-25
Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
Arjun Shankar
1
-12
/
+12
2022-05-24
stdio-common: Move union printf_arg int <printf.h>
Florian Weimer
1
-0
/
+21
2022-05-24
stdio-common: Add printf specifier registry to <printf.h>
Florian Weimer
1
-0
/
+8
2022-05-13
stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c
Adhemerval Zanella
1
-4
/
+2
2022-05-13
stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c
Adhemerval Zanella
1
-0
/
+1
[prev]
[next]