Tom Dohrmann

Results 18 issues of Tom Dohrmann

[ 26%] Built target server [ 60%] Built target gplayapi [ 61%] Linking CXX executable mcpelauncher /usr/lib/gcc/x86_64-linux-gnu/5/../../../i386-linux-gnu/libEGL.so: undefined reference to `gbm_bo_create_with_modifiers' collect2: error: ld returned 1 exit status CMakeFiles/mcpelauncher.dir/build.make:1265: recipe...

compile issue

This pr adds support for Iifetimes in functions. Example: ```rust #[derive(WrapperApi)] struct Foo { bar: for &'a str, } ```

This pr reimplements the context switch in such a way that we don't need to map any of the bootloader's memory into the kernel's address space (see #239 for more...

While implementing finer granular ASLR I came across this comment: https://github.com/rust-osdev/bootloader/blob/ac46d0455b41c11e5d316348d068df1c495ce0af/src/binary/level_4_entries.rs#L40 We mark the first 512GiB of the address space as unusable for dynamically generated addresses. I think we do...

This pr adds various methods for modifying a range of pages: - `Mapper::map_to_range` - `Mapper::map_to_range_with_table_flags` - `Mapper::map_range` - `Mapper::map_range_with_table_flags` - `Mapper::unmap_range` - `Mapper::update_flags_range` - `Mapper::identity_map_range` All of those functions have...

waiting-for-review

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description There are a couple of places where we cast a reference to...

enhancement
good first issue

### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...

bug
infrastructure
debt
Security audit

This pr adds `nbt::from_slice` to enable zero copy deserialization for strings. The implementation is inspired by `serde_json` which uses a trait to abstract over multiple sources. All of the `read_*`...

### Changelog #### Changed We now memoize the internal context value in ActionList.List. This prevents unnecessary rerenders. ### Rollout strategy - [X] Patch release - [ ] Minor release -...

I'm trying to receive the messages from [HCA E2](https://www.engelmann.de/product/hca-e2/) sensors. I can receive messages sent by other sensors, but for some reason, rtl-wmbus doesn't receive the messages sent by my...