about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2017-10-31Fix NR_GETRANDOM for linux x32Marco A L Barbosa-1/+3
2017-10-31Update doc comment for the Unix extension moduleTobias Bucher-2/+8
2017-10-26Rollup merge of #45059 - tmccombs:pid, r=alexcrichtonkennytm-0/+4
2017-10-20Fix some tests for linux gnux32Marco A L Barbosa-7/+8
2017-10-14Fix TcpStream::connect_timeout on linuxSteven Fackler-4/+9
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/+4
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-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-17Remove st_mode maskTrevor Merrifield-3/+3
2017-09-15Retain suid/sgid/sticky bits in Metadata.permissionsTrevor Merrifield-3/+3
2017-09-14Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichtonbors-21/+504
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-2/+7
2017-09-10Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa...bors-7/+15
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-7/+15
2017-09-06std: Fix a segfault on OSX with backtracesAlex Crichton-1/+2
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-1/+2
2017-08-26std: Handle OS errors when joining threadsAlex Crichton-1/+2
2017-08-24Fix inconsistent doc headingslukaramu-1/+1
2017-08-18Auto merge of #43900 - TobiasSchaffner:net_out_of_io, r=alexcrichtonbors-59/+62
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-16Refactoring: move net specific fd imps to netTobias Schaffner-59/+62
2017-08-16Auto merge of #43883 - frewsxcv:frewsxcv-set-readonly-clarification, r=QuietM...bors-1/+7
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-7/+7
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-15Add comments clarifying behavior of unix `set_readonly` behavior.Corey Farwell-1/+7
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-4/+4
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-14/+27
2017-08-12Fix some typosBastien Orivel-4/+4
2017-08-12Fix error during cross-platform documentation.kennytm-0/+11
2017-08-11Rollup merge of #43783 - prisme60:prisme60-typo, r=Mark-SimulacrumGuillaume Gomez-1/+1
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-2/+2
2017-08-10Fix typo corersponding -> correspondingFoucher-1/+1
2017-08-10Exposed all platform-specific documentation.kennytm-14/+16