about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2017-10-26Rollup merge of #45059 - tmccombs:pid, r=alexcrichtonkennytm-0/+12
2017-10-21Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdr...Corey Farwell-1/+1
2017-10-21Auto merge of #45391 - malbarbo:x32-1, r=alexcrichtonbors-7/+8
2017-10-20Fix most rendering warnings from switching to CommonMarksteveklabnik-1/+1
2017-10-20Fix some tests for linux gnux32Marco A L Barbosa-7/+8
2017-10-18std: Update randomness implementation on WindowsAlex Crichton-46/+10
2017-10-17Remove duplicated wordGuillaume Gomez-2/+2
2017-10-14Fix TcpStream::connect_timeout on linuxSteven Fackler-4/+9
2017-10-13Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnikkennytm-0/+56
2017-10-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-29/+4
2017-10-08Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichtonbors-18/+17
2017-10-06Add current_pid functionThayne McCombs-0/+12
2017-10-05replace libc::res_init with res_init_if_glibc_before_2_26Jack O'Connor-0/+83
2017-10-05Remove nacl from libstdest31-29/+4
2017-10-04zircon: update some more zx and lp constantsJames Tucker-22/+16
2017-10-04zircon: the type of zx_handle_t is now unsignedJames Tucker-1/+6
2017-10-04Auto merge of #44979 - hinaria:master, r=dtolnaybors-0/+13
2017-10-03windows: make `backtrace = false` compilehinaria-0/+13
2017-09-27Made `fs::copy` return the length of the main streamStephane Raux-4/+4
2017-09-25Module overview for std::os::windows:ffiFederico Mena Quintero-0/+56
2017-09-24LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACEJames Tucker-2/+2
2017-09-24Fixed casing issues.P.Y. Laligand-16/+16
2017-09-24The Magenta kernel is now called Zircon.P.Y. Laligand-134/+134
2017-09-22Auto merge of #44624 - tmerr:master, r=sfacklerbors-3/+3
2017-09-19Rollup merge of #44513 - redox-os:master, r=alexcrichtonGuillaume Gomez-26/+186
2017-09-17Remove st_mode maskTrevor Merrifield-3/+3
2017-09-16Fix network familiesJeremy Soller-2/+2
2017-09-15Retain suid/sgid/sticky bits in Metadata.permissionsTrevor Merrifield-3/+3
2017-09-14Merge branch 'master' into threadnameJoshua Sheard-58/+592
2017-09-14Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichtonbors-21/+508
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-2/+11
2017-09-11Fix tidy checksJeremy Soller-18/+44
2017-09-11Sync with upstream syscall libraryJeremy Soller-12/+146
2017-09-10Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa...bors-17/+36
2017-09-10Rollup merge of #44384 - alexcrichton:osx-segfault, r=estebankGuillaume Gomez-1/+2
2017-09-08Move the stack size value for L4Re to the min_stack_size functionSebastian Humenda-4/+0
2017-09-08Re-enable networking module fo rL4ReSebastian Humenda-1/+445
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-8/+42
2017-09-08Match c_char definitions and enable signal reset for L4ReSebastian Humenda-13/+17
2017-09-07Properly detect overflow in Instance +/- Duration.kennytm-17/+36
2017-09-06std: Fix a segfault on OSX with backtracesAlex Crichton-1/+2
2017-09-06Implement named threads on WindowsJoshua Sheard-7/+17
2017-09-02Fallback to dladdr-based resolve_symbol if backtrace failed.kennytm-14/+29
2017-09-02Use env::current_exe for libbacktrace on macOSJohn Colanduoni-20/+7
2017-09-02Add libbacktrace support for Apple platformsJohn Colanduoni-5/+30
2017-08-28Update the libc submoduleAlex Crichton-8/+27
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-2/+0
2017-08-27Auto merge of #44112 - alexcrichton:thread-join, r=sfacklerbors-2/+8
2017-08-26std: Handle OS errors when joining threadsAlex Crichton-2/+8
2017-08-24Fix inconsistent doc headingslukaramu-2/+2