about summary refs log tree commit diff
path: root/src/libstd/sys/redox
AgeCommit message (Expand)AuthorLines
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-2/+3
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-0/+1
2018-01-02Auto merge of #47042 - redox-os:redox, r=estebankbors-7/+34
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-1/+1
2017-12-27Implement rename using new system callJeremy Soller-7/+34
2017-12-24Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnaybors-17/+7
2017-12-24Capture environment at spawnDiggory Blake-17/+7
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-2/+10
2017-12-18Add lossless debug implementation for unix OsStrsDiggory Blake-1/+2
2017-12-13Move rust memchr impl to libcoreManish Goregaokar-1/+1
2017-12-06Update miri to rustc changesOliver Schneider-72/+126
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+24
2017-11-19Add process::parent_idSteven Fackler-0/+4
2017-11-13Rollup merge of #45893 - redox-os:futex_timeout, r=alexcrichtonkennytm-22/+38
2017-11-09Add futex timeoutJeremy Soller-22/+38
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-2/+3
2017-11-08std: Move the `cmath` module into the `sys` moduleAlex Crichton-0/+44
2017-11-08std: Change how EBADF is handled in `sys`Alex Crichton-1/+4
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-46/+4
2017-10-06Add current_pid functionThayne McCombs-0/+4
2017-09-19Rollup merge of #44513 - redox-os:master, r=alexcrichtonGuillaume Gomez-26/+186
2017-09-16Fix network familiesJeremy Soller-2/+2
2017-09-14Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichtonbors-0/+2
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-0/+2
2017-09-11Fix tidy checksJeremy Soller-18/+44
2017-09-11Sync with upstream syscall libraryJeremy Soller-12/+146
2017-09-07Properly detect overflow in Instance +/- Duration.kennytm-7/+15
2017-08-24Fix inconsistent doc headingslukaramu-1/+1
2017-08-20redox: Correct error on exec when file is not foundIan Douglas Scott-1/+1
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-16Auto merge of #43710 - zackmdavis:field_init_shorthand_power_slam, r=Mark-Sim...bors-4/+4
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-15Auto merge of #43635 - ids1024:backtrace-redox, r=alexcrichtonbors-32/+159
2017-08-13Rollup merge of #43821 - NilSet:redox-dns, r=alexcrichtonGuillaume Gomez-14/+12
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-2/+2
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-0/+1
2017-08-12Fix some typosBastien Orivel-2/+2
2017-08-11Handle DNS label compression in more placesThomas Levy-14/+12
2017-08-11Fix some typosBastien Orivel-2/+2
2017-08-10Exposed all platform-specific documentation.kennytm-0/+1
2017-08-03Simplify Redox backtrace/ to not include non-Redox implementationsIan Douglas Scott-207/+3
2017-08-03Make backtraces work on Redox, copying Unix implementationIan Douglas Scott-32/+363
2017-08-04Auto merge of #43459 - ids1024:asrawfd, r=alexcrichtonbors-0/+16
2017-07-29Split FL and FD fcntlsJeremy Soller-10/+12
2017-07-29Redox: Add JoinHandleExt (matching Unix version)Ian Douglas Scott-0/+50
2017-07-25Correct 'stable' attributeIan Douglas Scott-3/+3
2017-07-24Implement AsRawFd for Stdin, Stdout, and StderrIan Douglas Scott-0/+16
2017-07-18Rollup merge of #43304 - ids1024:path2, r=aturonMark Simulacrum-21/+28
2017-07-17redox: handle multiple paths in PATHIan Douglas Scott-21/+28