From owner-cvs-all Mon Jun 18 13:25: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BE7F37B401; Mon, 18 Jun 2001 13:24:55 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5IKOtP16105; Mon, 18 Jun 2001 13:24:55 -0700 (PDT) (envelope-from wollman) Message-Id: <200106182024.f5IKOtP16105@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 18 Jun 2001 13:24:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include limits.h src/lib/libc/gen sysconf.c src/sys/kern kern_subr.c src/sys/sys sysctl.h syslimits.h uio.h unistd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2001/06/18 13:24:55 PDT Modified files: include limits.h lib/libc/gen sysconf.c sys/kern kern_subr.c sys/sys sysctl.h syslimits.h uio.h unistd.h Log: After one too many PRs on the subject, bite the bullet and define IOV_MAX and its associated constants. Implement _SC_IOV_MAX in the usual way. Be a bit sloppy about the namespace question; this should get cleared up in time for 5.0. MFC after: 1 month Revision Changes Path 1.11 +2 -1 src/include/limits.h 1.11 +12 -0 src/lib/libc/gen/sysconf.c 1.44 +5 -1 src/sys/kern/kern_subr.c 1.95 +4 -2 src/sys/sys/sysctl.h 1.10 +2 -1 src/sys/sys/syslimits.h 1.13 +9 -1 src/sys/sys/uio.h 1.27 +3 -1 src/sys/sys/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message