1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-28 11:47:12 +00:00
moros/src/api
Vincent Ollivier e4ce2ab59c
Use exit code to set status var (#360)
* Use exit code

* Add macro_use to sys module

* Replace ExitCode with Result<usize, usize>

* Add status var

* Fix status code

* Replace status with ?

* Fix regex for var substitution

* Remove warnings

* Add temporary fix for failing tests

* Add q shortcut to calc

* Use usize for exit code

* Use process exit codes

* Reintroduce ExitCode enum

* Use ExitCode::UsageError where needed

* Display usage error in find command

* Add doc
2022-06-29 19:23:01 +02:00
..
vga Fix VGA issues with real hardware (#258) 2021-10-24 18:23:01 +02:00
clock.rs Replace clock syscalls with device files (#345) 2022-06-05 13:58:05 +02:00
console.rs Fix various issues while reading files (#307) 2022-01-25 21:42:21 +01:00
font.rs Move kernel code to api (#204) 2021-07-16 10:19:18 +02:00
fs.rs Refactor code (#330) 2022-04-19 22:42:15 +02:00
io.rs Improve UTF-8 support (#267) 2021-11-06 10:31:14 +01:00
mod.rs Use exit code to set status var (#360) 2022-06-29 19:23:01 +02:00
process.rs Use exit code to set status var (#360) 2022-06-29 19:23:01 +02:00
prompt.rs Handle backtab key for backward autocompletion (#321) 2022-04-09 09:24:05 +02:00
random.rs Add 2048 game (#295) 2022-01-01 18:06:22 +01:00
regex.rs Add shell variables (#348) 2022-06-08 20:51:02 +02:00
syscall.rs Use exit code to set status var (#360) 2022-06-29 19:23:01 +02:00
time.rs Replace clock syscalls with device files (#345) 2022-06-05 13:58:05 +02:00