Cameron Youell
|
e78be03b49
LibCore: Add ErrorOr wrapper for `utimensat`
|
2 years ago |
Caoimhe
|
5072a2280d
LibCore: Add syscall wrapper for `mkdtemp()`
|
2 years ago |
Liav A
|
11a7e21c2a
Kernel+Userland: Add support for using the PCSpeaker with various tones
|
2 years ago |
nipos
|
cdd1c8d0d9
LibCore: Implement socket credentials for Solaris
|
2 years ago |
nipos
|
9139515aed
LibCore: Include sys/filio.h for file-related ioctls on Solaris
|
2 years ago |
nipos
|
50e663f561
LibCore: Use SIG_TYP instead of sig_t for signals on Solaris
|
2 years ago |
nipos
|
b3aa36d7bd
LibCore: All BSDs need sig_t instead of sighandler_t
|
2 years ago |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
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 |
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 |
Ali Mohammad Pur
|
f96a3c002a
Everywhere: Stop shoving things into ::std and mentioning them as such
|
2 years ago |
Lucas CHOLLET
|
5532640b71
LibCore: Add a wrapper for `poll()`
|
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 |
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 |
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 |
Peter Elliott
|
71728f3ea6
LibCore: Add Core::System wrapper for getsid()
|
2 years ago |
Lucas CHOLLET
|
08dcc40aa5
LibCore: Allow the setgroups wrapper to be used on Lagom
|
3 years ago |
Tim Schumacher
|
5f99934dce
Userland: Consolidate most PATH resolving into a single implementation
|
2 years ago |
Tim Schumacher
|
c44b9acac3
LibCore: Add `System::link()`
|
3 years ago |
Itamar
|
91a03bc6ae
LibCore: Add function for searching a file in $PATH
|
3 years ago |
Andrew Kaster
|
d84fc60f96
LibCore: Add support for compiling for Android with API Version >= 30
|
3 years ago |