mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
308 B
Plaintext
5 lines
308 B
Plaintext
sendfile(2) is a system call which provides a "zero-copy" way of copying data
|
|
from one file descriptor to another (a socket). The phrase "zero-copy" refers
|
|
to the fact that all of the copying of data between the two descriptors is
|
|
done entirely by the kernel, with no copying of data into userspace buffers.
|