aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
Commit message (Expand)AuthorAgeFilesLines
* Adjust for brain outage that affected the previous commit.Jacques Vidrine2004-01-061-1/+1
* Avoid undefined behavior:Jacques Vidrine2004-01-061-2/+2
* Remove unused variables and function declarations. Add missing headers.Jacques Vidrine2004-01-061-1/+2
* Staticize label_default_head to prevent it from leaking out of mac.c.Robert Watson2003-11-171-1/+1
* Update mac_set.3 to account for new behavior of mac_set_fd() in theRobert Watson2003-11-161-5/+7
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andRobert Watson2003-11-162-26/+43
* Memory allocated by mac_to_text() must be freed using free(3) notRobert Watson2003-11-161-2/+15
* Remove debugging printf that crept into the last commit.Robert Watson2003-11-151-1/+0
* /etc/mac.conf is implicitly read and parsed when the MAC configurationRobert Watson2003-11-151-20/+6
* When printing ACLs, truncate user and group names if they're too long,Robert Watson2003-11-031-3/+5
* mdoc(7): Fix common mistakes made in the SEE ALSO section.Ruslan Ermilov2003-09-121-1/+1
* Return (-1) not (ENOENT) for mac_prepare_type(), and set errno toRobert Watson2003-08-301-1/+2
* Add HISTORY sections to the remaining MAC library man pages.Robert Watson2003-08-226-0/+36
* Update the mac_prepare(3) man page to reflect changes to theRobert Watson2003-08-221-8/+43
* Make the elements argument to mac_prepare() be const.Robert Watson2003-08-221-1/+1
* As new objects begin to support new labels, start to generalizeRobert Watson2003-08-221-86/+192
* Print group name in getfacl output when calculating an effectiveRobert Watson2003-07-241-2/+3
* mdoc(7) fixes.Ruslan Ermilov2003-05-241-6/+5
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-1/+1
* Add some strategic whitespace.Robert Watson2003-04-261-0/+1
* Add FILES section to mac.3 and mac.conf.5. Properly Xref mac.conf.5Robert Watson2003-04-203-1/+22
* Add a man page for the mac.conf MAC library configuration file.Robert Watson2003-04-202-0/+105
* Add the mac_prepare{,_*}() functions to the high-level function listRobert Watson2003-04-201-0/+11
* Clarify the relationship between the MAC library APIs and POSIX.1e:Robert Watson2003-04-161-2/+6
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-0/+5
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-11/+14
* mdoc(7) police: kill self-xref.Ruslan Ermilov2003-02-231-1/+0
* Punctuation.Ruslan Ermilov2003-02-231-1/+1
* Typo.Ruslan Ermilov2003-02-231-1/+1
* Grammar.Ruslan Ermilov2003-02-231-0/+1
* Whack 28 unused variables.Jacques Vidrine2003-02-181-8/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-162-0/+9
* The .Fn functionPhilippe Charnier2003-02-063-6/+11
* Actually add mac_prepare.3.Chris Costello2003-01-151-0/+85
* Cross-reference mac(4)Chris Costello2003-01-155-0/+5
* s/SEE_ALSO/SEE ALSO/Chris Costello2003-01-152-2/+5
* o Document mac_prepare() and associated functionsChris Costello2003-01-158-33/+61
* o Remove clause #3Chris Costello2003-01-141-5/+9
* Remove BUGS section indicating that these calls are unimplemented.Robert Watson2002-12-295-15/+15
* Update acl_set.3, missed in last round:Robert Watson2002-12-291-11/+19
* Update libc POSIX.1e code and documentation to reflect:Robert Watson2002-12-298-44/+164
* english(4) police.Jens Schweikhardt2002-12-274-4/+4
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-0/+4
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-1819-0/+40
* mdoc(7) police: sort xrefs in SEE ALSO.Ruslan Ermilov2002-12-131-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* mdoc(7) police: Added the missing .Os call; it's not strictlyRuslan Ermilov2002-12-116-0/+6
* mdoc(7) police: markup overhaul.Ruslan Ermilov2002-12-047-58/+82
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-5/+1
* Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools forRobert Watson2002-11-081-6/+10