summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-03-13 17:33:40 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-03-13 17:33:40 +0100
commit7aba68d51c5bbbe8ef3de914b26c2d388ee3cf57 (patch)
treea7fea5d7c29877e14df7274e1706aaed974cd9b6 /Kernel
parentc588653f76dcb579dd0e4bed04f6cf8ee4eee04c (diff)
downloadserenity-7aba68d51c5bbbe8ef3de914b26c2d388ee3cf57.zip
Userland+LibC: Add a new little "tc" program for testing TCP.
Also added send() and recv() to LibC in support of this. They are just wrappers around sendto() and recvfrom().
Diffstat (limited to 'Kernel')
-rwxr-xr-xKernel/sync.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh
index 34b60f83cd..440bb946f3 100755
--- a/Kernel/sync.sh
+++ b/Kernel/sync.sh
@@ -76,6 +76,7 @@ cp -v ../Userland/env mnt/bin/env
cp -v ../Userland/stat mnt/bin/stat
cp -v ../Userland/ping mnt/bin/ping
cp -v ../Userland/uc mnt/bin/uc
+cp -v ../Userland/tc mnt/bin/tc
chmod 4755 mnt/bin/su
cp -v ../Applications/Terminal/Terminal mnt/bin/Terminal
cp -v ../Applications/FontEditor/FontEditor mnt/bin/FontEditor