diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-21 13:26:40 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-21 13:26:40 +0100 |
commit | 7d288aafb25f44a63cf1e4c3e262b4906bc12b21 (patch) | |
tree | d35e02d7a9441889cab5d3455e12a341f3110a0d /Userland/.gitignore | |
parent | b6115ee5b7aaccc6c8597534cc64d339e038f578 (diff) | |
download | serenity-7d288aafb25f44a63cf1e4c3e262b4906bc12b21.zip |
Kernel: Add link() syscall to create hard links.
This accidentally grew into a little bit of VFS cleanup as well.
Also add a simple /bin/ln implementation to exercise it.
Diffstat (limited to 'Userland/.gitignore')
-rw-r--r-- | Userland/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/.gitignore b/Userland/.gitignore index a3644d8cdc..4c4f51262a 100644 --- a/Userland/.gitignore +++ b/Userland/.gitignore @@ -31,3 +31,4 @@ dmesg top chmod pape +ln |