freebsd-dev/lib/libc/posix1e
Enji Cooper d0fd0203fb Replace dot-dot relative pathing with SRCTOP-relative paths where possible
This reduces build output, need for recalculating paths, and makes it clearer
which paths are relative to what areas in the source tree. The change in
performance over a locally mounted UFS filesystem was negligible in my testing,
but this may more positively impact other filesystems like NFS.

LIBC_SRCTOP was left alone so Juniper (and other users) can continue to
manipulate lib/libc/Makefile (and other Makefile.inc's under lib/libc) as
include Makefiles with custom options.

Discussed with:	marcel, sjg
MFC after:	1 week
Reviewed by:	emaste
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D9207
2017-01-20 03:23:24 +00:00
..
acl_add_flag_np.3 Expose an interface to determine if an ACE is inherited. 2015-09-04 00:14:20 +00:00
acl_add_perm.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_branding.c
acl_calc_mask.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_calc_mask.c libc: plug memory leaks in edge cases for the posix1e code. 2015-03-13 18:42:43 +00:00
acl_clear_flags_np.3 Make it clear that ACL flags are NFSv4-only. 2014-10-30 10:49:50 +00:00
acl_clear_perms.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_compat.c Remove names from some prototypes 2015-09-20 20:16:34 +00:00
acl_copy_entry.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_copy.c
acl_create_entry.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_delete_entry.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_delete_entry.c libc: spelling fixes. 2016-04-30 01:24:24 +00:00
acl_delete_flag_np.3 Fix typos in .Xrs. 2016-02-29 16:52:06 +00:00
acl_delete_perm.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_delete.3
acl_delete.c
acl_dup.3
acl_entry.c Make it possible to use acl_create_entry_np(3) to use first entry to an 2015-09-08 14:52:14 +00:00
acl_flag.c Instead of doing an no-op (|= 0), actually clear the flags in 2015-08-24 04:49:20 +00:00
acl_free.3
acl_free.c
acl_from_text_nfs4.c
acl_from_text.3
acl_from_text.c
acl_get_brand_np.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_get_entry_type_np.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_get_entry.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_get_flag_np.3 Make it clear that ACL flags are NFSv4-only. 2014-10-30 10:49:50 +00:00
acl_get_flagset_np.3 Make it clear that ACL flags are NFSv4-only. 2014-10-30 10:49:50 +00:00
acl_get_perm_np.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_get_permset.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_get_qualifier.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_get_tag_type.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_get.3
acl_get.c
acl_id_to_name.c
acl_init.3
acl_init.c Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn't 2015-09-03 11:30:39 +00:00
acl_is_trivial_np.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_perm.c
acl_set_entry_type_np.3 Make it clear that ACL flags are NFSv4-only. 2014-10-30 10:49:50 +00:00
acl_set_flagset_np.3 Various mdoc fixes and a few EOL whitespace removals. 2014-12-21 12:36:36 +00:00
acl_set_permset.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_set_qualifier.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_set_tag_type.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_set.3
acl_set.c
acl_strip_np.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
acl_strip.c Fix acl_strip_np(3) breakage introduced in r279962. 2015-09-03 11:31:34 +00:00
acl_support_nfs4.c libc: replace 0 with NULL for pointers. 2016-04-10 19:33:58 +00:00
acl_support.c libc: spelling fixes. 2016-04-30 01:24:24 +00:00
acl_support.h Remove names from some prototypes 2015-09-20 20:16:34 +00:00
acl_to_text_nfs4.c
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
acl_valid.3
acl_valid.c
acl.3 Fix typos in .Xrs. 2016-02-29 16:52:06 +00:00
extattr.3
extattr.c
mac_exec.c
mac_free.3
mac_get.3
mac_get.c
mac_is_present.3
mac_prepare.3 Minor mdoc nits. 2012-05-13 14:16:04 +00:00
mac_set.3
mac_set.c
mac_text.3
mac.3 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +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 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
Makefile.inc Replace dot-dot relative pathing with SRCTOP-relative paths where possible 2017-01-20 03:23:24 +00:00
posix1e.3 Convert casperd(8) daemon to the libcasper. 2016-02-25 18:23:40 +00:00
Symbol.map