summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/Symbol.map
Commit message (Collapse)AuthorAgeFilesLines
* Add NFSv4 ACL support to libc.trasz2009-06-251-0/+14
| | | | | | | | | | | This adds the following functions to the acl(3) API: acl_add_flag_np, acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np, acl_delete_flag_np, acl_get_extended_np, acl_get_flag_np, acl_get_flagset_np, acl_set_extended_np, acl_set_flagset_np, acl_to_text_np, acl_is_trivial_np, acl_strip_np, acl_get_brand_np. Most of them are similar to what Darwin does. There are no backward-incompatible changes. Approved by: rwatson@
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-3/+6
| | | | | | compatibility interfaces in both kernel and libc. Reviewed by: rwatson
* Some libc symbol map cleanups.deischen2007-05-311-1/+0
| | | | | | | | | | | | | | | | | | | | | net: endhostdnsent is named _endhostdnsent and is private to netdb family of functions. posix1e: acl_size.c has been never compiled in, so there's no "acl_size". rpc: "getnetid" is a static function. stdtime: "gtime" is #ifdef'ed out in the source. some symbols are specific only to some architectures, e.g., ___tls_get_addr is only defined on i386. __htonl, __htons, __ntohl and __ntohs are no longer functions, they are now (internal) defines in <machine/endian.h>. Submitted by: ru
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-1/+3
|
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+68
Reviewed by: davidxu
OpenPOWER on IntegriCloud