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