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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
164
-164
/
+164
2017-12-31
Correct improper-inclusion check in bits/libio-ldbl.h.
Zack Weinberg
1
-1
/
+6
2017-12-24
Deprecate external use of libio.h and _G_config.h.
Zack Weinberg
11
-513
/
+567
2017-12-18
ld.so: Examine GLRO to detect inactive loader [BZ #20204]
Florian Weimer
1
-1
/
+2
2017-12-12
libio: Free backup area when it not required (BZ#22415)
Adhemerval Zanella
4
-2
/
+113
2017-12-11
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
1
-59
/
+59
2017-10-05
Always do locking when iterating over list of streams (bug 15142)
Andreas Schwab
1
-42
/
+18
2017-10-01
Hide internal __fopen_maybe_mmap function [BZ #18822]
H.J. Lu
1
-1
/
+1
2017-10-01
Mark 3 *_internal functions with attribute_hidden [BZ #18822]
H.J. Lu
1
-1
/
+2
2017-09-09
Finish change from “Bengali” to “Bangla”
Mike FABIAN
1
-1
/
+1
2017-08-31
libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are defined
Florian Weimer
47
-751
/
+73
2017-08-21
Consolidate non cancellable waitpid call
Adhemerval Zanella
1
-1
/
+1
2017-08-18
Consolidate non cancellable close call
Adhemerval Zanella
2
-4
/
+4
2017-08-18
Consolidate non cancellable write call
Adhemerval Zanella
1
-1
/
+1
2017-08-18
Consolidate non cancellable read call
Adhemerval Zanella
1
-1
/
+1
2017-08-17
Consolidate non cancellable open call
Adhemerval Zanella
1
-1
/
+1
2017-08-07
Fix missing redirects in testsuite targets
Andreas Schwab
1
-1
/
+1
2017-07-14
Disable single thread optimization for open_memstream
Szabolcs Nagy
2
-0
/
+6
2017-07-04
Single threaded stdio optimization
Szabolcs Nagy
12
-0
/
+53
2017-06-08
Remove __need macros from stdio.h and wchar.h.
Zack Weinberg
4
-39
/
+27
2017-05-22
libio: Avoid dup already opened file descriptor [BZ#21393]
Adhemerval Zanella
3
-58
/
+93
2017-05-11
Remove _IO_MTSAFE_IO from public headers.
Zack Weinberg
1
-18
/
+13
2017-04-18
Assume that O_CLOEXEC is always defined and works
Florian Weimer
2
-18
/
+0
2017-04-18
Assume that dup3 is available
Florian Weimer
2
-52
/
+6
2017-04-18
Assume that pipe2 is always available
Florian Weimer
1
-61
/
+19
2017-04-07
getopt: eliminate __need_getopt by splitting up getopt.h.
Zack Weinberg
1
-6
/
+4
2017-03-16
Remove C++ namespace handling from glibc headers.
Joseph Myers
2
-51
/
+0
2017-02-25
Clean up conditionals for declaration of gets.
Zack Weinberg
2
-10
/
+6
2017-02-16
Add missing header files throughout the testsuite.
Zack Weinberg
6
-0
/
+6
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
161
-161
/
+161
2016-12-09
support: Introduce new subdirectory for test infrastructure
Florian Weimer
1
-6
/
+2
2016-11-30
libio: Limit buffer size to 8192 bytes [BZ #4099]
Florian Weimer
1
-1
/
+1
2016-11-27
Minor problems exposed by compiling C++ tests under _ISOMAC.
Zack Weinberg
1
-1
/
+1
2016-10-02
Fix tst-memstream3 build failure
Adhemerval Zanella
1
-0
/
+1
2016-09-30
libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)
Adhemerval Zanella
7
-61
/
+326
2016-08-02
Support __STDC_WANT_LIB_EXT2__ feature test macro.
Joseph Myers
1
-4
/
+5
2016-07-06
hurd: Fix PTR_{,DE}MANGLE calls
Samuel Thibault
3
-0
/
+16
2016-06-23
libio: Implement vtable verification [BZ #20191]
Florian Weimer
22
-53
/
+195
2016-06-11
2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>
Paul Pluzhnikov
2
-6
/
+7
2016-06-11
fopencookie: Mangle function pointers stored on the heap [BZ #20222]
Florian Weimer
1
-14
/
+35
2016-06-03
libio: Use wmemset instead of __wmemset to avoid linknamespace issue
Florian Weimer
1
-3
/
+3
2016-04-29
libio: Fix fmemopen append mode failure (BZ# 20012)
Adhemerval Zanella
1
-13
/
+15
2016-04-28
Fix stdio.h namespace for pre-threads POSIX (bug 20014).
Joseph Myers
1
-3
/
+3
2016-04-28
Also define off_t in stdio.h for UNIX98.
Joseph Myers
1
-1
/
+1
2016-04-26
libio: Update internal fmemopen position after write (BZ #20005)
Adhemerval Zanella
1
-3
/
+3
2016-04-26
Define off_t in stdio.h for XOPEN2K.
Joseph Myers
1
-1
/
+3
2016-04-25
Fix stdio.h cuserid namespace (bug 19989).
Joseph Myers
1
-1
/
+1
2016-03-07
libio: Clean up _IO_file_doallocate and _IO_wfile_doallocate
Florian Weimer
2
-50
/
+6
2016-01-07
Make shebang interpreter directives consistent
Marko Myllynen
1
-1
/
+1
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
158
-158
/
+158
[prev]
[next]