| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Add wcsdup(), from NetBSD. | nicm | 2011-07-04 | 3 | -3/+120 |
* | | | | Include tests of 80-bit long double precision (on platforms that | martynas | 2011-07-03 | 1 | -1/+6 |
* | | | | Add cephes. | martynas | 2011-07-02 | 1 | -2/+2 |
* | | | | Import Steve Moshier's printf/scanf tester. | martynas | 2011-07-02 | 13 | -0/+6335 |
* | | | | switch to installing source manuals (base part) | schwarze | 2011-06-23 | 1 | -262/+246 |
* | | | | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | mikeb | 2011-06-21 | 1 | -2/+2 |
* | | | | as man page states, lower case undoes upper case. add support for little s, | tedu | 2011-06-20 | 1 | -1/+5 |
* | | | | Add the following certs: | dhill | 2011-06-15 | 1 | -0/+563 |
* | | | | fix wcscasecmp() parameters; <wchar.h> was correct | naddy | 2011-06-01 | 1 | -2/+2 |
* | | | | tweak previous (my fault); | jmc | 2011-05-28 | 1 | -4/+4 |
* | | | | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ | espie | 2011-05-28 | 3 | -5/+82 |
* | | | | remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been six | jasper | 2011-05-26 | 1 | -3/+1 |
* | | | | save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@ | otto | 2011-05-20 | 1 | -2/+6 |
* | | | | introduce symbolic constant for initial number of regions | otto | 2011-05-18 | 1 | -2/+3 |
* | | | | zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@ | otto | 2011-05-18 | 1 | -14/+8 |
* | | | | Avoid fp computations for stats, this make calling malloc_dump() safe in more | otto | 2011-05-12 | 1 | -10/+7 |
* | | | | fix comment, the bitmap is an array of u_short now | otto | 2011-05-12 | 1 | -2/+2 |
* | | | | Introduce leak detection code for MALLOC_STATS | otto | 2011-05-12 | 1 | -25/+165 |
* | | | | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. | otto | 2011-05-08 | 1 | -137/+141 |
* | | | | Make this script more generic and minimize differences between | jasper | 2011-05-05 | 1 | -8/+23 |
* | | | | Up until now, malloc scanned the bits of the chunk bitmap from | otto | 2011-05-05 | 1 | -32/+24 |
* | | | | Adjust to explicitly list ${libdir}. | jasper | 2011-05-03 | 1 | -4/+4 |
* | | | | Pull in <string.h> for memset() | guenther | 2011-05-01 | 1 | -1/+2 |
* | | | | Make the regress setup not assume the umask is 022 | guenther | 2011-05-01 | 1 | -3/+3 |
* | | | | Now that we use an array of u_short for the chunk bitmap change a few | otto | 2011-04-30 | 1 | -5/+5 |
* | | | | More efficient scanning for free chunks while not losing any randomization; | otto | 2011-04-30 | 1 | -21/+25 |
* | | | | uncomment fwprintf and wprintf tests | stsp | 2011-04-29 | 1 | -4/+4 |
* | | | | Tweak the description of the optional parts around =. Found this in my | otto | 2011-04-27 | 1 | -5/+7 |
* | | | | Regression test for floating point format directives in wprintf. | stsp | 2011-04-24 | 2 | -0/+223 |
* | | | | Fix spacing nit. | matthew | 2011-04-19 | 1 | -3/+3 |
* | | | | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ | matthew | 2011-04-05 | 2 | -22/+46 |
* | | | | Add a wcswidth man page (based on FreeBSD), and fix the implementation | stsp | 2011-04-04 | 3 | -5/+68 |
* | | | | back out previous commit. | beck | 2011-03-25 | 1 | -665/+0 |
* | | | | Add the following certs: | dhill | 2011-03-25 | 1 | -0/+665 |
* | | | | This script doesn't need write access to $curdir. Just check existence. | matthieu | 2011-03-24 | 1 | -3/+3 |
* | | | | tweak for clarity, ok millert@, jmc@ | espie | 2011-03-21 | 1 | -4/+4 |
* | | | | add a regress test for the vis and unvis functions. after finding one | deraadt | 2011-03-13 | 1 | -4/+90 |
* | | | | wrong type for variable; spotted by christian.siebert@cs.tu-chemnitz.de | deraadt | 2011-03-06 | 1 | -3/+3 |
* | | | | Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a new | guenther | 2011-03-05 | 3 | -44/+16 |
* | | | | Remove expired certs. | dhill | 2011-03-03 | 1 | -174/+0 |
* | | | | Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properly | matthew | 2011-03-02 | 1 | -2/+2 |
* | | | | fix from pr 6207. a bit more of an explanation: we write the correct | okan | 2011-02-12 | 1 | -4/+18 |
* | | | | fix for CVE-2011-0014 "OCSP stapling vulnerability"; | djm | 2011-02-10 | 2 | -2/+14 |
* | | | | Put -I${includedir} back into Cflags so configure script tests like | naddy | 2011-01-25 | 1 | -4/+8 |
* | | | | Correctly escape a literal colon in an enclosure; | schwarze | 2011-01-24 | 1 | -3/+3 |
* | | | | - simplify, krb5 handling is not needed. | jasper | 2011-01-21 | 2 | -27/+8 |
* | | | | a a -> a | lum | 2011-01-20 | 1 | -3/+3 |
* | | | | superceded -> superseded; | jmc | 2011-01-14 | 1 | -3/+3 |
* | | | | Minor tweaks to nc(1) man page and usage. | jeremy | 2011-01-09 | 2 | -16/+23 |
* | | | | Enable unix datagram support by treating ENOBUFS like EAGAIN. | jeremy | 2011-01-08 | 1 | -2/+2 |