Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relibc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
relibc
Commits
7108d016
Unverified
Commit
7108d016
authored
7 years ago
by
Paul Sajna
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into time
parents
7e40d8c8
11043129
No related branches found
No related tags found
1 merge request
!49
Add time and sys/time
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
.travis.yml
+1
-0
1 addition, 0 deletions
.travis.yml
Cargo.lock
+7
-7
7 additions, 7 deletions
Cargo.lock
README.md
+10
-0
10 additions, 0 deletions
README.md
ci.sh
+6
-0
6 additions, 0 deletions
ci.sh
tests/Makefile
+1
-1
1 addition, 1 deletion
tests/Makefile
va_list
+1
-1
1 addition, 1 deletion
va_list
with
26 additions
and
9 deletions
.travis.yml
+
1
−
0
View file @
7108d016
...
...
@@ -5,6 +5,7 @@ cache: cargo
before_script
:
-
rustup component add rustfmt-preview
-
rustup target add x86_64-unknown-redox
-
rustup target add aarch64-unknown-linux-gnu
script
:
-
bash ./ci.sh
notifications
:
...
...
This diff is collapsed.
Click to expand it.
Cargo.lock
+
7
−
7
View file @
7108d016
...
...
@@ -31,6 +31,11 @@ dependencies = [
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cc"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
version = "0.1.2"
...
...
@@ -105,11 +110,6 @@ name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "gcc"
version = "0.3.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "grp"
version = "0.1.0"
...
...
@@ -604,7 +604,7 @@ dependencies = [
name = "va_list-helper"
version = "0.0.2"
dependencies = [
"
g
cc
0.3
.5
4
(registry+https://github.com/rust-lang/crates.io-index)",
"cc
1.0
.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
...
...
@@ -653,13 +653,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455"
"checksum atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8352656fd42c30a0c3c89d26dea01e3b77c0ab2af18230835c15e2e13cd51859"
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
"checksum cc 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9be26b24e988625409b19736d130f0c7d224f01d06454b5f81d8d23d6c1a618f"
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
"checksum clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1c07b9257a00f3fc93b7f3c417fc15607ec7a56823bc2c37ec744e266387de5b"
"checksum compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git)" = "<none>"
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)" = "56aebce561378d99a0bb578f8cb15b6114d2a1814a6c7949bbe646d968bb4fa9"
...
...
This diff is collapsed.
Click to expand it.
README.md
+
10
−
0
View file @
7108d016
# relibc 
relibc is a portable POSIX C standard library written in Rust. It is under heavy development, and currently supports Redox and Linux.
## Supported OSes
-
RedoxOS
-
Linux
## Supported architectures
-
x86
\_
64
-
Aarch64
This diff is collapsed.
Click to expand it.
ci.sh
+
6
−
0
View file @
7108d016
...
...
@@ -4,3 +4,9 @@ set -ex
./fmt.sh
--
--write-mode
=
diff
./test.sh
cargo build
--target
=
x86_64-unknown-redox
if
[
$(
arch
)
==
"x86_64"
]
then
cargo build
--target
=
aarch64-unknown-linux-gnu
else
cargo build
--target
=
x86_64-unknown-linux-gnu
fi
This diff is collapsed.
Click to expand it.
tests/Makefile
+
1
−
1
View file @
7108d016
...
...
@@ -17,7 +17,7 @@ BINS=\
link
\
math
\
pipe
\
printf
\
printf
\
rmdir
\
setid
\
sleep
\
...
...
This diff is collapsed.
Click to expand it.
va_list
@
ba5a07a7
Compare
1945668b
...
ba5a07a7
Subproject commit
1945668b2fc6e96c498003dce700ebaf95108fac
Subproject commit
ba5a07a744915b501acadb17e05db0f5d6552f72
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment