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-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
2022-01-02
LibCore: Reset `errno` before using LibC pwd functions
Andreas Kling
2022-01-01
Kernel+LibC+LibCore: Add lchown and fchownat functions
circl
2021-12-31
LibCore: Add Core::System::setpgid()
Ali Mohammad Pur
2021-12-31
LibCore: Make Core::System::pipe2() available on Lagom
Ali Mohammad Pur
2021-12-29
LibCore: Add OpenBSD headers to System and LocalSocket
tuftedocelot
2021-12-28
LibCore+chown: Return ErrorOr<Optional<...>> for getgrnam and getpwnam
Kenneth Myhra
2021-12-27
LibCore: Add ErrorOr wrappers to socket syscalls
Sam Atkins
2021-12-25
LibCore: Add syscall wrapper for ptrace()
Andreas Kling
2021-12-24
LibCore: Add Core::System::getcwd() wrapper
Brian Gianforcaro
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-21
LibCore: Fix Lagom build of Core::System::utime()
Andreas Kling
2021-12-20
LibCore: Add syscall wrapper for utime()
Andreas Kling
2021-12-19
LibCore: Add wrapper for signal()
Junior Rantila
2021-12-16
LibCore: Use correct underlying syscall in seteuid() and setegid()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for rename()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for fchmod()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for mkstemp()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for fork()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for mkdir()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for mount()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for setgroups()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for isatty()
Andreas Kling
2021-12-16
LibCore: Add syscall wrappers for setuid/seteuid/setgid/setegid
Andreas Kling
2021-12-16
LibCore: Add waitpid() wrapper that return ErrorOr<pid_t>
Kenneth Myhra
2021-12-16
LibCore: Add posix_spawnp() wrapper that return ErrorOr<pid_t>
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for clock_settime()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getgrnam()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getpwnam()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for chown()
Kenneth Myhra
2021-12-05
LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall
Ben Wiederhake
2021-12-04
LibCore: Add syscall wrapper for chmod()
Kenneth Myhra
[next]