summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2017-11-14Auto merge of #45896 - malbarbo:use-libc-const, r=alexcrichtonbors-50/+5
2017-11-11Add missing links and examples for FileExtGuillaume Gomez-2/+40
2017-11-09Use getrandom syscall for all Linux and Android targets.Marco A L Barbosa-50/+5
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-9/+9
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-215/+76
2017-11-08Rollup merge of #45582 - GuillaumeGomez:doc-unix-missing-links, r=frewsxcvGuillaume Gomez-4/+70
2017-11-07Add missing links and examplesGuillaume Gomez-4/+70
2017-11-07Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavuskennytm-0/+246
2017-11-01Rollup merge of #45652 - malbarbo:x32-2, r=alexcrichtonkennytm-1/+3
2017-10-31add missing docs for MetadataExtGuillaume Gomez-0/+246
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