1
Fork 0
rust/src/libstd/sys/unix
Tobias Bucher 6de7f609dd Atomically open files with O_CLOEXEC where possible
On Linux the flag is just ignored if it is not supported:
https://lwn.net/Articles/588444/

Touches #24237.
2015-08-24 20:02:09 +02:00
..
backtrace Fix the Mac build, again. 2015-08-22 16:50:18 -05:00
ext std: Add into_raw_os traits to the OS preludes 2015-08-18 17:23:45 -07:00
c.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
condvar.rs Register new snapshots 2015-08-11 15:11:13 -07:00
fd.rs Register new snapshots 2015-08-11 15:11:13 -07:00
fs.rs Atomically open files with O_CLOEXEC where possible 2015-08-24 20:02:09 +02:00
mod.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
mutex.rs Register new snapshots 2015-08-11 15:11:13 -07:00
net.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
os.rs Remove the generic fill_bytes_buf function 2015-07-10 12:33:10 +02:00
os_str.rs Register new snapshots 2015-08-11 15:11:13 -07:00
pipe.rs Register new snapshots 2015-08-11 15:11:13 -07:00
process.rs Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brson 2015-08-10 17:06:15 +00:00
rwlock.rs Register new snapshots 2015-08-11 15:11:13 -07:00
stack_overflow.rs Register new snapshots 2015-08-11 15:11:13 -07:00
stdio.rs Register new snapshots 2015-08-11 15:11:13 -07:00
sync.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
thread.rs Register new snapshots 2015-08-11 15:11:13 -07:00
thread_local.rs Register new snapshots 2015-08-11 15:11:13 -07:00
time.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00