index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscalls
/
sysconf.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-03-11
Kernel: Add non standard value to sys$sysconf
Fabian Dellwing
2022-08-17
Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED
Linus Groh
2022-06-19
Kernel: Add sysconf for IOV_MAX
Andrew Kaster
2022-02-13
Kernel: Expose maximum argument limit in sysconf
Andrew Kaster
2021-12-29
Kernel: Return the actual number of CPU cores that we have
Daniel Bertalan
2021-12-21
Kernel: Implement sysconf(_SC_SYMLOOP_MAX)
Martin Bříza
2021-12-18
Kernel: Access OpenFileDescriptions::max_open() statically in Syscalls
Hendiadyoin1
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-11
Kernel: Add _SC_HOST_NAME_MAX
Linus Groh
2021-08-06
Kernel: Disable big process lock for sys$sysconf
Idan Horowitz
2021-07-20
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
Brian Gianforcaro
2021-06-29
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
Liav A
2021-06-28
Kernel: Fix the return type for syscalls
Gunnar Beutner
2021-06-24
Kernel: Remove unused CPU.h includes
Hendiadyoin1
2021-06-04
LibC: Add POSIX timer constants
Jelle Raaijmakers
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-16
Kernel: sysconf(_SC_CLK_TCK): Use TimeManagement::ticks_per_second()
thatdutchguy
2021-03-16
Kernel: Add _SC_CLK_TCK to sysconf.
thatdutchguy
2021-03-01
Kernel: Make all syscall functions return KResultOr<T>
Andreas Kling
2021-02-15
Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enum
AnotherTest
2021-01-18
Kernel+LibC: Add _SC_TTY_NAME_MAX
Linus Groh
2020-09-27
Kernel: Implement _SC_OPEN_MAX
Luke
2020-07-31
Kernel: Add _SC_PAGESIZE to sysconf
Itamar
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling