- 05 12月, 2013 2 次提交
-
-
由 Szabolcs Nagy 提交于
-
由 Szabolcs Nagy 提交于
-
- 18 10月, 2013 1 次提交
-
-
由 Szabolcs Nagy 提交于
-
- 15 9月, 2013 1 次提交
-
-
由 Szabolcs Nagy 提交于
low latency busy poll sockets are new in linux v3.11
-
- 25 7月, 2013 2 次提交
-
-
由 Szabolcs Nagy 提交于
linux commit 8d36eb01da5d371feffa280e501377b5c450f5a5 (2013-05-29) added PF_IB for InfiniBand linux commit d021c344051af91f42c5ba9fdedc176740cbd238 (2013-02-06) added PF_VSOCK for VMware sockets
-
由 Szabolcs Nagy 提交于
introduced in linux-v3.10 commit 7d4c04fc170087119727119074e72445f2bb192b
-
- 02 4月, 2013 1 次提交
-
-
由 Szabolcs Nagy 提交于
-
- 05 3月, 2013 1 次提交
-
-
由 Rich Felker 提交于
-
- 13 1月, 2013 1 次提交
-
-
由 Szabolcs Nagy 提交于
missing protocol families based on current linux headers: PF_RDS, PF_LLC, PF_CAN, PF_TIPC, PF_NFC
-
- 20 12月, 2012 1 次提交
-
-
由 rofl0r 提交于
-
- 16 11月, 2012 1 次提交
-
-
由 Rich Felker 提交于
although a number is reserved for it, this option is not implemented on Linux and does not work. defining it causes some applications to use it, and subsequently break due to its failure.
-
- 06 11月, 2012 1 次提交
-
-
由 Rich Felker 提交于
-
- 30 9月, 2012 1 次提交
-
-
由 Rich Felker 提交于
it will be in the next version of POSIX
-
- 09 9月, 2012 2 次提交
-
-
由 Rich Felker 提交于
based on patch by Justin Cormack
-
由 Rich Felker 提交于
-
- 07 9月, 2012 1 次提交
-
-
由 Rich Felker 提交于
to deal with the fact that the public headers may be used with pre-c99 compilers, __restrict is used in place of restrict, and defined appropriately for any supported compiler. we also avoid the form [restrict] since older versions of gcc rejected it due to a bug in the original c99 standard, and instead use the form *restrict.
-
- 06 8月, 2012 1 次提交
-
-
由 Rich Felker 提交于
why does mips have to be gratuitously incompatible in every possible imaginable way?
-
- 13 7月, 2012 1 次提交
-
-
由 Rich Felker 提交于
the kernel wrongly expects the cmsg length field to be size_t instead of socklen_t. in order to work around the issue, we have to impose a length limit and copy to a local buffer. the length limit should be more than sufficient for any real-world use; these headers are only used for passing file descriptors and permissions between processes over unix sockets.
-
- 19 9月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 17 6月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 15 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based
-
- 12 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-