Date: Wed, 27 Feb 2002 08:43:20 -0800 (PST) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_jail.c src/sys/sys jail.h Message-ID: <200202271643.g1RGhKO15546@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2002/02/27 08:43:20 PST Modified files: sys/kern kern_jail.c sys/sys jail.h Log: Make getcredhostname() take a buffer and the buffer's size as arguments. The correct hostname is copied into the buffer while having the prison's lock acquired in a jailed process' case. Reviewed by: jhb, rwatson Revision Changes Path 1.21 +12 -3 src/sys/kern/kern_jail.c 1.15 +1 -1 src/sys/sys/jail.h 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?200202271643.g1RGhKO15546>