summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add sranddev.3 to MLINKSache2001-04-231-1/+1
* Add #include "un-namespace.h"ache2001-04-231-0/+1
* srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allowache2001-04-232-2/+2
* Fix directory reads of MNT_UNION mounts, where entries present in bothjoerg2001-04-231-1/+2
* Add sranddev() since srand() is not vary much with seed, typical timeache2001-04-232-1/+46
* mdoc(7) police: update referenced standard name.ru2001-04-181-1/+1
* mdoc(7) police: normalize .Nd.ru2001-04-1815-15/+15
* mdoc(7) police: fix markup.ru2001-04-181-9/+15
* mdoc(7) police: fix markup.ru2001-04-181-2/+6
* mdoc(7) police: use .Fx where appropriate.ru2001-04-1811-11/+23
* Correct a typo; prefered -> preferred.kris2001-04-171-1/+1
* Add fmtcheck(), a function for checking consistency of format stringkris2001-04-173-2/+355
* mdoc(7) police: add missing .El call.ru2001-04-161-0/+1
* mdoc(7) police: fix markup.ru2001-04-161-5/+5
* Grammar police: "its", not "it's", is the possessive form of "it".dd2001-04-152-2/+2
* Make links from setresuid.2 to getresgid.2 and getresuid.2.dd2001-04-151-1/+1
* Document getresgid and getresuid calls.dd2001-04-151-2/+21
* Correct a bogus cast in acl_get_qualifier() causing invalidjedgar2001-04-151-1/+1
* Add ``RETURN VALUES'' and ``ERRORS'' sections since getpgid(2) candd2001-04-141-1/+18
* 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
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-105-37/+39
* Include <unistd.h> so that read(2) and write(2) don't cause warnings.deischen2001-04-101-1/+2
* Fix a comment within a comment warning due to a missing "*/".deischen2001-04-101-1/+1
* The maximum RPC message size was set at 8k for UDP. This is loweriedowse2001-04-081-5/+6
* Mention that locks are inherited across an exec.dd2001-04-081-0/+6
* Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2).dd2001-04-081-2/+5
* 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
* Document the extattr_(get|set|delete)_fd calls, and add a note warningdd2001-04-051-4/+52
* Activate build of posix1e extensions in libc and libc_r that have beentmm2001-04-041-0/+1
* Add entries for the posix1e functions that will be overridden in libc_r.tmm2001-04-042-0/+12
* Prepare for the inclusion of libposix1e into libc: retire the oldtmm2001-04-0429-12/+70
* mdoc(7) police: add missing .Pa call.ru2001-04-041-1/+3
* Fix some very broken code in __nc_error() that implements per-threadiedowse2001-04-032-17/+28
* Remove some hacks that were apparently added to avoid problems withiedowse2001-04-032-4/+2
* There were a few error cases where the RPC code would return withiedowse2001-04-022-1/+5
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-0223-23/+23
* Hook the extattr_get_file.2 manual page into the build. Add MLINKSdd2001-04-011-1/+3
* A manual page for the extattr_get_file, extattr_set_file, anddd2001-04-011-0/+154
* mdoc(7) police: LIBRARY should be before SYNOPSIS.ru2001-03-291-2/+2
* Correct function name: acl_clear_perm -> acl_clear_permsjedgar2001-03-291-2/+2
* Catch up with a comment that changed in rev1.73 of mount.hben2001-03-291-1/+1
* Mostly pick up OpenBSD's rev 1.14 by deraadt@ and millert@.peter2001-03-281-42/+39
OpenPOWER on IntegriCloud