nipos
|
b3aa36d7bd
LibCore: All BSDs need sig_t instead of sighandler_t
|
2 years ago |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 years ago |
Liav A
|
b4596b48f5
LibCore: Fix wrong call to stat on the Core::System::lstat method
|
2 years ago |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 years ago |
MacDue
|
b16ec1880c
LibC+LibCore: Remove serenity_setenv()
|
2 years ago |
MacDue
|
eea4dc5bfe
LibCore+LibC: Add putenv() wrapper
|
2 years ago |
MacDue
|
f4236e61bf
LibCore: Add const qualifier to exec() argument spans
|
2 years ago |
Linus Groh
|
9c08bb9555
AK: Remove `try_` prefix from FixedArray creation functions
|
2 years ago |
nipos
|
b510747e22
LibCore: On OpenBSD, handle anon_create() like on MacOS
|
2 years ago |
Lenny Maiorani
|
f2336d0144
AK+Everywhere: Move custom deleter capability to OwnPtr
|
2 years ago |
Lucas CHOLLET
|
687ef7740a
LibCore: Add a wrapper for `getaddrinfo()`
|
2 years ago |
Timothy Flynn
|
d09266237d
LibCore: Define and use a fallible, OS-independent getgrent(_r) wrapper
|
2 years ago |
Timothy Flynn
|
1ee808fae6
LibCore: Define and use a fallible, OS-independent getpwent(_r) wrapper
|
2 years ago |
Lucas CHOLLET
|
5532640b71
LibCore: Add a wrapper for `poll()`
|
2 years ago |
sin-ack
|
2a502fe232
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
|
2 years ago |
sin-ack
|
d5fbdf1866
Kernel+LibC+LibCore: Implement `renameat(2)`
|
2 years ago |
sin-ack
|
eb5389e933
Kernel+LibC+LibCore: Implement `mkdirat(2)`
|
2 years ago |
sin-ack
|
6445a706cf
Kernel+LibC: Implement `readlinkat(2)`
|
2 years ago |
sin-ack
|
9850a69cd1
Kernel+LibC+LibCore: Implement `symlinkat(2)`
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
c8ff2184bd
LibCore: Add Core::System::posix_fallocate()
|
2 years ago |
Liav A
|
718ae68621
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
|
2 years ago |
Ali Mohammad Pur
|
2110e7cf85
Everywhere: Add support for compilation under emscripten
|
2 years ago |
Liav A
|
8d8b0d0a34
Userland: Add support for jails
|
2 years ago |
Liav A
|
0d1af1ad63
LibCore: Add System::exec_command method
|
2 years ago |
Peter Elliott
|
415eb17490
LibCore: Add Core::System::readlink
|
2 years ago |
Liav A
|
d102ea5f81
Userland: Unveil /usr/lib/Loader.so when using 'x' permissions on unveil
|
2 years ago |
Andrew Kaster
|
1d533acbc0
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
|
2 years ago |
Andrew Kaster
|
828441852f
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2 years ago |