summaryrefslogtreecommitdiff
path: root/Servers/AudioServer/main.cpp
AgeCommit message (Expand)Author
2020-02-17AudioServer: Remove ASEventLoop class and do all the setup in main()Andreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-01-21AudioServer: Drop "rpath" and "wpath" pledgesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-11AudioServer: Use pledge()Andreas Kling
2019-07-17Work on AudioServerRobin Burchell
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell
2019-07-13Kernel: First cut of a sb16 driverRobin Burchell