| Commit message (Expand) | Author | Age | Files | Lines |
* | - Replace digicert 2nd-level cert with the root which issued it. | sthen | 2011-07-20 | 1 | -114/+247 |
* | on malloc flag S, set cache size to 0; will catch even more | otto | 2011-07-12 | 1 | -2/+6 |
* | Minor function name tweaks. | nicm | 2011-07-09 | 3 | -8/+8 |
* | Instead of documenting all the wide string functions in wmemchr(3), add | nicm | 2011-07-09 | 18 | -139/+1327 |
* | No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it. | mpf | 2011-07-08 | 1 | -2/+1 |
* | After a certain amount of fighting with the mbstowcs API, remove L from | nicm | 2011-07-08 | 1 | -4/+12 |
* | Pass CFLAGS (which contains -DOPENSSL_IA32_SSE2) to the perlasm | mpf | 2011-07-08 | 1 | -3/+3 |
* | timed's time is up. use ntpd(8). Even our own fossil developers | deraadt | 2011-07-07 | 1 | -2/+2 |
* | no more math(3); | jmc | 2011-07-07 | 9 | -32/+23 |
* | Fix some awful code in the example, pointed out by millert@. | nicm | 2011-07-05 | 1 | -3/+3 |
* | 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 |