Timon Kruiper
|
21deb603de
Kernel/aarch64: Implement stub for asm_signal_trampoline
|
2 年 前 |
Liav A
|
5ff318cf3a
Kernel: Remove i686 support
|
2 年 前 |
sin-ack
|
5c1d5ed51d
Kernel: Implement Process::custody_for_dirfd
|
2 年 前 |
Liav A
|
0bb7c8f4c4
Kernel+SystemServer: Don't hardcode coredump directory path
|
2 年 前 |
Liav A
|
718ae68621
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
|
2 年 前 |
Liav A
|
5e062414c1
Kernel: Add support for jails
|
2 年 前 |
Gunnar Beutner
|
63a91d6971
Kernel: Add more AARCH64 stubs
|
2 年 前 |
Timon Kruiper
|
9827c11d8b
Kernel: Move InterruptDisabler out of Arch directory
|
2 年 前 |
kleines Filmröllchen
|
1a7d6508e3
Kernel: By default, don't dump regions when a userspace crash happens
|
2 年 前 |
Andreas Kling
|
cf16b2c8e6
Kernel: Wrap process address spaces in SpinlockProtected
|
2 年 前 |
Anthony Iacono
|
ec3d8a7a18
Kernel: Remove unused Process::in_group()
|
2 年 前 |
Anthony Iacono
|
f86b671de2
Kernel: Use Process::credentials() and remove user ID/group ID helpers
|
2 年 前 |
Andreas Kling
|
c3351d4b9f
Kernel: Make VirtualFileSystem functions take credentials as input
|
2 年 前 |
Andreas Kling
|
8ed06ad814
Kernel: Guard Process "protected data" with a spinlock
|
2 年 前 |
Andreas Kling
|
728c3fbd14
Kernel: Use RefPtr instead of LockRefPtr for Custody
|
2 年 前 |
Andreas Kling
|
122d7d9533
Kernel: Add Credentials to hold a set of user and group IDs
|
2 年 前 |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 年 前 |
kleines Filmröllchen
|
4314c25cf2
Kernel: Require lock rank for Spinlock construction
|
2 年 前 |
Brian Gianforcaro
|
00936e151e
Kernel: Make failure to write coredump or perfcore a regular dmesg
|
2 年 前 |
Undefine
|
97cc33ca47
Everywhere: Make the codebase more architecture aware
|
3 年 前 |
Tim Schumacher
|
e79f0e2ee9
Kernel+LibC: Don't hardcode the maximum signal number everywhere
|
3 年 前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年 前 |
Tim Schumacher
|
67f352b824
Kernel: Copy signal handlers when forking
|
3 年 前 |
Timon Kruiper
|
a4534678f9
Kernel: Implement InterruptDisabler using generic Processor functions
|
3 年 前 |
Luke Wilde
|
1682b0b6d8
Kernel: Remove big lock from `sys$set_coredump_metadata`
|
3 年 前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
Daniel Bertalan
|
70ccdb300b
Kernel: Panic if the init process dies
|
3 年 前 |
Andreas Kling
|
580d89f093
Kernel: Put Process unveil state in a SpinlockProtected container
|
3 年 前 |
Andreas Kling
|
24f02bd421
Kernel: Put Process's current directory in a SpinlockProtected
|
3 年 前 |
Ali Mohammad Pur
|
88d7bf7362
Kernel: Save and restore FPU state on signal dispatch on i386/x86_64
|
3 年 前 |