Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/10/2004 04:02:52
Module Name: src
Committed By: lukem
Date: Wed Nov 10 04:02:52 UTC 2004
Modified Files:
src/include: limits.h
src/lib/libc/gen: sysconf.c
src/sys/sys: unistd.h
src/usr.bin/getconf: getconf.c
Log Message:
Implement sysconf(3) _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX for
the 1003.1-2001 Thread Safe Functions (TSF) getgrnam_r(3) and getpwnam_r(3).
These are not implemented in sysctl(3) "user.*", since that adds a lot
of complexity in the implementation for no real benefit.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/include/limits.h
cvs rdiff -r1.19 -r1.20 src/lib/libc/gen/sysconf.c
cvs rdiff -r1.30 -r1.31 src/sys/sys/unistd.h
cvs rdiff -r1.21 -r1.22 src/usr.bin/getconf/getconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.