- Oct 21, 2020
-
-
George Hopkins authored
We leave IPPROTO_MAX as is for the time being. However, in recent kernel releases IPPROTO_MAX is actually higher and reflects the addition of IPPROTO_MPTCP.
- Oct 19, 2020
-
-
Andrew Walbran authored
From sys/uio.h. Note that preadv64/pwritev64 are already included in src/unix/linux_like/mod.rs. Also fix parameter names of process_vm_[readv,writev] to match Bionic header.
-
- Oct 16, 2020
-
-
Eduardo Sánchez Muñoz authored
-
- Oct 15, 2020
-
-
rupansh-arch authored
-
rupansh-arch authored
Signed-off-by:
rupansh-arch <rupanshsekar@hotmail.com>
-
Eduardo Sánchez Muñoz authored
-
Eduardo Sánchez Muñoz authored
These trait implementations exposed an unsound API (see https://github.com/rust-lang/libc/issues/1501)
-
- Oct 07, 2020
-
-
Andrew Walbran authored
-
- Sep 29, 2020
-
-
Andrew Walbran authored
-
- Sep 11, 2020
-
-
LinkTed authored
-
- Aug 12, 2020
-
-
Fredrik Fornwall authored
-
- Aug 02, 2020
-
-
coolreader18 authored
-
- Jul 25, 2020
-
-
Gabriel Majeri authored
-
- Jul 02, 2020
-
-
Alex Crichton authored
This ended up just getting copied from Linux as it appears to be the same.
-
- Jun 30, 2020
-
-
Andrew Walbran authored
In particular: Add timerfd constants and functions, from sys/timerfd.h. Add EFD_SEMAPHORE and group all EFD_ constants together. Add sigtimedwait function, from signal.h. Add missing fallocate constants and functions, from linux/falloc.h and fcntl.h. Add xattr functions, from sys/xattr.h. Add SCHED_ and SEEK_ constants, from linux/sched.h and bits/seek_constants.h. Add rlimit functions, from sys/resource.h. Add RENAME_ constants, from stdio.h. Add ino64_t type, from sys/types.h.
-
Andrew Walbran authored
-
- May 21, 2020
-
-
Yuki Okushi authored
-
- May 18, 2020
-
-
Bryant Mairs authored
-
- Apr 29, 2020
-
-
Robert Collins authored
Signed-off-by:
Robert Collins <robertc@robertcollins.net>
-
- Apr 13, 2020
-
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
- Mar 29, 2020
-
-
Patrick Mooney authored
-
- Mar 10, 2020
-
-
Andre Nathan authored
-
- Mar 08, 2020
-
-
zonyitoo authored
-
- Mar 01, 2020
-
-
Michal 'vorner' Vaner authored
Constants for the linux nfqueue netlink protocol (userspace firewall). Continuation of #1562 and #1571.
-
- Feb 28, 2020
-
- Feb 12, 2020
-
-
Vickenty Fesunov authored
This triggers a warning on a recent nightly, which in turn breaks CI due to `#![deny(warnings)]` in libc-test/build.rs
-
- Dec 08, 2019
-
-
coolreader18 authored
-
- Nov 21, 2019
-
-
Elichai Turkel authored
-
- Nov 17, 2019
-
-
Michal 'vorner' Vaner authored
-
- Nov 05, 2019
-
-
Arthur Gautier authored
Signed-off-by:
Arthur Gautier <baloo@gandi.net>
-
- Nov 04, 2019
-
-
Arthur Gautier authored
-
- Oct 28, 2019
-
-
Michal 'vorner' Vaner authored
First batch for #1562
-
- Oct 06, 2019
-
-
Edward Shin authored
-
- Sep 25, 2019