mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
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().
This commit is contained in:
parent
c588653f76
commit
7aba68d51c
6 changed files with 91 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue