summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Suppress compiler warning by adding a type cast.ru2001-05-171-4/+2
* ... but we do provide .St -isoC-99, and it is not required to have theru2001-05-171-5/+1
* Unbreak world; _DIAGASSERT macro is not available in FreeBSD.ru2001-05-1621-57/+0
* mdoc(7) police: fix markup.ru2001-05-161-4/+5
* Introduce getprogname(3) and setprogname(3) library calls. These getdd2001-05-154-3/+123
* adapt to FreeBSD.tshiozak2001-05-152-4/+20
* mdoc(7) police: sort xrefs.ru2001-05-151-1/+1
* Add new, from scratch implementation of hsearch() et al that actually works.ru2001-05-155-113/+395
* initial import of locale insensitive wcs* and wmem* functions.tshiozak2001-05-1522-0/+1484
* mdoc(7) police: add RETURN VALUES section.ru2001-05-141-8/+13
* Extract the path from an AF_LOCAL sockaddr_un in a way that correctlyiedowse2001-05-121-2/+5
* gethostbyname2() can't do AF_INET6 lookups over NIS.alex2001-05-081-0/+7
* Correct prototype (entry_p -> *entry_p)jedgar2001-05-071-1/+1
* add nl_langinfo(3)phantom2001-05-031-2/+2
* Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-currentphantom2001-05-031-25/+0
* add manpage for nl_langinfo(3)phantom2001-05-031-0/+90
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+2
* Compensate for header dethreading.markm2001-05-015-0/+12
* Add getaddrinfo(3) to the "SEE ALSO" list.archie2001-04-271-0/+1
* Grammar nit.ru2001-04-271-1/+1
* Document acl_get_entry(3)jedgar2001-04-261-0/+4
* The function __rpc_uaddr2taddr_af() converts an RPC "universaliedowse2001-04-261-0/+2
* 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
* 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
OpenPOWER on IntegriCloud