summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Correct cross-reference:sobomax2001-06-071-15/+15
* s/format/byte order/ (for clarity).ru2001-06-071-1/+1
* urandom(4) -> random(4) in comments.dd2001-06-072-2/+2
* urandom(4) -> random(4)dd2001-06-072-4/+4
* Back out my changes describing how snprintf nul terminates. Itimp2001-06-051-9/+11
* Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenderswollman2001-06-051-1/+3
* I neglected to notice that the change text had already been added in aimp2001-06-051-3/+0
* Fix cross-references:sobomax2001-06-052-3/+3
* Document what happens when the real id is changed.imp2001-06-052-0/+6
* Minor improvements:imp2001-06-051-15/+29
* Properly initialize a temporary FILE that is allocated off the stack.deischen2001-06-042-0/+10
* Fix another unprotected instance of chdir() by extending thekris2001-06-012-48/+24
* Copy the sockaddr from the netbuf data area, not from the netbufiedowse2001-06-011-1/+1
* Remove vestiges of MFS.ru2001-06-012-25/+3
* Correct the documentation for snprintf() and vsprintf() which actuallygshapiro2001-05-301-1/+12
* When doing the chdir("..") in the !FTS_NOCHDIR case, stat() after we getkris2001-05-302-4/+32
* 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
OpenPOWER on IntegriCloud