summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-1518-26/+26
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1022-22/+22
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-064-6/+6
* Add RETURN VALUES and ERRORS sections.dd2001-06-251-2/+11
* Add a manual page for extattr_string_to_namespace anddd2001-06-241-0/+91
* Remove duplicate words.dd2001-06-241-1/+1
* Fix cross-references:sobomax2001-06-101-1/+1
* mdoc(7) police: fix markup.ru2001-05-161-4/+5
* Correct prototype (entry_p -> *entry_p)jedgar2001-05-071-1/+1
* Document acl_get_entry(3)jedgar2001-04-261-0/+4
* o Separate acl_t into internal and external representations asjedgar2001-04-2416-132/+373
* Remove bogus assignments of libc syscall stub return values to errno;tmm2001-04-243-3/+0
* mdoc(7) police: normalize .Nd.ru2001-04-1811-11/+11
* mdoc(7) police: use .Fx where appropriate.ru2001-04-1811-11/+23
* mdoc(7) police: fix markup.ru2001-04-161-5/+5
* Correct a bogus cast in acl_get_qualifier() causing invalidjedgar2001-04-151-1/+1
* Add acl_get_perm_np(3), a non-portable function to check if ajedgar2001-04-133-0/+114
* Add the remaining POSIX.1e ACL definitions:jedgar2001-04-131-3/+0
* Revamp acl_create_entry() so it actually works.jedgar2001-04-111-18/+1
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-111-6/+6
* mdoc(7) police: add missing LIBRARY section.ru2001-04-059-0/+18
* Unbreak world.ru2001-04-051-1/+1
* Record -lposix1e merge with -lc.ru2001-04-0526-26/+26
* mdoc(7) police rev 1.11: convert descriptions and cross-referencesru2001-04-051-64/+32
* - Add descriptions and cross-references for the ACL editing libraryjedgar2001-04-051-15/+107
* Install the acl_create_entry.3 man pagejedgar2001-04-051-0/+1
* Prepare for the inclusion of libposix1e into libc: retire the oldtmm2001-04-0429-12/+70
* Correct function name: acl_clear_perm -> acl_clear_permsjedgar2001-03-291-2/+2
* o De-uglify IMPLEMENTATION NOTES section by removing unnecessary use ofrwatson2001-03-281-2/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* o Update copyright daterwatson2001-03-261-46/+31
* mdoc(7) police: fix markup.ru2001-03-232-26/+6
* Correct the acl_set_permset and acl_set_tag_type man pagesjedgar2001-03-232-33/+30
* mdoc(7) police: fix markup.ru2001-03-238-151/+72
* mdoc(7) police: fix markup, function prototype, and RETURN VALUES text.ru2001-03-231-29/+41
* Add the following ACL editing functions:jedgar2001-03-2218-2/+1467
* mdoc(7) police:ru2001-03-192-41/+29
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-7/+7
* Add the following POSIX 1003.1e functions and man pages:jedgar2001-03-195-1/+375
* o To support new EA interface with explicit namespaces, introduce tworwatson2001-03-151-0/+75
* o Update copyright dates.rwatson2001-03-1310-98/+107
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Fixed C error(s) in synopsis.bde2001-02-063-2/+3
* o When returning NULL, return (NULL) instead of return (0).rwatson2001-01-174-12/+12
* o acl_from_text.c:rwatson2001-01-092-24/+10
* o bzero() the ACL structure only if malloc() returns non-NULL.rwatson2001-01-091-1/+2
* o Correct spelling error from patch in previous commit.rwatson2001-01-091-1/+1
* o Add missing initialization of errno from error returns ofrwatson2001-01-093-0/+3
* o Make acl_from_text() support uid's and gid's as well as usernamesrwatson2001-01-081-6/+18
OpenPOWER on IntegriCloud