summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Add wcsdup(), from NetBSD.nicm2011-07-043-3/+120
* | | | Include tests of 80-bit long double precision (on platforms thatmartynas2011-07-031-1/+6
* | | | Add cephes.martynas2011-07-021-2/+2
* | | | Import Steve Moshier's printf/scanf tester.martynas2011-07-0213-0/+6335
* | | | switch to installing source manuals (base part)schwarze2011-06-231-262/+246
* | | | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudiomikeb2011-06-211-2/+2
* | | | as man page states, lower case undoes upper case. add support for little s,tedu2011-06-201-1/+5
* | | | Add the following certs:dhill2011-06-151-0/+563
* | | | fix wcscasecmp() parameters; <wchar.h> was correctnaddy2011-06-011-2/+2
* | | | tweak previous (my fault);jmc2011-05-281-4/+4
* | | | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@espie2011-05-283-5/+82
* | | | remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been sixjasper2011-05-261-3/+1
* | | | save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@otto2011-05-201-2/+6
* | | | introduce symbolic constant for initial number of regionsotto2011-05-181-2/+3
* | | | zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@otto2011-05-181-14/+8
* | | | Avoid fp computations for stats, this make calling malloc_dump() safe in moreotto2011-05-121-10/+7
* | | | fix comment, the bitmap is an array of u_short nowotto2011-05-121-2/+2
* | | | Introduce leak detection code for MALLOC_STATSotto2011-05-121-25/+165
* | | | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top.otto2011-05-081-137/+141
* | | | Make this script more generic and minimize differences betweenjasper2011-05-051-8/+23
* | | | Up until now, malloc scanned the bits of the chunk bitmap fromotto2011-05-051-32/+24
* | | | Adjust to explicitly list ${libdir}.jasper2011-05-031-4/+4
* | | | Pull in <string.h> for memset()guenther2011-05-011-1/+2
* | | | Make the regress setup not assume the umask is 022guenther2011-05-011-3/+3
* | | | Now that we use an array of u_short for the chunk bitmap change a fewotto2011-04-301-5/+5
* | | | More efficient scanning for free chunks while not losing any randomization;otto2011-04-301-21/+25
* | | | uncomment fwprintf and wprintf testsstsp2011-04-291-4/+4
* | | | Tweak the description of the optional parts around =. Found this in myotto2011-04-271-5/+7
* | | | Regression test for floating point format directives in wprintf.stsp2011-04-242-0/+223
* | | | Fix spacing nit.matthew2011-04-191-3/+3
* | | | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@matthew2011-04-052-22/+46
* | | | Add a wcswidth man page (based on FreeBSD), and fix the implementationstsp2011-04-043-5/+68
* | | | back out previous commit.beck2011-03-251-665/+0
* | | | Add the following certs:dhill2011-03-251-0/+665
* | | | This script doesn't need write access to $curdir. Just check existence.matthieu2011-03-241-3/+3
* | | | tweak for clarity, ok millert@, jmc@espie2011-03-211-4/+4
* | | | add a regress test for the vis and unvis functions. after finding onederaadt2011-03-131-4/+90
* | | | wrong type for variable; spotted by christian.siebert@cs.tu-chemnitz.dederaadt2011-03-061-3/+3
* | | | Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a newguenther2011-03-053-44/+16
* | | | Remove expired certs.dhill2011-03-031-174/+0
* | | | Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properlymatthew2011-03-021-2/+2
* | | | fix from pr 6207. a bit more of an explanation: we write the correctokan2011-02-121-4/+18
* | | | fix for CVE-2011-0014 "OCSP stapling vulnerability";djm2011-02-102-2/+14
* | | | Put -I${includedir} back into Cflags so configure script tests likenaddy2011-01-251-4/+8
* | | | Correctly escape a literal colon in an enclosure;schwarze2011-01-241-3/+3
* | | | - simplify, krb5 handling is not needed.jasper2011-01-212-27/+8
* | | | a a -> alum2011-01-201-3/+3
* | | | superceded -> superseded;jmc2011-01-141-3/+3
* | | | Minor tweaks to nc(1) man page and usage.jeremy2011-01-092-16/+23
* | | | Enable unix datagram support by treating ENOBUFS like EAGAIN.jeremy2011-01-081-2/+2