1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-18 23:17:04 +00:00
moros/src/api
Vincent Ollivier b51b060ec1
Add size unit options to commands (#434)
* Add SizeUnit

* Add -b option to list

* Add -b option to disk usage

* Add -b option to memory usage

* Align size to the right

* Update net command

* Add decimal units
2022-11-11 10:41:29 +01:00
..
vga Fix VGA issues with real hardware (#258) 2021-10-24 18:23:01 +02:00
clock.rs Run clippy (#424) 2022-10-28 09:56:04 +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 Update shell redirections (#399) 2022-08-28 17:26:38 +02:00
io.rs Improve UTF-8 support (#267) 2021-11-06 10:31:14 +01:00
mod.rs Add size unit options to commands (#434) 2022-11-11 10:41:29 +01:00
process.rs Exit from alloc errors after page fault in userspace (#404) 2022-09-03 15:36:53 +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 Run clippy (#438) 2022-11-09 23:29:56 +01:00
time.rs Improve HTTP server (#391) 2022-08-25 08:42:35 +02:00
unit.rs Add size unit options to commands (#434) 2022-11-11 10:41:29 +01:00