summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-03-24Allow returns from vmd after handling cpuid exits (handles the case whereMike Larkin
2017-03-24add viocon and a missing full stop in previous;Jason McIntyre
2017-03-24Show count of search results in copy mode.Nicholas Marriott
2017-03-24Add "supported targets" in lld --help output to be compatible with whatJonathan Gray
2017-03-24Add "(compatible with GNU linkers)" to the lld version output to avoidJonathan Gray
2017-03-23mkdir(2) and mkdirat(2) can also fail with EACCESS if write permissionTodd C. Miller
2017-03-23Set the maximum value of the msdos options to the value of LLONG_MAXPatrick Wildt
2017-03-23Add tests for SA grouped in bundles.Alexander Bluhm
2017-03-23Replace manual loop with SRPL_FOREACH_SAFE_LOCKED macro.Alexander Bluhm
2017-03-23Update to tzdata2017b from ftp.iana.orgTodd C. Miller
2017-03-23Allow to override location of ipsecctl tool with IPSECCTL environment.Alexander Bluhm
2017-03-23Fix printf() incantation for non-NULL terminated string.Kenneth R Westerback
2017-03-23It is perfectly valid to have a cert / key not owned by root; removeFlorian Obser
2017-03-23pull root check up, the parser will bomb out anywayFlorian Obser
2017-03-23Don't check for spamd_black twice in rc_pre and rc_start; just do everythingAntoine Jacoutot
2017-03-23Remove some obvious statement in previous commitMike Larkin