ladybird/Userland/Libraries/LibCore
Andreas Kling e87eac9273 Userland: Add LibSystem and funnel all syscalls through it
This achieves two things:

- Programs can now intentionally perform arbitrary syscalls by calling
  syscall(). This allows us to work on things like syscall fuzzing.

- It restricts the ability of userspace to make syscalls to a single
  4KB page of code. In order to call the kernel directly, an attacker
  must now locate this page and call through it.
2021-02-05 12:23:39 +01:00
..
Account.cpp LibCore: Always fail Account authentication on missing shadow entry 2021-01-21 11:34:39 +01:00
Account.h LibCore: Always fail Account authentication on missing shadow entry 2021-01-21 11:34:39 +01:00
AnonymousBuffer.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
AnonymousBuffer.h LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class 2021-01-16 17:20:24 +01:00
ArgsParser.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ArgsParser.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CMakeLists.txt LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class 2021-01-16 17:20:24 +01:00
Command.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
Command.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ConfigFile.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ConfigFile.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DateTime.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DateTime.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DirectoryWatcher.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DirectoryWatcher.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DirIterator.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DirIterator.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ElapsedTimer.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ElapsedTimer.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Event.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Event.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventLoop.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
EventLoop.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
File.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
File.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FileStream.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Forward.h LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class 2021-01-16 17:20:24 +01:00
GetPassword.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
GetPassword.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Gzip.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
Gzip.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
IODevice.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
IODevice.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
IODeviceStreamReader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LocalServer.cpp LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
LocalServer.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LocalSocket.cpp LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
LocalSocket.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MimeData.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MimeData.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NetworkJob.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
NetworkJob.h Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
NetworkResponse.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NetworkResponse.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Notifier.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Notifier.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Object.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Object.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ProcessStatisticsReader.cpp Kernel+Userland: Remove unused "effective priority" from threads 2021-01-28 08:25:53 +01:00
ProcessStatisticsReader.h Kernel+Userland: Remove unused "effective priority" from threads 2021-01-28 08:25:53 +01:00
Property.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Property.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
puff.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
puff.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Socket.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
Socket.h Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
SocketAddress.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SocketAddress.h Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
StandardPaths.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StandardPaths.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SyscallUtils.h Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
TCPServer.cpp LibCore: Include fcntl before using it for non-linux lagom builds 2021-01-13 09:52:32 +01:00
TCPServer.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TCPSocket.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TCPSocket.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Timer.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Timer.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
UDPServer.cpp LibCore: Include fcntl.h in more places that we use fcntl for Lagom 2021-01-13 15:02:11 +01:00
UDPServer.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
UDPSocket.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
UDPSocket.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00