Commit ID: 10050DDC0B557B72F98
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/12/28 15:54:56 UTC
Modified files:
sys/sys : unistd.h
lib/libc/gen : sysconf.3 sysconf.c
Log message:
Add support for two new sysconf parameters. They are supposed to give
the maximum buffer size for getpwnam_r and friends. There is no maximum
size on MirBSD, so we just return -1. This behavior is consistent with
http://www.opengroup.org/austin/docs/austin_328.txt .
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/sys/sys/unistd.h
cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/lib/libc/gen/sysconf.3
cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libc/gen/sysconf.c