freebsd-dev/lib/libc/posix1e
Robert Watson 8f45e8c076 Minor fixes to library interface to improve POSIX.1e compliance. This
adds _np to a couple of function prototypes that provided more broad/useful
interfaces than POSIX.1e interfaces included.

Also, move from using a heuristic to identify POSIX.1e-semantic ACLs to
using different ACL types for non-POSIX.1e ACLs.  This should clean up the
existing fuzzy logic that determined when acl_sort() should be applied
before kernel submission.
2000-01-26 04:19:38 +00:00
..
acl_calc_mask.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_delete.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_free.c
acl_from_text.c
acl_get.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_init.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_set.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_support.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_support.h Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_to_text.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_valid.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
Makefile