1. 88cc2de Add SIGCHLD and others by Daniel Robertson · 8 years ago
  2. bcb7c48 Add strdup extern by meh · 8 years ago
  3. 867de03 Merge pull request #323 from philippkeller/master by Alex Crichton · 8 years ago
  4. 2cad6ca enhanced the pathconf constants to cover the most common. Values taken from: by Philipp Keller · 8 years ago
  5. 922768d Add missing consts for Solaris/Illumos by Nikita Baksalyar · 8 years ago
  6. e383ee7 unix: Add lchown by Knight · 8 years ago
  7. 45448fb Add SEEK_DATA/SEEK_HOLE constants by Paul Osborne · 8 years ago
  8. ee3e49f Remove tab characters by Nik Klassen · 8 years ago
  9. c9e0d0e Add missing constants for wait family by Nik Klassen · 8 years ago
  10. 3eb4a48 Use docker for all CI tests and images by Alex Crichton · 8 years ago
  11. fd30cfd Auto merge of #307 - darnuria:relative-directory-posix2008-api, r=alexcrichton by bors · 8 years ago
  12. a1c6ad7 Fix compilation on Solaris/Illumos by Nikita Baksalyar · 8 years ago
  13. 26ee782 Add Directory file descriptor relative syscall. by Axel Viala · 8 years ago
  14. 8c15a36 Add more constants from sys/wait.h by Nick Cameron · 8 years ago
  15. 41699f7 Add semaphore APIs by Steven Fackler · 8 years ago
  16. ae664ff Removing sched_getcpu for musl as no current releases support it by Raphael Cohn · 8 years ago
  17. b06c1f8 Merge remote-tracking branch 'upstream/master' into sched_getcpu by Raphael Cohn · 8 years ago
  18. aa4a2c6 Fix ioctl types for non-x86 musl by Amanieu d'Antras · 8 years ago
  19. a69b6c0 Merge remote-tracking branch 'upstream/master' into sched_getcpu by Raphael Cohn · 8 years ago
  20. df0a9ba added const SOCK_SEQPACKET, which is used for unix seqpacket sockets as well as SCTP IP by Rick Richardson · 8 years ago
  21. a200a04 Auto merge of #294 - lemonrock:getpriority, r=alexcrichton by bors · 8 years ago
  22. dc98bd0 Merged master by Raphael Cohn · 8 years ago
  23. f5df6b9 Adding sched_getcpu() for Android and Linux by Raphael Cohn · 8 years ago
  24. 4d37980 Merge branch 'master' into sysinfo by Raphael Cohn · 8 years ago
  25. cbc88ca Adjustments for latest merge by Raphael Cohn · 8 years ago
  26. 1f870b8 Auto merge of #297 - Amanieu:mutex_types, r=alexcrichton by bors · 8 years ago
  27. 0b3635f linux: Support getting and setting the cpu affinity for the current pthread. by Peter Jin · 8 years ago
  28. bf5b72b Changing android to not use id_t by Raphael Cohn · 8 years ago
  29. b2b9f29 Add pthread mutex type constants by Amanieu d'Antras · 8 years ago
  30. fa53abb Add the TIOCGWINSZ and TIOCSWINSZ constants by Severen Redwood · 8 years ago
  31. ad2d426 Merge branch 'master' into sysinfo by Raphael Cohn · 8 years ago
  32. e6150ae Adding sysinfo() and sysinfo struct for Linux and Android. by Raphael Cohn · 8 years ago
  33. a2d2b0c Redefining id_t because it is differently sized and has a different meaning across BSD platforms by Raphael Cohn · 8 years ago
  34. 2de25f8 glibc defines __priority_which_t two different ways by Raphael Cohn · 8 years ago
  35. fabef1d Added nice, setpriority and getpriority along with constants and type definitions by Raphael Cohn · 8 years ago
  36. ae72fc7 Add the TIOCGWINSZ and TIOCSWINSZ constants by Severen Redwood · 8 years ago
  37. fb5008c Auto merge of #289 - fnichol:fix-musl-ioctl-constants, r=alexcrichton by bors · 8 years ago
  38. 841a4df Add back HW_NCPU by Alex Crichton · 8 years ago
  39. 78d9be2 Fix ioctl constants for musl target envs. by Fletcher Nichol · 8 years ago
  40. 4a397ab Auto merge of #287 - alexcrichton:no-util-on-musl, r=alexcrichton by bors · 8 years ago
  41. 786d505 Merge branch 'master' into sysctl by Raphael Cohn · 8 years ago
  42. a6d4805 Added extensive constants to make use of the BSD's sysctl function. by Raphael Cohn · 8 years ago
  43. 33fef10 Don't link util on musl, consolidate #[link] by Alex Crichton · 8 years ago
  44. c9496fe Add process_vm_readv and process_vm_writev system calls by Julia Evans · 8 years ago
  45. 72f1fb6 Added getloadavg for Linux, the BSDs and Solaris. by Raphael Cohn · 8 years ago
  46. 19fd504 Auto merge of #281 - lemonrock:getprogname, r=alexcrichton by bors · 8 years ago
  47. 893d4d8 Adding getprogname and setprogname for all BSDs and Solaris. by Raphael Cohn · 8 years ago
  48. 2cd2cff Auto merge of #280 - fiveop:refine_mcontext, r=alexcrichton by bors · 8 years ago
  49. dad0dd2 Add correctly sized structs and types for Android aarch64. by Nerijus Arlauskas · 8 years ago
  50. 7c0c28f Refine definition of mcontext_t on x86. by Philipp Matthias Schaefer · 8 years ago
  51. ac7f0fa Refine defininition of mcontext_t on x86-x64. by Philipp Matthias Schaefer · 8 years ago
  52. ce0dc73 unix: Add PIPE_BUF for bsd and notbsd by Kamal Marhubi · 8 years ago
  53. 828766f Added LOG_CRON back for Solaris by Raphael Cohn · 8 years ago
  54. 25df1e4 Added support for LOG_NTP, LOG_SECURITY and LOG_CONSOLE to FreeBSD. by Raphael Cohn · 8 years ago
  55. f5b64dd Merge branch 'syslog' of https://github.com/lemonrock/libc into syslog by Raphael Cohn · 8 years ago
  56. 1c6c0ca Moved `LOG_NFEATURES` from notbsd to Linux by Raphael Cohn · 8 years ago
  57. 3045cb2 Merge branch 'master' into syslog by Raphael Cohn · 8 years ago
  58. 7fc0969 Substantial changes to better support Solaris and BSD variants. by Raphael Cohn · 8 years ago
  59. ac752505 Auto merge of #277 - lemonrock:strnlen, r=alexcrichton by bors · 8 years ago
  60. 39f03ea Auto merge of #276 - lemonrock:SC_HOSTNAME_MAX_OpenBsd, r=alexcrichton by bors · 8 years ago
  61. 29b1cea Added strnlen function to all platforms. by Raphael Cohn · 8 years ago
  62. 7e0dbc3 Adding syslog functions, constants and structs by Raphael Cohn · 8 years ago
  63. cdb99e3 Definition of _SC_HOST_NAME_MAX for OpenBSD and FreeBSD by Raphael Cohn · 8 years ago
  64. f365111 Added _SC_HOST_NAME_MAX for FreeBSD, BitRig and Linux (glibc and musl) by Raphael Cohn · 8 years ago
  65. 6b980b1 apple: Add RLIMIT_RSS as alias of RLIMIT_AS by Kamal Marhubi · 8 years ago
  66. 6ad1be7 Auto merge of #271 - mbarnett:add_WSIGNALED_etc_for_osx, r=alexcrichton by bors · 8 years ago
  67. 06abf3a fix naming of _WSTATUS macro from wait.h by Matt Barnett · 8 years ago
  68. 9569599 linux: Add prlimit(2) and prlimit64(2) by Kamal Marhubi · 8 years ago
  69. 4cc1df9 Auto merge of #269 - kamalmarhubi:linux-android-dups, r=alexcrichton by bors · 8 years ago
  70. 71e9d6c OS X: add various process status tests defined by wait.h by Matt Barnett · 8 years ago
  71. b9750b6 notbsd: Deduplicate definitions by Kamal Marhubi · 8 years ago
  72. a0725ad Add SIGEMT (for apple) and SIGINFO (for bsd). by Philipp Matthias Schaefer · 8 years ago
  73. 1e6a354 Auto merge of #264 - timonvo:armmusleabi, r=alexcrichton by bors · 8 years ago
  74. ad72859 Add support for arm-unknown-linux-musleabi{,hf} targets. by Timon Van Overveldt · 9 years ago
  75. 779cde8 Auto merge of #255 - fiveop:ucontext_musl, r=alexcrichton by bors · 8 years ago
  76. d780eec Add ucontext for linux-musl. by Philipp Matthias Schaefer · 8 years ago
  77. bab6a37 Auto merge of #263 - bluss:printf, r=alexcrichton by bors · 8 years ago
  78. 1ebfe63 printf: Fix too long line by bluss · 8 years ago
  79. 9111f24 Move printf, scanf family of functions into the unix category by bluss · 8 years ago
  80. adb400d Add the family of printf, scanf functions by bluss · 8 years ago
  81. 6b0e09c 64-bit android fix by Greg V · 8 years ago
  82. 74f8f4a Auto merge of #260 - alexcrichton:correctly-gate-travis, r=alexcrichton by bors · 8 years ago
  83. dfd196e Use '&&' on travis, not ';' by Alex Crichton · 8 years ago
  84. afa77df Fix CPU_SET and CPU_ISSET by NODA, Kai · 8 years ago
  85. 60f90cf Auto merge of #237 - Nercury:use-signal-instead-of-bsd-signal, r=alexcrichton by bors · 8 years ago
  86. 24c84f1 Define xlocale and langinfo interfaces by A.J. Gardner · 8 years ago
  87. 7265c17 Auto merge of #254 - alexcrichton:rtld-default, r=alexcrichton by bors · 8 years ago
  88. 031a450 Add RTLD_DEFAULT to more platforms by Alex Crichton · 8 years ago
  89. a28ec43 Link to libraries when disabling `use_std` by Alex Crichton · 8 years ago
  90. fb2f0bb Auto merge of #253 - nodakai:strerror_r, r=alexcrichton by bors · 8 years ago
  91. 46cca7a Auto merge of #252 - mneumann:freebsd_dragonfly_pthread, r=alexcrichton by bors · 8 years ago
  92. 75a69bf On non-musl Linux, strerror_r should be linked to __xpg_strerror_r by NODA, Kai · 8 years ago
  93. 9940be6 Add several pthread functions for DragonFly/FreeBSD by Michael Neumann · 8 years ago
  94. 7e752a3 Add clock_getres(3) and more clockid_t constants. by NODA, Kai · 8 years ago
  95. 9c4af10 unix: Add openpty(3) and forkpty(3) for non-Apple platforms by Kamal Marhubi · 9 years ago
  96. 5399c89 Change netbsd link_name for setlocale by A.J. Gardner · 8 years ago
  97. 5a0c067 Define struct and consts for notbsds by A.J. Gardner · 8 years ago
  98. 0dc7176 Define struct and consts for bsds by A.J. Gardner · 8 years ago
  99. 874852c Pull lconv def down into notbsd by A.J. Gardner · 8 years ago
  100. 912a7a0 Fix lconv field offsets for apple-likes by A.J. Gardner · 8 years ago