1. c97d217 fixes the bitrig d_namlen compile error by Dave Huseby · 9 years ago
  2. 11f29f5 Define _SC_PAGE_SIZE constants by Brian Campbell · 9 years ago
  3. cb12fdf Remove trailing whitespace by Brian Campbell · 9 years ago
  4. d81e4a0 Add abort by Brian Campbell · 9 years ago
  5. ec9db4d musl: define nlink_t as u32/u64 by Jorge Aparicio · 9 years ago
  6. 7376d09 musl: fix linkage of libc by Jorge Aparicio · 9 years ago
  7. 751bea3 musl: add support for mips by Jorge Aparicio · 9 years ago
  8. 773aab8 Add musl definitions for x86, arm and asmjs by Brian Anderson · 9 years ago
  9. 527b63e stdbuild conditional change by arcnmx · 9 years ago
  10. 702814f Rename sunos -> solaris by Nikita Baksalyar · 9 years ago
  11. 9c8643f Add pthread_setname_np for NetBSD by Alex Crichton · 9 years ago
  12. e95c53d Fixes #156 by Dave Huseby · 9 years ago
  13. 233941e Add IP v6 group membership options to OpenBSD build by Vasily Kolobkov · 9 years ago
  14. 0a5dcf0 unix: Add if_indextoname and IF_NAMESIZE by Kamal Marhubi · 9 years ago
  15. 842ff2f adding SOCK_NONBLOCK & SOCK_CLOEXEC for linux MIPS by James Perry · 9 years ago
  16. b979fe0 adding SOCK_NONBLOCK and SOCK_CLOEXEC by James Perry · 9 years ago
  17. 4ff646b Merge branch 'clone_common_type' of https://github.com/fiveop/libc by Alex Crichton · 9 years ago
  18. 42cacf4 Merge branch 'eventfd-initval-unsigned' of https://github.com/jimblandy/libc by Alex Crichton · 9 years ago
  19. a7ce06c Use same type for all CLONE_ flags. by Philipp Matthias Schaefer · 9 years ago
  20. 8c32faa Fixes #144 by defining O_ACCMODE for BSD's by Dave Huseby · 9 years ago
  21. 2cf9e82 Preliminary PowerPC Support by Pavel Krajcevski · 9 years ago
  22. d614a3f Add IP_TRANSPARENT socket option by Jakab Kristóf · 9 years ago
  23. bb6f198 Fix all definitions on FreeBSD by Alex Crichton · 9 years ago
  24. bff3892 Move getpwuid_r definition to platform-specific modules by Nikita Baksalyar · 9 years ago
  25. 7fa6dea Reorganize Illumos module by Nikita Baksalyar · 9 years ago
  26. 25726a6 Add Illumos support by Nikita Baksalyar · 9 years ago
  27. 3bb1768 Add setns api to linux targets by Jana Radhakrishnan · 9 years ago
  28. c4f676b Add powerpc64 and powerpc64le support by Anton Blanchard · 9 years ago
  29. eeb7582 The type of eventfd's 'initval' argument should be unsigned. by Jim Blandy · 9 years ago
  30. e9c088b Correct MIPS types of SA_* flags by Alex Crichton · 9 years ago
  31. e91606d Common up all definitions of MS_RMT_MASK, since they're all equal now. by Jim Blandy · 9 years ago
  32. 9b53e54 Don't #include <linux/fs.h>; libc's API is described by <sys/mount.h>. by Jim Blandy · 9 years ago
  33. e773764 Remove MS_NOSEC and MS_BORN flags; these are not part of the public kernel interface. by Jim Blandy · 9 years ago
  34. 3074853 Delete definitions of MS_VERBOSE; it's deprecated in favor of the (more portable!) MS_SILENT. by Jim Blandy · 9 years ago
  35. 6cf54d5 Fix constant values for MIPS by Alex Crichton · 9 years ago
  36. 2d05930 Merge branch 'android-posix-memalign' of https://github.com/tamird/libc into merge by Alex Crichton · 9 years ago
  37. 0422dba Merge branch 'add_ioctl_constants' of https://github.com/derekdreery/libc into merge by Alex Crichton · 9 years ago
  38. 4506d29 Merge branch 'mips3' of https://github.com/polachok/libc into merge by Alex Crichton · 9 years ago
  39. fc1b0ad Merge branch 'master' of https://github.com/diwic/libc into merge by Alex Crichton · 9 years ago
  40. 0e67fab Merge branch 'openbsd-cleanup' of https://github.com/semarie/libc into merge by Alex Crichton · 9 years ago
  41. 0b102fd android has `posix_memalign` for API 16+ since NDK r10d by Tamir Duberstein · 9 years ago
  42. 6ac75c1 Fix mips fallout on new toolchain by Alexander Polakov · 9 years ago
  43. 0a64d24 Add ioctl constants by Richard Dodd · 9 years ago
  44. 52f4f39 Add SO_REUSEPORT for Android by Simon Sapin · 9 years ago
  45. 9d2493e Add poll API by David Henningsson · 9 years ago
  46. 6c8a63a keep openbsd name for dirent field member by Sébastien Marie · 9 years ago
  47. 6b84742 provide getentropy(2) instead of SYS_entropy by Sébastien Marie · 9 years ago
  48. ee8c050 define NI_MAXHOST per system by Sébastien Marie · 9 years ago
  49. 3de62ef define TMP_MAX differently for openbsdlike by Sébastien Marie · 9 years ago
  50. 0f8571b properly define SIGSTKSZ under openbsd by Sébastien Marie · 9 years ago
  51. 6dc3868 use proper type of si_addr in siginfo_t by Sébastien Marie · 9 years ago
  52. b1a108c change sign for `blksize_t` type under openbsd by Sébastien Marie · 9 years ago
  53. d732678 change type size to match openbsd C by Sébastien Marie · 9 years ago
  54. c5eadb3 remove backtrace() prototype that don't exists under by Sébastien Marie · 9 years ago
  55. 5f75552 change proto for getnameinfo() by Sébastien Marie · 9 years ago
  56. 3465481 more proto change on openbsd by Sébastien Marie · 9 years ago
  57. 040976b change proto (uint -> int) for pthread_*_np() functions by Sébastien Marie · 9 years ago
  58. 27fd4f8 rename syscalls constants to follow name under openbsd by Sébastien Marie · 9 years ago
  59. 85008bd drop undefined constants under openbsd by Sébastien Marie · 9 years ago
  60. 15cb336 move Dl_info struct per system by Sébastien Marie · 9 years ago
  61. 9e87079 there are no `pw_fields` in `struct passwd` under openbsd by Sébastien Marie · 9 years ago
  62. 9d014e9 Remove emscripten docs by Brian Anderson · 9 years ago
  63. 7d1d575 Add emscripten support by Brian Anderson · 9 years ago
  64. 73a2dbc openbsd: map `si_addr` inside `struct siginfo_t` by Sébastien Marie · 9 years ago
  65. 881ef9b Update the android CI image by Alex Crichton · 9 years ago
  66. 3d372e6 Fix build by adding type prefix colons by Michael McConville · 9 years ago
  67. 405e557 Add getentropy(2)'s syscall number as a const by Michael McConville · 9 years ago
  68. 37b7142 Fix compiles on various BSDs by Alex Crichton · 9 years ago
  69. 6bb23a1 Add binding for memrchr on Linux, FreeBSD, OpenBSD and NetBSD by Florian Hahn · 9 years ago
  70. 8dce9ad Add a load of constants/definitions from nix by Alex Crichton · 9 years ago
  71. 4b32065 Expose functionality to get peer credentials for a Unix socket on Linux by Magnus Hoff · 9 years ago
  72. 761f7bd Hoist PATH_MAX into src/bsd it's common to all the BSDs by John Barker · 9 years ago
  73. 93d6e98 Add PATH_MAX for FreeBSDlike, defined in /usr/src/sys/sys/syslimits.h by John Barker · 9 years ago
  74. 5ad78b8 Merge branch 'master' into shm by Alexander Polakov · 9 years ago
  75. 5850156 SysV shared memory APIs by Alexander Polakov · 9 years ago
  76. 8b296bd Add PATH_MAX by David Hotham · 9 years ago
  77. e0f3fe3 Add KERN_PROC_* constants for OpenBSD by Alex Crichton · 9 years ago
  78. cd24bbd Add some constants for learning about cpus by Alex Crichton · 9 years ago
  79. f811901 Add dirent DT_* definitions by Alex Crichton · 9 years ago
  80. 30baed0 Add getxattr()/setxattr()/listxattr()/removexattr() variations by Alexander Polakov · 9 years ago
  81. 49d7bca Add rumprun CI and get tests passing by Alex Crichton · 9 years ago
  82. 557c670 Add sched_get_priority_* by Alexander Polakov · 9 years ago
  83. 26974c7 Add SCHED_* constants for linux & freebsd by Alexander Polakov · 9 years ago
  84. e09951c sched_getscheduler() / sched_setscheduler() by Alexander Polakov · 9 years ago
  85. 188bef6 Fix build by Dong Zhou · 9 years ago
  86. 51ed574 Add RTLD_NEXT and RTLD_DEFAULT by Dong Zhou · 9 years ago
  87. dd54f29 Only applicable on unix systems by Andy Caldwell · 9 years ago
  88. 15d9207 Add umask (POSIX.1-2001) by Andy Caldwell · 9 years ago
  89. 6d6567c Fix freebsd-likes stage2 build by Ole Krüger · 9 years ago
  90. b83e43b unbreak openbsd and bitrig after linking to rt by Sébastien Marie · 9 years ago
  91. b9865f8 Add netbsds pthread_setname_np by Florian Gilcher · 9 years ago
  92. 5ede62f Remove `#[staged_api]` by Vadim Petrochenkov · 9 years ago
  93. 0c8e61a Don't link librt on android by Alex Crichton · 9 years ago
  94. 5d86064 Merge branch 'master' into netlink by Alexander Polakov · 9 years ago
  95. 69ca9e9 Netlink constants by Alexander Polakov · 9 years ago
  96. 68a5c44 Link to librt on non-apple platforms by Alex Crichton · 9 years ago
  97. 772f891 Remove reference to raw_pointer_derive lint by Devon Hollowood · 9 years ago
  98. 8e35e26 Fix SIGSTKSZ for FreeBSD by Ole Krüger · 9 years ago
  99. ccacbe8 Add hostent structure by David Hotham · 9 years ago
  100. dab9b8b Fix SIGSTKSZ for DragonFly by Michael Neumann · 9 years ago