about summary refs log tree commit diff
path: root/src/libstd/sys/unix/env.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-175/+0
2020-04-14Add illumos triplePatrick Mooney-0/+11
Co-Authored-By: Jason King <jason.brian.king@gmail.com> Co-Authored-By: Joshua M. Clulow <jmc@oxide.computer>
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-11/+0
- the old interface between HermitCore and the Rust Standard Library based on a small C library (newlib) - remove this interface and call directly the unikernel - remove the dependency to the HermitCore linker - use rust-lld as linker
2019-08-06redox: convert to target_family unixJeremy Soller-0/+11
2019-05-13Remove bitrig support from rustMarcel Hellwig-11/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04cleanup: remove static lifetimes from consts in libstdljedrz-112/+112
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ↵Colin Finck-0/+11
port libstd to it. As a start, the port uses the simplest possible configuration (no jemalloc, abort on panic) and makes use of existing Unix-specific code wherever possible. It adds targets for x86_64 (current main HermitCore platform) and aarch64 (HermitCore platform under development). Together with the patches to "liblibc" and "llvm", this enables HermitCore applications to be written in Rust.
2017-10-05Remove nacl from libstdest31-21/+0
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-0/+11
This commit adds the needed modifications to compile the std crate for the L4 Runtime environment (L4Re). A target for the L4Re was introduced in commit: c151220a84e40b65e45308cc0f3bbea4466d3acf In many aspects implementations for linux also apply for the L4Re microkernel. Two uncommon characteristics had to be resolved: * L4Re has no network funktionality * L4Re has a maximum stacksize of 1Mb for threads Co-authored-by: Sebastian Humenda <sebastian.humenda@tu-dresden.de>
2016-10-22Add Fuchsia supportRaph Levien-0/+11
Adds support for the x86_64-unknown-fuchsia target, which covers the Fuchsia operating system.
2016-10-03Fix mod declarations on untested platformsBrian Anderson-3/+3
2016-10-01std: Move platform specific env code into sysBrian Anderson-0/+173