Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-10] src



Module Name:    src
Committed By:   martin
Date:           Wed Oct  9 13:12:40 UTC 2024

Modified Files:
        src/include [netbsd-10]: limits.h unistd.h
        src/lib/libc/gen [netbsd-10]: getentropy.3

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #938):

        lib/libc/gen/getentropy.3: revision 1.7
        include/limits.h: revision 1.44
        include/unistd.h: revision 1.167

getentropy(3): Make this visible to POSIX.1-2024 applications.

Likewise GETENTROPY_MAX.

It is now part of POSIX:
https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/functions/getentropy.html

Cite standard in man page too.  While here, use `.Nm' rather than
`.Fn getentropy' for self-reference in the man page, for consistency
with other usage.

PR standards/58603: getentropy(3): update visibility and documentation
for POSIX.1-2024


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.43.2.1 src/include/limits.h
cvs rdiff -u -r1.163 -r1.163.2.1 src/include/unistd.h
cvs rdiff -u -r1.4.2.1 -r1.4.2.2 src/lib/libc/gen/getentropy.3

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