svn commit: r201260 - stable/8/lib/libc/posix1e

2009-12-30 Thread Markus Brueffer
Author: markus Date: Wed Dec 30 16:37:58 2009 New Revision: 201260 URL: http://svn.freebsd.org/changeset/base/201260 Log: MFC r200992: Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointed to an entry of 'acl', all ACL entries starting with entry_d would be delete

svn commit: r200992 - head/lib/libc/posix1e

2009-12-25 Thread Markus Brueffer
Author: markus Date: Fri Dec 25 18:05:06 2009 New Revision: 200992 URL: http://svn.freebsd.org/changeset/base/200992 Log: Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointed to an entry of 'acl', all ACL entries starting with entry_d would be deleted. Reviewed b