summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
Commit message (Expand)AuthorAgeFilesLines
...
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-2211-6/+111
* Since audit(4) isn't based on posix1e, remove the commented out audit.h header,brueffer2009-05-191-2/+2
* Fix typo.trasz2009-04-261-1/+1
* Replace the non-standard disclaimer with the standard one from /COPYRIGHTimp2008-11-0419-152/+152
* The libc acl_valid(3) function validates the contents of a POSIX.1e ACL.rwatson2008-07-131-8/+2
* Add __FBSDID() tags.rwatson2008-03-074-8/+12
* Some libc symbol map cleanups.deischen2007-05-311-1/+0
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-1/+3
* Move _posix1e_acl_name_to_id out of acl_support.c and intokientzle2007-02-263-55/+52
* Revise markup in recently added manpages.ru2006-09-301-3/+3
* Following repo-copy of mac_is_present_np.3 to mac_is_present.3, removerwatson2006-07-076-93/+6
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+68
* There's no longer^Wyet <sys/capability.h>.ru2005-11-231-1/+1
* -mdoc sweep.ru2005-11-171-1/+1
* Include a couple of headers to ensure consistency between the prototype andstefanf2005-09-121-0/+1
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-313-4/+4
* Minor grammar fixdelphij2005-07-031-1/+1
* Missed rwatson's redundancyimp2005-06-031-2/+0
* Minor white space tweak.rwatson2005-01-231-1/+1
* Sort sections.ru2005-01-202-10/+10
* Fixed markup bug.ru2005-01-151-10/+22
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+2
* -Add a note that currently two syntax styles for label element declarationcsjp2004-11-181-3/+16
* Fix the NAME section making whatis(1) happy in particular.ru2004-07-051-1/+1
* Eliminate double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-0215-43/+87
* Markup, grammar, and spelling fixes.ru2004-06-302-3/+5
* Add reference to mac_get_link() in man page, which was omitted whenrwatson2004-06-172-1/+10
* Adjust for brain outage that affected the previous commit.nectar2004-01-061-1/+1
* Avoid undefined behavior:nectar2004-01-061-2/+2
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-061-1/+2
* Staticize label_default_head to prevent it from leaking out of mac.c.rwatson2003-11-171-1/+1
* Update mac_set.3 to account for new behavior of mac_set_fd() in therwatson2003-11-161-5/+7
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andrwatson2003-11-162-26/+43
* Memory allocated by mac_to_text() must be freed using free(3) notrwatson2003-11-161-2/+15
* Remove debugging printf that crept into the last commit.rwatson2003-11-151-1/+0
* /etc/mac.conf is implicitly read and parsed when the MAC configurationrwatson2003-11-151-20/+6
* When printing ACLs, truncate user and group names if they're too long,rwatson2003-11-031-3/+5
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-121-1/+1
* Return (-1) not (ENOENT) for mac_prepare_type(), and set errno torwatson2003-08-301-1/+2
* Add HISTORY sections to the remaining MAC library man pages.rwatson2003-08-226-0/+36
* Update the mac_prepare(3) man page to reflect changes to therwatson2003-08-221-8/+43
* Make the elements argument to mac_prepare() be const.rwatson2003-08-221-1/+1
* As new objects begin to support new labels, start to generalizerwatson2003-08-221-86/+192
* Print group name in getfacl output when calculating an effectiverwatson2003-07-241-2/+3
* mdoc(7) fixes.ru2003-05-241-6/+5
* Assorted mdoc(7) fixes.ru2003-05-221-1/+1
* Add some strategic whitespace.rwatson2003-04-261-0/+1
* Add FILES section to mac.3 and mac.conf.5. Properly Xref mac.conf.5rwatson2003-04-203-1/+22
OpenPOWER on IntegriCloud