summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/sysconf.cpp
AgeCommit message (Expand)Author
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2023-03-11Kernel: Add non standard value to sys$sysconfFabian Dellwing
2022-08-17Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIREDLinus Groh
2022-06-19Kernel: Add sysconf for IOV_MAXAndrew Kaster
2022-02-13Kernel: Expose maximum argument limit in sysconfAndrew Kaster
2021-12-29Kernel: Return the actual number of CPU cores that we haveDaniel Bertalan
2021-12-21Kernel: Implement sysconf(_SC_SYMLOOP_MAX)Martin Bříza
2021-12-18Kernel: Access OpenFileDescriptions::max_open() statically in SyscallsHendiadyoin1
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-09-11Kernel: Add _SC_HOST_NAME_MAXLinus Groh
2021-08-06Kernel: Disable big process lock for sys$sysconfIdan Horowitz
2021-07-20Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIREDBrian Gianforcaro
2021-06-29Kernel: Don't copy a Vector<FileDescriptionAndFlags>Liav A
2021-06-28Kernel: Fix the return type for syscallsGunnar Beutner
2021-06-24Kernel: Remove unused CPU.h includesHendiadyoin1
2021-06-04LibC: Add POSIX timer constantsJelle Raaijmakers
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