summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/sysconf.cpp
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-03-16Kernel: sysconf(_SC_CLK_TCK): Use TimeManagement::ticks_per_second()thatdutchguy
2021-03-16Kernel: Add _SC_CLK_TCK to sysconf.thatdutchguy
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2021-02-15Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enumAnotherTest
2021-01-18Kernel+LibC: Add _SC_TTY_NAME_MAXLinus Groh
2020-09-27Kernel: Implement _SC_OPEN_MAXLuke
2020-07-31Kernel: Add _SC_PAGESIZE to sysconfItamar
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling