index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
Age
Commit message (
Expand
)
Author
2021-12-16
LibCore+Userland: Convert TCPServer to use the Serenity Stream API
sin-ack
2021-12-16
LibCore: Implement the Serenity Stream API classes
sin-ack
2021-12-16
LibCore+LookupServer: Implement and use UDPServer::send
sin-ack
2021-12-16
LibCore: Add waitpid() wrapper that return ErrorOr<pid_t>
Kenneth Myhra
2021-12-16
LibCore: Add posix_spawnp() wrapper that return ErrorOr<pid_t>
Kenneth Myhra
2021-12-12
LibCore: Add support for range-based for loops on LineIterators
Sahan Fernando
2021-12-12
LibCore: Fix bug in IODevice::LineIterator causing skipped lines
Sahan Fernando
2021-12-11
LibCore: Add syscall wrapper for clock_settime()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getgrnam()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getpwnam()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for chown()
Kenneth Myhra
2021-12-08
LibCore: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-06
LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
Andreas Kling
2021-12-05
LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall
Ben Wiederhake
2021-12-04
LibCore: Add syscall wrapper for chmod()
Kenneth Myhra
2021-12-04
LibCore: Add lstat() syscall wrapper
Andreas Kling
2021-11-30
LibCore: Use LibCore syscall wrappers in get_password()
Andreas Kling
2021-11-30
LibCore: Add syscall wrappers for tcgetattr() and tcsetattr()
Andreas Kling
2021-11-30
LibCore: Add ioctl() syscall wrapper
Andreas Kling
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
2021-11-30
LibCore: Fix relative seeking in IODevice
Arne Elster
2021-11-28
LibCore: Add syscall wrapper for dup()
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
LibCore: Add syscall wrappers for sendfd() and recvfd()
Andreas Kling
2021-11-28
LibCore: Allow System::pledge execpromises argument to be omitted
Brian Gianforcaro
2021-11-28
LibCore+cat: Switch Core::System::read/write to take a Span of bytes
Brian Gianforcaro
2021-11-27
LibCore: Add syscall wrapper for gethostname()
Kenneth Myhra
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-26
LibCore: Add Vector<StringView> variant of add_positional_argument()
Andreas Kling
2021-11-24
LibCore: Add syscall wrapper for ptsname()
Andreas Kling
2021-11-24
LibCore: Add syscall wrapper for dup2()
Andreas Kling
2021-11-24
LibCore: Add syscall wrapper for pipe2()
Andreas Kling
2021-11-24
LibCore: Add Core::Object::try_add<T>(...)
Andreas Kling
2021-11-24
LibCore: Add kill() syscall wrapper
Andreas Kling
2021-11-23
LibCore: Allow moving, but not copying, DirIterator
Timothy Flynn
2021-11-23
LibCore: Add try_create(...) helper to all Core::Object derived classes
Andreas Kling
2021-11-23
LibCore: Add syscall wrappers for read() and write()
Andreas Kling
2021-11-23
LibCore: Add syscall wrapper for stat()
Andreas Kling
2021-11-23
LibCore: Add syscall wrapper for ftruncate()
Andreas Kling
2021-11-23
LibCore: Add syscall wrapper for close()
Andreas Kling
2021-11-23
LibCore: Use open() wrapper in Core::MappedFile :^)
Andreas Kling
2021-11-23
LibCore: Add syscall wrapper for open()
Andreas Kling
2021-11-23
LibCore: Use mmap() and munmap() wrappers in Core::MappedFile
Andreas Kling
2021-11-23
LibCore: Add syscall wrapper for munmap()
Andreas Kling
2021-11-23
LibCore: Add syscall wrapper for mmap()
Andreas Kling
2021-11-23
LibCore: Use syscall wrappers in MappedFile::map_from_fd_and_close()
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-23
LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>
Andreas Kling
2021-11-23
LibCore: Add Core::System wrappers for fstat() and fcntl()
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
[next]