Date: Sun, 27 Oct 2002 10:03:03 -0800 (PST) From: Garrett Wollman <wollman@FreeBSD.org> 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 Message-ID: <200210271803.g9RI33Sb018743@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/syslimits.h> to <limits.h> 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 <sys/syslimits.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210271803.g9RI33Sb018743>
