1. 439ebbd Simplify and improve tempnam() and tmpnam(). by Elliott Hughes · 4 years, 9 months ago
  2. 26b0607 Sync with upstream OpenBSD. by Elliott Hughes · 5 years ago
  3. 9a4b68e Take a bunch of trivial patches from upstream OpenBSD. by Elliott Hughes · 6 years ago
  4. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
  5. 07e4124 Merge "More missing _unlocked <stdio.h> functions." by Treehugger Robot · 8 years ago
  6. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  7. 3a589c2 Fork vfprintf.c/vfwprintf.c. by Elliott Hughes · 8 years ago
  8. 3a4c454 Replace fmemopen. by Elliott Hughes · 8 years ago
  9. b364683 Sync with upstream OpenBSD: trivial stuff. by Elliott Hughes · 8 years ago
  10. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 9 years ago
  11. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  12. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  13. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  14. d1f25a7 Reimplement remove(3) without the lstat(2). by Elliott Hughes · 9 years ago
  15. 70715da More stdio one-liners. by Elliott Hughes · 9 years ago
  16. cceaf06 More stdio cleanup. by Elliott Hughes · 9 years ago
  17. 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
  18. 023c307 Add _seek64 to FILE. by Elliott Hughes · 10 years ago
  19. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
  20. 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 10 years ago
  21. 506c6de Sync with upstream OpenBSD. by Elliott Hughes · 10 years ago
  22. 8ab433d Fix stdio read after EOF behavior. by Elliott Hughes · 10 years ago
  23. 8885dcc Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions. by Elliott Hughes · 11 years ago
  24. 01abeac Sync with upstream OpenBSD stdio. by Elliott Hughes · 11 years ago
  25. 1b18aff Fix nan output in the printf family. by Elliott Hughes · 11 years ago
  26. 20841a1 Avoid pathological behavior in OpenBSD's fread. by Elliott Hughes · 11 years ago
  27. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  28. 5a69da8 Switch to OpenBSD fopen/fclose. by Elliott Hughes · 11 years ago
  29. c08c25b Sync with upstream findfp.c. by Elliott Hughes · 11 years ago
  30. a71b4c3 Switch to OpenBSD flags.c. by Elliott Hughes · 11 years ago
  31. 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
  32. 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
  33. 6593597 Switch to upstream OpenBSD mktemp.c. by Elliott Hughes · 11 years ago
  34. be8df2e Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11. by Elliott Hughes · 11 years ago
  35. fcac8ff Switch to POSIX dprintf/vdprintf. by Elliott Hughes · 11 years ago
  36. 623b0d0 Register _cleanup function with atexit by Dmitriy Ivanov · 11 years ago
  37. ad53498 Merge "Disable %n in printf and vfwprintf." by Elliott Hughes · 11 years ago
  38. e2341d0 Disable %n in printf and vfwprintf. by Elliott Hughes · 11 years ago
  39. 8ec21d9 Merge "Switch to current upstream OpenBSD wsetup.c." by Elliott Hughes · 11 years ago
  40. 53b2438 Switch to current upstream OpenBSD wsetup.c. by Elliott Hughes · 11 years ago
  41. 792ae72 Switch to current upstream OpenBSD fwrite.c. by Elliott Hughes · 11 years ago
  42. f1ada79 Sync with current OpenBSD stdio. by Elliott Hughes · 11 years ago
  43. 94336d8 Switch to OpenBSD stdio wide printf functions. by Elliott Hughes · 11 years ago
  44. c932225 Switch to OpenBSD stdio wide get/put functions. by Elliott Hughes · 11 years ago
  45. 01ae00f Switch to the OpenBSD implementations of the wide scanf functions. by Elliott Hughes · 11 years ago
  46. 9d3c2dd Switch to upstream OpenBSD fread/fvwrite. by Elliott Hughes · 11 years ago
  47. 0549371 Upgrade to current vfprintf. by Elliott Hughes · 11 years ago
  48. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 11 years ago
  49. 603332f Upgrade to current upstream scanf implementation. by Elliott Hughes · 11 years ago
  50. ad41e9a More stdio cleanup. by Elliott Hughes · 11 years ago
  51. 0133944 Clean up our OpenBSD usage. by Elliott Hughes · 12 years ago