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
/
libio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libio: handle opening a file when all files are closed (bug 31963)
Andreas Schwab
2024-07-09
3
-1
/
+37
*
Fix conditionals on mtrace-based tests (bug 31892)
Carlos O'Donell
2024-07-01
1
-11
/
+31
*
<stdio.h>: Acknowledge that getdelim/getline are in POSIX
Philip Kaludercic
2024-06-11
1
-12
/
+2
*
libio: Test for fdopen memory leak without SEEK_END support (bug 31840)
Florian Weimer
2024-06-04
2
-2
/
+64
*
Remove memory leak in fdopen (bug 31840)
Andreas Schwab
2024-06-04
1
-1
/
+5
*
Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]
H.J. Lu
2024-05-21
1
-0
/
+4
*
Use a doubly-linked list for _IO_list_all (bug 27777)
Alexandre Ferrieux
2024-05-17
3
-2
/
+43
*
libio/bug-wsetpos: Make the error message match the causing function
Maciej W. Rozycki
2024-05-13
1
-1
/
+1
*
Add crt1-2.0.o for glibc 2.0 compatibility tests
H.J. Lu
2024-05-06
2
-0
/
+58
*
libio: Sort test variables in Makefile
H.J. Lu
2024-04-30
1
-20
/
+84
*
Revert "Allow glibc to be compiled without EXEC_PAGESIZE"
Samuel Thibault
2024-04-22
1
-1
/
+1
*
posix: Sync tempname with gnulib
Adhemerval Zanella
2024-04-10
1
-0
/
+1
*
Allow glibc to be compiled without EXEC_PAGESIZE
Sergey Bugaev
2024-03-23
1
-1
/
+1
*
libio: Improve fortify with clang
Adhemerval Zanella
2024-02-27
1
-20
/
+153
*
Refer to C23 in place of C2X in glibc
Joseph Myers
2024-02-01
2
-7
/
+7
*
libio: Check remaining buffer size in _IO_wdo_write (bug 31183)
Florian Weimer
2024-01-02
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
179
-179
/
+179
*
libio: Add nonnull attribute for most FILE * arguments in stdio.h
Xi Ruoyao
2023-09-26
3
-78
/
+99
*
libio: Fix oversized __io_vtables
Adam Jackson
2023-09-08
1
-1
/
+4
*
hurd: Fix tst-openloc
Samuel Thibault
2023-07-20
1
-1
/
+2
*
fileops: Don't process ,ccs= as individual mode flags (BZ#18906)
Joe Simmons-Talbott
2023-07-05
2
-1
/
+34
*
libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCE
Frédéric Bérat
2023-07-05
1
-1
/
+1
*
libio/bits/stdio2.h: Clearly separate declaration from definitions
Frédéric Bérat
2023-07-05
2
-48
/
+49
*
Exclude routines from fortification
Frédéric Bérat
2023-07-05
1
-2
/
+21
*
Always do locking when accessing streams (bug 15142, bug 14697)
Andreas Schwab
2023-07-03
2
-34
/
+10
*
tests: replace system by xsystem
Frédéric Bérat
2023-06-19
1
-2
/
+5
*
tests: replace fread by xfread
Frederic Berat
2023-06-13
1
-3
/
+4
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
6
-6
/
+6
*
tests: replace write by xwrite
Frédéric Bérat
2023-06-01
5
-5
/
+15
*
libio: Add __nonnull for FILE * arguments of fclose and freopen
Xi Ruoyao
2023-05-16
1
-3
/
+3
*
Mark various cold functions as __COLD
Sergey Bugaev
2023-05-01
1
-1
/
+1
*
<stdio.h>: Make fopencookie, vasprintf, asprintf available by default
Florian Weimer
2023-04-06
1
-3
/
+3
*
libio: Remove unused pragma weak on vtable
Adhemerval Zanella
2023-04-05
1
-2
/
+0
*
system: Add "--" after "-c" for sh (BZ #28519)
Joe Simmons-Talbott
2023-03-28
1
-1
/
+1
*
libio: Remove the usage of __libc_IO_vtables
Adhemerval Zanella Netto
2023-03-27
17
-416
/
+620
*
libio: Do not autogenerate stdio_lim.h
Adhemerval Zanella Netto
2023-03-27
1
-7
/
+12
*
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-03-27
3
-5
/
+5
*
C2x scanf binary constant handling
Joseph Myers
2023-03-02
3
-11
/
+92
*
stdio: Do not ignore posix_spawn error on popen (BZ #29016)
Adhemerval Zanella
2023-02-14
1
-16
/
+22
*
Replace rawmemchr (s, '\0') with strchr
Wilco Dijkstra
2023-02-06
1
-1
/
+1
*
libio: Update number of written bytes in dprintf implementation
Florian Weimer
2023-01-31
1
-0
/
+1
*
stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)
Florian Weimer
2023-01-25
1
-5
/
+10
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
178
-178
/
+178
*
getdelim: ensure error indicator is set on error (bug 29917)
Andreas Schwab
2023-01-02
3
-6
/
+48
*
libio: Convert __vswprintf_internal to buffers (bug 27857)
Florian Weimer
2022-12-19
2
-85
/
+46
*
libio: Convert __obstack_vprintf_internal to buffers (bug 27124)
Florian Weimer
2022-12-19
1
-120
/
+50
*
libio: Convert __vdprintf_internal to buffers
Florian Weimer
2022-12-19
1
-28
/
+39
*
libio: Convert __vasprintf_internal to buffers
Florian Weimer
2022-12-19
1
-45
/
+96
*
libio: Convert __vsprintf_internal to buffers
Florian Weimer
2022-12-19
1
-52
/
+18
*
stdio-common: Convert vfprintf and related functions to buffers
Florian Weimer
2022-12-19
3
-82
/
+61
[next]