Module Name: src Committed By: christos Date: Tue Sep 27 01:40:32 UTC 2011
Modified Files: src/sys/sys: dirent.h extattr.h mqueue.h param.h syslimits.h xattr.h Log Message: Introduce KERNEL_NAME_MAX = 255, and bump NAME_MAX to 511. This makes NAME_MAX match MAXNAMLEN, while at the same time does not allow names to exceed KERNEL_NAME_MAX (enforced in vfs_lookup) so that binaries don't break. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/sys/dirent.h cvs rdiff -u -r1.7 -r1.8 src/sys/sys/extattr.h cvs rdiff -u -r1.13 -r1.14 src/sys/sys/mqueue.h cvs rdiff -u -r1.393 -r1.394 src/sys/sys/param.h cvs rdiff -u -r1.24 -r1.25 src/sys/sys/syslimits.h cvs rdiff -u -r1.4 -r1.5 src/sys/sys/xattr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.