aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID.David E. O'Brien2002-06-295-36/+9
* Add frexp(3).David E. O'Brien2002-06-292-2/+80
* Fix style bugs I added in last commit.Mike Silbersack2002-06-271-4/+4
* Remove pselect from application namespace and instead use a weak referenceDaniel Eischen2002-06-271-1/+3
* Remove improper use of <namespace.h>.Daniel Eischen2002-06-271-6/+2
* Remove improper use of <namespace.h>Daniel Eischen2002-06-271-1/+0
* Modify bcopy (and memcpy/memmove) so that the length value is notMike Silbersack2002-06-271-2/+4
* Remove two lines that were cvs merged that shouldn't have been. ThisWarner Losh2002-06-261-2/+0
* Remove two stray lines that snuck in the cvs mergeWarner Losh2002-06-262-2/+0
* Initialize a pointer that was left uninitialized with the previousJacques Vidrine2002-06-261-0/+1
* Include more robust checking of end of buffer that more completelyWarner Losh2002-06-264-52/+32
* Don't allow buffer overflow here either.Warner Losh2002-06-261-1/+3
* Fix a minor last, minute issue that came in after I committed.Warner Losh2002-06-261-1/+1
* Avoid remote buffer overflow on hostbuf[].Warner Losh2002-06-262-1/+4
* Fix style and wording bugs introduced in my last commit.Chris Costello2002-06-181-11/+9
* Remove unneeded include of machine/emul.h.Jake Burkholder2002-06-181-1/+0
* Actually document pselect(3) so that Bruce can mention it in the releaseGarrett Wollman2002-06-172-1/+123
* Move dillon's time conversion functions to a new header <timeconv.h>.Garrett Wollman2002-06-171-1/+1
* Add pselect(3) to the build. Need to figure out the most appropriateGarrett Wollman2002-06-151-1/+1
* o Move more information from BUGS into SECURITY CONSIDERATIONS andChris Costello2002-06-151-50/+56
* No POSIX.1e capabilities in the main tree yet.Robert Watson2002-06-1329-2995/+0
* Include information on the dangers of passing a user-supplied string asChris Costello2002-06-131-0/+21
* Clarify the bit about realloc() and its `ptr' argument a bit.Giorgos Keramidas2002-06-061-2/+3
* Correct FreeBSD release of first appearance in the HISTORY sectionSheldon Hearn2002-06-061-1/+1
* Implement _Qp_sqrt. I've been unable to find a C program that gcc generatesJake Burkholder2002-06-041-0/+14
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-0213-13/+13
* Correct a bunch of typos. Translators can ignore this commit.Jens Schweikhardt2002-06-021-8/+8
* Add mdoc bits for the new waitpid() WCONTINUED option, andMike Barcroft2002-06-011-0/+12
* Grammar nit: treat "contents" as plural.Archie Cobbs2002-05-311-1/+1
* Grammar fix: "contents" is plural.Archie Cobbs2002-05-311-2/+2
* Const poison.Poul-Henning Kamp2002-05-301-3/+5
* mdoc(7) police: kill hard sentence break.Ruslan Ermilov2002-05-301-4/+4
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-301-43/+53
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-1/+1
* Since POSIX gives us plenary authority to define _t types, changeGarrett Wollman2002-05-292-3/+3
* Add link dlopen(3) -> dlfunc(3).Garrett Wollman2002-05-291-1/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.Garrett Wollman2002-05-293-6/+61
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-291-10/+17
* mdoc(7) police: bump document date on behalf of previous delta.Ruslan Ermilov2002-05-291-1/+1
* mdoc(7) police: sort xrefs.Ruslan Ermilov2002-05-291-2/+2
* mdoc(7) police: nit.Ruslan Ermilov2002-05-291-1/+1
* mdoc(7) police: fix markup for types.Ruslan Ermilov2002-05-291-4/+4
* Remove use of __P() (actually P()) from code now that it's no longerAlfred Perlstein2002-05-282-42/+42
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-2830-343/+4
* Add uuidgen(2) and uuidgen(1).Marcel Moolenaar2002-05-282-1/+84
* Correct a check for NUL.Robert Drehmel2002-05-271-1/+1
* - Move the loop conditional into the "for" header.Robert Drehmel2002-05-271-19/+17
* Remove spurious period.Dima Dorfman2002-05-271-1/+1
* Remove extra word.Dima Dorfman2002-05-261-1/+1
* These files are no longer used.Jake Burkholder2002-05-2411-196/+0