Idan Horowitz
|
d40038a04f
Kernel: Disable big process lock for sys$gettimeofday
|
4 年之前 |
Idan Horowitz
|
3ba2449058
Kernel: Disable big process lock for sys$clock_nanosleep
|
4 年之前 |
Idan Horowitz
|
fbd848e6eb
Kernel: Disable big process lock for sys$clock_gettime()
|
4 年之前 |
Brian Gianforcaro
|
9201a06027
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
|
4 年之前 |
Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
4 年之前 |
Brian Gianforcaro
|
11306d7121
Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
a166a65eff
Kernel: Don't return -EFOO when return type is KResultOr<...>
|
4 年之前 |
Ben Wiederhake
|
336303bda4
Kernel: Make kgettimeofday use AK::Time
|
4 年之前 |
Ben Wiederhake
|
c040e64b7d
Kernel: Make TimeManagement use AK::Time internally
|
4 年之前 |
Ben Wiederhake
|
2b6546c40a
Kernel: Make Thread use AK::Time internally
|
4 年之前 |
Ben Wiederhake
|
8598240193
Kernel: Sanitize all user-supplied timeval's/timespec's
|
4 年之前 |
Andreas Kling
|
ac71775de5
Kernel: Make all syscall functions return KResultOr<T>
|
4 年之前 |
Ben Wiederhake
|
546cdde776
Kernel: clock_nanosleep's 'flags' is not a bitset
|
4 年之前 |
Tom
|
5f51d85184
Kernel: Improve time keeping and dramatically reduce interrupt load
|
4 年之前 |
Tom
|
12cf6f8650
Kernel: Add CLOCK_REALTIME support to the TimerQueue
|
4 年之前 |
Tom
|
6cb640eeba
Kernel: Move some time related code from Scheduler into TimeManagement
|
4 年之前 |
Andreas Kling
|
94ff04b536
Kernel: Make CLOCK_MONOTONIC respect the system tick frequency
|
4 年之前 |
Nico Weber
|
323e727a4c
Kernel+LibC: Add adjtime(2)
|
4 年之前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年之前 |
Nico Weber
|
e8131f503d
Kernel: Let TimeManagement keep epoch time as timespec
|
4 年之前 |
Brian Gianforcaro
|
b069d757a3
Kernel: Use Userspace<T> for the clock_settime syscall
|
5 年之前 |
Brian Gianforcaro
|
1be6145fdf
Kernel: Modifiy clock_settime timespec argument to const
|
5 年之前 |
Brian Gianforcaro
|
b4d04fd8d1
Kernel: Use Userspace<T> for the clock_gettime syscall
|
5 年之前 |
Brian Gianforcaro
|
84035e1035
Kernel: Use Userspace<T> for the clock_nanosleep syscall
|
5 年之前 |
Brian Gianforcaro
|
baa070afb8
Kernel: Use Userspace<T> for the gettimeofday syscall
|
5 年之前 |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 年之前 |