Andreas Kling
|
f231e9ea76
Kernel: Pass path+length to the stat() and lstat() syscalls
|
5 سال پیش |
Andreas Kling
|
b4b8b8850a
LibC: Fix broken setgroups() wrapper
|
5 سال پیش |
Andreas Kling
|
24cc67d199
Kernel: Remove read_tsc() syscall
|
5 سال پیش |
Andreas Kling
|
4d997308c2
LibC: Remove some functions we had two of
|
5 سال پیش |
Brandon Scott
|
fd15c7e8db
LibC: Added _PC_VDISABLE option to fpathconf()
|
5 سال پیش |
Andreas Kling
|
5eef2f78b0
LibC: isatty() should return 1 for success, 0 for error
|
5 سال پیش |
Andreas Kling
|
3da6d89d1f
Kernel+LibC: Remove the isatty() syscall
|
5 سال پیش |
Andreas Kling
|
e34ed04d1e
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
|
5 سال پیش |
Andreas Kling
|
196b64c0ae
LibC: Move realpath() to <stdlib.h>
|
5 سال پیش |
Andreas Kling
|
fbcab844de
LibC: Move the creat() and open() families to <fcntl.h>
|
5 سال پیش |
Brandon Scott
|
f999e30afd
LibC: Added execlp method and new pathconf setting
|
5 سال پیش |
Till Mayer
|
00e56cda0c
LibC: open/openat: Make sure path is not a nullptr before dereferencing
|
5 سال پیش |
Andreas Kling
|
69ca9cfd78
LibPthread: Start working on a POSIX threading library
|
5 سال پیش |
Andreas Kling
|
18348cebf1
Kernel+LibC: Implement the openat() syscall
|
5 سال پیش |
Andreas Kling
|
9470db92f4
LibC: realpath() should assume the buffer is PATH_MAX bytes
|
5 سال پیش |
Andreas Kling
|
161cb89e87
LibC: Make gettid() cache the thread ID in thread-local-storage
|
5 سال پیش |
Mauri de Souza Nunes
|
7d85fc00e4
Kernel: Implement fchdir syscall
|
5 سال پیش |
Andreas Kling
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 سال پیش |
Conrad Pankoff
|
17cf3c143a
LibC: Support _PC_PATH_MAX in [f]pathconf
|
5 سال پیش |
Rok Povsic
|
2ca8158a73
LibC: Add realpath
|
6 سال پیش |
Sergey Bugaev
|
bec646c0bb
LibC: Implement wait()
|
6 سال پیش |
Sergey Bugaev
|
425c356288
Kernel+LibC+Userland: Support mounting other kinds of filesystems
|
6 سال پیش |
Jesse Buhagiar
|
bc22456f89
Kernel: Added unmount ability to VFS
|
6 سال پیش |
Andreas Kling
|
6ad3efe067
Kernel+LibC: Add get_process_name() syscall
|
6 سال پیش |
Sergey Bugaev
|
9c3b1ca0c6
Kernel+LibC: Support passing O_CLOEXEC to pipe()
|
6 سال پیش |
Jesse
|
401c87a0cc
Kernel: mount system call (#396)
|
6 سال پیش |
Andreas Kling
|
5ded77df39
Kernel+ProcessManager: Let processes have an icon and show it in the table.
|
6 سال پیش |
Andreas Kling
|
3048e4b9f5
LibC: Make sure we always return the intended errno from execvpe().
|
6 سال پیش |
Andreas Kling
|
f186c018f1
LibC: Fix execvpe() exiting with bad errno when giving up.
|
6 سال پیش |
Andreas Kling
|
d2b521f0ab
Kernel+LibC: Add a dump_backtrace() syscall.
|
6 سال پیش |