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
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
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 Darwin anon_create support
Filiph Sandström
2022-02-13
LibCore: Add syscall wrapper for profiling_free_buffer()
rvictorr
2022-02-13
LibCore: Add syscall wrapper for profiling_disable()
rvictorr
2022-02-13
LibCore: Add syscall wrapper for profiling_enable()
rvictorr
2022-02-10
LibCore/System: Add anon_create syscall wrapper
kleines Filmröllchen
2022-01-24
LibCore: Add mkfifo() syscall wrapper
Kenneth Myhra
2022-01-24
LibCore: Add mknod() syscall wrapper
Kenneth Myhra
2022-01-23
LibCore: Print the actual errno if sysbeep failed
Liav A
2022-01-22
LibCore: Add syscall wrapper for umount()
Federico Guerinoni
2022-01-21
LibCore: Add Core::System wrapper for disown()
Maciej
2022-01-21
LibCore: Add ErrorOr wrapper for adjtime
mjz19910
2022-01-20
LibCore: Implement Core::System::lseek
sin-ack
2022-01-14
LibCore: Add wrapper for sethostname
Lucas CHOLLET
2022-01-14
LibCore: Remove usage of a hardcoded constant in gethostname()
Lucas CHOLLET
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-11
LibCore+flock: Make Core::System::waitpid more ergonomic
Junior Rantila
2022-01-09
LibCore: Add beep wrapper
Junior Rantila
2022-01-09
LibCore: Add a wrapper for setsid()
Lucas CHOLLET
2022-01-06
LibCore+ImageViewer: Add unlink() wrapper, use it
Junior Rantila
2022-01-04
LibCore: Impliment ErrorOr wrapper for chdir
mjz19910
2022-01-04
LibCore: Add an ErrorOr wrapper for uname
mjz19910
2022-01-02
LibCore: Add Core::System wrappers for getspent() and getspnam()
Andreas Kling
2022-01-02
LibCore: Add syscall wrappers for getpwuid() and getgrgid()
Andreas Kling
2022-01-02
LibCore: Add syscall wrapper for getgroups()
Andreas Kling
[next]