Date: Wed, 12 Mar 2003 12:17:40 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c Message-ID: <200303122017.h2CKHed9025158@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/03/12 12:17:40 PST FreeBSD src repository Modified files: sys/kern kern_proc.c Log: - Various little style fixes. - If SYSCTL_OUT() fails in sysctl_kern_proc_args(), return the error instead of ignoring it if we have new arguments for the process. - If the new arguments for a process are too long, return ENOMEM instead of returning success but not doing the actual copy. Submitted by: bde Revision Changes Path 1.175 +5 -8 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303122017.h2CKHed9025158>