index
:
Project-1CE/bionic
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdio
/
stdio.cpp
Age
Commit message (
Expand
)
Author
2021-02-09
Make fd overflow an abort.
Elliott Hughes
2021-02-04
Fix freopen() where the path is null.
Elliott Hughes
2021-01-11
Fewer copies of ALIGN()/ALIGNBYTES.
Elliott Hughes
2020-08-12
Various coverage improvements.
Elliott Hughes
2020-07-21
Changes for #inclusivefixit.
Elliott Hughes
2019-06-19
Remove the ___ hack.
Elliott Hughes
2019-05-04
Revert fwalk/sfp locking to fix concurrent reads
Ryan Prichard
2019-03-26
Merge "Typo fix in comment. O_CLOEXEC is e, not x."
Treehugger Robot
2019-03-26
Typo fix in comment. O_CLOEXEC is e, not x.
Dan Albert
2019-03-26
Merge "Fix internal uses of _PATH_BSHELL."
Treehugger Robot
2019-03-25
Fix internal uses of _PATH_BSHELL.
Elliott Hughes
2019-03-25
popen: stop using _fwalk.
Elliott Hughes
2018-10-01
Make fclose/pclose distinct.
Elliott Hughes
2018-08-03
Make all popen(3) file descriptors O_CLOEXEC.
Elliott Hughes
2018-07-19
Introduce api to track fd ownership in libc.
Josh Gao
2018-07-11
Reimplement popen(3)/pclose(3).
Elliott Hughes
2018-02-06
Remove __overloadable/__RENAME_CLANG
George Burgess IV
2017-12-20
Speed up __sfileext initialization.
Elliott Hughes
2017-11-10
Move public scanf functions away from implementation.
Elliott Hughes
2017-11-07
Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB
Ryan Prichard
2017-11-02
More printf de-duplication.
Elliott Hughes
2017-10-31
More missing _unlocked <stdio.h> functions.
Elliott Hughes
2017-10-23
Add explicit null checks to some stdio functions.
Josh Gao
2017-07-25
Use O_APPEND for stdio append mode.
Elliott Hughes
2017-07-24
Remove the HASLB and FREEUB macros.
Elliott Hughes
2016-10-20
Fix stdin/stdout/stderr for pre-M.
Dan Albert
2016-08-10
Fortify vsnprintf in more cases.
Elliott Hughes
2016-08-09
Remove more stdio copy/paste.
Elliott Hughes
2016-08-05
Reimplement remove(3) without the lstat(2).
Elliott Hughes
2016-08-01
More stdio one-liners.
Elliott Hughes
2016-07-29
More stdio cleanup.
Elliott Hughes
2016-06-09
Add ctermid.
Elliott Hughes
2016-05-03
Fix google-explicit-constructor warnings.
Chih-Hung Hsieh
2016-02-03
Add fopen64/freopen64/tmpfile64 aliases.
Elliott Hughes
2016-01-26
Fix a sign extension bug in stdio.
Elliott Hughes
2016-01-26
Implement funopen64.
Elliott Hughes
2016-01-26
Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.
Elliott Hughes
2016-01-22
Add _seek64 to FILE.
Elliott Hughes
2016-01-22
Put struct FILE back how NDK-built apps expect it.
Elliott Hughes
2016-01-21
Simplify fseek/ftell.
Elliott Hughes
2016-01-20
Move stdio implementation details around a little.
Elliott Hughes