about summary refs log tree commit diff
path: root/src/libstd/sys/unix/c.rs
AgeCommit message (Expand)AuthorLines
2015-11-09std: Migrate to the new libcAlex Crichton-452/+0
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-3/+45
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-3/+9
2015-07-01Add netbsd amd64 supportAlex Newman-3/+7
2015-06-22Fix build on Android API levels below 21Geoffrey Thomas-0/+10
2015-06-22sys/unix/process: Reset signal behavior before execGeoffrey Thomas-2/+11
2015-06-22sys/unix: Consolidate signal-handling FFI bindingsGeoffrey Thomas-132/+194
2015-06-22sys/unix/c.rs: Remove unused codeGeoffrey Thomas-75/+5
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+2
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-0/+2
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-23/+19
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-02core: Audit num module for int/uintBrian Anderson-2/+2
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-5/+47
2015-02-11rollup merge of #22015: alexcrichton/netv2Alex Crichton-0/+1
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+1
2015-02-11fixing PR review commentsDave Huseby-5/+3
2015-02-11bitrig integrationDave Huseby-1/+45
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-4/+4
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-0/+3
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+3
2015-02-07Fix struct passwd and _SC_GETPW_R_SIZE_MAX for DragonFlyMichael Neumann-1/+3
2015-02-05unbreak tree for openbsd after #21787Sébastien Marie-1/+4
2015-02-03iOS: fixed buildValerii Hiora-0/+1
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-0/+53
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+53
2015-02-01openbsd supportSébastien Marie-5/+12
2015-01-17Register new snapshots.Eduard Burtescu-2/+2
2015-01-11powerpc: add cdefs for linuxRicho Healey-3/+9
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-2/+2
2015-01-07markers -> markerNick Cameron-4/+4
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-4/+4
2015-01-03Initial version of AArch64 support.Akos Kiss-4/+7
2015-01-02More falloutNick Cameron-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-5/+5
2014-12-29Fix impl of Send and Sync for mipsEric Allen-2/+2
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+2
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+6
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+262