Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/sys
Module Name: src
Committed By: kre
Date: Thu Jul 17 17:16:07 UTC 2025
Modified Files:
src/lib/libc/sys: accept.2 dup.2 execve.2 fcntl.2 fork.2 open.2 pipe.2
recv.2 socket.2 socketpair.2
Log Message:
Man pages for O_CLOFORK implementation
These are Ricardo Branco's man page updates for affected functions
using O_CLOFORK (and associated variants) for NetBSD (with
a few minor changes and additions by me).
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/sys/accept.2 src/lib/libc/sys/dup.2
cvs rdiff -u -r1.47 -r1.48 src/lib/libc/sys/execve.2
cvs rdiff -u -r1.50 -r1.51 src/lib/libc/sys/fcntl.2
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/fork.2
cvs rdiff -u -r1.66 -r1.67 src/lib/libc/sys/open.2
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/pipe.2
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/recv.2
cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/socket.2
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/socketpair.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index