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