summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add warnings about trusting user-supplied data.eric2001-05-253-2/+43
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-2453-93/+223
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-242-0/+12
* Changed the clnt_perror string in yp_all because it was saying thepirzyk2001-05-231-1/+1
* Rename (after a repo-copy) some mount(8) programs:ru2001-05-232-2/+2
* Fix the range of the returned value.ru2001-05-231-1/+1
* Correct error message of an example.ume2001-05-211-1/+1
* Document ECONNREFUSED.archie2001-05-201-0/+4
* The function clnt_dg_call(), which is used for UDP RPC calls, couldiedowse2001-05-181-4/+2
* 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
OpenPOWER on IntegriCloud