summary refs log tree commit diff
path: root/src/libstd/sys/unix/fd.rs
AgeCommit message (Expand)AuthorLines
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-16/+6
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-0/+15
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-1/+0
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-2/+5
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+70