- Jun 24, 2017
-
-
Bryant Mairs authored
-
- Jun 20, 2017
- Jun 19, 2017
-
-
equal-l2 authored
-
equal-l2 authored
-
equal-l2 authored
-
equal-l2 authored
-
equal-l2 authored
-
bors authored
Unify some BSD flags These BSD flags have common value in all OSes, so I've merged them into root `mod.rs`. - `O_ACCMODE` - `O_RDONLY` - `O_WRONLY` - `O_RDWR` - `O_APPEND` - `O_CREAT` - `O_TRUNC` - `O_EXCL` - `O_SYNC` - `O_NONBLOCK` - `O_SHLOCK` - `O_EXLOCK` - `O_FSYNC` - `O_NDELAY`
-
equal-l2 authored
-
- Jun 16, 2017
-
-
bors authored
Fix AT_ constants for DragonFly
-
Michael Neumann authored
-
- Jun 15, 2017
-
-
bors authored
struct tm for Windows As documented here: https://msdn.microsoft.com/en-us/library/windows/hardware/ff567981(v=vs.85).aspx I've verified it matches `corecrt_wtime.h` file from Win10 SDK.
-
Kornel authored
https://msdn.microsoft.com/en-us/library/windows/hardware/ff567981(v=vs.85).aspx Matches corecrt_wtime.h from Win10 SDK
-
bors authored
Bumped version number Bumped version number so that the latest changes go to crates.io.
-
Razican authored
-
bors authored
Fixed missing EPOLLONESHOT for android resolve #548
-
bors authored
Various MIPS cleanups This PR contains a few cleanups to the MIPS part of the bindings. It mostly moves stuff out of `mips/mips32.rs` into `mips/mod.rs` which is identical between mips32 and mips64, mostly because mips64 is missing a number of syscalls. In addition, I add `struct flock` which was missing on mips64.
-
James Cowgill authored
-
James Cowgill authored
In addition, move the syscalls to the mips module file because they are all identical in mips32 and mips64.
-
James Cowgill authored
As a result of this commit, glob64_t will be added to mips64.
-
Uwe Strempel authored
-
- Jun 14, 2017
-
-
bors authored
Add dirfd on netbsd follow up of https://github.com/rust-lang/libc/pull/571
-
Jörg Thalheim authored
-
- Jun 13, 2017
-
-
bors authored
Add schedule params & priority pthread functions Fixes #609. Provides bindings to `pthread_getschedparam`, `pthread_setschedparam` and `pthread_setschedprio` functions. P.S. My first PR in such a project. P.P.S. `libc-test` crashed at building stage with a lot of errors, so I hope `travis` will do a check. P.P.P.S. These functions are tested to work on Linux (Ubuntu 14.04) with my own crate. I will release it next week, it provides ability to control thread schedule policies and priorities.
-
bors authored
add dirfd on unix
-
Victor Polevoy authored
-
Victor Polevoy authored
-
Victor Polevoy authored
-
Victor Polevoy authored
-
Jörg Thalheim authored
-
bors authored
Add unix seteuid() Adds prototype for unix seteuid() as defined [here](http://pubs.opengroup.org/onlinepubs/009695399/functions/seteuid.html).
-
- Jun 11, 2017
-
-
Razican authored
-
- Jun 10, 2017
-
-
Shawn Anastasio authored
Adds prototype for unix seteuid() as defined here: http://pubs.opengroup.org/onlinepubs/009695399/functions/seteuid.html
-
- Jun 09, 2017
-
-
Victor Polevoy authored
-
- Jun 08, 2017
-
-
bors authored
add a number of linux syscalls vfork, wait4, getresuid, getresgid, personality, vhangup, swapon, swapoff, getdomainname, setdomainname, iopl, ioperm
-
Andrew Salmon authored
-
Andrew Salmon authored
Make changes to reflect this
-
- Jun 07, 2017
-
-
Andrew Salmon authored
vfork, wait4, getresuid, getresgid, personality, vhangup, swapon, swapoff, getdomainname, setdomainname, iopl, ioperm
-
- Jun 04, 2017
-
-
bors authored
Add x86_64 module to uclibc/mod.rs
-