From owner-cvs-all Fri Sep 20 19:19: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD7637B401; Fri, 20 Sep 2002 19:19:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F6D643E42; Fri, 20 Sep 2002 19:19:04 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8L2J4Co087626; Fri, 20 Sep 2002 19:19:04 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8L2J4KG087625; Fri, 20 Sep 2002 19:19:04 -0700 (PDT) Message-Id: <200209210219.g8L2J4KG087625@freefall.freebsd.org> From: Garrett Wollman Date: Fri, 20 Sep 2002 19:19:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _posix.h syslimits.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 2002/09/20 19:19:04 PDT Modified files: sys/sys _posix.h syslimits.h unistd.h Log: Claim to be 1003.1-2001. We're not quite, yet, but that's a more useful target than any pre-C99 POSIX (which we could never have conformed to under our ia32 ABI). Document why HOST_NAME_MAX (and hopefully other similar constants in the future) is not defined. Define in all 1003.1-2001 option and option group constants which did not meet the standard for inclusion in . Delete from all sysconf(3) constants and those option constants which were moved to . pathconf(3) keys remain here as pathconf() is implemented directly as a system call. Add a comment noting brokenness in some .1e additions here. Fix whitespace in definition of constants for rfork(). (5 of 5) Revision Changes Path 1.7 +1 -7 src/sys/sys/_posix.h 1.11 +8 -1 src/sys/sys/syslimits.h 1.33 +79 -144 src/sys/sys/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message