- Aug 27, 2020
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Fix printing of deprecation warning See merge request !151
-
- Aug 25, 2020
-
-
Jeremy Soller authored
-
- Aug 17, 2020
-
-
Jeremy Soller authored
Add more descriptive error message for when initfs chdir fails See merge request !150
-
Jeremy Soller authored
Use logging instead of println in src/lib.rs See merge request !149
-
jD91mZM2 authored
-
Aaron Janse authored
-
Aaron Janse authored
-
- Aug 15, 2020
-
-
jD91mZM2 authored
-
Jeremy Soller authored
Investigate why user heap isn't mapped See merge request redox-os/kernel!147
-
jD91mZM2 authored
Took me way too long to spot this :D
-
- Aug 14, 2020
-
-
Jeremy Soller authored
Deprecate the original fmap/funmap See merge request !146
-
jD91mZM2 authored
The cool thing here is that we're temporarily binary compatible with the old stuff, so if anyone would use an old version of redox_syscall we can easily find them with these prints.
-
- Aug 09, 2020
-
-
Jeremy Soller authored
Log experiment See merge request !144
-
Wren Turkal authored
This opens the door to completely elimnating println! usage from the kernel. Signed-off-by:
Wren Turkal <wt@penguintechs.org>
-
Wren Turkal authored
Signed-off-by:
Wren Turkal <wt@penguintechs.org>
-
Wren Turkal authored
Each architecture may have a different method to enable logging. Now that can be customized with a function passed to the init_logger function. Also, provide a minimal x86_64 implementation. This is the first commit where you can see logging coming from the log crate. Signed-off-by:
Wren Turkal <wt@penguintechs.org>
-
Wren Turkal authored
Signed-off-by:
Wren Turkal <wt@penguintechs.org>
-
Wren Turkal authored
Signed-off-by:
Wren Turkal <wt@penguintechs.org>
-
Wren Turkal authored
This is the first step of integrating the log crate as the main way to log messages from the kernel. Also, reexport all log macros. This module should eventually be the only logging API used in the kernel. Signed-off-by:
Wren Turkal <wt@penguintechs.org>
-
- Aug 08, 2020
-
-
Jeremy Soller authored
Implement Debug for a couple structs. See merge request !142
-
- Aug 03, 2020
-
-
Jeremy Soller authored
Replace llvm_asm with asm See merge request !141
-
jD91mZM2 authored
-
Wren Turkal authored
I am finding it useful to be able to pretty print Mappers and ActivePageTable structs. Signed-off-by:
Wren Turkal <wt@penguintechs.org>
-
- Aug 02, 2020
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Aug 01, 2020
- Jul 30, 2020
-
-
Jeremy Soller authored
Implement funmap2 See merge request !139
-
jD91mZM2 authored
-