serenity/Userland/Libraries/LibCore
Nico Weber 65570216b4 oss-fuzz: Try harder to fix build
Apparently memfd_create() is newish in glibc, and oss-fuzz
uses Ubuntu 16.04 as base for its docker images, which doens't
yet have memfd_create(). But, not to worry, it does have the syscall
define and that's all we really need :/
2021-01-20 23:41:38 +01:00
..
Account.cpp
Account.h
AnonymousBuffer.cpp oss-fuzz: Try harder to fix build 2021-01-20 23:41:38 +01:00
AnonymousBuffer.h LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class 2021-01-16 17:20:24 +01:00
ArgsParser.cpp
ArgsParser.h
CMakeLists.txt LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class 2021-01-16 17:20:24 +01:00
Command.cpp
Command.h
ConfigFile.cpp
ConfigFile.h
DateTime.cpp
DateTime.h
DirectoryWatcher.cpp
DirectoryWatcher.h
DirIterator.cpp
DirIterator.h
ElapsedTimer.cpp
ElapsedTimer.h
Event.cpp
Event.h
EventLoop.cpp
EventLoop.h
File.cpp LibCore: Fix invalid errno 2021-01-16 22:40:53 +01:00
File.h
FileStream.h
Forward.h LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class 2021-01-16 17:20:24 +01:00
GetPassword.cpp
GetPassword.h
Gzip.cpp
Gzip.h
IODevice.cpp
IODevice.h
IODeviceStreamReader.h
LocalServer.cpp LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
LocalServer.h
LocalSocket.cpp LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
LocalSocket.h
MimeData.cpp
MimeData.h
NetworkJob.cpp
NetworkJob.h
NetworkResponse.cpp
NetworkResponse.h
Notifier.cpp
Notifier.h
Object.cpp
Object.h
ProcessStatisticsReader.cpp
ProcessStatisticsReader.h
Property.cpp
Property.h
puff.cpp
puff.h
Socket.cpp
Socket.h
SocketAddress.cpp
SocketAddress.h
StandardPaths.cpp
StandardPaths.h
SyscallUtils.h
TCPServer.cpp LibCore: Include fcntl before using it for non-linux lagom builds 2021-01-13 09:52:32 +01:00
TCPServer.h
TCPSocket.cpp
TCPSocket.h
Timer.cpp
Timer.h
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
UDPSocket.cpp
UDPSocket.h