Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
4 years ago |
Hendiadyoin1
|
925be2758e
Kernel: Remove unused CPU.h includes
|
4 years ago |
Jelle Raaijmakers
|
496988de47
LibC: Add POSIX timer constants
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
4 years ago |
thatdutchguy
|
569d6d47fe
Kernel: sysconf(_SC_CLK_TCK): Use TimeManagement::ticks_per_second()
|
4 years ago |
thatdutchguy
|
10e3e8f6d4
Kernel: Add _SC_CLK_TCK to sysconf.
|
4 years ago |
Andreas Kling
|
ac71775de5
Kernel: Make all syscall functions return KResultOr<T>
|
4 years ago |
AnotherTest
|
4519950266
Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enum
|
4 years ago |
Linus Groh
|
2cc3d68615
Kernel+LibC: Add _SC_TTY_NAME_MAX
|
4 years ago |
Luke
|
721788943d
Kernel: Implement _SC_OPEN_MAX
|
4 years ago |
Itamar
|
5cd7159629
Kernel: Add _SC_PAGESIZE to sysconf
|
5 years ago |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 years ago |