about summary refs log tree commit diff
path: root/src/stdio/__fdopen.c
Commit message (Expand)AuthorAgeFilesLines
* clean up overinclusion in files using TIOCGWINSZRich Felker2020-08-301-1/+0
* add tcgetwinsize and tcsetwinsize functions, move struct winsizeRich Felker2020-08-241-0/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+1
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-161-7/+1
* fix possible isatty false positives and unwanted device state changesRich Felker2015-02-231-3/+2
* in fdopen, avoid setting O_APPEND flag if it's already setRich Felker2014-02-071-1/+2
* fix ftello result for append streams with unflushed outputRich Felker2014-02-071-0/+1
* clean up stdio_impl.hRich Felker2012-11-081-0/+6
* add 'e' modifier (close-on-exec) to fopen and fdopenRich Felker2012-09-291-2/+4
* fdopen should set errno when it fails due to invalid mode stringRich Felker2012-06-171-1/+4
* add proper fuxed-based locking for stdioRich Felker2011-07-301-3/+5
* debloat: use __syscall instead of syscall where possibleRich Felker2011-04-171-2/+2
* avoid setting errno when checking for ttyRich Felker2011-04-151-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-3/+3
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+52