From 4fb4c356bf5d52d4899c8984046be27e2a29227e Mon Sep 17 00:00:00 2001 From: Nopey Nope Date: Fri, 5 Jan 2018 16:39:34 -0800 Subject: [PATCH 1/5] Fix broken link to libstd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc49d8e..866335e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The ecosystem and software Redox OS provides is listed below. | [kernel](https://github.com/redox-os/kernel) | [**@jackpot51**](https://github.com/jackpot51) | [libextra](https://github.com/redox-os/libextra) | [**@ticki**](https://github.com/ticki) | [libpager](https://github.com/redox-os/libpager) | [**@ticki**](https://github.com/ticki) -| [libstd (Redox standard library)](https://github.com/redox-os/libstd) | [**@jackpot51**](https://github.com/jackpot51) +| [libstd (Redox standard library)](https://github.com/Yoric/libstd) | [**@jackpot51**](https://github.com/jackpot51) | [netutils](https://github.com/redox-os/netutils) | [**@jackpot51**](https://github.com/jackpot51) | [orbclient (Orbital client)](https://github.com/redox-os/orbclient) | [**@jackpot51**](https://github.com/jackpot51) | [orbdata](https://github.com/redox-os/orbdata) | [**@jackpot51**](https://github.com/jackpot51) From d1b26787e536c010e5f8508243d379eef82a2ee6 Mon Sep 17 00:00:00 2001 From: Nopey Nope Date: Fri, 5 Jan 2018 18:15:50 -0800 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 866335e..c118ac2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ The ecosystem and software Redox OS provides is listed below. | [kernel](https://github.com/redox-os/kernel) | [**@jackpot51**](https://github.com/jackpot51) | [libextra](https://github.com/redox-os/libextra) | [**@ticki**](https://github.com/ticki) | [libpager](https://github.com/redox-os/libpager) | [**@ticki**](https://github.com/ticki) -| [libstd (Redox standard library)](https://github.com/Yoric/libstd) | [**@jackpot51**](https://github.com/jackpot51) | [netutils](https://github.com/redox-os/netutils) | [**@jackpot51**](https://github.com/jackpot51) | [orbclient (Orbital client)](https://github.com/redox-os/orbclient) | [**@jackpot51**](https://github.com/jackpot51) | [orbdata](https://github.com/redox-os/orbdata) | [**@jackpot51**](https://github.com/jackpot51) @@ -70,6 +69,7 @@ The ecosystem and software Redox OS provides is listed below. | [TFS (ticki filesystem)](https://github.com/ticki/tfs) | [**@ticki**](https://github.com/ticki) | [The Redox book](https://github.com/redox-os/book) | [**@ticki**](https://github.com/ticki) | [userutils](https://github.com/redox-os/userutils) | [**@jackpot51**](https://github.com/jackpot51) +| [libstd](https://github.com/Yoric/libstd) | **abandoned, Rust's official libstd is now used** | The old kernel | **abandoned** | [ZFS](https://github.com/redox-os/zfs) | **abandoned, superseded by [TFS](https://github.com/ticki/tfs)** From 4a45dd4528c63344ca7dc783ee885a0cc4f26c5a Mon Sep 17 00:00:00 2001 From: fengalin Date: Tue, 9 Jan 2018 14:26:22 +0100 Subject: [PATCH 3/5] Docker: add autopoint Needed by xz --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4fd0a48..eedb584 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -15,6 +15,7 @@ RUN set -ex; \ qemu-utils \ sudo \ texinfo \ + autopoint \ git \ cmake \ ; \ From 91cf4feadf650362df96c185749ca17b62bccaec Mon Sep 17 00:00:00 2001 From: dogHere Date: Sun, 14 Jan 2018 20:50:35 +0800 Subject: [PATCH 4/5] add autopoint as dependencie for ubuntu --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index b33e2a9..d5175cd 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -185,7 +185,7 @@ ubuntu() echo "Updating system..." sudo "$2" update echo "Installing required packages..." - sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse pkg-config cmake + sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse pkg-config cmake autopoint if [ "$1" == "qemu" ]; then if [ -z "$(which qemu-system-x86_64)" ]; then echo "Installing QEMU..." From 80698fe28d5792e472d8159b88e2f865e5c2d015 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 16 Jan 2018 09:12:11 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c118ac2..0f62d3c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Please make sure you use the **latest nightly** of `rustc` before building (for [![Travis Build Status](https://travis-ci.org/redox-os/redox.svg?branch=master)](https://travis-ci.org/redox-os/redox) [![Downloads](https://img.shields.io/github/downloads/redox-os/redox/total.svg)](https://github.com/redox-os/redox/releases) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) ![Rust Version](https://img.shields.io/badge/rust-nightly%202017--10--03-lightgrey.svg) ## Contents