summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up tochris2002-07-011-10/+10
* Use FBSDIDobrien2002-06-3013-84/+32
* Use __FBSDID.obrien2002-06-295-36/+9
* Add frexp(3).obrien2002-06-292-2/+80
* Fix style bugs I added in last commit.silby2002-06-271-4/+4
* Remove pselect from application namespace and instead use a weak referencedeischen2002-06-271-1/+3
* Remove improper use of <namespace.h>.deischen2002-06-271-6/+2
* Remove improper use of <namespace.h>deischen2002-06-271-1/+0
* Modify bcopy (and memcpy/memmove) so that the length value is notsilby2002-06-271-2/+4
* Remove two lines that were cvs merged that shouldn't have been. Thisimp2002-06-261-2/+0
* Remove two stray lines that snuck in the cvs mergeimp2002-06-262-2/+0
* Initialize a pointer that was left uninitialized with the previousnectar2002-06-261-0/+1
* Include more robust checking of end of buffer that more completelyimp2002-06-264-52/+32
* Don't allow buffer overflow here either.imp2002-06-261-1/+3
* Fix a minor last, minute issue that came in after I committed.imp2002-06-261-1/+1
* Avoid remote buffer overflow on hostbuf[].imp2002-06-262-1/+4
* Fix style and wording bugs introduced in my last commit.chris2002-06-181-11/+9
* Remove unneeded include of machine/emul.h.jake2002-06-181-1/+0
* Actually document pselect(3) so that Bruce can mention it in the releasewollman2002-06-172-1/+123
* Move dillon's time conversion functions to a new header <timeconv.h>.wollman2002-06-171-1/+1
* Add pselect(3) to the build. Need to figure out the most appropriatewollman2002-06-151-1/+1
* o Move more information from BUGS into SECURITY CONSIDERATIONS andchris2002-06-151-50/+56
* No POSIX.1e capabilities in the main tree yet.rwatson2002-06-1329-2995/+0
* Include information on the dangers of passing a user-supplied string aschris2002-06-131-0/+21
* Clarify the bit about realloc() and its `ptr' argument a bit.keramida2002-06-061-2/+3
* Correct FreeBSD release of first appearance in the HISTORY sectionsheldonh2002-06-061-1/+1
* Implement _Qp_sqrt. I've been unable to find a C program that gcc generatesjake2002-06-041-0/+14
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-0213-13/+13
* Correct a bunch of typos. Translators can ignore this commit.schweikh2002-06-021-8/+8
* Add mdoc bits for the new waitpid() WCONTINUED option, andmike2002-06-011-0/+12
* Grammar nit: treat "contents" as plural.archie2002-05-311-1/+1
* Grammar fix: "contents" is plural.archie2002-05-311-2/+2
* Const poison.phk2002-05-301-3/+5
* mdoc(7) police: kill hard sentence break.ru2002-05-301-4/+4
* mdoc(7) police: markup nits.ru2002-05-301-43/+53
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-1/+1
* Since POSIX gives us plenary authority to define _t types, changewollman2002-05-292-3/+3
* Add link dlopen(3) -> dlfunc(3).wollman2002-05-291-1/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.wollman2002-05-293-6/+61
* mdoc(7) police: markup nits.ru2002-05-291-10/+17
* mdoc(7) police: bump document date on behalf of previous delta.ru2002-05-291-1/+1
* mdoc(7) police: sort xrefs.ru2002-05-291-2/+2
* mdoc(7) police: nit.ru2002-05-291-1/+1
* mdoc(7) police: fix markup for types.ru2002-05-291-4/+4
* Remove use of __P() (actually P()) from code now that it's no longeralfred2002-05-282-42/+42
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2830-343/+4
* Add uuidgen(2) and uuidgen(1).marcel2002-05-282-1/+84
* Correct a check for NUL.robert2002-05-271-1/+1
* - Move the loop conditional into the "for" header.robert2002-05-271-19/+17
* Remove spurious period.dd2002-05-271-1/+1
OpenPOWER on IntegriCloud