summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Expand)Author
2018-02-12Expose MSG_CMSG_CLOEXEC on *BSDGreg V
2018-02-12Add cfmakesane() on FreeBSDGreg V
2018-02-12Add missing kqueue event filters on FreeBSDGreg V
2018-02-11Merge pull request #859 from Susurrus/fix_changelogAlan Somers
2018-02-11[skip ci] Fix markdown in the CHANGELOGBryant Mairs
2018-02-08make statfs/statvfs to be available wherever they are availableIgor Gnatenko
2018-02-08Update `InterfaceFlags`寧靜
2018-02-07Merge #852bors[bot]
2018-02-06Merge #851bors[bot]
2018-02-03Merge #830bors[bot]
2018-02-02Add alarm moduleThomas de Zeeuw
2018-01-31Added example and updated changelog.xd009642
2018-01-29Added `getsid` in `::nix::unistd`Glenn Griffin
2018-01-28Fix B460800 and B921600 baud rates for netbsdBryant Mairs
2018-01-28Replace sockaddr_ctl with one from libcBryant Mairs
2018-01-26Bump version to 0.11.0-preAlan Somers
2018-01-26Bump version to 0.10.0Alan Somers
2018-01-26Merge #843bors[bot]
2018-01-25Support arbitrary baud rates on BSDsBryant Mairs
2018-01-26Merge #835bors[bot]
2018-01-21Merge #820bors[bot]
2018-01-15aio: use `Bytes` instead of `Rc<[u8]>`Alan Somers
2018-01-15Add AioCb::from_ptr and AioCb::from_mut_ptrAlan Somers
2018-01-11Add socket options for IP_TRANSPARENT / BIND_ANYJustin Latimer
2018-01-11Remove return value from `pause`Thomas de Zeeuw
2018-01-11Merge #834bors[bot]
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2018-01-08Impl LinkAddr(MAC Addr)luozijun
2018-01-06Add sigprocmaskThomas de Zeeuw
2017-12-20Migrate sys/socket to libc FFI types and fix `msghdr` definition mismatch.Matthew Gregan
2017-12-10Replace ip(v6)_mreq structs with libc equivalentBryant Mairs
2017-12-10Replace custom ucred struct with newtype wrapper around libc::ucredBryant Mairs
2017-12-10Remove internal kernel flagsBryant Mairs
2017-12-10Add more derives for SignalFd and various enumsBryant Mairs
2017-12-09Merge #741bors[bot]
2017-12-08Merge #777bors[bot]
2017-12-07Use the real pipe2(2) on all BSD targets.Alan Somers
2017-12-05Expose `from_raw` on `WaitStatus` and make it return a `Result`Robert O'Callahan
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-11-19unistd: add execveat() on Linux and AndroidLuca Bruno
2017-11-19sys/socket: add UnixAddr abstract name getterLuca Bruno
2017-11-12Add changelog entry for #733Jamie Hewland
2017-11-08Add process_vm_readv and process_vm_writevGeoffrey Thomas
2017-10-30doc: add changelog entry for PTRACE_O_EXITKILLBobby Powers
2017-10-17Merge #782bors[bot]
2017-10-14Fix formatting in CHANGELOG.mdAlan Somers
2017-10-11added unistd::mkfifo #602Jakub Pastuszek
2017-10-07Add support for 'fallocate'Sanchayan Maity
2017-10-02Add more accessors for AioCbAlan Somers
2017-09-04Add support for SO_TIMESTAMPWesley Wolfe