- Dec 15, 2015
-
-
Jeremy Soller authored
Sync ion up with shell from redox repository
-
Skyler Berg authored
git-subtree-dir: src git-subtree-mainline: 69f5adad git-subtree-split: 8270e514
-
Skyler Berg authored
This draft of the shell was written a while ago and was not used in redox. After this commit I intend to merge the shell from redox into this repository.
-
- Dec 11, 2015
-
-
Jeremy Soller authored
Fix ELF loader
-
Jeremy Soller authored
-
- Dec 09, 2015
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Break things
-
Jeremy Soller authored
Switch to using Result in io functions Remove outdated ZFS scheme, as the ZFS app has new development
-
- Dec 08, 2015
-
-
Jeremy Soller authored
Conflicts: filesystem/apps/shell/main.rs
-
- Dec 07, 2015
-
-
stratact authored
-
stratact authored
-
Jeremy Soller authored
Fix compile issues
-
Jeremy Soller authored
Fix compile issues
-
stratact authored
-
- Dec 03, 2015
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Dec 01, 2015
- Nov 29, 2015
-
-
Jeremy Soller authored
-
- Nov 25, 2015
-
-
Jeremy Soller authored
-
- Nov 24, 2015
-
-
Jeremy Soller authored
Real hardware
-
- Nov 22, 2015
-
-
k0pernicus authored
-
k0pernicus authored
-
- Nov 19, 2015
-
-
Jeremy Soller authored
-
- Nov 18, 2015
-
-
Jeremy Soller authored
-
- Nov 17, 2015
-
-
Jeremy Soller authored
-
- Nov 16, 2015
-
-
Jeremy Soller authored
Add a terminal emulator
-
- Oct 22, 2015
-
-
Michael Gattozzi authored
-
Michael Gattozzi authored
-
Michael Gattozzi authored
-
Michael Gattozzi authored
Avoid using _unused
-
- Oct 20, 2015
-
-
Benjamin Elliott authored
Use the result information to catch bad commands before running them
-
- Oct 16, 2015
-
-
Michael Gattozzi authored
-
Michael Gattozzi authored
Added Travis CI and Coveralls Badges
-
- Oct 14, 2015
-
-
Michael Gattozzi authored
Cleaned up the syntax by using a match statement. Made it easier to read and understand what was going on On branch master Changes to be committed: modified: command.rs
-
- Oct 13, 2015
-
-
Michael Gattozzi authored
Changes to be committed: new file: .travis.yml
-
Michael Gattozzi authored
Ion now can execute single commands passed to it, including multiple flags and arguments. The result is an struct from which various things can be derived from, such as stderr and stdout. This can be expanded as more things are needed. On branch master Changes to be committed: new file: src/command.rs modified: src/lib.rs
-