Andreas Kling
|
dec352dacd
Kernel: Ignore zero-length PROGBITS sections in sys$module_load()
|
5 лет назад |
Andreas Kling
|
c06d5ef114
Kernel+LibC: Remove ESUCCESS
|
5 лет назад |
Andreas Kling
|
871d450b93
Kernel: Remove redundant "ACPI" from filenames in ACPI/
|
5 лет назад |
Andreas Kling
|
4644217094
Kernel: Remove "non-operational" ACPI parser state
|
5 лет назад |
Andreas Kling
|
dc7340332d
Kernel: Update cryptically-named functions related to symbolication
|
5 лет назад |
Liav A
|
23fb985f02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
|
5 лет назад |
Andreas Kling
|
9ae3cced76
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
|
5 лет назад |
Liav A
|
a60ea79a41
Kernel & Userland: Allow to mount image files formatted with Ext2FS
|
5 лет назад |
Itamar
|
6b74d38aab
Kernel: Add 'ptrace' syscall
|
5 лет назад |
Shannon Booth
|
757c14650f
Kernel: Simplify process assertion checking if region is in range
|
5 лет назад |
Liav A
|
b536547c52
Process: Use monotonic time for timeouts
|
5 лет назад |
Liav A
|
4484513b45
Kernel: Add new syscall to allow changing the system date
|
5 лет назад |
Liav A
|
9db291d885
Kernel: Introduce the new Time management subsystem
|
5 лет назад |
Alex Muscar
|
d013753f83
Kernel: Resolve relative paths when there is a veil (#1474)
|
5 лет назад |
Andreas Kling
|
ad92a1e4bc
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
|
5 лет назад |
Andreas Kling
|
3803196edb
Kernel: Get rid of SmapDisabler in sys$fstat()
|
5 лет назад |
Liav A
|
0f45a1b5e7
Kernel: Allow to reboot in ACPI via PCI or MMIO access
|
5 лет назад |
Ben Wiederhake
|
b066586355
Kernel: Fix race in waitid
|
5 лет назад |
Ben Wiederhake
|
d8cd4e4902
Kernel: Fix race in select
|
5 лет назад |
Andreas Kling
|
b1058b33fb
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
|
5 лет назад |
Andreas Kling
|
c6693f9b3a
Kernel: Simplify a bunch of dbg() and klog() calls
|
5 лет назад |
Liav A
|
85eb1d26d5
Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.h
|
5 лет назад |
Liav A
|
1b8cd6db7b
Kernel: Call ACPI reboot method first if possible
|
5 лет назад |
Ben Wiederhake
|
4dd4dd2f3c
Kernel: Fix race in clock_nanosleep
|
5 лет назад |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 лет назад |
Andreas Kling
|
47beab926d
Kernel: Remove ability to create kernel-only regions at user addresses
|
5 лет назад |
Andreas Kling
|
e56f8706ce
Kernel: Map executables at a kernel address during ELF load
|
5 лет назад |
Andreas Kling
|
678c87087d
Kernel: Load executables on demand when symbolicating
|
5 лет назад |
Andreas Kling
|
0acac186fb
Kernel: Make the "entire executable" region shared
|
5 лет назад |
Andreas Kling
|
5c2a296a49
Kernel: Mark read-only PT_LOAD mappings as shared regions
|
5 лет назад |