summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-15Fix 0x67 prefixed near CALL decoding.Paul Irofti
2014-06-15oops, typo. James Hartley is fast at trying -currentTheo de Raadt
2014-06-15In srandomdev(), use arc4random_buf() instead of from the kernel.Theo de Raadt
2014-06-14Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fallJonathan Matthew
2014-06-14Rather than truncating KERN_ARND requests silently, return EINVALTheo de Raadt
2014-06-14temporarily (maybe 3 weeks?) crank KERN_ARND maximum buffer from 256Theo de Raadt
2014-06-14Make _dl_randombuf invoke sysctl KERN_ARND in 256-byte chunks, for this isMiod Vallat
2014-06-14Avoid infinite loop if cluster chain is a cyclic list.Tobias Stoeckmann
2014-06-14syncTheo de Raadt
2014-06-14Change return value of getentropy() to int 0 for success. MaximumTheo de Raadt
2014-06-14Fix memory leaks in bootblock handling.Tobias Stoeckmann
2014-06-14Fix regression of 1.16: write fsinfo, not block into FSInfo region.Tobias Stoeckmann
2014-06-14Fix regression of 1.20 by properly incrementing pointer.Tobias Stoeckmann
2014-06-14Add more bounded attributes to the buffer and md5/sha headers in libsslAnil Madhavapeddy
2014-06-14Fix a couple systrace(4) nitsMatthew Dempsky
2014-06-14Update documentation for STRIOCGETCWD.Matthew Dempsky
2014-06-13Remove support for "union wait" and WSTOPPED.Matthew Dempsky