- Jun 27, 2018
-
-
bors authored
added renamex_np, renameatx_np these function can be used to atomically swap files - added 2 macos specific functions - `renamex_np` and `renameatx_np` and two constants `RENAME_SWAP` and `RENAME_EXCL` - [macos stdio.h](https://github.com/apple/darwin-xnu/blob/0ddccd8/bsd/sys/stdio.h#L45-L48) - [docs](http://www.manpagez.com/man/2/renameatx_np/osx-10.12.3.php) - ~added linux specific `renameat2`. according to the [docs](http://man7.org/linux/man-pages/man2/rename.2.html#VERSIONS) it was added to Linux in kernel 3.15.~
-
bors authored
add net/if_arp.h definitions This is based on the contents of include/net/if_arp.h on my Linux system.
-
- Jun 04, 2018
-
-
debris authored
-
debris authored
-
Andrew Cann authored
-
- Jun 01, 2018
-
-
bors authored
Add some termios constants for sparc64
-
Bryant Mairs authored
-
bors authored
Bump version to 0.2.42 Closes https://github.com/rust-lang/libc/issues/1011
-
bors authored
make dox::mem::size_of a const fn
-
bors authored
add more built-in traits to dox.rs Add/fix bitwise operation traits in dox.rs
-
bors authored
Fix sparc64 builds Partially fixes #987.
-
bors authored
add rtentry
-
Jeremy Soller authored
-
bors authored
Add `gethostname` support to Redox module We need this for hostname support in Ion shell.
-
Andrew Cann authored
-
Andrew Cann authored
-
stratact authored
-
Andrew Cann authored
-
Andrew Cann authored
-
Andrew Cann authored
-
Andrew Cann authored
-
Andrew Cann authored
-
Andrew Cann authored
-
Andrew Cann authored
-
Andrew Cann authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- May 31, 2018
-
-
bors authored
Add consts from netinet/ip.h
-
bors authored
fix size_of function in dox.rs I'm assuming this is meant to have the same signature as the one in core/std
-
Andrew Cann authored
-
Andrew Cann authored
-
Andrew Cann authored
-
Andrew Cann authored
-
- May 30, 2018
-
-
bors authored
Add linux socket ioctl defs
-
Andrew Cann authored
-
Andrew Cann authored
-
Andrew Cann authored
-
- May 26, 2018
-
-
bors authored
Moves `ifaddrs` and some functions to common Linux module The `ifaddrs` interface is available since api version 24 in android. The function signatures are now equal to the standard Linux function signatures.
-
Bastian Köcher authored
-
Bastian Köcher authored
The `ifaddrs` interface is available since api version 24 in android. The function signatures are now equal to the standard Linux function signatures.
-