1. eef2928 Merge "Include what you use." by Elliott Hughes · 11 years ago
  2. 4048856 Include what you use. by Elliott Hughes · 11 years ago
  3. 2282e16 Merge "Use [u]int32_t instead of __[u]int32_t in sys/types.h" by Elliott Hughes · 11 years ago
  4. 2725ca9 Use [u]int32_t instead of __[u]int32_t in sys/types.h by Pavel Chupin · 11 years ago
  5. ef43a6f Merge "Clean up our termios implementation." by Elliott Hughes · 11 years ago
  6. 8d4b584 Clean up our termios implementation. by Elliott Hughes · 11 years ago
  7. 76b4f1a Merge "More stdio cleanup." by Elliott Hughes · 11 years ago
  8. ad41e9a More stdio cleanup. by Elliott Hughes · 11 years ago
  9. 55f9710 Merge "Reimplement clock(3) and switch to OpenBSD time(3)." by Elliott Hughes · 11 years ago
  10. cccfe1e Reimplement clock(3) and switch to OpenBSD time(3). by Elliott Hughes · 11 years ago
  11. 753e139 Merge "Add a basic unit test for system(3)." by Elliott Hughes · 11 years ago
  12. 3cdf573 Add a basic unit test for system(3). by Elliott Hughes · 11 years ago
  13. dd8c786 Merge "Add various benchmarks." by Elliott Hughes · 11 years ago
  14. b28e490 Add various benchmarks. by Elliott Hughes · 11 years ago
  15. 5810bcf Merge "Sysconfig fixes" by Calin Juravle · 11 years ago
  16. 40c31ad Merge "Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr" by Calin Juravle · 11 years ago
  17. a0ca209 Sysconfig fixes by Calin Juravle · 11 years ago
  18. a4eafa6 Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr by Calin Juravle · 11 years ago
  19. 10f6beb Merge "Add system/extras strftime and strptime tests." by Elliott Hughes · 11 years ago
  20. 3e3409a Add system/extras strftime and strptime tests. by Elliott Hughes · 11 years ago
  21. 2cd3490 Merge "Take ownership of various simple syscall wrappers." by Elliott Hughes · 11 years ago
  22. 247dc91 Take ownership of various simple syscall wrappers. by Elliott Hughes · 11 years ago
  23. a305659 Merge "Switch to NetBSD utmp.c." by Elliott Hughes · 11 years ago
  24. 19f58ef Switch to NetBSD utmp.c. by Elliott Hughes · 11 years ago
  25. ec674b4 Merge "Switch to upstream FreeBSD ldexp.c." by Elliott Hughes · 11 years ago
  26. 21d9e58 Merge "Rename the stack protector intermediate library." by Elliott Hughes · 11 years ago
  27. 57a8836 Switch to upstream FreeBSD ldexp.c. by Elliott Hughes · 11 years ago
  28. 7aef274 Merge "Switch to OpenBSD wcscoll." by Elliott Hughes · 11 years ago
  29. 6380b51 Rename the stack protector intermediate library. by Elliott Hughes · 11 years ago
  30. 321ecc4 Merge "Remove non-standard memswap." by Elliott Hughes · 11 years ago
  31. c8937ea Switch to OpenBSD wcscoll. by Elliott Hughes · 11 years ago
  32. 152b9de Remove non-standard memswap. by Elliott Hughes · 11 years ago
  33. 638e789 Merge "Upgrade to tzdata2014a." by Elliott Hughes · 11 years ago
  34. 159b28e Upgrade to tzdata2014a. by Elliott Hughes · 11 years ago
  35. 55b6ec3 Merge "Update the NOTICE files" by Calin Juravle · 11 years ago
  36. c4fbf92 Update the NOTICE files by Calin Juravle · 11 years ago
  37. 0bca08d Merge "Update res_debug.c to take into account changes to the nameser.h" by Calin Juravle · 11 years ago
  38. cd50898 Merge "Add includes for waitpid" by Brian Carlstrom · 11 years ago
  39. be1d91d Add includes for waitpid by Brian Carlstrom · 11 years ago
  40. fd9e20d Merge "Fix pthread_detach for already-exited threads." by Elliott Hughes · 11 years ago
  41. 04620a3 Fix pthread_detach for already-exited threads. by Elliott Hughes · 11 years ago
  42. 333e2ae Merge "Add si_timerid to <signal.h>." by Elliott Hughes · 11 years ago
  43. 4d46c94 Merge "Rewrite the POSIX timer functions." by Elliott Hughes · 11 years ago
  44. 4b558f5 Rewrite the POSIX timer functions. by Elliott Hughes · 11 years ago
  45. a0cd9bc Add si_timerid to <signal.h>. by Elliott Hughes · 11 years ago
  46. 0ad555a Update res_debug.c to take into account changes to the nameser.h by Calin Juravle · 11 years ago
  47. b145b5e Merge "Fix broken pointer overflow check ns_name_unpack()" by Calin Juravle · 11 years ago
  48. d9ba757 Merge "Sync up nameser with upstream(2014.03.05)" by Calin Juravle · 11 years ago
  49. d40eb15 Merge "Fix some pthread symbols build as C++ symbol under x64 lunch." by Elliott Hughes · 11 years ago
  50. 087dbc6 Merge "Bring the generate-NOTICE script up to date." by Elliott Hughes · 11 years ago
  51. 22a0d6f Bring the generate-NOTICE script up to date. by Elliott Hughes · 11 years ago
  52. dec5bac Merge "Update the NOTICE files." by Elliott Hughes · 11 years ago
  53. 4e54b11 Update the NOTICE files. by Elliott Hughes · 11 years ago
  54. e7ea936 Merge "Add ARMv8 optimized string handling functions based on cortex-strings" by Elliott Hughes · 11 years ago
  55. 7e4fa56 Add ARMv8 optimized string handling functions based on cortex-strings by Bernhard Rosenkraenzer · 11 years ago
  56. 85c5202 Fix broken pointer overflow check ns_name_unpack() by Calin Juravle · 11 years ago
  57. fcb502e Sync up nameser with upstream(2014.03.05) by Calin Juravle · 11 years ago
  58. 68a651e Merge "libc: libc_logging 64bit compile issue" by Mark Salyzyn · 11 years ago
  59. 9fc7602 libc: libc_logging 64bit compile issue by Mark Salyzyn · 11 years ago
  60. 48d145c Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC." by Narayan Kamath · 11 years ago
  61. 252ee1e Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC. by Narayan Kamath · 11 years ago
  62. f0870c3 Fix some pthread symbols build as C++ symbol under x64 lunch. by Halton Huo · 11 years ago
  63. bef5016 Merge "Remove dead NULL checks from pthread code." by Elliott Hughes · 11 years ago
  64. 39b644a Remove dead NULL checks from pthread code. by Elliott Hughes · 11 years ago
  65. a0bf9bd Merge "Implement POSIX pthread_mutex_timedlock." by Elliott Hughes · 11 years ago
  66. 0e714a5 Implement POSIX pthread_mutex_timedlock. by Elliott Hughes · 11 years ago
  67. 8e541b1 Merge "Moved nameser.h and namser_compat.h to public include dir" by Calin Juravle · 11 years ago
  68. 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 11 years ago
  69. 4a46a68 Merge "Moved private dns header to their own dir." by Calin Juravle · 11 years ago
  70. 9f2d1bc Merge "Renamed the misleading libc/netbsd directory to libc/dns." by Calin Juravle · 11 years ago
  71. caaae7f Merge "Implement pthread_condattr_{get,set}clock." by Narayan Kamath · 11 years ago
  72. 51e6cb3 Implement pthread_condattr_{get,set}clock. by Narayan Kamath · 11 years ago
  73. 2c7c79e Merge "Switch to upstream alarm(3)." by Elliott Hughes · 11 years ago
  74. aedb00d Switch to upstream alarm(3). by Elliott Hughes · 11 years ago
  75. f33df6a Merge "libc: Make calls to new user-space logger (revisit)" by Mark Salyzyn · 11 years ago
  76. cecc036 Moved private dns header to their own dir. by Calin Juravle · 11 years ago
  77. f382928 libc: Make calls to new user-space logger (revisit) by Mark Salyzyn · 11 years ago
  78. dfeb42e Merge "If the kernel doesn't have MADV_MERGEABLE, stop asking for it." by Elliott Hughes · 11 years ago
  79. 9bd9b7d If the kernel doesn't have MADV_MERGEABLE, stop asking for it. by Elliott Hughes · 11 years ago
  80. 15e71cd Merge "Remove deprecated and unused constants from <sys/klog.h>." by Elliott Hughes · 11 years ago
  81. e4ab19c Remove deprecated and unused constants from <sys/klog.h>. by Elliott Hughes · 11 years ago
  82. ddad384 Merge "Fix build." by Elliott Hughes · 11 years ago
  83. a8b1eb3 Fix build. by Elliott Hughes · 11 years ago
  84. 2ec592c Merge "Add recvmmsg and sendmmsg syscalls." by Elliott Hughes · 11 years ago
  85. ddc8cc7 Merge "Add getprogname/setprogname for BSD compatibility." by Elliott Hughes · 11 years ago
  86. 692207e Add getprogname/setprogname for BSD compatibility. by Elliott Hughes · 11 years ago
  87. d51db86 Merge "Fix locatime.c indentation after sync" by Calin Juravle · 11 years ago
  88. 4ab29a3 Merge "Update tzcode to 2013i" by Calin Juravle · 11 years ago
  89. d892892 Fix locatime.c indentation after sync by Calin Juravle · 11 years ago
  90. bd33537 Renamed the misleading libc/netbsd directory to libc/dns. by Calin Juravle · 11 years ago
  91. e9db4a9 Merge "Vastly reduce the number of read(2)s done in tzload." by Elliott Hughes · 11 years ago
  92. 627d37c Update tzcode to 2013i by Calin Juravle · 11 years ago
  93. fd3a9fb Vastly reduce the number of read(2)s done in tzload. by Elliott Hughes · 11 years ago
  94. e334540 Merge "Fix a leak on error in tzload." by Elliott Hughes · 11 years ago
  95. 3073f90 Fix a leak on error in tzload. by Elliott Hughes · 11 years ago
  96. 6ff0c75 Add recvmmsg and sendmmsg syscalls. by Guillaume Ranquet · 11 years ago
  97. ad2cfe2 Merge "Fix x86_64 build" by Calin Juravle · 11 years ago
  98. 7ba84d3 Fix x86_64 build by Pavel Chupin · 11 years ago
  99. 000ffd8 Merge "Ensure that <fcntl.h> has the SYNC_FILE_RANGE_* constants." by Elliott Hughes · 11 years ago
  100. 3ba62f7 Merge "libc: Make calls to new user-space logger" by Mark Salyzyn · 11 years ago