1. 7330438 Add POSIX qsort_r(). by Elliott Hughes · 1 year ago
  2. aefe999 string/memory functions: avoid qemu bugs/performance issues. by Elliott Hughes · 1 year, 9 months ago
  3. a4d7102 Temporarily fall back to non-V memcmp by Prashanth Swaminathan · 1 year, 9 months ago
  4. 7d13666 riscv64: fix ODR violations. by Elliott Hughes · 1 year, 10 months ago
  5. c204334 Reuse the libm scalbn() as ldexp(). by Elliott Hughes · 2 years, 1 month ago
  6. b6dda03 Merge "Sync upstream FreeBSD (qsort)." into main by Treehugger Robot · 2 years, 1 month ago
  7. 65ab63b Sync upstream FreeBSD (qsort). by Elliott Hughes · 2 years, 1 month ago
  8. 523b03a Sync with upstream FreeBSD. by Elliott Hughes · 2 years, 1 month ago
  9. 2bd4316 Expose tzalloc()/localtime_rz()/mktime_z()/tzfree(). by Elliott Hughes · 2 years, 2 months ago
  10. ebc19a9 riscv64: add bionic assembler and string functions. by Elliott Hughes · 2 years, 10 months ago
  11. 1cc755c Fully disable clang format where needed. by Christopher Ferris · 6 years ago
  12. fdaf82f Link .clang-format file to system/core one. by Christopher Ferris · 6 years ago
  13. 22fb267 Reimplement realpath. by Elliott Hughes · 6 years ago
  14. ffded19 qsort.c: take an upstream FreeBSD change. by Elliott Hughes · 6 years ago
  15. 5951fcb Merge "Clean up some obsolete FreeBSD portability cruft." by Elliott Hughes · 6 years ago
  16. 888903a Merge "Take a couple of wcs MTE patches from upstream FreeBSD." by Elliott Hughes · 6 years ago
  17. d1f1e41 Merge "Take a getopt_long() patch from upstream FreeBSD." by Elliott Hughes · 6 years ago
  18. c996c73 Clean up some obsolete FreeBSD portability cruft. by Elliott Hughes · 6 years ago
  19. 89c4e4a Take a couple of wcs MTE patches from upstream FreeBSD. by Elliott Hughes · 6 years ago
  20. 5b4b58a Take a getopt_long() patch from upstream FreeBSD. by Elliott Hughes · 6 years ago
  21. d310125 Take a quick_exit() patch from upstream FreeBSD. by Elliott Hughes · 6 years ago
  22. dbe72ca Merge "sleep/usleep: switch to trivial implementations." by Elliott Hughes · 6 years ago
  23. ca3f8e4 sleep/usleep: switch to trivial implementations. by Elliott Hughes · 6 years ago
  24. ccea693 Take a bunch of trivial SPDX changes from upstream FreeBSD. by Elliott Hughes · 6 years ago
  25. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  26. baed51e Change ARG_MAX/_SC_ARG_MAX back to a constant. by Elliott Hughes · 8 years ago
  27. f1c568d Add <glob.h>. by Elliott Hughes · 8 years ago
  28. 5702c6f Finish <search.h>. by Elliott Hughes · 8 years ago
  29. 54f5d83 libc fortify: make socket.h and stdlib.h use diagnose_if by George Burgess IV · 8 years ago
  30. 20f3399 Switch to FreeBSD for wcsstr and wmemcpy. by Elliott Hughes · 8 years ago
  31. 4b1a399 libc: Sync qsort(3) with FreeBSD revision r318515. by Xin Li · 8 years ago
  32. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  33. da7a0b1 Move to .md files for even trivial documentation. by Elliott Hughes · 9 years ago
  34. 3d12517 Move <machine/endian.h> somewhere more private. by Elliott Hughes · 9 years ago
  35. 26a8322 Move several FreeBSD functions to OpenBSD. by Elliott Hughes · 10 years ago
  36. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  37. 39cd0fa Remove an unused file. by Elliott Hughes · 11 years ago
  38. 31e072f Update our FreeBSD realpath(3) to upstream head. by Elliott Hughes · 11 years ago
  39. 567d3fc Merge "Switch to OpenBSD fopen/fclose." by Elliott Hughes · 11 years ago
  40. af12924 Sync with current upstream getopt_long.c. by Elliott Hughes · 11 years ago
  41. 5a69da8 Switch to OpenBSD fopen/fclose. by Elliott Hughes · 11 years ago
  42. a71b4c3 Switch to OpenBSD flags.c. by Elliott Hughes · 11 years ago
  43. b810462 Fix _BSD_SOURCE/__USE_BSD. by Elliott Hughes · 11 years ago
  44. a167eef Fix visibility for a bunch more symbols. by Elliott Hughes · 11 years ago
  45. 6593597 Switch to upstream OpenBSD mktemp.c. by Elliott Hughes · 11 years ago
  46. 623b0d0 Register _cleanup function with atexit by Dmitriy Ivanov · 11 years ago
  47. 8ec21d9 Merge "Switch to current upstream OpenBSD wsetup.c." by Elliott Hughes · 11 years ago
  48. 53b2438 Switch to current upstream OpenBSD wsetup.c. by Elliott Hughes · 11 years ago
  49. 792ae72 Switch to current upstream OpenBSD fwrite.c. by Elliott Hughes · 11 years ago
  50. b8425c5 Adds quick_exit(3) and at_quick_exit(3) from freebsd by Dan Albert · 11 years ago
  51. d299bcf Replace our broken wcswcs with the working upstream one. by Elliott Hughes · 11 years ago
  52. d39f3f2 Clean up and document our hacks for building BSD source. by Elliott Hughes · 11 years ago
  53. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 11 years ago
  54. 57a8836 Switch to upstream FreeBSD ldexp.c. by Elliott Hughes · 11 years ago
  55. 53e4329 More OpenBSD cleanup (primarily string). by Elliott Hughes · 11 years ago
  56. 0133944 Clean up our OpenBSD usage. by Elliott Hughes · 11 years ago
  57. a38cb08 Clean up various warnings in bionic. by Elliott Hughes · 11 years ago
  58. ab61eb3 Switch to upstream sleep(3) and usleep(3). by Elliott Hughes · 12 years ago
  59. aec2ffb Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. by Elliott Hughes · 12 years ago
  60. 284f788 Upgrade mktemp.c to the current upstream version. by Elliott Hughes · 12 years ago
  61. d278b82 Switch to current upstream getopt_long. by Elliott Hughes · 12 years ago
  62. 4eeec44 Fix the qsort copyright notice (fixed upstream this afternoon). by Elliott Hughes · 12 years ago
  63. 2815b1d Take some fixed upstream copyright headers and regenerate NOTICE. by Elliott Hughes · 12 years ago
  64. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 12 years ago
  65. b2e1abd Pull upstream FreeBSD revision 249810. by Elliott Hughes · 12 years ago
  66. 0b25f63 Switch to current FreeBSD qsort. by Elliott Hughes · 12 years ago
  67. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 12 years ago
  68. 0493a6f Regenerate NOTICE files. by Elliott Hughes · 12 years ago
  69. eb93ebf Switch to upstream-freebsd for the unmolested wchar code. by Elliott Hughes · 12 years ago
  70. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 12 years ago