about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2018-03-28Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplettkennytm-0/+20
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-238/+240
2018-03-28Use mprotect instead of mmapTatsuyuki Ishi-3/+2
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-0/+20
2018-03-25Use a more conservative way to deinit stack guardTatsuyuki Ishi-5/+15
2018-03-25Auto merge of #49315 - TheDan64:smaller_unsafe_block, r=joshtriplettbors-7/+5
2018-03-24Fix build on non-Unix platformsTatsuyuki Ishi-0/+5
2018-03-23Reduce scope of unsafe block in sun_path_offsetDaniel Kolsoi-7/+5
2018-03-23Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichtonAlex Crichton-28/+159
2018-03-22Command::env_saw_path() may be unused on platforms not using posix_spawn()Bryan Drewery-0/+1
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-1/+0
2018-03-20Refactor the stack addr aligning code into a functionTatsuyuki Ishi-16/+16
2018-03-19Don't use posix_spawn() if PATH was modified in the environment.Bryan Drewery-0/+4
2018-03-19Merge branch 'update-beta-freebsd' into freebsd-posix-spawnBryan Drewery-13/+188
2018-03-19Address review commentsTatsuyuki Ishi-1/+19
2018-03-06Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichtonAlex Crichton-3/+64
2018-03-03Move process::ExitCode internals to sysScott McMurray-3/+64
2018-03-02Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...Manish Goregaokar-6/+65
2018-03-02Support posix_spawn() for Linux glibc 2.24+.Bryan Drewery-2/+16
2018-03-02Move glibc version lookup handling to sys::os and add a simpler glibc_version()Bryan Drewery-28/+37
2018-03-02Use _Bryan Drewery-1/+1
2018-03-01Add comment explaining when posix_spawn() can be supported.Bryan Drewery-0/+2
2018-03-01posix_spawn() on OSX supports returning ENOENT.Bryan Drewery-2/+2
2018-02-28posix_spawn() always returns its error rather than setting errno.Bryan Drewery-1/+1
2018-02-28Support posix_spawn() for FreeBSD.Bryan Drewery-2/+2
2018-02-28Remove excess newlineBryan Drewery-1/+0
2018-02-28Pass proper pointer for envp.Bryan Drewery-1/+1
2018-02-28No need to zero when an initializer for the object is already used.Bryan Drewery-3/+3
2018-02-28Avoid error for unused variablesBryan Drewery-1/+1
2018-02-28Support posix_spawn() when possible.Alex Crichton-0/+102
2018-02-25Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfacklerkennytm-3/+58
2018-02-25Return error if timeout is zero-Duration on Redox.Corey Farwell-2/+18
2018-02-24Clarify "It is an error to..." wording for zero-duration behaviors.Corey Farwell-6/+65
2018-02-18Add tests ensuring zero-Duration timeouts result in errors.Corey Farwell-1/+40
2018-02-17Fix broken documentation link.Corey Farwell-1/+1
2018-02-17Auto merge of #47956 - retep998:is-nibbles, r=BurntSushibors-21/+44
2018-02-11Add an unstable FileTypeExt extension trait for WindowsPeter Atashian-0/+21
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-60/+84
2018-02-03Somehow this function got flipped aroundPeter Atashian-3/+3
2018-02-03Go back to files directories and symlinks being mutually exclusivePeter Atashian-13/+17
2018-02-01This internal only method is no longer needed.Peter Atashian-3/+0
2018-02-01Rewrite remove_dir_all to be correctPeter Atashian-3/+5
2018-02-01This is what FileType on Windows should ideally be.Peter Atashian-20/+19
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-60/+84
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-129/+259
2018-01-30Rollup merge of #47760 - little-dude:master, r=alexcrichtonkennytm-5/+11
2018-01-26make Command.argv Send on unix platformsCorentin Henry-10/+11
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-37/+56
2018-01-25implement Send for process::Command on unixCorentin Henry-0/+5
2018-01-21Rollup merge of #47334 - etaoins:only-call-res-init-on-gnu-unix, r=alexcrichtonGuillaume Gomez-11/+13