about summary refs log tree commit diff
path: root/src/libstd/os/freebsd
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-234/+0
2019-11-29Format libstd/os with rustfmtDavid Tolnay-22/+32
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-02-28libstd => 2018Taiki Endo-6/+4
2018-12-25Remove licensesMark Rousskov-30/+0
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-1/+3
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-1/+2
2016-02-17re-add freebsd paddingAli Clark-0/+3
2016-02-17time_t is long on freebsd and dragonfly (and nsec should be long)Ali Clark-8/+10
2016-02-17unfork freebsd stat definitions, fixes x86Ali Clark-122/+50
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-33/+188
2015-12-04Add JoinHandleExt to get the pthread_t on unix platformsPeter Atashian-0/+2
2015-11-18Fix buildbot failuresVadim Petrochenkov-1/+3
2015-10-13Make the Metadata struct CloneBen S-0/+2
2015-10-06Replace multiple trailing newlines with a single trailing newlineCarlos Liam-1/+0
2015-07-28Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10....Dave Huseby-67/+124
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-1/+36
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
2015-04-30remove denied unused import: pid_t in rawSébastien Marie-1/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+69