Andreas Kling
|
ae470ec955
Kernel: Add getpeername() syscall, and fix getsockname() behavior.
|
il y a 6 ans |
Andreas Kling
|
212a263f0a
Kernel+LibC: Implement getsockname() syscall.
|
il y a 6 ans |
Andreas Kling
|
3cba2a8a78
Kernel: Add a beep() syscall that beeps the PC speaker.
|
il y a 6 ans |
Andreas Kling
|
99aead4857
Kernel: Add a writev() syscall for writing multiple buffers in one go.
|
il y a 6 ans |
Andreas Kling
|
8b249bd09b
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
|
il y a 6 ans |
Andreas Kling
|
25ddcd1022
Kernel: Emit systrace events for exit, thread_exit and sigreturn.
|
il y a 6 ans |
Andreas Kling
|
d07be1087a
Kernel+LibC: Add exit_thread() syscall.
|
il y a 6 ans |
Andreas Kling
|
5c68929aa1
Kernel: Add a systrace() syscall and implement /bin/strace using it.
|
il y a 6 ans |
Andreas Kling
|
c02c6fef28
Kernel+ProcessManager: Show per-process syscall counts.
|
il y a 6 ans |
Andreas Kling
|
26a06f3fcd
Kernel: More work towards POSIX SHM, also add ftruncate().
|
il y a 6 ans |
Andreas Kling
|
99f3cc26c3
Kernel+LibC: Add stubs for POSIX shared memory API.
|
il y a 6 ans |
Andreas Kling
|
37ae00a4dd
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
|
il y a 6 ans |
Andreas Kling
|
d5a9f4596b
Kernel: Add a blunt big process lock.
|
il y a 6 ans |
Andreas Kling
|
500df578fe
LibGUI+Kernel: Add a GLock class (userspace mutex.)
|
il y a 6 ans |
Andreas Kling
|
e561ab1b0b
Kernel+LibC: Add a simple create_thread() syscall.
|
il y a 6 ans |
Andreas Kling
|
60d25f0f4a
Kernel: Introduce threads, and refactor everything in support of it.
|
il y a 6 ans |
Andreas Kling
|
d712d353ac
Kernel: Remove leftover debug spam when returning from mkdir() syscall.
|
il y a 6 ans |
Andreas Kling
|
562663df7c
Add support for socket send/receive timeouts.
|
il y a 6 ans |
Andreas Kling
|
a7d5e9781a
Kernel+LibC+Userland: Yet more networking bringup hacking.
|
il y a 6 ans |
Andreas Kling
|
a017a77442
Kernel+LibC+Userland: Start working on an IPv4 socket backend.
|
il y a 6 ans |
Andreas Kling
|
eda0866992
Add a C++ helper class for working with shared buffers.
|
il y a 6 ans |
Andreas Kling
|
251293f2e1
Kernel: Block a signal from being dispatched again until handler returns.
|
il y a 6 ans |
Andreas Kling
|
2c5a378ccc
Kernel+Userland: Add symlink() syscall and add "-s" flag to /bin/ln.
|
il y a 6 ans |
Andreas Kling
|
1b16a29044
Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp.
|
il y a 6 ans |
Andreas Kling
|
1d2529b4a1
Add chown() syscall and a simple /bin/chown program.
|
il y a 6 ans |
Andreas Kling
|
e421c10735
More compat work towards porting vim.
|
il y a 6 ans |
Andreas Kling
|
cccc8d8aeb
More compat work.
|
il y a 6 ans |
Andreas Kling
|
9624b54703
More moving towards using signed types.
|
il y a 6 ans |
Andreas Kling
|
beda478821
Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t.
|
il y a 6 ans |
Andreas Kling
|
6d3e12899b
Kernel: Pass process arguments directly on the stack.
|
il y a 6 ans |