| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC:OPENBSD_4_7 | djm | 2011-02-11 | 1 | -1/+7 |
* | Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se... | jasper | 2010-12-15 | 2 | -0/+8 |
* | - Apply security fix for CVE-2010-3864. | jasper | 2010-11-17 | 1 | -4/+14 |
* | ecurity fix for CVE-2010-0740 | jasper | 2010-03-31 | 1 | -3/+4 |
* | This commit was manufactured by cvs2git to create branch 'OPENBSD_4_7'. | cvs2svn | 2010-03-10 | 827 | -252519/+0 |
* | It's unsetenv() that doesn't like `=' in the argument, not putenv(). | kili | 2010-03-10 | 1 | -3/+3 |
* | cherrypick patch from OpenSSL 0.9.8m: | djm | 2010-03-04 | 7 | -14/+20 |
* | Fix the atelnet() function, which was wrong in several ways. | nicm | 2010-02-27 | 1 | -13/+13 |
* | Fix the worst among the fatal block-nesting issues we have in our tree, | schwarze | 2010-02-23 | 1 | -4/+4 |
* | Our groff does not handle all cases of nested displays properly, so | schwarze | 2010-02-18 | 1 | -6/+6 |
* | Sync with current state of the tree. | miod | 2010-02-14 | 1 | -2/+2 |
* | Test mkstemps() too | guenther | 2010-02-11 | 1 | -26/+87 |
* | Add a regression suite for mkstemp(), verifying that it neither overruns | guenther | 2010-02-11 | 3 | -2/+116 |
* | Use size_t in appropriate places; fixes sorting of big arrays; | otto | 2010-02-08 | 1 | -9/+10 |
* | use size_t to index arrays; avoids big array bugs; ok millert@ guenther@ | otto | 2010-02-08 | 1 | -1/+1 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 5 | -23/+25 |
* | add a fix from OpenSSL CVS for SA38200. | jasper | 2010-01-31 | 2 | -20/+14 |
* | stucture -> structure; | jmc | 2010-01-25 | 1 | -3/+3 |
* | New options 'S', as a shorthand for the options most suitable as an | otto | 2010-01-13 | 2 | -3/+9 |
* | new ipsca root. | dlg | 2009-12-31 | 1 | -0/+108 |
* | ipsca has expired | dlg | 2009-12-31 | 1 | -51/+0 |
* | replace a few remaining UNIX terms with .Ux macros; this diff | sobrado | 2009-12-29 | 1 | -4/+4 |
* | save calls to arc4random() by using a nibble at a time; not because | otto | 2009-12-16 | 1 | -24/+27 |
* | No point in refreshing the pid from inside arc4_stir() when that | guenther | 2009-12-15 | 1 | -6/+15 |
* | Add a test for sleep(3), to verify that it both (a) returns zero when it | guenther | 2009-12-14 | 2 | -0/+97 |
* | plug a memory leak; found by parfait, ok djm | deraadt | 2009-12-11 | 1 | -0/+2 |
* | Make userland malloc use __LDPGSZ granularity on mips, regardless of the | miod | 2009-12-07 | 1 | -1/+3 |
* | missing word; | jmc | 2009-12-05 | 1 | -3/+3 |
* | Switch the chunk_info lists to doubly-linked lists and use the queue | otto | 2009-11-27 | 1 | -51/+34 |
* | Don't forget to fill region from the cache with junk if needed in one case; | otto | 2009-11-27 | 1 | -1/+3 |
* | No need to clear a mmapped region; from Fabien Romano and Jonathan | otto | 2009-11-27 | 1 | -2/+1 |
* | Add a (hopefully) comprehensive regression test of how stdio functions | guenther | 2009-11-21 | 3 | -2/+264 |
* | Add regression tests for stdio threading. Originally by blambert with | guenther | 2009-11-19 | 15 | -1/+511 |
* | More shrinkage, a bit for ramdisks but mostly for static binaries: | guenther | 2009-11-18 | 5 | -392/+445 |
* | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from | markus | 2009-11-10 | 10 | -12/+40 |
* | permit -DMALLOC_STATS to compile again | todd | 2009-11-02 | 1 | -2/+2 |
* | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | sobrado | 2009-10-31 | 4 | -8/+8 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | deraadt | 2009-10-27 | 3 | -30/+3 |
* | write UNIX-domain in a more consistent way; while here, replace a | sobrado | 2009-10-22 | 1 | -5/+5 |
* | use the UNIX-related macros (.At and .Ux) where appropriate. | sobrado | 2009-10-22 | 1 | -4/+8 |
* | Check mmap return value against MAP_FAILED not NULL. | pirofti | 2009-10-20 | 1 | -2/+2 |
* | teach gdtoa & its subroutines that malloc can fail; in which case | martynas | 2009-10-16 | 2 | -2/+6 |
* | another cert that makes godaddy.com and launchpad.net (among others) happy. | fgsch | 2009-10-12 | 1 | -0/+51 |
* | rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ | otto | 2009-10-10 | 1 | -25/+28 |
* | Do not write "Connection to ... succeeded" messages to stdout. | mpf | 2009-10-08 | 1 | -3/+5 |
* | doing numeric lookups without specifying an ai_socktype fails no longer. | claudio | 2009-09-14 | 1 | -2/+8 |
* | make getaddrinfo(3) accept numeric servname when ai_socktype is not | fgsch | 2009-09-02 | 1 | -4/+2 |
* | replace ".Ar file ..." with ".Ar" whenever possible. | sobrado | 2009-08-16 | 1 | -27/+27 |
* | various MLINK fixes from Alan R. S. Bueno; | jmc | 2009-08-13 | 1 | -3/+3 |
* | remove expired certificates and add startcom ltd. | fgsch | 2009-08-08 | 1 | -839/+148 |