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
/
System.cpp
Age
Commit message (
Expand
)
Author
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-10
LibCore: Fix wrong call to stat on the Core::System::lstat method
Liav A
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-05
LibC+LibCore: Remove serenity_setenv()
MacDue
2023-02-05
LibCore+LibC: Add putenv() wrapper
MacDue
2023-02-05
LibCore: Add const qualifier to exec() argument spans
MacDue
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-14
LibCore: On OpenBSD, handle anon_create() like on MacOS
nipos
2022-12-17
AK+Everywhere: Move custom deleter capability to OwnPtr
Lenny Maiorani
2022-12-15
LibCore: Add a wrapper for `getaddrinfo()`
Lucas CHOLLET
2022-12-14
LibCore: Define and use a fallible, OS-independent getgrent(_r) wrapper
Timothy Flynn
2022-12-14
LibCore: Define and use a fallible, OS-independent getpwent(_r) wrapper
Timothy Flynn
2022-12-12
LibCore: Add a wrapper for `poll()`
Lucas CHOLLET
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `mkdirat(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `readlinkat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `symlinkat(2)`
sin-ack
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-29
LibCore: Add Core::System::posix_fallocate()
Andreas Kling
2022-11-26
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
Liav A
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-11-05
Userland: Add support for jails
Liav A
2022-11-05
LibCore: Add System::exec_command method
Liav A
2022-10-31
LibCore: Add Core::System::readlink
Peter Elliott
2022-10-24
Userland: Unveil /usr/lib/Loader.so when using 'x' permissions on unveil
Liav A
2022-10-10
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-10-03
LibCore: Add Core::System wrapper for getsid()
Peter Elliott
2022-09-27
LibCore: Allow the setgroups wrapper to be used on Lagom
Lucas CHOLLET
2022-09-22
LibCore: Only include Account.h on Serenity in EventLoop and System
Andrew Kaster
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-08-14
LibCore: Make `Core::System::unveil` aware of %uid in path
Lucas CHOLLET
2022-07-25
LibCore: Add `System::link()`
Tim Schumacher
2022-07-21
LibCore: Add function for searching a file in $PATH
Itamar
2022-07-19
LibCore: Port System::anon_create to FreeBSD
Daniel Bertalan
2022-07-19
LibCore: Add support for compiling for Android with API Version >= 30
Andrew Kaster
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-10
Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable
gggggg-gggggg
2022-06-30
Everywhere: Use my fairly new and shiny serenityos.org email :^)
Kenneth Myhra
2022-06-09
LibCore: Add a wrapper for endgrent()
Lucas CHOLLET
2022-05-25
LibCore: Add posix_spawn() wrapper to Core::System
MacDue
2022-04-23
Kernel+LibC+LibCore: Implement the unlinkat(2) syscall
sin-ack
2022-04-11
LibCore: Add a wrapper for execvpe() and friends
Sam Atkins
2022-04-11
LibCore: Add openat() syscall wrapper and improve open's implementation
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
[next]