- Jun 04, 2020
-
-
Brian Cain authored
This commit defines ETIMEDOUT, SIGSTKSZ, MINSIGSTKSZ
-
- May 29, 2020
-
-
Yuki Okushi authored
-
- May 28, 2020
-
-
Yuki Okushi authored
-
- May 27, 2020
-
-
Joshua M. Clulow authored
SmartOS is a downstream distribution of illumos, and carries a number of additional patches that are not commonly available in other illumos distributions. They are also not found in Oracle Solaris. With these removed, the libc tests pass on a stock illumos system running OpenIndiana.
-
- May 26, 2020
-
-
Yuki Okushi authored
This is required on rust-lang/rust.
-
- May 25, 2020
-
-
Yuki Okushi authored
-
- May 23, 2020
-
-
Joshua Abraham authored
-
- May 22, 2020
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Yuki Okushi authored
-
- May 21, 2020
-
-
Yuki Okushi authored
-
Valdemar Erk authored
This patchs adds missing flag values for getnameinfo() on FreeBSD, the following flags have been added from the FreeBSD tree. /* * Flag values for getnameinfo() */ #define NI_NOFQDN 0x00000001 #define NI_NUMERICHOST 0x00000002 #define NI_NAMEREQD 0x00000004 #define NI_NUMERICSERV 0x00000008 #define NI_DGRAM 0x00000010 #define NI_NUMERICSCOPE 0x00000020 Signed-off-by:
Valdemar Erk <valdemar@erk.io>
-
- May 18, 2020
-
-
Bryant Mairs authored
-
Xavier L'Heureux authored
-
- May 07, 2020
-
-
Bryant Mairs authored
Reorganized some constants as well so they're grouped a bit better.
-
Bryant Mairs authored
-
Marko Mijalkovic authored
-
- May 02, 2020
-
-
Niels Sascha Reedijk authored
-
- May 01, 2020
- Apr 30, 2020
-
-
Yuki Okushi authored
-
Yuki Okushi authored
-
- Apr 29, 2020
-
-
Robert Collins authored
Signed-off-by:
Robert Collins <robertc@robertcollins.net>
-
- Apr 25, 2020
-
-
msizanoen1 authored
-
msizanoen1 authored
-
- Apr 15, 2020
-
-
Hiroki Noda authored
Co-Authored-By:
Yuki Okushi <huyuumi.dev@gmail.com>
-
Greg V authored
Like on NetBSD, but without a pid field in the struct.
-
Greg V authored
It is present on both FreeBSD and DragonFly
-
- Apr 14, 2020
-
-
Hiroki Noda authored
revenge of #598
-
Yuki Okushi authored
-
Sébastien Marie authored
-
- Apr 13, 2020
-
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Alexander Batischev authored
Headers I used: Oh, for reference, here are the headers I used while working on this: - musl: https://git.musl-libc.org/cgit/musl/tree/include/regex.h?id=8327ae0cb23b799bc55a45e0d4bd95f5a2b1cdf1 - glibc: https://sourceware.org/git/?p=glibc.git;a=blob;f=posix/regex.h;h=87cce7f5cb8cc3b678467329b479bd511e250e61;hb=HEAD - macOS: https://opensource.apple.com/source/Libc/Libc-997.90.3/include/regex.h.auto.html - FreeBSD: https://github.com/freebsd/freebsd/blob/8103b0ddb041617b7cd161528f0ff93ff32970a2/include/regex.h - NetBSD: https://github.com/NetBSD/src/blob/61c8f6fbb7e38b20e862d5cb3ed2203312963283/include/regex.h
-
- Apr 11, 2020
-
-
Matthias Schiffer authored
Add strndup(), as specified by POSIX.1-2008.
-
Yuki Okushi authored
-