4lDO2
|
696ae4eca1
|
Add DisableSetpgid call.
|
2025-04-20 16:24:46 +02:00 |
|
4lDO2
|
8f234edf69
|
Fix riscv64 fork asm.
|
2025-04-19 19:27:04 +02:00 |
|
4lDO2
|
2fe8dc8f6e
|
Add (untested) riscv64 sighandler SYS_CALL asm.
|
2025-04-19 19:27:03 +02:00 |
|
4lDO2
|
0e0246bc69
|
Let procmgr handle process names.
|
2025-04-19 19:27:03 +02:00 |
|
4lDO2
|
8cfc7e8fac
|
Do not treat ppid as constant.
|
2025-04-19 19:27:03 +02:00 |
|
4lDO2
|
aa034fccc8
|
Compile on riscv64gc.
|
2025-04-19 19:27:03 +02:00 |
|
4lDO2
|
e6c06a7cf7
|
Fix signals for spawned threads, and async signal waiting.
|
2025-04-19 19:27:03 +02:00 |
|
4lDO2
|
35357b2f14
|
Clear pending when act becomes Ign (no multi-thread).
|
2025-04-19 19:27:03 +02:00 |
|
4lDO2
|
a1937f438c
|
Allow read-only sigaction for SIG{KILL,STOP}.
|
2025-04-19 19:27:03 +02:00 |
|
4lDO2
|
8f2d9ef1db
|
Ensure allowset bits for SIGSTOP and SIGKILL are always set.
|
2025-04-19 19:27:03 +02:00 |
|
4lDO2
|
5dfc76dda8
|
Fix signal handlers after EINTR nanosleep.
|
2025-04-19 19:27:03 +02:00 |
|
4lDO2
|
37b60b67e0
|
Add and fix test for kill&waitpid.
|
2025-04-19 19:27:02 +02:00 |
|
4lDO2
|
0083043736
|
Write and fix waitpid_multiple test.
|
2025-04-19 19:27:02 +02:00 |
|
4lDO2
|
a293b02992
|
Fix aarch64 signal test.
|
2025-04-19 19:27:02 +02:00 |
|
4lDO2
|
403beeb9f6
|
Fix sigqueue test for aarch64.
|
2025-04-19 19:27:02 +02:00 |
|
4lDO2
|
d559450d69
|
Use abort() rather than unreachable! when exit fails.
|
2025-04-19 19:27:02 +02:00 |
|
4lDO2
|
d0335b30de
|
Use redox_rt::protocol for sig numbers.
|
2025-04-19 19:27:02 +02:00 |
|
4lDO2
|
1c6b3ad78b
|
Fix aarch64 child_hook.
|
2025-04-19 19:27:01 +02:00 |
|
4lDO2
|
fb8e3cd751
|
Fix sigqueue on i686.
|
2025-04-19 19:27:01 +02:00 |
|
4lDO2
|
05481b36a6
|
Fix IPC size on i686.
|
2025-04-19 19:27:01 +02:00 |
|
4lDO2
|
2fbbdcc1c9
|
Aarch64 fix, make i686 compile.
|
2025-04-19 19:27:01 +02:00 |
|
4lDO2
|
0213ac2d15
|
Probably fix aarch.
Bootloader is currently panicking so a bit hard to test.
|
2025-04-19 19:27:01 +02:00 |
|
4lDO2
|
c773544906
|
Fix sigentry for realtime sigs, fixing sigqueue test.
|
2025-04-19 19:27:01 +02:00 |
|
4lDO2
|
f813f5a222
|
Fix sigtimedwait realtime signals, almost handler too.
|
2025-04-19 19:27:01 +02:00 |
|
4lDO2
|
6d72048b13
|
Store proc_fd in MaybeUninit with external discriminant.
|
2025-04-19 19:27:01 +02:00 |
|
4lDO2
|
6e947a9b2f
|
Simplify FdGuard.
|
2025-04-19 19:27:00 +02:00 |
|
4lDO2
|
3a8d63d2b8
|
Handle self-kill for posix_kill{,_thread}.
|
2025-04-19 19:27:00 +02:00 |
|
4lDO2
|
a8ee9e72ee
|
Fix possible TCB.thread_fd() use-after-free.
|
2025-04-19 19:27:00 +02:00 |
|
4lDO2
|
cc6fadb8bb
|
Only SyncSigTctl if there exists a proc fd.
|
2025-04-19 19:27:00 +02:00 |
|
4lDO2
|
dc2988968e
|
Use SignalThread call and fix fork sighandler sync with procmgr.
|
2025-04-19 19:26:59 +02:00 |
|
4lDO2
|
93e88b0ce8
|
Reacquire thread fd as procmgr-owned in make_init.
|
2025-04-19 19:26:59 +02:00 |
|
4lDO2
|
b30ccb61fe
|
Enforce procmgr errors, fix attrs path.
|
2025-04-19 19:26:59 +02:00 |
|
4lDO2
|
ac7e0755f1
|
Fix SyncSigPctl invocation.
|
2025-04-19 19:26:59 +02:00 |
|
4lDO2
|
98c8beae3d
|
Sync sig pages using proc and thread calls.
|
2025-04-19 19:26:59 +02:00 |
|
4lDO2
|
8bd510ff59
|
Simplify [res][ug]id getters and setters.
|
2025-04-19 19:26:59 +02:00 |
|
4lDO2
|
9999bb6068
|
Add ThisGroup selector for kill.
|
2025-04-19 19:26:59 +02:00 |
|
4lDO2
|
747d11062b
|
Rename KillTarget -> ProcKillTarget.
|
2025-04-19 19:26:58 +02:00 |
|
4lDO2
|
88848c25fe
|
Add (backend todo) proc calls for kill+sigq.
|
2025-04-19 19:26:58 +02:00 |
|
4lDO2
|
f4a64cfbc3
|
Add setresguid.
|
2025-04-19 19:26:58 +02:00 |
|
4lDO2
|
48df8f5bba
|
Add unstable interface for getting current thread fd.
|
2025-04-19 19:26:58 +02:00 |
|
4lDO2
|
9566a00ad1
|
WIP: waitpid and exit IPC calls.
|
2025-04-19 19:26:58 +02:00 |
|
4lDO2
|
4138b68117
|
Implement setrens and waitpid using procmgr.
|
2025-04-19 19:26:58 +02:00 |
|
4lDO2
|
0c1835a545
|
Implement waitpid using new SYS_CALL.
|
2025-04-19 19:26:58 +02:00 |
|
4lDO2
|
1cd450a9ae
|
Implement get{r,e}{u,g}id.
|
2025-04-19 19:26:57 +02:00 |
|
4lDO2
|
ad5efd0f11
|
Reach init fork
|
2025-04-19 19:26:57 +02:00 |
|
4lDO2
|
26399569de
|
Reach init w/proc manager.
|
2025-04-19 19:26:57 +02:00 |
|
4lDO2
|
b851422214
|
WIP: use proc manager in non-init fork.
|
2025-04-19 19:26:57 +02:00 |
|
4lDO2
|
91e58e8568
|
WIP: dynamic and static proc info
|
2025-04-19 19:26:57 +02:00 |
|
4lDO2
|
422a32690d
|
Replace removed syscalls with redox-rt stubs.
|
2025-04-19 19:26:57 +02:00 |
|
Jeremy Soller
|
6e165e2ef0
|
Fix build on i686
|
2025-04-14 09:16:27 -06:00 |
|