Age | Commit message (Expand) | Author |
2017-03-25 | Recognise vmm in dmesg to install "vmm-firmware" (the SeaBIOS package). | Stuart Henderson |
2017-03-25 | Split vmm_probe() into a vmm_enabled() function, to better follow the | Theo de Raadt |
2017-03-25 | document X509_Digest(3) and friends; | Ingo Schwarze |
2017-03-25 | document tweaked checksum behavior, reorder environment, remove old cruft. | Marc Espie |
2017-03-25 | document the public function X509_cmp_time(3); | Ingo Schwarze |
2017-03-25 | tweak checksums on delete to not happen by default, with an interface | Marc Espie |
2017-03-25 | correct RETURN VALUES; | Ingo Schwarze |
2017-03-25 | fix two more prototypes; | Ingo Schwarze |
2017-03-25 | correct prototypes; | Ingo Schwarze |
2017-03-25 | complete description of RETURN VALUES; | Ingo Schwarze |
2017-03-25 | minimal stub-quality documentation of EVP_MD_CTX_ctrl(3); | Ingo Schwarze |
2017-03-25 | Implement TLS ticket support in httpd. Off by default. Use | Claudio Jeker |
2017-03-25 | OpenSSL documented the public function BIO_printf(3) (and friends) | Ingo Schwarze |
2017-03-25 | Process more than one avail slot in vioblk ring, if requested by the | Mike Larkin |
2017-03-25 | document ASN1_tag2str(3); from OpenSSL commit 9e183d22 | Ingo Schwarze |
2017-03-25 | Boot using BIOS from /etc/firmware/vmm-bios by default. | Reyk Floeter |
2017-03-25 | The virtio spec says isr_status should be cleared to 0 on read, which | Mike Larkin |
2017-03-25 | implement missing vioblk reset function and improve the partially | Mike Larkin |
2017-03-25 | Implement some missing functionality and clean up some code in vmd | Mike Larkin |
2017-03-25 | Use explicit operand with SVM instructions as clang doesn't recognize the | Mark Kettenis |
2017-03-25 | Update RFC reference for TLSEXT_TYPE_padding. | Joel Sing |
2017-03-25 | Check tls1_PRF() return value in tls1_generate_master_secret(). | Joel Sing |
2017-03-25 | Update regress to match changes to tls1_PRF(). | Joel Sing |
2017-03-25 | More cleanup for tls1_PRF()/tls1_P_hash() - change the argument order of | Joel Sing |
2017-03-25 | For some options that are rarely needed in apropos(1) and man(1), | Ingo Schwarze |
2017-03-25 | Introduce a new function to obtain properly sized input data, and convert | Mike Larkin |
2017-03-25 | More PCI extended capabilities handling in pcidump. | Mike Larkin |
2017-03-25 | mention Opteron A1100 systems | Jonathan Gray |
2017-03-25 | mention fdt attachments | Jonathan Gray |
2017-03-24 | Check that syslogd(8) is still running if non critical errors happen | Alexander Bluhm |
2017-03-24 | Keep syslogd(8) running as long as possible. Regular programs | Alexander Bluhm |
2017-03-24 | correct my email address. thanks fcambus@ | Sebastian Benoit |
2017-03-24 | Implement a driver for Marvell's AHCI controller. This is in essence | Patrick Wildt |
2017-03-24 | Implement a driver for Marvell's XHCI controller. This is in essence | Patrick Wildt |
2017-03-24 | Simplify ASID allocation code considerably by allocating an ASID up front | Mark Kettenis |
2017-03-24 | Use the right header sizes for reading .aiff and .au files, ok ratchov | Nicholas Marriott |
2017-03-24 | There was a race in dosendsyslog() which resulted in a crash. | Alexander Bluhm |
2017-03-24 | Replace bcopy(3) with memmove(3) in function ttymsg(). Values of | Alexander Bluhm |
2017-03-24 | add a helper function to print all pools #ifdef MALLOC_STATS | Otto Moerbeek |
2017-03-24 | document new recallocarray diagnostic; zap a few diagnostics that should | Otto Moerbeek |
2017-03-24 | move recallocarray to malloc.c and | Otto Moerbeek |
2017-03-24 | Bump resolution of frequencies from kHz to Hz, since that is what the | Patrick Wildt |
2017-03-24 | Write raw strings in one go rather than character at a time. | Nicholas Marriott |
2017-03-24 | Mainline u-boot on the ClearFog seems to insert an empty memory region | Patrick Wildt |
2017-03-24 | Backout mlarkin's previous commit while he is away: | Reyk Floeter |
2017-03-24 | Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are | Nicholas Marriott |
2017-03-24 | Last bits of cleanup for linux/seabios support in i8253/i8259 emulation | Mike Larkin |
2017-03-24 | Handle guest interruptibility state - Reset the interruptibility state | Mike Larkin |
2017-03-24 | Exit to vmd on byte size PCI accesses. | Mike Larkin |
2017-03-24 | Allow vmd to proceed after an interrupt occurred after retiring a cpuid | Mike Larkin |