Commit Graph

  • e77376494d Remove MS_NOSEC and MS_BORN flags; these are not part of the public kernel interface. Jim Blandy 2016-01-01 18:54:40 -08:00
  • 3074853187 Delete definitions of MS_VERBOSE; it's deprecated in favor of the (more portable!) MS_SILENT. Jim Blandy 2016-01-01 18:31:29 -08:00
  • 0ba85711b6 Merge pull request #134 from alexcrichton/merge Alex Crichton 2016-01-11 15:31:28 -08:00
  • 6cf54d553f Fix constant values for MIPS Alex Crichton 2016-01-11 13:04:28 -08:00
  • 2d0593028b Merge branch 'android-posix-memalign' of https://github.com/tamird/libc into merge Alex Crichton 2016-01-10 14:46:38 -08:00
  • 0422dbaabd Merge branch 'add_ioctl_constants' of https://github.com/derekdreery/libc into merge Alex Crichton 2016-01-10 14:43:08 -08:00
  • a5d830a8a0 Move docker container and don't re-symlink mips compilers Alex Crichton 2016-01-10 14:36:27 -08:00
  • 4506d29557 Merge branch 'mips3' of https://github.com/polachok/libc into merge Alex Crichton 2016-01-10 14:23:28 -08:00
  • fc1b0ad67c Merge branch 'master' of https://github.com/diwic/libc into merge Alex Crichton 2016-01-10 14:21:13 -08:00
  • 0e67fabda3 Merge branch 'openbsd-cleanup' of https://github.com/semarie/libc into merge Alex Crichton 2016-01-10 14:19:17 -08:00
  • 0b102fdf47 android has posix_memalign for API 16+ since NDK r10d Tamir Duberstein 2016-01-06 18:16:05 -05:00
  • 6ac75c16b1 Fix mips fallout on new toolchain Alexander Polakov 2015-12-27 12:08:59 +03:00
  • 0a64d24137 Add ioctl constants Richard Dodd 2015-12-30 15:25:59 +00:00
  • 52f4f39a77 Add SO_REUSEPORT for Android Simon Sapin 2015-11-22 14:23:59 +01:00
  • 2cdb21ea2b Use docker for MIPS Alexander Polakov 2015-12-25 22:14:47 +03:00
  • 9d2493e8bf Add poll API David Henningsson 2015-12-25 22:06:44 +01:00
  • 6c8a63a9e2 keep openbsd name for dirent field member Sébastien Marie 2015-12-23 18:54:25 +01:00
  • 6b847426de provide getentropy(2) instead of SYS_entropy Sébastien Marie 2015-12-22 08:10:48 +01:00
  • ee8c050071 define NI_MAXHOST per system Sébastien Marie 2015-12-21 17:24:46 +01:00
  • 3de62ef5a7 define TMP_MAX differently for openbsdlike Sébastien Marie 2015-12-21 17:15:52 +01:00
  • 0f8571b63d properly define SIGSTKSZ under openbsd Sébastien Marie 2015-12-21 17:10:32 +01:00
  • 6dc38681a6 use proper type of si_addr in siginfo_t Sébastien Marie 2015-12-21 16:51:42 +01:00
  • b1a108c245 change sign for blksize_t type under openbsd Sébastien Marie 2015-12-21 16:42:08 +01:00
  • d732678ddc change type size to match openbsd C Sébastien Marie 2015-12-21 16:35:41 +01:00
  • c5eadb3293 remove backtrace() prototype that don't exists under Sébastien Marie 2015-12-21 15:58:52 +01:00
  • 5f75552056 change proto for getnameinfo() Sébastien Marie 2015-12-21 14:58:28 +01:00
  • 3465481a8c more proto change on openbsd Sébastien Marie 2015-12-21 13:52:29 +01:00
  • 040976b20f change proto (uint -> int) for pthread_*_np() functions Sébastien Marie 2015-12-21 13:48:35 +01:00
  • 27fd4f8661 rename syscalls constants to follow name under openbsd Sébastien Marie 2015-12-21 10:59:43 +01:00
  • 85008bd38e drop undefined constants under openbsd Sébastien Marie 2015-12-21 10:57:26 +01:00
  • 15cb33670d move Dl_info struct per system Sébastien Marie 2015-12-21 10:52:28 +01:00
  • 9e8707902f there are no pw_fields in struct passwd under openbsd Sébastien Marie 2015-12-21 10:43:44 +01:00
  • c618f366f3 add openbsd support to libc-test Sébastien Marie 2015-12-21 17:26:41 +01:00
  • fb83189000 Merge pull request #107 from brson/emscripten Alex Crichton 2015-12-21 17:19:30 -08:00
  • 9d014e9d40 Remove emscripten docs Brian Anderson 2015-12-21 23:33:54 +00:00
  • 7d1d57521a Add emscripten support Brian Anderson 2015-11-26 23:27:45 +00:00
  • e0c0bf439a Merge pull request #109 from semarie/openbsd-si_addr Alex Crichton 2015-12-20 08:41:16 -08:00
  • 73a2dbce11 openbsd: map si_addr inside struct siginfo_t Sébastien Marie 2015-12-19 06:59:56 +01:00
  • 4b9b07c719 Merge pull request #88 from alexcrichton/update-android Alex Crichton 2015-12-18 13:51:06 -08:00
  • 881ef9b966 Update the android CI image Alex Crichton 2015-12-01 09:04:13 -08:00
  • 2c7e08c959 Merge pull request #108 from mmcco/sc Alex Crichton 2015-12-18 09:19:55 -08:00
  • 3d372e605a Fix build by adding type prefix colons Michael McConville 2015-12-18 00:19:00 -05:00
  • 405e557d6c Add getentropy(2)'s syscall number as a const Michael McConville 2015-12-18 00:09:43 -05:00
  • 31423a3e24 Merge pull request #106 from alexcrichton/bump Alex Crichton 2015-12-17 15:20:36 -08:00
  • ff38c3a121 Bump to 0.2.4 Alex Crichton 2015-12-17 13:58:42 -08:00
  • 9863d5645f Merge pull request #105 from alexcrichton/fix-bsd Alex Crichton 2015-12-17 13:58:05 -08:00
  • 37b71423c9 Fix compiles on various BSDs Alex Crichton 2015-12-17 10:50:53 -08:00
  • 3e1791cf98 Merge pull request #102 from fhahn/add-memrchr Alex Crichton 2015-12-17 10:33:20 -08:00
  • 6bb23a162c Add binding for memrchr on Linux, FreeBSD, OpenBSD and NetBSD Florian Hahn 2015-12-16 12:28:51 +01:00
  • ab53d5e957 Merge pull request #103 from alexcrichton/bump Alex Crichton 2015-12-16 13:01:09 -08:00
  • 79d989996b Bump to 0.2.3 Alex Crichton 2015-12-16 11:46:54 -08:00
  • 0ac0bc0cce Merge pull request #93 from alexcrichton/nix-additions Alex Crichton 2015-12-16 09:03:14 -08:00
  • 8dce9ada5c Add a load of constants/definitions from nix Alex Crichton 2015-12-03 11:44:14 -08:00
  • 4920c7e88a Merge pull request #101 from maghoff/master Alex Crichton 2015-12-16 08:12:55 -08:00
  • 4b320654ba Expose functionality to get peer credentials for a Unix socket on Linux Magnus Hoff 2015-12-16 11:23:54 +01:00
  • 64da6d22ba Merge pull request #98 from j16r/master Alex Crichton 2015-12-15 17:15:40 -08:00
  • 761f7bd5cd Hoist PATH_MAX into src/bsd it's common to all the BSDs John Barker 2015-12-15 09:06:16 -05:00
  • 93d6e987ea Add PATH_MAX for FreeBSDlike, defined in /usr/src/sys/sys/syslimits.h John Barker 2015-12-14 22:49:23 -05:00
  • a02fdc290c Merge pull request #96 from polachok/shm Alex Crichton 2015-12-15 09:40:30 -08:00
  • 5ad78b8429 Merge branch 'master' into shm Alexander Polakov 2015-12-15 19:33:45 +03:00
  • 58501564c4 SysV shared memory APIs Alexander Polakov 2015-12-14 02:09:45 +03:00
  • e432357a37 Merge pull request #95 from dimbleby/path-max Alex Crichton 2015-12-14 09:44:41 -08:00
  • 8b296bd3a2 Add PATH_MAX David Hotham 2015-12-12 11:52:54 +00:00
  • 087b5a4202 Merge pull request #91 from alexcrichton/more-constants Alex Crichton 2015-12-03 13:29:09 -08:00
  • e0f3fe345b Add KERN_PROC_* constants for OpenBSD Alex Crichton 2015-12-03 10:44:13 -08:00
  • 47f1439e0a Merge pull request #90 from alexcrichton/more-constants Alex Crichton 2015-12-03 10:36:41 -08:00
  • cd24bbd3db Add some constants for learning about cpus Alex Crichton 2015-12-02 14:11:07 -08:00
  • 6736e10c5c Merge pull request #89 from alexcrichton/dirent-defns Alex Crichton 2015-12-02 13:38:28 -08:00
  • f811901267 Add dirent DT_* definitions Alex Crichton 2015-12-02 10:30:29 -08:00
  • 9042478bb4 Merge pull request #87 from polachok/xattr Alex Crichton 2015-12-02 08:59:59 -08:00
  • 30baed0f7e Add getxattr()/setxattr()/listxattr()/removexattr() variations Alexander Polakov 2015-12-01 15:29:05 +03:00
  • 6a13db97fb Merge pull request #86 from alexcrichton/rumprun Alex Crichton 2015-12-01 17:49:35 -08:00
  • 49d7bca8aa Add rumprun CI and get tests passing Alex Crichton 2015-11-27 09:40:37 -08:00
  • f25765fbc1 Merge pull request #85 from alexcrichton/lock Alex Crichton 2015-11-30 17:08:13 -08:00
  • 0af5e2312b Check in Cargo.lock for libc-test Alex Crichton 2015-11-30 15:07:28 -08:00
  • aad297a4f7 Merge pull request #79 from polachok/sched Alex Crichton 2015-11-30 14:44:23 -08:00
  • 557c67011d Add sched_get_priority_* Alexander Polakov 2015-11-30 16:55:51 +03:00
  • 26974c7ff7 Add SCHED_* constants for linux & freebsd Alexander Polakov 2015-11-27 03:02:44 +03:00
  • e09951cb50 sched_getscheduler() / sched_setscheduler() Alexander Polakov 2015-11-26 14:00:03 +03:00
  • 94e9b3c704 Merge pull request #84 from dongz9/master Alex Crichton 2015-11-29 23:14:25 -08:00
  • 188bef6133 Fix build Dong Zhou 2015-11-29 22:24:10 -05:00
  • 51ed574b13 Add RTLD_NEXT and RTLD_DEFAULT Dong Zhou 2015-11-29 21:42:14 -05:00
  • c7a7f4e1ad Merge pull request #83 from bossmc/add-umask Alex Crichton 2015-11-29 17:11:20 -08:00
  • dd54f29a29 Only applicable on unix systems Andy Caldwell 2015-11-30 00:24:15 +00:00
  • 15d9207708 Add umask (POSIX.1-2001) Andy Caldwell 2015-11-30 00:06:52 +00:00
  • 2a5f445b36 Merge pull request #82 from dignati/fix-bsd-stage2 Alex Crichton 2015-11-28 09:45:04 -06:00
  • 6d6567c8de Fix freebsd-likes stage2 build Ole Krüger 2015-11-27 23:23:09 +01:00
  • 867c6ff0b8 Merge pull request #80 from semarie/librt Alex Crichton 2015-11-26 13:37:16 -06:00
  • b83e43bb0a unbreak openbsd and bitrig after linking to rt Sébastien Marie 2015-11-26 19:54:24 +01:00
  • 0bf374fe6d Merge pull request #78 from skade/fix-netbsd Alex Crichton 2015-11-25 14:35:17 -06:00
  • b9865f8768 Add netbsds pthread_setname_np Florian Gilcher 2015-11-25 18:01:32 +01:00
  • e6714f3c70 Merge pull request #73 from petrochenkov/staged Alex Crichton 2015-11-23 16:10:39 -08:00
  • 5ede62f28e Remove #[staged_api] Vadim Petrochenkov 2015-11-24 01:58:32 +03:00
  • c27f4167a7 Merge pull request #72 from alexcrichton/no-rt-on-android Alex Crichton 2015-11-22 11:28:58 -08:00
  • 0c8e61ab4a Don't link librt on android Alex Crichton 2015-11-22 10:14:13 -08:00
  • 90e0ceaada Merge pull request #67 from polachok/netlink Alex Crichton 2015-11-22 10:17:53 -08:00
  • 5d86064fc5 Merge branch 'master' into netlink Alexander Polakov 2015-11-21 02:02:30 +03:00
  • 69ca9e9598 Netlink constants Alexander Polakov 2015-11-21 01:00:02 +03:00
  • 453add48b8 Merge pull request #66 from alexcrichton/librt Alex Crichton 2015-11-20 14:16:52 -08:00
  • 68a5c445b0 Link to librt on non-apple platforms Alex Crichton 2015-11-20 09:28:12 -08:00