@@ -15,19 +15,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515- Added ` mlockall ` and ` munlockall `
1616 ([ #876 ] ( https://github.com/nix-rust/nix/pull/876 ) )
1717- Added ` SO_MARK ` on Linux.
18- - ([ #873 ] ( https://github.com/nix-rust/nix/pull/873 ) )
18+ ([ #873 ] ( https://github.com/nix-rust/nix/pull/873 ) )
1919- Added safe support for nearly any buffer type in the ` sys::aio ` module.
2020 ([ #872 ] ( https://github.com/nix-rust/nix/pull/872 ) )
2121- Added ` sys::aio::LioCb ` as a wrapper for ` libc::lio_listio ` .
2222 ([ #872 ] ( https://github.com/nix-rust/nix/pull/872 ) )
23- - Added ` getsid ` in ` ::nix::unistd `
23+ - Added ` unistd::getsid `
2424 ([ #850 ] ( https://github.com/nix-rust/nix/pull/850 ) )
2525- Added ` alarm ` . ([ #830 ] ( https://github.com/nix-rust/nix/pull/830 ) )
2626- Added interface flags ` IFF_NO_PI, IFF_TUN, IFF_TAP ` on linux-like systems.
2727 ([ #853 ] ( https://github.com/nix-rust/nix/pull/853 ) )
2828- Added ` statvfs ` module to all MacOS and Linux architectures.
2929 ([ #832 ] ( https://github.com/nix-rust/nix/pull/832 ) )
30- - Added ` EVFILT_EMPTY ` , ` EVFILT_PROCDESC ` and ` EVFILT_SENDFILE ` on FreeBSD.
30+ - Added ` EVFILT_EMPTY ` , ` EVFILT_PROCDESC ` , and ` EVFILT_SENDFILE ` on FreeBSD.
3131 ([ #825 ] ( https://github.com/nix-rust/nix/pull/825 ) )
3232- Exposed ` termios::cfmakesane ` on FreeBSD.
3333 ([ #825 ] ( https://github.com/nix-rust/nix/pull/825 ) )
@@ -39,18 +39,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3939 ([ #833 ] ( https://github.com/nix-rust/nix/pull/833 ) )
4040
4141### Changed
42- - Display and Debug for SysControlAddr now includes all fields.
42+ - ` Display ` and ` Debug ` for ` SysControlAddr ` now includes all fields.
4343 ([ #837 ] ( https://github.com/nix-rust/nix/pull/837 ) )
4444- ` ioctl! ` has been replaced with a family of ` ioctl_*! ` macros.
4545 ([ #833 ] ( https://github.com/nix-rust/nix/pull/833 ) )
46- - ` io! ` , ` ior! ` , ` iow! ` , and ` iorw ` has been renamed to ` request_code_none! ` , ` request_code_read! ` ,
47- ` request_code_write ` , and ` request_code_readwrite ` respectively. These have also now been exposed
46+ - ` io! ` , ` ior! ` , ` iow! ` , and ` iorw! ` has been renamed to ` request_code_none! ` , ` request_code_read! ` ,
47+ ` request_code_write! ` , and ` request_code_readwrite! ` respectively. These have also now been exposed
4848 in the documentation.
4949 ([ #833 ] ( https://github.com/nix-rust/nix/pull/833 ) )
5050- Enabled more ` ptrace::Request ` definitions for uncommon Linux platforms
5151 ([ #892 ] ( https://github.com/nix-rust/nix/pull/892 ) )
52- - Remove ` IFF_NOTRAILERS ` on OpenBSD, as it has been removed in OpenBSD 6.3
53- ([ #893 ] ( https://github.com/nix-rust/nix/pull/893 ) )
5452- Emulation of ` FD_CLOEXEC ` and ` O_NONBLOCK ` was removed from ` socket() ` , ` accept4() ` , and
5553 ` socketpair() ` .
5654 ([ #907 ] ( https://github.com/nix-rust/nix/pull/907 ) )
@@ -67,12 +65,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6765
6866### Removed
6967- Removed explicit support for the ` bytes ` crate from the ` sys::aio ` module.
70- See ` sys::aio::AioCb::from_boxed_slice ` s examples for alternatives.
68+ See ` sys::aio::AioCb::from_boxed_slice ` examples for alternatives.
7169 ([ #872 ] ( https://github.com/nix-rust/nix/pull/872 ) )
7270- Removed ` sys::aio::lio_listio ` . Use ` sys::aio::LioCb::listio ` instead.
7371 ([ #872 ] ( https://github.com/nix-rust/nix/pull/872 ) )
7472- Removed emulated ` accept4() ` from macos, ios, and netbsd targets
7573 ([ #907 ] ( https://github.com/nix-rust/nix/pull/907 ) )
74+ - Removed ` IFF_NOTRAILERS ` on OpenBSD, as it has been removed in OpenBSD 6.3
75+ ([ #893 ] ( https://github.com/nix-rust/nix/pull/893 ) )
7676
7777## [ 0.10.0] 2018-01-26
7878
0 commit comments