Commit Graph

  • 001bb994bb Merge branch 'sigaltstack-flags' of https://github.com/tmiasko/libc into merge Alex Crichton 2016-02-15 10:20:06 -08:00
  • afb1f1a386 Merge branch 'sigaltstack-flags' of https://github.com/tmiasko/libc into merge Alex Crichton 2016-02-15 10:20:06 -08:00
  • 8bf2ec3b19 Merge branch 'pthread-kill' of https://github.com/tmiasko/libc into merge Alex Crichton 2016-02-15 10:19:54 -08:00
  • 0668b9c91a Merge branch 'pthread-kill' of https://github.com/tmiasko/libc into merge Alex Crichton 2016-02-15 10:19:54 -08:00
  • ff5e0742f0 Merge branch 'mkstemp' of https://github.com/kamalmarhubi/libc into merge Alex Crichton 2016-02-15 10:19:45 -08:00
  • 43148b5d13 Merge branch 'mkstemp' of https://github.com/kamalmarhubi/libc into merge Alex Crichton 2016-02-15 10:19:45 -08:00
  • dec5ec0b4a Merge branch 'master' of https://github.com/JasonSmith/libc into merge Alex Crichton 2016-02-15 10:19:35 -08:00
  • 1722806b73 Merge branch 'master' of https://github.com/JasonSmith/libc into merge Alex Crichton 2016-02-15 10:19:35 -08:00
  • c7735bd01c unix: Add mkstemp(3) and related functions Kamal Marhubi 2016-02-15 00:40:19 -05:00
  • 511a7809cd unix: Add mkstemp(3) and related functions Kamal Marhubi 2016-02-15 00:40:19 -05:00
  • 87054a71f5 [unix] Add pthread_kill. Tomasz Miąsko 2016-02-15 11:00:11 +01:00
  • b0b33707bd [unix] Add pthread_kill. Tomasz Miąsko 2016-02-15 11:00:11 +01:00
  • dbcb6a17b7 [unix] Add SS_ONSTACK and SS_DISABLE. Tomasz Miąsko 2016-02-15 11:44:55 +01:00
  • 26e1ec1b76 [unix] Add SS_ONSTACK and SS_DISABLE. Tomasz Miąsko 2016-02-15 11:44:55 +01:00
  • 7e1ae18057 Merge branch 'master' into master Jason Smith 2016-02-13 18:24:43 -05:00
  • 4c29409688 Merge branch 'master' into master Jason Smith 2016-02-13 18:24:43 -05:00
  • 566d5b4fa5 Merge pull request #177 from cybergeek94/master Alex Crichton 2016-02-13 00:59:51 -08:00
  • 213a0f9c4a Merge pull request #177 from cybergeek94/master Alex Crichton 2016-02-13 00:59:51 -08:00
  • a0fc32dd8e Add posix_fadvise() and related constants Austin Bonander 2016-02-06 18:58:18 -08:00
  • 10543d08c3 Add posix_fadvise() and related constants Austin Bonander 2016-02-06 18:58:18 -08:00
  • 74062cf0ae Merge pull request #182 from alexcrichton/update-after-move Alex Crichton 2016-02-12 10:46:24 -08:00
  • 0113d684b4 Merge pull request #182 from alexcrichton/update-after-move Alex Crichton 2016-02-12 10:46:24 -08:00
  • 5def2f93d1 Update links in README for transition to rust-lang Alex Crichton 2016-02-11 09:33:17 -08:00
  • b7b90d4a4d Update links in README for transition to rust-lang Alex Crichton 2016-02-11 09:33:17 -08:00
  • 6bc65f8094 Merge pull request #183 from antonblanchard/powerpc64_merge2 Alex Crichton 2016-02-11 18:36:53 -08:00
  • 27d4a94d33 Merge pull request #183 from antonblanchard/powerpc64_merge2 Alex Crichton 2016-02-11 18:36:53 -08:00
  • 48663ffb4d wchar_t is signed on powerpc64 Anton Blanchard 2016-01-21 15:47:02 +00:00
  • 9e1a38ee2c wchar_t is signed on powerpc64 Anton Blanchard 2016-01-21 15:47:02 +00:00
  • 2bfa575967 target_arch is always powerpc64, remove powerpc64le check Anton Blanchard 2016-02-09 23:02:51 +00:00
  • 6e6ff6a2a0 target_arch is always powerpc64, remove powerpc64le check Anton Blanchard 2016-02-09 23:02:51 +00:00
  • 21638f7140 Merge pull request #181 from dhuseby/fixing_netbsd_siginfo_t Alex Crichton 2016-02-11 16:25:26 -08:00
  • 1179ac7c6b Merge pull request #181 from dhuseby/fixing_netbsd_siginfo_t Alex Crichton 2016-02-11 16:25:26 -08:00
  • b610799496 this fixes the siginfo_t, adds missing pthread externs. Dave Huseby 2016-02-10 19:54:56 -08:00
  • 812c910d05 this fixes the siginfo_t, adds missing pthread externs. Dave Huseby 2016-02-10 19:54:56 -08:00
  • 5a9cff83ba Merge pull request #146 from alexcrichton/no-std Alex Crichton 2016-02-10 18:19:51 -08:00
  • 61eddafb30 Merge pull request #146 from alexcrichton/no-std Alex Crichton 2016-02-10 18:19:51 -08:00
  • 34def53423 Add a default-on "use_std" feature Alex Crichton 2016-01-20 16:39:37 -08:00
  • 6d46b6fa5f Add a default-on "use_std" feature Alex Crichton 2016-01-20 16:39:37 -08:00
  • abb4be31b0 Merge branch 'master' of https://github.com/JasonSmith/libc Jason Travis Smith 2016-02-10 06:03:24 -05:00
  • d90f1f9089 Merge branch 'master' of https://github.com/JasonSmith/libc Jason Travis Smith 2016-02-10 06:03:24 -05:00
  • 260d0f5a47 Fixed a typo in the #[cfg()] of gettimeofday. Jason Travis Smith 2016-02-06 05:46:41 -05:00
  • 270c7d4a07 Fixed a typo in the #[cfg()] of gettimeofday. Jason Travis Smith 2016-02-06 05:46:41 -05:00
  • 747619cec0 Merge pull request #179 from alexcrichton/bump Alex Crichton 2016-02-09 15:27:19 -08:00
  • 379e92f27e Merge pull request #179 from alexcrichton/bump Alex Crichton 2016-02-09 15:27:19 -08:00
  • 97196e314a Bump to 0.2.7 Alex Crichton 2016-02-09 13:25:42 -08:00
  • 87e6c65c74 Bump to 0.2.7 Alex Crichton 2016-02-09 13:25:42 -08:00
  • 5f3047a8db Merge pull request #178 from dhuseby/fixing_netbsd_build Alex Crichton 2016-02-08 16:02:25 -08:00
  • 9a3de2f0cf Merge pull request #178 from dhuseby/fixing_netbsd_build Alex Crichton 2016-02-08 16:02:25 -08:00
  • c43de9814a SIGSTKSZ is the same on OpenBSD, Bitrig, and NetBSD Dave Huseby 2016-02-08 13:47:02 -08:00
  • e92ec48e56 SIGSTKSZ is the same on OpenBSD, Bitrig, and NetBSD Dave Huseby 2016-02-08 13:47:02 -08:00
  • bdf720c85a Merge branch 'master' of https://github.com/JasonSmith/libc Jason Travis Smith 2016-02-07 03:29:22 -05:00
  • 5ffa4c1b41 Merge branch 'master' of https://github.com/JasonSmith/libc Jason Travis Smith 2016-02-07 03:29:22 -05:00
  • 1a297b3854 Fixed a typo in the #[cfg()] of gettimeofday. Jason Travis Smith 2016-02-06 05:46:41 -05:00
  • bb0988c958 Fixed a typo in the #[cfg()] of gettimeofday. Jason Travis Smith 2016-02-06 05:46:41 -05:00
  • 0ebd4063d6 Merge pull request #170 from kamalmarhubi/sendfile Alex Crichton 2016-02-06 16:17:44 -08:00
  • 37c866a609 Merge pull request #170 from kamalmarhubi/sendfile Alex Crichton 2016-02-06 16:17:44 -08:00
  • 7ba6ff2032 unix: Add sendfile to platforms that support it Kamal Marhubi 2016-02-04 14:08:50 -05:00
  • 143358bb97 unix: Add sendfile to platforms that support it Kamal Marhubi 2016-02-04 14:08:50 -05:00
  • 385f26c1ef Merge pull request #175 from alexcrichton/rollup Alex Crichton 2016-02-06 11:22:19 -08:00
  • cb688da699 Merge pull request #175 from alexcrichton/rollup Alex Crichton 2016-02-06 11:22:19 -08:00
  • 36f6be0bdf Fixed a typo in the #[cfg()] of gettimeofday. Jason Travis Smith 2016-02-06 05:46:41 -05:00
  • aafab85e30 Fixed a typo in the #[cfg()] of gettimeofday. Jason Travis Smith 2016-02-06 05:46:41 -05:00
  • 712f278e05 Merge branch 'peterhj-cpuset-affinity' of https://github.com/peterhj/libc Alex Crichton 2016-02-05 18:19:39 -08:00
  • e295b8ad4d Merge branch 'peterhj-cpuset-affinity' of https://github.com/peterhj/libc Alex Crichton 2016-02-05 18:19:39 -08:00
  • 4664b1c4dc Merge branch 'sysctl_consts_in_openbsd' of https://github.com/polezaivsani/libc Alex Crichton 2016-02-05 18:19:27 -08:00
  • 9122ebf23f Merge branch 'sysctl_consts_in_openbsd' of https://github.com/polezaivsani/libc Alex Crichton 2016-02-05 18:19:27 -08:00
  • 6b5d5ff2cb Merge pull request #173 from alexcrichton/rtld-names Alex Crichton 2016-02-05 17:10:05 -08:00
  • a64ee24718 Merge pull request #173 from alexcrichton/rtld-names Alex Crichton 2016-02-05 17:10:05 -08:00
  • d7fb25d6bd linux: Initial support for cpuset and gnu pthread_attr_affinity interface Peter Jin 2016-02-05 15:06:39 -08:00
  • 1a190c7b79 linux: Initial support for cpuset and gnu pthread_attr_affinity interface Peter Jin 2016-02-05 15:06:39 -08:00
  • a0a610f5cc Add a pinch of KERN_PROC_* consts to OpenBSD family Vasily Kolobkov 2016-02-06 00:05:48 +02:00
  • 86aae3cfb0 Add a pinch of KERN_PROC_* consts to OpenBSD family Vasily Kolobkov 2016-02-06 00:05:48 +02:00
  • b0c9ca3d03 Add more RTLD_* constants Alex Crichton 2016-02-04 13:48:13 -08:00
  • 29de598537 Add more RTLD_* constants Alex Crichton 2016-02-04 13:48:13 -08:00
  • 183e61845e Merge pull request #172 from kamalmarhubi/splice-and-friends Alex Crichton 2016-02-05 13:57:14 -08:00
  • e9db959527 Merge pull request #172 from kamalmarhubi/splice-and-friends Alex Crichton 2016-02-05 13:57:14 -08:00
  • e30428a61c linux: Add splice, tee, vmsplice Kamal Marhubi 2016-02-04 15:57:10 -05:00
  • 0cfc25fe96 linux: Add splice, tee, vmsplice Kamal Marhubi 2016-02-04 15:57:10 -05:00
  • 1430eccfcb Merge pull request #168 from alexcrichton/ios-nightlies Alex Crichton 2016-02-04 19:25:25 -08:00
  • 748c92a098 Merge pull request #168 from alexcrichton/ios-nightlies Alex Crichton 2016-02-04 19:25:25 -08:00
  • 798153bfbc Use iOS nightlies instead of a pinned version Alex Crichton 2016-02-01 11:43:49 -08:00
  • 36ae2359b3 Use iOS nightlies instead of a pinned version Alex Crichton 2016-02-01 11:43:49 -08:00
  • f8f08427db Merge pull request #169 from dhuseby/fixing_bitrig_d_namlen Alex Crichton 2016-02-03 23:31:59 -08:00
  • 579f2c9836 Merge pull request #169 from dhuseby/fixing_bitrig_d_namlen Alex Crichton 2016-02-03 23:31:59 -08:00
  • 9dd47c06f9 fixes the bitrig d_namlen compile error Dave Huseby 2016-02-03 13:03:45 -08:00
  • c97d2174c4 fixes the bitrig d_namlen compile error Dave Huseby 2016-02-03 13:03:45 -08:00
  • 5d431eaeaf Merge pull request #166 from lambda/sc-pagesize Alex Crichton 2016-01-31 21:18:04 -08:00
  • 026f4b335d Merge pull request #166 from lambda/sc-pagesize Alex Crichton 2016-01-31 21:18:04 -08:00
  • 406e0ad498 Define _SC_PAGE_SIZE constants Brian Campbell 2016-01-31 21:28:16 -05:00
  • 11f29f592a Define _SC_PAGE_SIZE constants Brian Campbell 2016-01-31 21:28:16 -05:00
  • 80a670226a Remove trailing whitespace Brian Campbell 2016-01-31 21:27:59 -05:00
  • cb12fdfea3 Remove trailing whitespace Brian Campbell 2016-01-31 21:27:59 -05:00
  • bd62a4116b Merge pull request #167 from lambda/add-abort Alex Crichton 2016-01-31 20:29:05 -08:00
  • 28b526aa9d Merge pull request #167 from lambda/add-abort Alex Crichton 2016-01-31 20:29:05 -08:00
  • 9a890bcb1c Add abort Brian Campbell 2016-01-31 22:04:05 -05:00
  • d81e4a0ad8 Add abort Brian Campbell 2016-01-31 22:04:05 -05:00
  • 14a3658ad8 Merge pull request #165 from japaric/musl-nlink_t Alex Crichton 2016-01-30 20:37:51 -08:00
  • 30f70baa6c Merge pull request #165 from japaric/musl-nlink_t Alex Crichton 2016-01-30 20:37:51 -08:00
  • 34c6eb8971 musl: define nlink_t as u32/u64 Jorge Aparicio 2016-01-30 19:51:14 -05:00
  • ec9db4d779 musl: define nlink_t as u32/u64 Jorge Aparicio 2016-01-30 19:51:14 -05:00