summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/flags.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add additional userland interfaces for setting close-on-exec on fdsguenther2014-08-311-6/+29
| | | | | | | | | | | | | when creating them: mkostemp(), mkostemps(), the 'e' mode letter for fopen(), freopen(), fdopen(), and popen(). The close-on-exec flag will be cleared by the action created by posix_spawn_file_actions_adddup2(). Also, add support for the C11 'x' mode letter for fopen() and freopen(), setting O_EXCL when possibly creating files. Note: this requires kernel support for pipe2() and dup3()! ok millert@
* a __fputwc_unlock() prototype was available in fvwrite.h, so use thatderaadt2013-11-121-1/+2
|
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-5/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Fix RCS idstholo1996-08-191-6/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Add const qualifier to match prototypetholo1996-03-251-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+95