about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-52/+72
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-0/+2
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
2018-01-18in which the unused-parens lint comes to cover function and method argsZack M. Davis-2/+2
2018-01-16Only link res_init() on GNU/*nixRyan Cumming-11/+13
2018-01-04[unix] Don't clone command-line args on startupMatt Brubeck-23/+16
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-1/+1
2017-12-25Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1bors-1/+1
2017-12-24Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnaybors-91/+78
2017-12-24Capture environment at spawnDiggory Blake-91/+78
2017-12-22fix some errors in libstdMichael Hewson-1/+1
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-4/+12
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-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
2017-11-30NetBSD: add sysctl backend for std::env::current_exeJonathan A. Kollasch-1/+28
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+24
2017-11-19Add process::parent_idSteven Fackler-0/+10
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