aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* MFC r259042:Konstantin Belousov2013-12-131-5/+10
* MFC r253380,253413: name passed into __setenv is not necessarily NUL-terminatedAndriy Gapon2013-07-241-3/+2
* 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX]Andrey A. Chernov2013-07-241-8/+33
* Protect the #define MALLOC_PRODUCTION directive in case it was alsoDag-Erling Smørgrav2013-07-041-0/+2
* MFC r249035:Xin LI2013-05-304-53/+30
* MFC r241031 (des):Xin LI2013-05-301-18/+11
* MFH (r240107,240111,240361): warn against using weak PRNGsDag-Erling Smørgrav2013-03-011-1/+0
* MFH r247014, r247050 and r247051.Giorgos Keramidas2013-02-251-1/+41
* MFC r238802:Sergey Kandaurov2013-02-212-2/+4
* MFC r229848:Ed Schouten2012-11-224-9/+55
* MFC r241137,r241154Andrey A. Chernov2012-10-121-2/+8
* MFC r241373:Eitan Adler2012-10-122-4/+2
* MFC r240412:Ed Maste2012-09-152-4/+3
* MFC r240410:Ed Maste2012-09-151-2/+0
* MFH (r240107, r240111): warn against using these for cryptographic purposes.Dag-Erling Smørgrav2012-09-112-15/+19
* MFC r239345:Kevin Lo2012-08-221-1/+1
* MFC r237573:Isabell Long2012-07-152-1/+19
* MFC r233648:Eitan Adler2012-06-182-7/+7
* Ensure that the beginning of the DSS is aligned on a chunk boundary.John Baldwin2012-06-131-0/+3
* MFC 236582,236618 - remove unused serrno variableAndrey A. Chernov2012-06-111-2/+1
* MFC r235266:Konstantin Belousov2012-06-012-12/+29
* Merge quick_exit and changes required for C++11 code to compile against FreeB...David Chisnall2012-05-227-3/+208
* MFC the xlocale implementation.David Chisnall2012-05-2212-20/+203
* MFC r235286:Glen Barber2012-05-182-3/+4
* MFC r228885:Glen Barber2012-01-022-3/+6
* MFC r227090:Dimitry Andric2012-01-011-1/+2
* MFC r228540:Dimitry Andric2011-12-311-2/+10
* Remove extra debuggin gsupport that is turned on for head but turned offKen Smith2011-10-151-1/+1
* Fix building of 32-bit compat libraries on amd64 with clang, and usingDimitry Andric2011-07-181-4/+0
* Fix whitespace inconsistencies in libc in files copyrighted by me.Ed Schouten2011-06-261-1/+1
* Change sparc64 to use the initial exec TLS model, too. This avoids randomMarius Strobl2011-06-211-1/+1
* Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andMarcel Moolenaar2011-03-171-1/+1
* Now that TLS generally is available on sparc64 since r219534 turn onMarius Strobl2011-03-111-1/+1
* Correct a typo in the malloc(3) manpage. Malloc options are set in theRyan Stone2011-03-071-2/+2
* Put in a temporary workaround for ctfmerge hanging on processingDimitry Andric2011-03-011-0/+4
* Fix some style(9) issues.Konstantin Belousov2011-01-081-4/+5
* Revert to r214147, errno is not clobbered as originallyBenedict Reuschling2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.Benedict Reuschling2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:Benedict Reuschling2010-10-211-2/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-082-2/+0
* Missed space.Konstantin Belousov2010-10-061-1/+1
* Add cross-references to lrand48(3) and arc4random(3) from rand(3)Konstantin Belousov2010-10-062-1/+11
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-111-2/+2
* Because POSIX does not allow EINTR to be returned from sigwait(),David Xu2010-09-101-1/+1
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-2/+2
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.Konstantin Belousov2010-08-271-1/+1
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-2/+2
* MFtbemd:Warner Losh2010-08-231-2/+2
* On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov2010-08-231-3/+20
* Style.Konstantin Belousov2010-08-231-2/+2