From owner-cvs-all Sun Oct 27 10: 4: 4 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 A1D0337B401; Sun, 27 Oct 2002 10:04:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C7843E6E; Sun, 27 Oct 2002 10:04:03 -0800 (PST) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RI33mV018744; Sun, 27 Oct 2002 10:03:03 -0800 (PST) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9RI33Sb018743; Sun, 27 Oct 2002 10:03:03 -0800 (PST) Message-Id: <200210271803.g9RI33Sb018743@repoman.freebsd.org> From: Garrett Wollman Date: Sun, 27 Oct 2002 10:03:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syslimits.h unistd.h src/lib/libc/gen sysconf.c src/include limits.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/10/27 10:03:03 PST Modified files: sys/sys syslimits.h unistd.h lib/libc/gen sysconf.c include limits.h unistd.h Log: Update limits and configuration parameters for 1003.1/TC1/D6. Implement new sysconf keys. Change the implenentation of _SC_ASYNCHRONOUS_IO in preparation for the next set of changes. Move some limits which had been in to where they belong. They had only ever been in syslimits.h to provide for the kernel implementation of the CTL_USER MIB branch, which went away with newsysctl years ago. (There is a #error in which I will downgrade in the next commit.) Revision Changes Path 1.14 +36 -6 src/include/limits.h 1.62 +3 -0 src/include/unistd.h 1.17 +23 -1 src/lib/libc/gen/sysconf.c 1.12 +12 -10 src/sys/sys/syslimits.h 1.39 +2 -0 src/sys/sys/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message