1. 322ba04 add fdopendir on macOS by Scott Lamb · 6 years ago
  2. 18ff683 Add sem_getvalue to unix by Jason Longshore · 6 years ago
  3. 3054d3e Auto merge of #983 - mcginty:bsd-pktinfo, r=alexcrichton by bors · 6 years ago
  4. 6f0e67a add remaining pktinfo consts/structs for the other BSDs by Jake McGinty · 6 years ago
  5. 09c7181 define more TCP_ sockopts on bsd by Arvid E. Picciani · 6 years ago
  6. 528374e Add FreeBSD `get[pw|gr]ent_r`, forgotten in #934 by Fredrick Brennan · 6 years ago
  7. 78f9322 Use pre-ino64 FreeBSD symbols to resolve binary compatibility. by Bryan Drewery · 6 years ago
  8. 969ad2b Link against kevent@FBSD_1.0 to fix ABI compat with FreeBSD12. by Bryan Drewery · 6 years ago
  9. c13302d Add rtprio (realtime priority) API for FreeBSD and DragonFly by Greg V · 6 years ago
  10. 6c63b9d fix style by gnzlbg · 6 years ago
  11. 536b5cf Add bpf constant on macOS by luozijun · 7 years ago
  12. a8c0a3b Auto merge of #871 - asomers:mq, r=alexcrichton by bors · 7 years ago
  13. 831ca99 POSIX mqueue bindings for the BSDs by Alan Somers · 7 years ago
  14. 94827af add aarch64-unknown-openbsd definition by Sébastien Marie · 7 years ago
  15. b3fca24 Add missing EAI_* flags for multiple platforms by Josh Driver · 7 years ago
  16. 011ba6d Add ucred-like structs for FreeBSDs and NetBSD by Bryant Mairs · 7 years ago
  17. a9d80d6 No fexecve() on DragonFly by Michael Neumann · 7 years ago
  18. 9108f5b Add network interface flag constants for all platforms by luozijun · 7 years ago
  19. 22b98de Add asmjs/wasm32 to CI by Alex Crichton · 7 years ago
  20. e41975a Remove fexecve() from Haiku and MacOS/iOS. by Bryant Mairs · 7 years ago
  21. d5326a1 Add getgrouplist() by Jamie Hewland · 7 years ago
  22. 2d22c18 Add initgroups to BSD targets by Jamie Hewland · 7 years ago
  23. e1d88cb Add MAP_ANONYMOUS to DragonFlyBSD and FreeBSD by Bryant Mairs · 7 years ago
  24. bb504fd Add SEEK_DATA and SEEK_HOLE constants to FreeBSD and DragonFlyBSD by Nicolás Caracci · 7 years ago
  25. db27ee2 Auto merge of #702 - berkowski:bsd_poll_flags, r=alexcrichton by bors · 7 years ago
  26. 81e4c5b Add setresgid & setresuid to FreeBSD and OpenBSD by Wesley Moore · 7 years ago
  27. 1935c1a Fixed style issues. by Zac Berkowitz · 7 years ago
  28. f370109 Added POLLSTANDARD and POLLINIGNEOF constants for freebsd-like unix by Zac Berkowitz · 7 years ago
  29. 3e5b074 Enable preadv and pwritev on the BSDs by Alan Somers · 7 years ago
  30. 463e23e merge poll constants in BSD platforms by Nicolas Dusart · 7 years ago
  31. 67e1c1b add poll constants to FreeBSD and DragonFly by Nicolas Dusart · 7 years ago
  32. 9f5766f add missing socket constants by Nicolas Dusart · 7 years ago
  33. b2de1fd Add pthread_rwlockattr APIs by main() · 7 years ago
  34. 8961292 Add constants for pathconf(3) by Alan Somers · 7 years ago
  35. 57fa5fa Add sysconf constants for FreeBSD and DragonflyBSD by Alan Somers · 7 years ago
  36. 8f666d4 Sort FreeBSD's sysconf variables. No functional changes. by Alan Somers · 7 years ago
  37. cb53d72 Add termios control flags by Bryant Mairs · 7 years ago
  38. bd7dfd1 Add termios control character indices by Bryant Mairs · 7 years ago
  39. 14a3a11 Add more termios output flags by Bryant Mairs · 7 years ago
  40. 971a291 Add O_DIRECT for NetBSD and FreeBSD-like by equal-l2 · 7 years ago
  41. 1c39531 Unify some BSD flags by equal-l2 · 7 years ago
  42. abdeff3 Fix AT_ constants for DragonFly by Michael Neumann · 7 years ago
  43. 5900879 add dirfd on unix by Jörg Thalheim · 7 years ago
  44. 68eebe3 add ::timeval to settimeofday by Andrew Salmon · 7 years ago
  45. 83ba532 make modifications for proper build. by Andrew Salmon · 7 years ago
  46. 85e2738 Add AT_FDCWD for FreeBSD by Lee Bousfield · 7 years ago
  47. 4cc8097 Don't expose B460800 & B921600 on dragonfly by Bryant Mairs · 7 years ago
  48. 66bfe09 Expose CRTSCTS on freebsd and dragonfly by Bryant Mairs · 7 years ago
  49. 6ddc76a add AT_* constants by Jörg Thalheim · 7 years ago
  50. 99a524d add fdopendir by Jörg Thalheim · 7 years ago
  51. 64f8933 move *at family to unix by Jörg Thalheim · 7 years ago
  52. 23d4059 Add support for the `accept4` system call for FreeBSD* & NetBSD* by Alexander Schlarb · 7 years ago
  53. 5494238 Added many socket-related constants to BSD by Zac Berkowitz · 7 years ago
  54. b9a0a6a Auto merge of #537 - Susurrus:master, r=alexcrichton by bors · 7 years ago
  55. 88e37f2 Fix path for nfds_t by Bryant Mairs · 7 years ago
  56. 871f3b2 Expose ppoll on some BSDs by Bryant Mairs · 7 years ago
  57. 6fbb8d5 Added baudrate constants. by Zac Berkowitz · 7 years ago
  58. c0c7de7 Added *_setpshared and *_getpshared bindings by Mike Lubinets · 7 years ago
  59. ff8c71a Make WIFCONTINUED signature on FreeBSD consistent with MacOS and Linux by Radu Popescu · 7 years ago
  60. fdb213e Add IPPROTO_ICMP and IPPROTO_ICMPV6 system constants by Tyler Julian · 7 years ago
  61. 1b06018 Adding missing WIFCONTINUED function on FreeBSD systems by Radu Popescu · 7 years ago
  62. 7c06730 add pipe2 to non-OSX BSD's by Jack O'Connor · 7 years ago
  63. 2d108fe Added defines from ttycom.h for dragonfly and freebsd. by johalun · 8 years ago
  64. 51cc3b7 Fix style by Michael Neumann · 8 years ago
  65. 75fd3a3 Fix LC_*_MASK constants for DragonFly by Michael Neumann · 8 years ago
  66. 5c84007 Fix utmpx constants for DragonFly by Michael Neumann · 8 years ago
  67. aab39f9 freelocale() has no return value on DragonFly by Michael Neumann · 8 years ago
  68. 07e6e20 aio_waitcomplete returns a c_int on DragonFly by Michael Neumann · 8 years ago
  69. 73a2380 Fix utx related functions for DragonFly by Michael Neumann · 8 years ago
  70. 97eed0e No SHUTDOWN_TIME and PTHREAD_MUTEX_ADAPTIVE_NP on DragonFly by Michael Neumann · 8 years ago
  71. b9dad06 Fix utmpx struct on DragonFly by Michael Neumann · 8 years ago
  72. 4e3d082 Use opaque type for semaphore on DragonFly by Michael Neumann · 8 years ago
  73. 9860c29 Fix tests on FreeBSD 11 by Alan Somers · 8 years ago
  74. 454b325 Merge pull request #449 from asomers/aio by Alex Crichton · 8 years ago
  75. 22c13e1 POSIX AIO definitions, for BSD and Linux by Alan Somers · 8 years ago
  76. 8c3e6ba Add ENOTSUP constant to more platforms. by Steven Allen · 8 years ago
  77. 45179c9 Add `pthread_mutex_timedlock` by Andrew Paseltiner · 8 years ago
  78. f514d46 Add EAI_SYSTEM getaddrinfo error code. by Tomasz Miąsko · 8 years ago
  79. 410a200 Diff reduction between OpenBSD and Bitrig by Alan Somers · 8 years ago
  80. b641737 Auto merge of #379 - asomers:evfilt, r=alexcrichton by bors · 8 years ago
  81. 11aa1f3 Complete kqueue-related definitions by Alan Somers · 8 years ago
  82. c289365 Add lutimes on some platforms by knight42 · 8 years ago
  83. 016d642 Add sem_timedwait for all non-Apple UNIXes by Chirantan Ekbote · 8 years ago
  84. ee0a812 Add utmpx on freebsd by Knight · 8 years ago
  85. 366509d Add sethostname for freebsdlike operating systems by Alan Somers · 8 years ago
  86. cb64485 Add support for pthread_condattr_t on Unix platforms. by Tomasz Miąsko · 8 years ago
  87. 88cc2de Add SIGCHLD and others by Daniel Robertson · 8 years ago
  88. fd30cfd Auto merge of #307 - darnuria:relative-directory-posix2008-api, r=alexcrichton by bors · 8 years ago
  89. 26ee782 Add Directory file descriptor relative syscall. by Axel Viala · 8 years ago
  90. 8c15a36 Add more constants from sys/wait.h by Nick Cameron · 8 years ago
  91. 41699f7 Add semaphore APIs by Steven Fackler · 8 years ago
  92. df0a9ba added const SOCK_SEQPACKET, which is used for unix seqpacket sockets as well as SCTP IP by Rick Richardson · 8 years ago
  93. cbc88ca Adjustments for latest merge by Raphael Cohn · 8 years ago
  94. b2b9f29 Add pthread mutex type constants by Amanieu d'Antras · 8 years ago
  95. fa53abb Add the TIOCGWINSZ and TIOCSWINSZ constants by Severen Redwood · 8 years ago
  96. a2d2b0c Redefining id_t because it is differently sized and has a different meaning across BSD platforms by Raphael Cohn · 8 years ago
  97. ae72fc7 Add the TIOCGWINSZ and TIOCSWINSZ constants by Severen Redwood · 8 years ago
  98. a6d4805 Added extensive constants to make use of the BSD's sysctl function. by Raphael Cohn · 8 years ago
  99. 25df1e4 Added support for LOG_NTP, LOG_SECURITY and LOG_CONSOLE to FreeBSD. by Raphael Cohn · 8 years ago
  100. 3045cb2 Merge branch 'master' into syslog by Raphael Cohn · 8 years ago