Cameron Youell
|
c048cf2004
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
|
2 years ago |
Liav A
|
d16d805d96
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
|
2 years ago |
Liav A
|
11a7e21c2a
Kernel+Userland: Add support for using the PCSpeaker with various tones
|
2 years ago |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 years ago |
sin-ack
|
70337f3a4b
Kernel+LibC: Implement `setregid(2)`
|
2 years ago |
sin-ack
|
2a502fe232
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
|
2 years ago |
sin-ack
|
6445a706cf
Kernel+LibC: Implement `readlinkat(2)`
|
2 years ago |
sin-ack
|
9850a69cd1
Kernel+LibC+LibCore: Implement `symlinkat(2)`
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Liav A
|
718ae68621
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
|
2 years ago |
Julian Eigmüller
|
26a4327b06
LibC: Implement getpass()
|
2 years ago |
Tim Schumacher
|
5f99934dce
Userland: Consolidate most PATH resolving into a single implementation
|
2 years ago |
Tim Schumacher
|
39a3775f48
Userland: Rely on a single authoritative source for the default `PATH`
|
2 years ago |
Tim Schumacher
|
c85f307e62
LibC: Mark a bunch of functions as cancellation points
|
3 years ago |
Tim Schumacher
|
9497cc6c97
LibC: Stub out `brk` and `sbrk`
|
3 years ago |
Simon Danner
|
b9a8447dc0
LibC: Add a stub for nice()
|
3 years ago |
sin-ack
|
bc7c8879c5
Kernel+LibC+LibCore: Implement the unlinkat(2) syscall
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Jelle Raaijmakers
|
cf1baddb67
LibC: Implement `getdtablesize()`
|
3 years ago |
Brian Gianforcaro
|
ecc0459f76
LibC: Fix potential double free in ttyname_r_for_directory
|
3 years ago |
Liav A
|
de7566c2c4
LibC: Don't rely on ptsname and ttyname syscalls
|
3 years ago |
Kenneth Myhra
|
38472d7e02
LibC: Add POSIX spec link for unistd mknod() API
|
3 years ago |
Andrew Kaster
|
b13846e688
LibC: Add daemon(3) implementation to match behavior of Linux and BSDs
|
3 years ago |
Brian Gianforcaro
|
84f74647ac
LibC: Add POSIX spec links for unistd APIs
|
3 years ago |
circl
|
63760603f3
Kernel+LibC+LibCore: Add lchown and fchownat functions
|
3 years ago |
Junior Rantila
|
1f7c196788
LibC: Make sysbeep return int instead of void
|
3 years ago |
Daniel Bertalan
|
648a139af3
Kernel+LibC: Pass off_t to pread() via a pointer
|
3 years ago |
Rodrigo Tobar
|
8ac1e6e73b
LibC: Use the new pread syscall to implement pread
|
3 years ago |
Jelle Raaijmakers
|
a6539cc031
LibC: Add chroot() stub
|
3 years ago |
Brian Gianforcaro
|
be15bd3c86
Kernel+LibC: Pack SC_mount_params struct tighter
|
3 years ago |