summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Document "normalizing" behavior of mktime(3).ru2001-06-231-1/+12
* Bring in fix from rev 1.32 that got lost during the conversion to kqueue.jlemon2001-06-231-8/+19
* Fix a grammar bogon.dd2001-06-201-1/+1
* Fix spelling of `errno' and add cross-references.wollman2001-06-181-6/+13
* Document _SC_IOV_MAX. Add cross-references to pathconf(2), confstr(3), andwollman2001-06-181-3/+16
* After one too many PRs on the subject, bite the bullet and define IOV_MAXwollman2001-06-181-0/+12
* If the username we are trying to look up in the db files won't fit intodwmalone2001-06-181-1/+3
* (cantwrite): do not allocate memory for a NULL stringassar2001-06-181-1/+2
* revert freeing of memory that gets allocated when str == NULLassar2001-06-184-8/+0
* Fix typo: clnt_destroy() only takes one arg.mikeh2001-06-181-1/+1
* free memory that gets allocated by vfprintf when str == NULLassar2001-06-164-0/+8
* Add description for the 'll' modifier for long long. In essence a copyschweikh2001-06-131-4/+24
* Complete prototype for fts_compar.ru2001-06-131-1/+3
* Make the non-threaded stub for pthread_sigmask() a no-op insteadiedowse2001-06-111-6/+1
* Fix small bogon.jlemon2001-06-111-1/+1
* Handle "ASCII" and "US-ASCII" aliasesache2001-06-101-1/+2
* Implement EDNS0 support, as EDNS0 support will be made mandatory forume2001-06-106-2/+64
* Fix cross-references:sobomax2001-06-101-1/+1
* Xref dladdr(3).dd2001-06-081-0/+1
* 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
OpenPOWER on IntegriCloud