| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r259042: | Konstantin Belousov | 2013-12-13 | 1 | -5/+10 |
| * | MFC r253380,253413: name passed into __setenv is not necessarily NUL-terminated | Andriy Gapon | 2013-07-24 | 1 | -3/+2 |
| * | 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] | Andrey A. Chernov | 2013-07-24 | 1 | -8/+33 |
| * | Protect the #define MALLOC_PRODUCTION directive in case it was also | Dag-Erling Smørgrav | 2013-07-04 | 1 | -0/+2 |
| * | MFC r249035: | Xin LI | 2013-05-30 | 4 | -53/+30 |
| * | MFC r241031 (des): | Xin LI | 2013-05-30 | 1 | -18/+11 |
| * | MFH (r240107,240111,240361): warn against using weak PRNGs | Dag-Erling Smørgrav | 2013-03-01 | 1 | -1/+0 |
| * | MFH r247014, r247050 and r247051. | Giorgos Keramidas | 2013-02-25 | 1 | -1/+41 |
| * | MFC r238802: | Sergey Kandaurov | 2013-02-21 | 2 | -2/+4 |
| * | MFC r229848: | Ed Schouten | 2012-11-22 | 4 | -9/+55 |
| * | MFC r241137,r241154 | Andrey A. Chernov | 2012-10-12 | 1 | -2/+8 |
| * | MFC r241373: | Eitan Adler | 2012-10-12 | 2 | -4/+2 |
| * | MFC r240412: | Ed Maste | 2012-09-15 | 2 | -4/+3 |
| * | MFC r240410: | Ed Maste | 2012-09-15 | 1 | -2/+0 |
| * | MFH (r240107, r240111): warn against using these for cryptographic purposes. | Dag-Erling Smørgrav | 2012-09-11 | 2 | -15/+19 |
| * | MFC r239345: | Kevin Lo | 2012-08-22 | 1 | -1/+1 |
| * | MFC r237573: | Isabell Long | 2012-07-15 | 2 | -1/+19 |
| * | MFC r233648: | Eitan Adler | 2012-06-18 | 2 | -7/+7 |
| * | Ensure that the beginning of the DSS is aligned on a chunk boundary. | John Baldwin | 2012-06-13 | 1 | -0/+3 |
| * | MFC 236582,236618 - remove unused serrno variable | Andrey A. Chernov | 2012-06-11 | 1 | -2/+1 |
| * | MFC r235266: | Konstantin Belousov | 2012-06-01 | 2 | -12/+29 |
| * | Merge quick_exit and changes required for C++11 code to compile against FreeB... | David Chisnall | 2012-05-22 | 7 | -3/+208 |
| * | MFC the xlocale implementation. | David Chisnall | 2012-05-22 | 12 | -20/+203 |
| * | MFC r235286: | Glen Barber | 2012-05-18 | 2 | -3/+4 |
| * | MFC r228885: | Glen Barber | 2012-01-02 | 2 | -3/+6 |
| * | MFC r227090: | Dimitry Andric | 2012-01-01 | 1 | -1/+2 |
| * | MFC r228540: | Dimitry Andric | 2011-12-31 | 1 | -2/+10 |
| * | Remove extra debuggin gsupport that is turned on for head but turned off | Ken Smith | 2011-10-15 | 1 | -1/+1 |
| * | Fix building of 32-bit compat libraries on amd64 with clang, and using | Dimitry Andric | 2011-07-18 | 1 | -4/+0 |
| * | Fix whitespace inconsistencies in libc in files copyrighted by me. | Ed Schouten | 2011-06-26 | 1 | -1/+1 |
| * | Change sparc64 to use the initial exec TLS model, too. This avoids random | Marius Strobl | 2011-06-21 | 1 | -1/+1 |
| * | Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys and | Marcel Moolenaar | 2011-03-17 | 1 | -1/+1 |
| * | Now that TLS generally is available on sparc64 since r219534 turn on | Marius Strobl | 2011-03-11 | 1 | -1/+1 |
| * | Correct a typo in the malloc(3) manpage. Malloc options are set in the | Ryan Stone | 2011-03-07 | 1 | -2/+2 |
| * | Put in a temporary workaround for ctfmerge hanging on processing | Dimitry Andric | 2011-03-01 | 1 | -0/+4 |
| * | Fix some style(9) issues. | Konstantin Belousov | 2011-01-08 | 1 | -4/+5 |
| * | Revert to r214147, errno is not clobbered as originally | Benedict Reuschling | 2010-10-22 | 1 | -2/+0 |
| * | Document strtonum()s behavior of setting errno to 0 when no error is found. | Benedict Reuschling | 2010-10-21 | 1 | -0/+2 |
| * | Sync with OpenBSD rev. 1.13: | Benedict Reuschling | 2010-10-21 | 1 | -2/+1 |
| * | mdoc: drop redundant .Pp and .LP calls | Ulrich Spörlein | 2010-10-08 | 2 | -2/+0 |
| * | Missed space. | Konstantin Belousov | 2010-10-06 | 1 | -1/+1 |
| * | Add cross-references to lrand48(3) and arc4random(3) from rand(3) | Konstantin Belousov | 2010-10-06 | 2 | -1/+11 |
| * | Revert changes of 'assure' to 'ensure' made in r211936. | Rebecca Cran | 2010-09-11 | 1 | -2/+2 |
| * | Because POSIX does not allow EINTR to be returned from sigwait(), | David Xu | 2010-09-10 | 1 | -1/+1 |
| * | Fix incorrect usage of 'assure' and 'insure'. | Rebecca Cran | 2010-08-28 | 1 | -2/+2 |
| * | Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info. | Konstantin Belousov | 2010-08-27 | 1 | -1/+1 |
| * | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | Warner Losh | 2010-08-24 | 1 | -2/+2 |
| * | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -2/+2 |
| * | On shared object unload, in __cxa_finalize, call and clear all installed | Konstantin Belousov | 2010-08-23 | 1 | -3/+20 |
| * | Style. | Konstantin Belousov | 2010-08-23 | 1 | -2/+2 |