Itamar
|
b306ac9b2b
ptrace: Add PT_POKE
|
5 years ago |
Itamar
|
984ff93406
ptrace: Add PT_PEEK
|
5 years ago |
Andreas Kling
|
c19b56dc99
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
|
5 years ago |
Andrew Kaster
|
61acca223f
LibELF: Move validation methods to their own file
|
5 years ago |
Andrew Kaster
|
21b5909dc6
LibELF: Move ELF classes into namespace ELF
|
5 years ago |
Andreas Kling
|
dec352dacd
Kernel: Ignore zero-length PROGBITS sections in sys$module_load()
|
5 years ago |
Andreas Kling
|
c06d5ef114
Kernel+LibC: Remove ESUCCESS
|
5 years ago |
Andreas Kling
|
871d450b93
Kernel: Remove redundant "ACPI" from filenames in ACPI/
|
5 years ago |
Andreas Kling
|
4644217094
Kernel: Remove "non-operational" ACPI parser state
|
5 years ago |
Andreas Kling
|
dc7340332d
Kernel: Update cryptically-named functions related to symbolication
|
5 years ago |
Liav A
|
23fb985f02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
|
5 years ago |
Andreas Kling
|
9ae3cced76
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
|
5 years ago |
Liav A
|
a60ea79a41
Kernel & Userland: Allow to mount image files formatted with Ext2FS
|
5 years ago |
Itamar
|
6b74d38aab
Kernel: Add 'ptrace' syscall
|
5 years ago |
Shannon Booth
|
757c14650f
Kernel: Simplify process assertion checking if region is in range
|
5 years ago |
Liav A
|
b536547c52
Process: Use monotonic time for timeouts
|
5 years ago |
Liav A
|
4484513b45
Kernel: Add new syscall to allow changing the system date
|
5 years ago |
Liav A
|
9db291d885
Kernel: Introduce the new Time management subsystem
|
5 years ago |
Alex Muscar
|
d013753f83
Kernel: Resolve relative paths when there is a veil (#1474)
|
5 years ago |
Andreas Kling
|
ad92a1e4bc
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
|
5 years ago |
Andreas Kling
|
3803196edb
Kernel: Get rid of SmapDisabler in sys$fstat()
|
5 years ago |
Liav A
|
0f45a1b5e7
Kernel: Allow to reboot in ACPI via PCI or MMIO access
|
5 years ago |
Ben Wiederhake
|
b066586355
Kernel: Fix race in waitid
|
5 years ago |
Ben Wiederhake
|
d8cd4e4902
Kernel: Fix race in select
|
5 years ago |
Andreas Kling
|
b1058b33fb
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
|
5 years ago |
Andreas Kling
|
c6693f9b3a
Kernel: Simplify a bunch of dbg() and klog() calls
|
5 years ago |
Liav A
|
85eb1d26d5
Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.h
|
5 years ago |
Liav A
|
1b8cd6db7b
Kernel: Call ACPI reboot method first if possible
|
5 years ago |
Ben Wiederhake
|
4dd4dd2f3c
Kernel: Fix race in clock_nanosleep
|
5 years ago |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 years ago |