summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-31Use m_devget(9).Mark Kettenis
2016-07-31Use ansi style function declarations. No binary change.Jonathan Gray
2016-07-31regenJonathan Gray
2016-07-31Add Xeon E3-1200 v5 host bridge and some more Sunrise Point H PCH ids.Jonathan Gray
2016-07-31Recognise Cortex A35 and Cortex A73.Jonathan Gray
2016-07-31syncJonathan Gray
2016-07-31install acpials.4Jonathan Gray
2016-07-31Instead of testing MIDR values for every model of Cortex processor checkJonathan Gray
2016-07-30Revert unneeded version bump for perl modulesAndrew Fresh
2016-07-30use the style from the man page examples for getaddrinfo, which makes aAlexander Hall
2016-07-30syncStuart Henderson
2016-07-30Check for wraparound before the "commit" phase of uvm_map() and uvm_mapanon(),Mark Kettenis
2016-07-30Add a few checks for potential integer overflow and underflow related to theMark Kettenis
2016-07-30add acpials(4), an acpi driver for ambient light sensorsJoshua Stein
2016-07-30add an authors section for some drivers i authoredJoshua Stein
2016-07-30hook up regression tests for jot(1)Theo Buehler
2016-07-30Add regression tests for jot(1).Theo Buehler
2016-07-30test suite for the new mandoc.db(5) format;Ingo Schwarze
2016-07-30Remove disabled jumbo frame checks. They will not be neededVisa Hankala
2016-07-30Drop a redundant parameter of octeon_eth_buf_free_work().Visa Hankala
2016-07-30Stop pretending we can still boot without an FDT. Remove the code pathsMark Kettenis
2016-07-30Remove compat code.Antoine Jacoutot
2016-07-30This is effectively a ksh(1) script.Antoine Jacoutot
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-07-30old keys no longer neededTheo de Raadt
2016-07-29Add a periodic timer to workaround missing completion eventsMike Belopuhov
2016-07-29Disable receive ring slot accountingMike Belopuhov
2016-07-29Move xen interrupt handlers to dedicated task queuesMike Belopuhov
2016-07-29Loop until we've read all available responsesMike Belopuhov
2016-07-29add a check that the arguments to isavail don't overflow.Ted Unangst
2016-07-29Fix regression introduced by patch to CVE-2016-0718: Tag names were cut off i...Remi Pointel
2016-07-29all of the update functions take a size_t. correct type and casts.Ted Unangst
2016-07-29Update TX completion event index when putting a packet on the ringMike Belopuhov
2016-07-29Reduce the amount of sent RX producer notifications; from FreeBSDMike Belopuhov
2016-07-29Reduce the amount of sent TX producer notifications; from FreeBSDMike Belopuhov
2016-07-29max name servers is currently 5, not 3, apparently;Jason McIntyre
2016-07-29Allow starting a VM again after it was terminatedStefan Kempf
2016-07-29Bump copyright in files that I touched last.Reyk Floeter
2016-07-29Add support for common WebDAV methods; from httpd.Reyk Floeter
2016-07-29log ip addresses as well in authentication phaseGiovanni Bechis
2016-07-29Only flush the virtual page if it was actually mapped. OtherwisePatrick Wildt
2016-07-29Reorder code to avoid a divide by zero when there are no sensors.Jonathan Gray
2016-07-28Store the acpi processor ID/UID in struct cpu_info, and use it to attachMark Kettenis
2016-07-28rework realloc loop. there's no need to shrink the allocation betweenTed Unangst
2016-07-28strncmp is a more reasonable way to check the beginning of a string.Ted Unangst
2016-07-28these programs probably do not need to use TMPDIR. ok florianTed Unangst
2016-07-28after getenv, check for empty string too. ok millertTed Unangst
2016-07-28Remove top level ring processing loops as too ambiguousMike Belopuhov
2016-07-28Typo in the installation notes, from Roman Yakovlev.Vadim Zhukov
2016-07-28remove note about command substitution and double quotes: it is probableJason McIntyre