summaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
Commit message (Expand)AuthorAgeFilesLines
* Correct function's description.Chris D. Faulhaber2002-01-291-1/+1
* o return EINVAL if acl_to_text() have been sent a NULL acl. ...Chris D. Faulhaber2002-01-261-1/+6
* Correct phrase 'get an ACL' to 'set an ACL'.Chris D. Faulhaber2002-01-071-1/+1
* o Change the layout of the tagged lists to be like those in acl(3).Chris Costello2001-12-231-3/+12
* o Reflect repo-copy of extattr.[c3] from libutil to libc, movingRobert Watson2001-11-161-2/+6
* Fixed missing `const' in synopsis.Bruce Evans2001-10-031-1/+1
* Fixed return type in synopsis.Bruce Evans2001-10-031-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-0138-79/+79
* Add __FBSDID()s to libutilMatthew Dillon2001-09-301-2/+4
* mdoc(7) police: removed commas from the standard (split) AUTHORS block.Ruslan Ermilov2001-09-111-3/+3
* mdoc(7) police: markup and minor content fixes.Ruslan Ermilov2001-09-052-73/+61
* Add Thomas Moestl and Chris Faulhaber to the author list for POSIX.1eRobert Watson2001-09-051-0/+2
* o Sync up prototypes for cap_size() and cap_copy_ext() withRobert Watson2001-09-021-2/+2
* o Attach cap_cmp.c and cap_copy.c to the build.Robert Watson2001-09-011-1/+6
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-313-12/+3
* o Use .Fx to refer to FreeBSDRobert Watson2001-08-311-1/+2
* o Remove definition of CAP_MAX_BUF_LEN since it is defined inRobert Watson2001-08-311-1/+4
* Introduce implementations of POSIX.1e non-portable form capabilityRobert Watson2001-08-314-0/+366
* o src/sys/capability.h provides a number of support macros that are notRobert Watson2001-08-292-0/+5
* o s/violate/override/ Capabilities are part of the system policy, notRobert Watson2001-08-251-1/+1
* Handle snprintf() returning -1Brian Somers2001-08-201-2/+2
* Use the ".Rv" mdoc(7) macro where appropriate.Yaroslav Tykhiy2001-08-142-10/+4
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-094-16/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-1518-26/+26
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-1022-22/+22
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-064-6/+6
* Add RETURN VALUES and ERRORS sections.Dima Dorfman2001-06-251-2/+11
* Add a manual page for extattr_string_to_namespace andDima Dorfman2001-06-241-0/+91
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
* Fix cross-references:Maxim Sobolev2001-06-101-1/+1
* mdoc(7) police: fix markup.Ruslan Ermilov2001-05-161-4/+5
* Correct prototype (entry_p -> *entry_p)Chris D. Faulhaber2001-05-071-1/+1
* Document acl_get_entry(3)Chris D. Faulhaber2001-04-261-0/+4
* o Separate acl_t into internal and external representations asChris D. Faulhaber2001-04-2416-132/+373
* Remove bogus assignments of libc syscall stub return values to errno;Thomas Moestl2001-04-243-3/+0
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-1811-11/+11
* mdoc(7) police: use .Fx where appropriate.Ruslan Ermilov2001-04-1811-11/+23
* mdoc(7) police: fix markup.Ruslan Ermilov2001-04-161-5/+5
* Correct a bogus cast in acl_get_qualifier() causing invalidChris D. Faulhaber2001-04-151-1/+1
* Add acl_get_perm_np(3), a non-portable function to check if aChris D. Faulhaber2001-04-133-0/+114
* Add the remaining POSIX.1e ACL definitions:Chris D. Faulhaber2001-04-131-3/+0
* Revamp acl_create_entry() so it actually works.Chris D. Faulhaber2001-04-111-18/+1
* Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber2001-04-111-6/+6
* mdoc(7) police: add missing LIBRARY section.Ruslan Ermilov2001-04-059-0/+18
* Unbreak world.Ruslan Ermilov2001-04-051-1/+1
* Record -lposix1e merge with -lc.Ruslan Ermilov2001-04-0526-26/+26
* mdoc(7) police rev 1.11: convert descriptions and cross-referencesRuslan Ermilov2001-04-051-64/+32
* - Add descriptions and cross-references for the ACL editing libraryChris D. Faulhaber2001-04-051-15/+107
* Install the acl_create_entry.3 man pageChris D. Faulhaber2001-04-051-0/+1