rvictorr
|
c6a743f22c
LibCore: Add syscall wrapper for profiling_enable()
|
3 years ago |
kleines Filmröllchen
|
cf1f58d51c
LibCore/System: Add anon_create syscall wrapper
|
3 years ago |
Kenneth Myhra
|
c10abd6be2
LibCore: Add mkfifo() syscall wrapper
|
3 years ago |
Kenneth Myhra
|
9fe1ebebdc
LibCore: Add mknod() syscall wrapper
|
3 years ago |
Liav A
|
24efc74318
LibCore: Print the actual errno if sysbeep failed
|
3 years ago |
Federico Guerinoni
|
2291ef6c3c
LibCore: Add syscall wrapper for umount()
|
3 years ago |
Maciej
|
ccb8374434
LibCore: Add Core::System wrapper for disown()
|
3 years ago |
mjz19910
|
a9fb34ca6f
LibCore: Add ErrorOr wrapper for adjtime
|
3 years ago |
sin-ack
|
301f4c469f
LibCore: Implement Core::System::lseek
|
3 years ago |
Lucas CHOLLET
|
b3b40ae1fa
LibCore: Add wrapper for sethostname
|
3 years ago |
Lucas CHOLLET
|
8153282923
LibCore: Remove usage of a hardcoded constant in gethostname()
|
3 years ago |
Daniel Bertalan
|
182016d7c0
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
|
3 years ago |
Junior Rantila
|
0d328f3c86
LibCore+flock: Make Core::System::waitpid more ergonomic
|
3 years ago |
Junior Rantila
|
7801e38af1
LibCore: Add beep wrapper
|
3 years ago |
Lucas CHOLLET
|
3fa5be655d
LibCore: Add a wrapper for setsid()
|
3 years ago |
Junior Rantila
|
9a38d1de07
LibCore+ImageViewer: Add unlink() wrapper, use it
|
3 years ago |
mjz19910
|
eacbbca4c4
LibCore: Impliment ErrorOr wrapper for chdir
|
3 years ago |
mjz19910
|
91f5fc796b
LibCore: Add an ErrorOr wrapper for uname
|
3 years ago |
Andreas Kling
|
431bd069f0
LibCore: Add Core::System wrappers for getspent() and getspnam()
|
3 years ago |
Andreas Kling
|
7008f74214
LibCore: Add syscall wrappers for getpwuid() and getgrgid()
|
3 years ago |
Andreas Kling
|
1e4117f1e1
LibCore: Add syscall wrapper for getgroups()
|
3 years ago |
Andreas Kling
|
f95fc91e4f
LibCore: Reset `errno` before using LibC pwd functions
|
3 years ago |
circl
|
63760603f3
Kernel+LibC+LibCore: Add lchown and fchownat functions
|
3 years ago |
Ali Mohammad Pur
|
8de8a7766d
LibCore: Add Core::System::setpgid()
|
3 years ago |
Ali Mohammad Pur
|
ee46cee31f
LibCore: Make Core::System::pipe2() available on Lagom
|
3 years ago |
tuftedocelot
|
ea0a002468
LibCore: Add OpenBSD headers to System and LocalSocket
|
3 years ago |
Kenneth Myhra
|
7772309169
LibCore+chown: Return ErrorOr<Optional<...>> for getgrnam and getpwnam
|
3 years ago |
Sam Atkins
|
289cf8d7ef
LibCore: Add ErrorOr wrappers to socket syscalls
|
3 years ago |
Andreas Kling
|
2bd1a62ce1
LibCore: Add syscall wrapper for ptrace()
|
3 years ago |
Brian Gianforcaro
|
a62669ebcf
LibCore: Add Core::System::getcwd() wrapper
|
3 years ago |