summary refs log tree commit diff
path: root/src/libstd/os/netbsd
AgeCommit message (Collapse)AuthorLines
2015-10-13Make the Metadata struct CloneBen S-0/+1
This commit adds #[derive(Clone)] to std::fs::Metadata, making that struct cloneable. Although the exact contents of that struct differ between OSes, they all have it contain only value types, meaning that the data can be re-used without repercussions. It also adds #[derive(Clone)] to every type used by that struct across all OSes, including the various Unix `stat` structs and Windows's `WIN32_FILE_ATTRIBUTE_DATA`.
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-6/+7
2015-07-01Add netbsd amd64 supportAlex Newman-0/+91