summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-23245-245/+245
* MF6: Add MLINK for execvP(3).John Baldwin2005-12-051-1/+1
* MFC: 1.13Matthew N. Dodd2005-07-251-3/+4
* MFC of 1.34: fix innetgr() returning false positives and negatives when rever...Jonathan Chen2005-07-251-54/+63
* fix that little lie I told six months ago about doing an MFC in 3 days...Jonathan Chen2005-07-221-0/+1
* Merge sem_init.3:1.18, sem_post.3:1.15, sem_wait.3:1.13 from HEAD toRobert Watson2005-07-173-0/+3
* MFC revision 1.20Xin LI2005-06-271-3/+3
* MFC revision 1.6David Xu2005-03-011-0/+5
* MFC: 1.18Tom Rhodes2005-02-241-2/+12
* MFC: 1.12Giorgos Keramidas2005-01-171-1/+7
* MFC: 1.39 -> Better signal(3) prototype rendering.Giorgos Keramidas2005-01-171-9/+17
* MFC 1.34:Gleb Smirnoff2005-01-131-9/+53
* MFC: fts.h 1.11Pawel Jakub Dawidek2005-01-121-1/+24
* MFC: rev 1.24Kirill Ponomarev2005-01-021-1/+3
* MFC rev. 1.9: no macros for sigemptyset(3) and friends,Maxim Konovalov2004-12-271-9/+12
* MFC 1.33:Gleb Smirnoff2004-12-271-2/+3
* MFC 1.3:Ralf S. Engelschall2004-12-071-1/+1
* MFC 1.31-1.32:Gleb Smirnoff2004-12-051-20/+58
* MFC knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-281-1/+1
* MFC src/lib/libc/gen/isnan.c,v 1.2David Schultz2004-10-011-10/+0
* MFC: Better ftw() and nftw() implementations from OpenBSD.Tim J. Robbins2004-08-292-193/+91
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-291-0/+117
* MFC: Fix variant I tls initialisation for static binariesDoug Rabson2004-08-271-0/+2
* MFC: fix static threaded programs.Doug Rabson2004-08-231-7/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-182-1363/+0
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-2/+225
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-141-1/+1
* Add stubs for TLS functions. These will be replaced at runtime by theDoug Rabson2004-08-032-3/+73
* Remove an implicit int parameter by using prototypes.Stefan Farfeleder2004-08-021-9/+3
* Don't pass function pointers via a void * parameter.Stefan Farfeleder2004-08-021-4/+4
* Use newly added __used attribute to keep static function symbols from beingAlexander Kabaev2004-07-291-8/+8
* Add support for multibyte characters.Tim J. Robbins2004-07-291-30/+84
* Add a paragraph break in the STANDARDS section to improve readability.Tim J. Robbins2004-07-291-0/+1
* Add support for multibyte characters.Tim J. Robbins2004-07-291-49/+112
* Document incorrect handling of multibyte characters due to limitationsTim J. Robbins2004-07-281-1/+6
* ANSIfy and constify; this now builds with GCC 3.4.Dag-Erling Smørgrav2004-07-281-22/+19
* Add an nftw(3) link.Tim J. Robbins2004-07-251-0/+1
* Remove unused variable.David Schultz2004-07-231-9/+1
* Fix two bugs in the signbit() macro, which was implemented last year:David Schultz2004-07-193-100/+2
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-182-1/+58
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listTim J. Robbins2004-07-181-7/+12
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listTim J. Robbins2004-07-181-3/+7
* Fix typo: carat -> caret.Tim J. Robbins2004-07-171-1/+1
* Unbreak alpha: On alpha a long double is the same as a double andMarcel Moolenaar2004-07-101-0/+4
* Bump document date for recent changes.David Schultz2004-07-091-1/+1
* Document these functions as being in libm, not libc. Some of themDavid Schultz2004-07-091-4/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-093-1/+134
* Fixed markup.Ruslan Ermilov2004-07-071-16/+22
* Add implementations of ftw(3) and nftw(3) and the corresponding headerDavid Schultz2004-07-052-2/+211
* Documentation for ftw(3) and nftw(3).David Schultz2004-07-051-0/+210