- 08 Jul, 2020 2 commits
- 07 Jul, 2020 3 commits
-
-
Jeremy Soller authored
Simplify EXEC catching + add signal handling See merge request redox-os/syscall!51
-
jD91mZM2 authored
I have had a think, and these flags are pointless. Since this is a microkernel, there should always be exactly one way to do something, and it should be the most flexible and simplest to implement. And you can already just set breakpoints on the address provided by the signal handler, and we'll give the entrypoint as an address to the fexec call.
-
jD91mZM2 authored
Not entirely a useful thing, one *could* also put a breakpoint on the handler address... I'll need to think about this some more.
-
- 27 Jun, 2020 1 commit
-
-
Jeremy Soller authored
change seek sig to match posix - signed pos and result See merge request redox-os/syscall!45
-
- 25 Jun, 2020 1 commit
-
-
Jeremy Soller authored
ptrace: stop on fexec See merge request !50
-
- 21 Jun, 2020 1 commit
-
-
jD91mZM2 authored
-
- 19 Jun, 2020 2 commits
-
-
Graham MacDonald authored
-
Graham MacDonald authored
-
- 16 Jun, 2020 6 commits
-
-
Jeremy Soller authored
Add missing match item for `PartialAllocStrategy::Greedy`. See merge request redox-os/syscall!48
-
4lDO2 authored
-
Jeremy Soller authored
Add a more complex physalloc syscall. See merge request redox-os/syscall!46
-
-
Jeremy Soller authored
ptrace: Block on read, not on write See merge request redox-os/syscall!47
-
jD91mZM2 authored
-
- 10 Feb, 2020 3 commits
-
-
Jeremy Soller authored
Allow Mmio to work with const fn See merge request !43
-
4lDO2 authored
-
4lDO2 authored
-
- 03 Feb, 2020 1 commit
-
-
Jeremy Soller authored
Allow Dma<[T]> See merge request !42
-
- 02 Feb, 2020 2 commits
- 20 Jan, 2020 1 commit
-
-
Jeremy Soller authored
Final few ptrace changes See merge request !41
-
- 15 Aug, 2019 1 commit
-
-
jD91mZM2 authored
-
- 31 Jul, 2019 2 commits
-
-
Jeremy Soller authored
Ptrace overhaul & bitflags See merge request !40
-
jD91mZM2 authored
-
- 30 Jul, 2019 1 commit
-
-
jD91mZM2 authored
-
- 29 Jul, 2019 1 commit
-
-
jD91mZM2 authored
-
- 28 Jul, 2019 1 commit
-
-
jD91mZM2 authored
-
- 27 Jul, 2019 1 commit
-
-
jD91mZM2 authored
-
- 26 Jul, 2019 2 commits
- 24 Jul, 2019 3 commits
-
-
jD91mZM2 authored
-
jD91mZM2 authored
-
Jeremy Soller authored
Drive ptrace into a wall, prepare for overhaul See merge request redox-os/syscall!39
-
- 23 Jul, 2019 4 commits
-
-
jD91mZM2 authored
Signals now cause an event, and there's a way to continue until the next signal. I can see this being used for detection of `int3` although I'm not entirely sure as it may prove being too late to stop abortion of process.
-
jD91mZM2 authored
-
jD91mZM2 authored
Rust does not allow a `fn`-pointer to be null. This fixes that, while luckily doing it in a way that leaves system calls backwards-compatible :)
-
jD91mZM2 authored
-
- 20 Jul, 2019 1 commit
-
-
Jeremy Soller authored
-