Age | Commit message (Expand) | Author |
---|---|---|
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 |