Author: robert Date: 2008-10-24 20:45:04 -0600 (Fri, 24 Oct 2008) New Revision: 1462
Modified: branches/Onward/temporary_system/glibc.txt Log: Specify which functions come from libc, rather than the kernel, in the Glibc page. Modified: branches/Onward/temporary_system/glibc.txt =================================================================== --- branches/Onward/temporary_system/glibc.txt 2008-10-25 02:39:55 UTC (rev 1461) +++ branches/Onward/temporary_system/glibc.txt 2008-10-25 02:45:04 UTC (rev 1462) @@ -60,14 +60,14 @@ patch -p1 -i ../glibc-2.8-strlcpy_strlcat.diff && -# The patch modifies __gen_tempname(), used by the mk*temp()/tmpnam() family -# of functions, to use /dev/urandom instead of hp-timing, gettimeofday(), or -# getpid(): +# The patch modifies __gen_tempname(3), used by the mk*temp(3)/tmpnam(3) family +# of functions, to use /dev/urandom instead of hp-timing, gettimeofday(3), or +# getpid(3): patch -p1 -i ../glibc-2.8-mktemp_urandom.diff && -# The res_randomid() function is a pseudo-random number generator, using -# getpid() for entropy. See: http://www.openbsd.org/advisories/res_random.txt +# The res_randomid(3) function is a pseudo-random number generator, using +# getpid(3) for entropy. See: http://www.openbsd.org/advisories/res_random.txt # for the vulnerability. This patch uses /dev/urandom instead: patch -p1 -i ../glibc-2.8-res_randomid.diff && -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
