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.h
Age
Commit message (
Expand
)
Author
2023-04-25
LibCore: Include sys/ucred.h in System.h for FreeBSD
nipos
2023-04-24
Kernel: Allow configuring a Jail to not impose PID isolation restriction
Liav A
2023-03-21
LibCore: Add ErrorOr wrapper for `utimensat`
Cameron Youell
2023-03-19
LibCore: Add syscall wrapper for `mkdtemp()`
Caoimhe
2023-03-05
Kernel+Userland: Add support for using the PCSpeaker with various tones
Liav A
2023-03-04
LibCore: Implement socket credentials for Solaris
nipos
2023-03-04
LibCore: Include sys/filio.h for file-related ioctls on Solaris
nipos
2023-03-04
LibCore: Use SIG_TYP instead of sig_t for signals on Solaris
nipos
2023-02-20
LibCore: All BSDs need sig_t instead of sighandler_t
nipos
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-05
LibCore+LibC: Add putenv() wrapper
MacDue
2023-02-05
LibCore: Add const qualifier to exec() argument spans
MacDue
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-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-12
LibCore: Add a wrapper for `poll()`
Lucas CHOLLET
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-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-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
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-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
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: Add support for compiling for Android with API Version >= 30
Andrew Kaster
2022-07-12
LibCore: Add convenience templates for System::{unveil,pledge}
sin-ack
2022-07-06
LibCore: Stub out pledge and unveil for non-serenity systems
Andrew Kaster
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-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-03-29
LibCore: Add syscall wrapper for access()
Kenneth Myhra
2022-03-22
LibCore: Add Core::System::drop_privileges()
Brian Gianforcaro
2022-03-02
LibCore: Add wrapper for posix_openpt(), grantpt() and unlockpt()
Lucas CHOLLET
2022-03-02
LibCore+LibC: Add wrapper for setenv
Lucas CHOLLET
2022-03-02
LibCore: Add tcsetpgrp(int, pid_t) wrapper
Lucas CHOLLET
2022-03-02
LibCore: Add killpg() wrapper
Lucas CHOLLET
2022-02-28
LibCore: Add rmdir system call wrapper
Lenny Maiorani
2022-02-17
LibCore: Add FreeBSD as OpenBSD/Apple in System.cpp & System.h
Isak Holmstrom
2022-02-14
LibCore: Implement System::fchown
sin-ack
2022-02-13
LibCore: Add syscall wrapper for profiling_free_buffer()
rvictorr
2022-02-13
LibCore: Add syscall wrapper for profiling_disable()
rvictorr
[next]