about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2020-06-20Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbiniRalf Jung-0/+1
2020-06-18Document format correctionqy3u-2/+4
2020-06-16Use `Ipv4Addr::from<[u8; 4]>` when possibleLzu Tao-8/+2
2020-06-15remove obsolete , to pass the format checkStefan Lankes-2/+2
2020-06-15add comment about the usage of ArcStefan Lankes-0/+3
2020-06-15use Ipv6Addr::from to build the IPv6 addressStefan Lankes-24/+2
2020-06-15Revert "simplify conversion to IpAddr::V6"Stefan Lankes-2/+18
2020-06-15Revert "changes to pass the format check"Stefan Lankes-4/+10
2020-06-15remove obsolete lineStefan Lankes-1/+0
2020-06-15changes to pass the format checkStefan Lankes-10/+4
2020-06-14simplify conversion to IpAddr::V6Stefan Lankes-18/+2
2020-06-14remove unused functionStefan Lankes-6/+0
2020-06-13add TcpListener support for HermitCoreStefan Lankes-46/+111
2020-06-10Migrate to numeric associated constsLzu Tao-52/+40
2020-06-09Mark tests whcih don't work under riscv emulationTom Eccles-0/+1
2020-06-07Enable LVI hardening for x86_64-fortanix-unknown-sgxJethro Beekman-5/+15
2020-06-03Bump to 1.46Mark Rousskov-8/+2
2020-05-25Auto merge of #72472 - LeSeulArtichaut:sync-command, r=dtolnaybors-4/+8
2020-05-22Implement `Sync` for `process::Command on unix and vxworksLeSeulArtichaut-4/+8
2020-05-22Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfacklerRalf Jung-2/+2
2020-05-18Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrumbors-18/+26
2020-05-18minor changes to pass the format checkStefan Lankes-3/+1
2020-05-17use new interface to initialize CondvarStefan Lankes-4/+4
2020-05-17abort_internal is safeRalf Jung-18/+26
2020-05-12Stabilize process_set_argv0 feature for UnixJeremy Fitzhardinge-2/+2
2020-05-07Rollup merge of #71980 - steveklabnik:warnings-fixes, r=Mark-SimulacrumDylan DPC-0/+6
2020-05-07Allow a few warnings.Steve Klabnik-0/+6
2020-05-06Rollup merge of #71591 - hermitcore:thread_create, r=hanna-kruppeDylan DPC-7/+6
2020-05-06Rollup merge of #71921 - RalfJung:open-mode, r=hanna-kruppeDylan DPC-0/+4
2020-05-05explain the types used in the open64 callRalf Jung-0/+4
2020-05-05rely on rdlock/wrlock not returning anything but the specified error codesRalf Jung-2/+6
2020-05-04edit Mutex commentRalf Jung-4/+6
2020-05-04explain our rwlock implementation (and fix a potential data race)Ralf Jung-20/+24
2020-05-04expand comment on default mutex behaviorRalf Jung-3/+7
2020-05-02Replace `cfg` macro with attribute.Markus Reiter-1/+0
2020-04-27fix wasiSteven Fackler-2/+2
2020-04-27use nicer code style to define DEFAULT_MIN_STACK_SIZEStefan Lankes-1/+1
2020-04-26fix wasm buildSteven Fackler-0/+8
2020-04-26use new interface to create threads on HermitCoreStefan Lankes-7/+6
2020-04-26Fix stragglersSteven Fackler-9/+9
2020-04-26Update nameSteven Fackler-84/+84
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+332
2020-04-15Use fcntl() to set nonblock for solarish socketsPatrick Mooney-0/+8
2020-04-14Add illumos triplePatrick Mooney-13/+64
2020-04-14Add missing commaYoungsuk Kim-1/+1
2020-04-09Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiserMazdak Farrokhzad-2/+46
2020-04-08Rollup merge of #70134 - hermitcore:osstrext, r=dtolnayDylan DPC-0/+53
2020-04-06Forward OsStr::clone_into to the inner VecJosh Stone-0/+4
2020-04-06Rollup merge of #70808 - hermitcore:tls, r=dtolnayMazdak Farrokhzad-44/+48
2020-04-06Rollup merge of #70553 - hermitcore:abi, r=dtolnayMazdak Farrokhzad-33/+3