Date: Fri, 26 Oct 2001 10:38:20 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys accept.2 bind.2 close.2 connect.2 dup.2 execve.2 fcntl.2 flock.2 fsync.2 getdirentries.2 getpeername.2 getsockname.2 getsockopt.2 ioctl.2 listen.2 open.2 read.2 sendfile.2 write.2 Message-ID: <200110261738.f9QHcKe32640@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/10/26 10:38:20 PDT
Modified files:
lib/libc/sys accept.2 bind.2 close.2 connect.2 dup.2
execve.2 fcntl.2 flock.2 fsync.2
getdirentries.2 getpeername.2
getsockname.2 getsockopt.2 ioctl.2
listen.2 open.2 read.2 sendfile.2 write.2
Log:
Remove the internal implementation details of wrapping syscalls,
which do not match the reality anyway.
Approved by: deischen, bde
Revision Changes Path
1.21 +1 -25 src/lib/libc/sys/accept.2
1.22 +0 -21 src/lib/libc/sys/bind.2
1.18 +1 -22 src/lib/libc/sys/close.2
1.20 +1 -25 src/lib/libc/sys/connect.2
1.17 +1 -47 src/lib/libc/sys/dup.2
1.29 +1 -17 src/lib/libc/sys/execve.2
1.35 +1 -23 src/lib/libc/sys/fcntl.2
1.18 +1 -22 src/lib/libc/sys/flock.2
1.16 +1 -22 src/lib/libc/sys/fsync.2
1.19 +1 -22 src/lib/libc/sys/getdirentries.2
1.19 +1 -22 src/lib/libc/sys/getpeername.2
1.19 +1 -22 src/lib/libc/sys/getsockname.2
1.24 +1 -43 src/lib/libc/sys/getsockopt.2
1.17 +1 -22 src/lib/libc/sys/ioctl.2
1.22 +1 -22 src/lib/libc/sys/listen.2
1.21 +1 -20 src/lib/libc/sys/open.2
1.16 +1 -49 src/lib/libc/sys/read.2
1.14 +1 -28 src/lib/libc/sys/sendfile.2
1.20 +1 -49 src/lib/libc/sys/write.2
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110261738.f9QHcKe32640>
