Jakub Klimek
Jakub Klimek
It would be nice to see in browser how antiafk is doing, and it's as easy to add as import prismarine-viewer and run one command on 'spawn' event: mineflayerViewer(bot, {...
could you push 2.2.1 update to npm with typescript bugfix?
This commit introduces full MPU regions reconfiguration on context switch, allowing for more flexibile configuration of memory maps on MPU targets. Performed tests show no memory coherence problems and minor...
There's a race condition that allows a process to create thread during its termination, which will continue to run when the process should be already dead. JIRA: RTOS-1079 ## Description...
## Description Introduces kernel thread that uses messaging to inform coredump server process about crashed processes and provide any data required for creating coredump for post-mortem analysis with GDB. ##...
## Description This way armv7m & armv8m targets follow convention of having cpu_context_t as substructure of exc_context_t and residing at the end of kernel stack when being in kernel space...
## Description There are some events in kernel code that require operating on user's memory. There's no good way ensure such memory operations won't trigger a processor exception apart from...
## Description * keep actions for every signal and signal trampoline in process_t struct * allocate actions lazily on first change * remove unused sigmask from process_t struct, rely on...
JIRA: RTOS-1149 ## Description ## Motivation and Context ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change...