Age | Commit message (Expand) | Author |
2014-06-18 | fix format string if DEBUG | Miod Vallat |
2014-06-18 | Don't display "unable to open mandoc.db" error messages (SQLITE_CANTOPEN) | Stuart Henderson |
2014-06-18 | Always call atexit handlers as if they were registered with __cxa_atexit. | Mark Kettenis |
2014-06-18 | Add missing synchronization instructions. | Mark Kettenis |
2014-06-18 | Always keep length of cluster chain up to date, otherwise the drop of | Tobias Stoeckmann |
2014-06-18 | Fix off by one in pm_inusemap. | Tobias Stoeckmann |
2014-06-18 | tweak previous; | Jason McIntyre |
2014-06-18 | The ssh_get_bignum functions must accept the same range of bignums | Christian Weisgerber |
2014-06-18 | Update comment; there seems to be no PC-9801 extension board slot on | Kenji Aoyama |
2014-06-18 | trailing tabs arent needed. | David Gwynne |
2014-06-18 | Add regress tests to make sure arc4random(3) is reinitialized | Matthew Dempsky |
2014-06-18 | In ssl3_send_newsession_ticket(), fix a memory leak in an error path. | Miod Vallat |
2014-06-18 | Missinc calloc() return value check; ok deraadt@ | Miod Vallat |
2014-06-18 | Make sure to always invoke EVP_CIPHER_CTX_cleanup() before returning in the | Miod Vallat |
2014-06-18 | Use asprintf() instead of a fixed 128-byte size in SSL_CIPHER_description() | Miod Vallat |
2014-06-18 | In SSL_COMP_add_compression_method(), make sure error cases actually return | Miod Vallat |
2014-06-18 | Now that we have a dedicated getentropy(2) system call for | Matthew Dempsky |
2014-06-17 | Implement the membar(9) API for hppa. | Mark Kettenis |
2014-06-17 | Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANs | Stefan Fritsch |
2014-06-17 | We need to be more aggressive flushing L2 entries on RM7000 systems. | Miod Vallat |
2014-06-17 | Add membars to guarantee mtx_oldipl is written after locking and | Philip Guenther |
2014-06-17 | oops, committed debug version, to the tied hash was not used at all, | Marc Espie |
2014-06-17 | whitespace fix. | David Gwynne |
2014-06-17 | Revise previous: if a user calls STRIOCGETCWD two or more times in a row | Philip Guenther |
2014-06-17 | Convert malloc/memset to calloc, and remove pointless casts while here. | Lawrence Teo |
2014-06-17 | ansi function declarations. | David Gwynne |
2014-06-17 | ssl_session_cmp is not a sort function, can use CRYPTO_memcmp here too. | Ted Unangst |
2014-06-17 | The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock. | Jonathan Matthew |
2014-06-17 | Use MAP_INHERIT_ZERO in arc4random(3) | Matthew Dempsky |
2014-06-17 | Fix format string under MP_LOCKDEBUG | Tobias Ulmer |
2014-06-16 | Enable PCI power management on Lemote. | Paul Irofti |
2014-06-16 | Revert "Always create a local route for every configured IPv4 address", | Martin Pieuchot |
2014-06-16 | Allow autoinstall to fetch/install sets from multiple locations. | Robert Peichaer |
2014-06-16 | Merge NetBSD commit: | Tobias Stoeckmann |
2014-06-16 | tweak extraction for out-of-order archives: do a first pass | Marc Espie |
2014-06-16 | tweak the size_and support to be able to do stuff out of order | Marc Espie |
2014-06-16 | fix bug introduced by work-around: sets with nothing to do must be marked | Marc Espie |
2014-06-15 | Correct precedence for returned value. | Andrew Fresh |
2014-06-15 | free iv, then cleanse. from Cyril Jouve | Ted Unangst |
2014-06-15 | Use sizeof(struct file *) consistently for memcpy()'ing fd_ofiles. | Matthew Dempsky |
2014-06-15 | Fix vnode leak in systrace(4). | Matthew Dempsky |
2014-06-15 | Simplify EVP_MD_CTX_create() by just using calloc(). Also, use 0 rather | Joel Sing |
2014-06-15 | Simplify EVP_CIPHER_CTX_new() - stop pretending that EVP_CIPHER_CTX_init() | Joel Sing |
2014-06-15 | Add missing OPENSSL_cleanse() in aead_aes_gcm_cleanup(). | Joel Sing |
2014-06-15 | The OPENSSL_cleanse() in aes_gcm_cleanup() only cleans the gcm field of the | Joel Sing |
2014-06-15 | Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(), | Joel Sing |
2014-06-15 | Fix a few format string bugs with -DDEBUG | Stefan Fritsch |
2014-06-15 | Fix hang with virtio event_idx feature | Stefan Fritsch |
2014-06-15 | Decode ModR/M for 32-bit MOVSX instruction. | Paul Irofti |
2014-06-15 | Fix 0x67 prefixed LEA instruction. | Paul Irofti |