1. 80c99e3 Merge "Clean up some obsolete OpenBSD portability cruft." by Elliott Hughes · 6 years ago
  2. 5c5152b Clean up some obsolete OpenBSD portability cruft. by Elliott Hughes · 6 years ago
  3. 900d07d Add arm64 string.h function implementations for use with hardware supporting MTE. by Peter Collingbourne · 6 years ago
  4. a4959aa Reimplement the <ctype.h> is* functions. by Elliott Hughes · 6 years ago
  5. 1c8a2a9 Optimize tolower(3)/toupper(3) from <ctype.h>. by Elliott Hughes · 6 years ago
  6. 01809e1 Switch to OpenBSD div/ldiv/lldiv. by Elliott Hughes · 7 years ago
  7. fbac97a Move NetBSD string routines to OpenBSD. by Elliott Hughes · 7 years ago
  8. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  9. 99d5465 Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. by Elliott Hughes · 7 years ago
  10. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
  11. da46cae Add generic arm non-neon memmove. by Elliott Hughes · 7 years ago
  12. 71ba589 Rewrite system(3) to use posix_spawn(3). by Elliott Hughes · 8 years ago
  13. 9024235 Remove __overloadable/__RENAME_CLANG by George Burgess IV · 8 years ago
  14. f1515f6 Clean up the time(2) implementation. by Elliott Hughes · 8 years ago
  15. 4473ccd bionic: add vdso time() by Mark Salyzyn · 8 years ago
  16. 1921dce Refactor the ato* and strto* family. by Elliott Hughes · 8 years ago
  17. 07e4124 Merge "More missing _unlocked <stdio.h> functions." by Treehugger Robot · 8 years ago
  18. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  19. 3a589c2 Fork vfprintf.c/vfwprintf.c. by Elliott Hughes · 8 years ago
  20. 1c78cb0 Add missing includes. by Dan Albert · 8 years ago
  21. 8465e96 Add <sys/random.h>. by Elliott Hughes · 8 years ago
  22. 7b0af7a Always log errno when aborting. by Elliott Hughes · 8 years ago
  23. 9b1ca56 libc: Add support to allow library calls to find appropriate shell executable for a process by Sandeep Patil · 8 years ago
  24. bff8da3 Merge "Replace fmemopen." by Elliott Hughes · 8 years ago
  25. 89ff499 Merge "Apply recent strto* fix, add new tests." by Elliott Hughes · 8 years ago
  26. 57ad092 Merge "Replace killpg." by Elliott Hughes · 8 years ago
  27. 3a4c454 Replace fmemopen. by Elliott Hughes · 8 years ago
  28. 20f3399 Switch to FreeBSD for wcsstr and wmemcpy. by Elliott Hughes · 8 years ago
  29. f826a37 Apply recent strto* fix, add new tests. by Elliott Hughes · 8 years ago
  30. 7532b32 Replace killpg. by Elliott Hughes · 8 years ago
  31. b364683 Sync with upstream OpenBSD: trivial stuff. by Elliott Hughes · 8 years ago
  32. dfcb82d Clean up __isthreaded. by Elliott Hughes · 8 years ago
  33. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  34. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  35. da7a0b1 Move to .md files for even trivial documentation. by Elliott Hughes · 9 years ago
  36. fc8e688 Implement <langinfo.h>. by Elliott Hughes · 9 years ago
  37. da01fa6 Allocate all arc4random data on the same page. by Elliott Hughes · 9 years ago
  38. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  39. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  40. e19c672 Revert "Switch back to the BSD exec for now." by Elliott Hughes · 9 years ago
  41. 18c31d7 Switch back to the BSD exec for now. by Elliott Hughes · 9 years ago
  42. 1b40aaf Rewrite the exec family. by Elliott Hughes · 9 years ago
  43. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  44. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  45. d1f25a7 Reimplement remove(3) without the lstat(2). by Elliott Hughes · 9 years ago
  46. 70715da More stdio one-liners. by Elliott Hughes · 9 years ago
  47. cceaf06 More stdio cleanup. by Elliott Hughes · 9 years ago
  48. c80ffec Defer registration of the arc4random fork-detect handler. by Josh Gao · 9 years ago
  49. b0da576 Move the IEEE fp header out of the public headers. by Elliott Hughes · 9 years ago
  50. 26fda77 Fix b64_pton. by Elliott Hughes · 9 years ago
  51. df143f8 Add POSIX getsubopt(3). by Elliott Hughes · 9 years ago
  52. 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
  53. 023c307 Add _seek64 to FILE. by Elliott Hughes · 10 years ago
  54. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
  55. 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 10 years ago
  56. 506c6de Sync with upstream OpenBSD. by Elliott Hughes · 10 years ago
  57. a818445 Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. by Christopher Ferris · 10 years ago
  58. 8ab433d Fix stdio read after EOF behavior. by Elliott Hughes · 10 years ago
  59. 0478666 Fix inet_addr/inet_aton/inet_network. by Elliott Hughes · 10 years ago
  60. 26a8322 Move several FreeBSD functions to OpenBSD. by Elliott Hughes · 10 years ago
  61. b3db776 Merge "name the arc4random structure mappings" by Elliott Hughes · 10 years ago
  62. 17379d2 Cherrypick upstream fnmatch.c fix. by Elliott Hughes · 10 years ago
  63. 516fcb2 name the arc4random structure mappings by Daniel Micay · 10 years ago
  64. c46c0e9 Sync current upstream fnmatch.c. by Elliott Hughes · 10 years ago
  65. 9cf6fc3 Hide __atexit by Dmitriy Ivanov · 10 years ago
  66. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  67. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  68. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  69. 163ab8b Call __cxa_thread_finalize for the main thread. by Dmitriy Ivanov · 10 years ago
  70. 41ef902 Fix memchr overflow. by Elliott Hughes · 10 years ago
  71. e609909 Fix mips build. by Elliott Hughes · 11 years ago
  72. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  73. 8885dcc Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions. by Elliott Hughes · 11 years ago
  74. 01abeac Sync with upstream OpenBSD stdio. by Elliott Hughes · 11 years ago
  75. 3471fcb Clean up paths.h. by Yabin Cui · 11 years ago
  76. 50e15a2 Merge "Remove more BSD cruft from the public headers." by Elliott Hughes · 11 years ago
  77. 1b18aff Fix nan output in the printf family. by Elliott Hughes · 11 years ago
  78. 998f2d5 Remove more BSD cruft from the public headers. by Elliott Hughes · 11 years ago
  79. 20841a1 Avoid pathological behavior in OpenBSD's fread. by Elliott Hughes · 11 years ago
  80. 2818279 Sync with upstream OpenBSD fts.c. by Elliott Hughes · 11 years ago
  81. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  82. 5a69da8 Switch to OpenBSD fopen/fclose. by Elliott Hughes · 11 years ago
  83. c08c25b Sync with upstream findfp.c. by Elliott Hughes · 11 years ago
  84. a71b4c3 Switch to OpenBSD flags.c. by Elliott Hughes · 11 years ago
  85. 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
  86. b05ec5a Pull in upstream fixes to reject invalid bases. by Elliott Hughes · 11 years ago
  87. 8642165 Merge "Sync with some upstream OpenBSD #include cleanup." by Elliott Hughes · 11 years ago
  88. 49eed7d Switch to OpenBSD insque/remque/killpg. by Elliott Hughes · 11 years ago
  89. 08dc9d8 Sync with some upstream OpenBSD #include cleanup. by Elliott Hughes · 11 years ago
  90. b6b5cb5 Ignore all __weak_alias in OpenBSD libC. by Chih-Hung Hsieh · 11 years ago
  91. cc7e5f4 Switch to OpenBSD <err.h> implementation. by Elliott Hughes · 11 years ago
  92. e505517 Switch to OpenBSD daemon(3). by Elliott Hughes · 11 years ago
  93. 7b87d44 Merge "Switch to OpenBSD res_random." by Elliott Hughes · 11 years ago
  94. 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
  95. b810462 Fix _BSD_SOURCE/__USE_BSD. by Elliott Hughes · 11 years ago
  96. 3e424d0 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
  97. 0f7d882 Switch to OpenBSD res_random. by Elliott Hughes · 11 years ago
  98. 2b67d7d Use upstream OpenBSD's arc4random. by Elliott Hughes · 11 years ago
  99. a167eef Fix visibility for a bunch more symbols. by Elliott Hughes · 11 years ago
  100. 4ae9386 Merge "Sync upstream-openbsd." by Elliott Hughes · 11 years ago