summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2021-12-16LibCore+Userland: Convert TCPServer to use the Serenity Stream APIsin-ack
2021-12-16LibCore: Implement the Serenity Stream API classessin-ack
2021-12-16LibCore+LookupServer: Implement and use UDPServer::sendsin-ack
2021-12-16LibCore: Add waitpid() wrapper that return ErrorOr<pid_t>Kenneth Myhra
2021-12-16LibCore: Add posix_spawnp() wrapper that return ErrorOr<pid_t>Kenneth Myhra
2021-12-12LibCore: Add support for range-based for loops on LineIteratorsSahan Fernando
2021-12-12LibCore: Fix bug in IODevice::LineIterator causing skipped linesSahan Fernando
2021-12-11LibCore: Add syscall wrapper for clock_settime()Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for getgrnam()Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for getpwnam()Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for chown()Kenneth Myhra
2021-12-08LibCore: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-05LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscallBen Wiederhake
2021-12-04LibCore: Add syscall wrapper for chmod()Kenneth Myhra
2021-12-04LibCore: Add lstat() syscall wrapperAndreas Kling
2021-11-30LibCore: Use LibCore syscall wrappers in get_password()Andreas Kling
2021-11-30LibCore: Add syscall wrappers for tcgetattr() and tcsetattr()Andreas Kling
2021-11-30LibCore: Add ioctl() syscall wrapperAndreas Kling
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-11-30LibCore: Fix relative seeking in IODeviceArne Elster
2021-11-28LibCore: Add syscall wrapper for dup()Andreas Kling
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-28LibCore: Add syscall wrappers for sendfd() and recvfd()Andreas Kling
2021-11-28LibCore: Allow System::pledge execpromises argument to be omittedBrian Gianforcaro
2021-11-28LibCore+cat: Switch Core::System::read/write to take a Span of bytesBrian Gianforcaro
2021-11-27LibCore: Add syscall wrapper for gethostname()Kenneth Myhra
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-26LibCore: Add Vector<StringView> variant of add_positional_argument()Andreas Kling
2021-11-24LibCore: Add syscall wrapper for ptsname()Andreas Kling
2021-11-24LibCore: Add syscall wrapper for dup2()Andreas Kling
2021-11-24LibCore: Add syscall wrapper for pipe2()Andreas Kling
2021-11-24LibCore: Add Core::Object::try_add<T>(...)Andreas Kling
2021-11-24LibCore: Add kill() syscall wrapperAndreas Kling
2021-11-23LibCore: Allow moving, but not copying, DirIteratorTimothy Flynn
2021-11-23LibCore: Add try_create(...) helper to all Core::Object derived classesAndreas Kling
2021-11-23LibCore: Add syscall wrappers for read() and write()Andreas Kling
2021-11-23LibCore: Add syscall wrapper for stat()Andreas Kling
2021-11-23LibCore: Add syscall wrapper for ftruncate()Andreas Kling
2021-11-23LibCore: Add syscall wrapper for close()Andreas Kling
2021-11-23LibCore: Use open() wrapper in Core::MappedFile :^)Andreas Kling
2021-11-23LibCore: Add syscall wrapper for open()Andreas Kling
2021-11-23LibCore: Use mmap() and munmap() wrappers in Core::MappedFileAndreas Kling
2021-11-23LibCore: Add syscall wrapper for munmap()Andreas Kling
2021-11-23LibCore: Add syscall wrapper for mmap()Andreas Kling
2021-11-23LibCore: Use syscall wrappers in MappedFile::map_from_fd_and_close()Andreas Kling
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-23LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>Andreas Kling
2021-11-23LibCore: Add Core::System wrappers for fstat() and fcntl()Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling