about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2018-08-08missed oneRalf Jung-2/+2
2018-08-08avoid using the word 'initialized' to talk about that non-reentrant-capable s...Ralf Jung-2/+2
2018-08-06actually, reentrant uninitialized mutex acquisition is outright UBRalf Jung-6/+4
2018-08-06clarify partially initialized Mutex issuesRalf Jung-2/+10
2018-08-06Remove references to `StaticMutex` which got removed a while agoRalf Jung-3/+0
2018-07-31Fix coding style.Colin Finck-1/+4
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-14/+33
2018-07-25Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ...Tatsuyuki Ishi-4/+4
2018-07-23Change single char str patterns to charsljedrz-1/+1
2018-07-11Use fast TLS on FuchsiaTaylor Cramer-6/+1
2018-07-11Auto merge of #51553 - jD91mZM2:uds, r=sfacklerbors-0/+6
2018-07-10Add missing `dyn` for cloudabi, redox, unix and wasmljedrz-4/+4
2018-07-08Delete leftover filesjD91mZM2-354/+0
2018-07-07Revert unification of interfacesjD91mZM2-25/+847
2018-07-03Rollup merge of #51809 - drrlvn:rw_exact_all_at, r=alexcrichtonPietro Albini-0/+127
2018-07-03Remove stability attributes on private types and leftover docsjD91mZM2-16/+0
2018-07-02Fill in tracking issue number for read_exact_at/write_all_atDror Levin-2/+2
2018-06-27Add is_unnamed on redoxjD91mZM2-2/+4
2018-06-27[fuchsia] Update zx_cprng_draw to target semanticsAdam Barth-26/+2
2018-06-27Fix tidy checksjD91mZM2-5/+9
2018-06-27Horrible attempt at cleaning things up that probably just made it worsejD91mZM2-847/+389
2018-06-26Mention redox' behavior in doc commentsjD91mZM2-0/+6
2018-06-26Add read_exact_at and write_all_at methods to FileExt on unixDror Levin-0/+127
2018-06-26Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-SimulacrumPietro Albini-2/+2
2018-06-26Auto merge of #50630 - sharkdp:fix-50619, r=sfacklerbors-7/+24
2018-06-25Remove unnecessary stat64 pointer castsJosh Stone-2/+2
2018-06-25Use fstatat64 where availableJosh Stone-6/+5
2018-06-19Update zx_cprng_draw_new on FuchsiaAdam Barth-4/+3
2018-06-17libstd: add an RAII utility for sys_common::mutex::MutexNODA, Kai-26/+14
2018-06-15Fix issue on unixGuillaume Gomez-0/+1
2018-06-12Fix possibly endless loop in ReadDir iteratorsharkdp-7/+24
2018-06-09Auto merge of #51359 - cramertj:fdio_spawn, r=sfacklerbors-109/+51
2018-06-07[fuchsia] Migrate from launchpad to fdio_spawn_etcAdam Barth-109/+51
2018-06-05Rollup merge of #51255 - avdv:patch-1, r=kennytmMark Simulacrum-1/+1
2018-06-04Clarify error phrase in `sub_instant` functionClaudio Bley-1/+1
2018-06-01fs: copy: Add EPERM to fallback error conditionsNicolas Koch-5/+12
2018-05-31Rollup merge of #51213 - nicokoch:copy_permissions, r=cramertjGuillaume Gomez-5/+5
2018-05-31Fix confusing error message for sub_instantClaudio Bley-1/+1
2018-05-31libstd/sys/unix/fs.rs: fix compilation on fuchsiaGuillaume Girol-1/+1
2018-05-30std::fs::DirEntry.metadata(): use fstatat instead of lstat when possibleGuillaume Girol-11/+32
2018-05-30Remobve unused importNicolas Koch-1/+1
2018-05-30fs: copy: Use File::set_permissions instead of fs::set_permissionsNicolas Koch-4/+4
2018-05-29Auto merge of #50772 - nicokoch:fastcopy, r=alexcrichtonbors-0/+88
2018-05-29Fix additional nits:Nicolas Koch-7/+3
2018-05-28Use FIXME instead of TODO; Move bytes_to_copy calculation inside ifNicolas Koch-6/+7
2018-05-24Implement suggestions from the PRNicolas Koch-1/+3
2018-05-17Store ENOSYS in a global to avoid unnecessary system callsNicolas Koch-10/+25
2018-05-17Rollup merge of #50726 - udoprog:read2-inner-fn, r=alexcrichtonkennytm-18/+19
2018-05-16Rollup merge of #50638 - tbu-:pr_open_cloexec_once, r=nagisakennytm-4/+44
2018-05-16Fix large file copies on 32 bit platformsNicolas Koch-2/+6