Andreas Kling
|
a36eaeb18c
Kernel: Remove accidentally committed debugging code.
|
6 years ago |
Andreas Kling
|
1678ac69ef
Kernel: More work on Ethernet support.
|
6 years ago |
Andreas Kling
|
97664fad60
Kernel: A bunch of hacking towards initial Ethernet support.
|
6 years ago |
Andreas Kling
|
eda0866992
Add a C++ helper class for working with shared buffers.
|
6 years ago |
Andreas Kling
|
e56fe71dbc
Kernel: And some more KResult/KResultOr<T> porting work.
|
6 years ago |
Andreas Kling
|
028afabf6b
Kernel: Port more code to KResult and KResultOr<T>.
|
6 years ago |
Andreas Kling
|
1cc32ebc7e
Kernel: Remove "requested wakeups" feature.
|
6 years ago |
Andreas Kling
|
91031346e5
Kernel: More signal handling improvements.
|
6 years ago |
Andreas Kling
|
9e1fcb74a2
Kernel: Returning from a signal handler reset the signal mask correctly.
|
6 years ago |
Andreas Kling
|
251293f2e1
Kernel: Block a signal from being dispatched again until handler returns.
|
6 years ago |
Andreas Kling
|
67fc42f64e
Kernel: SIGCONT should unblock a blocked process.
|
6 years ago |
Andreas Kling
|
725b57fe1f
Kernel: Try to do the right thing by default for unhandled signals.
|
6 years ago |
Andreas Kling
|
2c5a378ccc
Kernel+Userland: Add symlink() syscall and add "-s" flag to /bin/ln.
|
6 years ago |
Andreas Kling
|
37f6844c6c
Kernel: Port stat() to KResult/KResultOr<T>.
|
6 years ago |
Andreas Kling
|
f75eb9af16
Kernel: Support chdir() to a directory that's executable but not readable.
|
6 years ago |
Andreas Kling
|
274b0260f7
Kernel: Don't send SIGCHLD to parent process if he has SA_NOCLDWAIT set.
|
6 years ago |
Andreas Kling
|
1b16a29044
Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp.
|
6 years ago |
Andreas Kling
|
e427b514dc
Kernel: Implement basic SIGSTOP and SIGCONT support.
|
6 years ago |
Andreas Kling
|
c09ab7cc40
Kernel: Only allow sending signals to process you own.
|
6 years ago |
Andreas Kling
|
258f4671ea
Kernel: kill() syscall should support sending a signal to yourself.
|
6 years ago |
Andreas Kling
|
60d0a48be5
Kernel: Use KResult in link().
|
6 years ago |
Andreas Kling
|
5b27f11b97
Kernel: Use KResult in unlink() and rmdir().
|
6 years ago |
Andreas Kling
|
1d2529b4a1
Add chown() syscall and a simple /bin/chown program.
|
6 years ago |
Andreas Kling
|
e421c10735
More compat work towards porting vim.
|
6 years ago |
Andreas Kling
|
a356746d04
Compat work towards porting vim.
|
6 years ago |
Andreas Kling
|
e0c1541847
Compat work towards making bash-5.0 build with less patches.
|
6 years ago |
Andreas Kling
|
cccc8d8aeb
More compat work.
|
6 years ago |
Andreas Kling
|
9624b54703
More moving towards using signed types.
|
6 years ago |
Andreas Kling
|
beda478821
Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t.
|
6 years ago |
Andreas Kling
|
5af4e622b9
Kernel: Add KResult and KResultOr<T> classes.
|
6 years ago |