freebsd-dev/lib/libc/posix1e
Edward Tomasz Napierala d5767efd88 Fix description to actually make sense.
Sponsored by:	The FreeBSD Foundation
2013-11-12 12:22:52 +00:00
..
acl_add_flag_np.3 mandoc complains loudly when <TAB>s are misused in columnated lists. Fix 2012-03-29 16:02:40 +00:00
acl_add_perm.3 mandoc complains loudly when <TAB>s are misused in columnated lists. Fix 2012-03-29 16:02:40 +00:00
acl_branding.c Make branding less intrusive - in acl_set(3), in case ACL brand 2010-05-13 16:44:27 +00:00
acl_calc_mask.3
acl_calc_mask.c Fix regression introduced with NFSv4 ACL support - make acl_to_text(3) 2009-09-01 18:30:17 +00:00
acl_clear_flags_np.3 Use our standard license text. No more voices in the authors head. :-) 2010-03-04 19:38:24 +00:00
acl_clear_perms.3
acl_compat.c Change license to more bori^Wadul^Wcanonical. 2009-05-26 11:42:06 +00:00
acl_copy_entry.3
acl_copy.c Add NFSv4 ACL support to libc. 2009-06-25 12:46:59 +00:00
acl_create_entry.3 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
acl_delete_entry.3 General mdoc(7) and typo fixes. 2012-05-11 20:06:46 +00:00
acl_delete_entry.c Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointed 2009-12-25 18:05:06 +00:00
acl_delete_flag_np.3 Use our standard license text. No more voices in the authors head. :-) 2010-03-04 19:38:24 +00:00
acl_delete_perm.3
acl_delete.3
acl_delete.c Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide 2009-05-22 15:56:43 +00:00
acl_dup.3
acl_entry.c The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. 2010-06-03 14:16:58 +00:00
acl_flag.c Fix c194955 - somehow I managed all the new files, tripling their 2009-06-25 13:08:02 +00:00
acl_free.3
acl_free.c
acl_from_text_nfs4.c Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and group 2010-07-06 17:20:08 +00:00
acl_from_text.3
acl_from_text.c Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and group 2010-07-06 17:20:08 +00:00
acl_get_brand_np.3 Use our standard license text. No more voices in the authors head. :-) 2010-03-04 19:38:24 +00:00
acl_get_entry_type_np.3 Use our standard license text. No more voices in the authors head. :-) 2010-03-04 19:38:24 +00:00
acl_get_entry.3
acl_get_flag_np.3 Use our standard license text. No more voices in the authors head. :-) 2010-03-04 19:38:24 +00:00
acl_get_flagset_np.3 Use our standard license text. No more voices in the authors head. :-) 2010-03-04 19:38:24 +00:00
acl_get_perm_np.3
acl_get_permset.3
acl_get_qualifier.3
acl_get_tag_type.3
acl_get.3 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
acl_get.c Make acl_get_perm_np(3) work with NFSv4 ACLs. 2010-05-23 08:12:36 +00:00
acl_id_to_name.c Separate _posix1e_acl_id_to_name() into a separate file, to 2010-06-14 02:26:13 +00:00
acl_init.3
acl_init.c Add NFSv4 ACL support to libc. 2009-06-25 12:46:59 +00:00
acl_is_trivial_np.3 Fix description to actually make sense. 2013-11-12 12:22:52 +00:00
acl_perm.c Make acl_get_perm_np(3) work with NFSv4 ACLs. 2010-05-23 08:12:36 +00:00
acl_set_entry_type_np.3 mandoc complains loudly when <TAB>s are misused in columnated lists. Fix 2012-03-29 16:02:40 +00:00
acl_set_flagset_np.3 Use our standard license text. No more voices in the authors head. :-) 2010-03-04 19:38:24 +00:00
acl_set_permset.3
acl_set_qualifier.3
acl_set_tag_type.3 mandoc complains loudly when <TAB>s are misused in columnated lists. Fix 2012-03-29 16:02:40 +00:00
acl_set.3 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
acl_set.c _posix1e_acl_sort() never returns anything other than 0; change its 2010-06-03 14:29:17 +00:00
acl_size.c
acl_strip_np.3 Spelling fixes. 2010-08-02 16:01:45 +00:00
acl_strip.c Move the code around so that libc behaviour does not depend on a variable 2011-03-22 17:44:07 +00:00
acl_support_nfs4.c Make it possible to use permission sets (full_set, modify_set, read_set 2011-04-09 07:42:25 +00:00
acl_support.c Separate _posix1e_acl_id_to_name() into a separate file, to 2010-06-14 02:26:13 +00:00
acl_support.h Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and group 2010-07-06 17:20:08 +00:00
acl_to_text_nfs4.c Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t). 2010-06-05 07:40:32 +00:00
acl_to_text.3 mandoc complains loudly when <TAB>s are misused in columnated lists. Fix 2012-03-29 16:02:40 +00:00
acl_to_text.c Don't let the C library depend on <utmp.h>. 2009-12-05 19:04:21 +00:00
acl_valid.3
acl_valid.c _posix1e_acl_sort() never returns anything other than 0; change its 2010-06-03 14:29:17 +00:00
acl.3 Mention acl_get_brand_np(3). 2013-11-12 10:44:41 +00:00
extattr.3
extattr.c
mac_exec.c
mac_free.3 Update posix1e-related man pages, especially as relates to MAC, to more 2009-08-12 10:46:48 +00:00
mac_get.3 Update posix1e-related man pages, especially as relates to MAC, to more 2009-08-12 10:46:48 +00:00
mac_get.c
mac_is_present.3
mac_prepare.3 Minor mdoc nits. 2012-05-13 14:16:04 +00:00
mac_set.3 Update posix1e-related man pages, especially as relates to MAC, to more 2009-08-12 10:46:48 +00:00
mac_set.c
mac_text.3 Update posix1e-related man pages, especially as relates to MAC, to more 2009-08-12 10:46:48 +00:00
mac.3 Spelling fixes. 2010-08-02 16:01:45 +00:00
mac.c libc: Make various internal file descriptors from fopen() close-on-exec. 2013-08-23 13:59:47 +00:00
mac.conf.5
Makefile.inc Separate _posix1e_acl_id_to_name() into a separate file, to 2010-06-14 02:26:13 +00:00
posix1e.3 Update posix1e-related man pages, especially as relates to MAC, to more 2009-08-12 10:46:48 +00:00
Symbol.map Add NFSv4 ACL support to libc. 2009-06-25 12:46:59 +00:00