Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 лет назад |
Andreas Kling
|
d0f5b43c2e
Kernel: Use Vector::unstable_remove() when deallocating a region
|
5 лет назад |
Andreas Kling
|
30a8991dbf
Kernel: Make Region weakable and use WeakPtr<Region> instead of Region*
|
5 лет назад |
Andreas Kling
|
79576f9280
Kernel: Clear the region lookup cache on exec()
|
5 лет назад |
Liav A
|
895e874eb4
Kernel: Include the new PIT class in system components
|
5 лет назад |
Andreas Kling
|
fc5ebe2a50
Kernel: Disown shared buffers on sys$execve()
|
5 лет назад |
Andreas Kling
|
ece2971112
Kernel: Disable profiling during the critical section of sys$execve()
|
5 лет назад |
Andreas Kling
|
d7a13dbaa7
Kernel: Reset profiling state on exec() (but keep it going)
|
5 лет назад |
Andreas Kling
|
2a679f228e
Kernel: Fix bitrotted DEBUG_IO logging
|
5 лет назад |
Andreas Kling
|
bead20c40f
Kernel: Remove SmapDisabler in sys$create_shared_buffer()
|
5 лет назад |
Andreas Kling
|
9aa234cc47
Kernel: Reset FPU state on exec()
|
5 лет назад |
Andreas Kling
|
a7dbb3cf96
Kernel: Use a FixedArray for a process's extra GIDs
|
5 лет назад |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
5 лет назад |
Andreas Kling
|
4f4af24b9d
Kernel: Tear down process address space during finalization
|
5 лет назад |
Andreas Kling
|
31e1af732f
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
|
5 лет назад |
Andreas Kling
|
7a8be7f777
Kernel: Remove SmapDisabler in sys$accept()
|
5 лет назад |
Andreas Kling
|
7717084ac7
Kernel: Remove SmapDisabler in sys$clock_gettime()
|
5 лет назад |
Andreas Kling
|
16818322c5
Kernel: Reduce header dependencies of Process and Thread
|
5 лет назад |
Andreas Kling
|
e28809a996
Kernel: Add forward declaration header
|
5 лет назад |
Andreas Kling
|
1d611e4a11
Kernel: Reduce header dependencies of MemoryManager and Region
|
5 лет назад |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 лет назад |
Andreas Kling
|
1f55079488
Kernel: Remove SmapDisabler in sys$getgroups()
|
5 лет назад |
Andreas Kling
|
eb7b0c76a8
Kernel: Remove SmapDisabler in sys$setgroups()
|
5 лет назад |
Andreas Kling
|
0341ddc5eb
Kernel: Rename RegisterDump => RegisterState
|
5 лет назад |
Andreas Kling
|
580a94bc44
Kernel+LibC: Merge sys$stat() and sys$lstat()
|
5 лет назад |
Liav A
|
e559af2008
Kernel: Apply changes to use LibBareMetal definitions
|
5 лет назад |
Andreas Kling
|
7291370478
Kernel: Make File::truncate() take a u64
|
5 лет назад |
Andreas Kling
|
88ea152b24
Kernel: Merge unnecessary DiskDevice class into BlockDevice
|
5 лет назад |
Andreas Kling
|
2b0b7cc5a4
Net: Add a basic sys$shutdown() implementation
|
5 лет назад |
Andreas Kling
|
f3a5985bb2
Kernel: Remove two bad FIXME's
|
5 лет назад |