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