summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/beep.cpp
AgeCommit message (Expand)Author
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-03-05Kernel+Userland: Add support for using the PCSpeaker with various tonesLiav A
2022-12-28Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removalLiav A
2022-12-28Kernel: Remove i686 supportLiav A
2022-09-20Kernel: Move PCSpeaker code to the x86-specific architecture directoryLiav A
2022-01-23Kernel: Add CommandLine option to disable or enable the PC speakerLiav A
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-08-06Kernel: Disable big process lock for sys$beep()Idan Horowitz
2021-07-20Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIREDBrian Gianforcaro
2021-06-28Kernel: Fix the return type for syscallsGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-02Kernel: Make Thread use AK::Time internallyBen Wiederhake
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2020-11-30Kernel: Move some time related code from Scheduler into TimeManagementTom
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling