summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-10syncTheo de Raadt
2017-04-10Introducing freezero(3) a version of free that guarantees the processOtto Moerbeek
2017-04-10monir bump for freezeroOtto Moerbeek
2017-04-10Attempt to map msk(4) interrupt via MSI.Jonathan Gray
2017-04-10pasto; from <Jon dot Spillett at oracle dot com> via OpenSSL commit 3aaa1bd0Ingo Schwarze
2017-04-10typo fix; from <Jon dot Spillett at oracle dot com>Ingo Schwarze
2017-04-09Add a few missing quad-precision support functions on arm64 and reorder theMark Kettenis
2017-04-09Sync symbol lists for trap/interrupt frame detection with what ddb(4) usesPhilip Guenther
2017-04-09Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for theKenneth R Westerback
2017-04-09malloc -> mallocarray; a typoTheo de Raadt
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-04-09Convert a malloc(9) to mallocarray(9)David Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-04-09Use mallocarray to allocate multicast group memberships.David Hill
2017-04-09Correct wakeup() dance in sensor_task_work()Theo de Raadt
2017-04-09Simplify/clean up BUF_MEM_grow_clean().Joel Sing
2017-04-09With recallocarray() BUF_MEM_grow() is essentially the same asJoel Sing
2017-04-09Explicitly test for NULL.Joel Sing
2017-04-09Improve unknown protocol version handling.Joel Sing
2017-04-09Remove unused #define's and struct.Martin Natano
2017-04-09image/svg+xml is a default inbuilt media type.Florian Obser
2017-04-09Fix multiple cases of reading past the end of a buffer in the sasyncd(8)Jonathan Gray
2017-04-08snprintf() format string should be literalGleydson Soares
2017-04-08format string is better be literalGleydson Soares
2017-04-08For legacy interrupt use the tag of the topmost bridge to establish theMark Kettenis
2017-04-08Bring over the changes I made to the armv7 version of this driver such thatMark Kettenis
2017-04-08re-enable POOL_DEBUG after the release; ok deraadt@Christian Weisgerber
2017-04-08use .Em for emphasis, not .PaIngo Schwarze
2017-04-08Reduce the overburden of signed vs unsigned comparisons by sprinklingKenneth R Westerback
2017-04-08change a log message from "warn" to "debug" level, as the condition it isMike Larkin
2017-04-08implement nonspecific EOI mode for the legacy PICMike Larkin
2017-04-08implement channels 1 and 2 of the legacy PIT.Mike Larkin
2017-04-08Replace another snprintf() dance with easier to read code usingKenneth R Westerback
2017-04-08Replace a mess of snprintf() dances with easier to read code usingKenneth R Westerback
2017-04-08Document the devel/meson MODULE.Antoine Jacoutot
2017-04-08Make network ports work on Shasta.Visa Hankala
2017-04-08- localize the if, file and stat variables which also ensures thatRobert Peichaer
2017-04-08Sensors are run as callbacks inside tasks. During suspend a sensorTheo de Raadt
2017-04-08Use ADDR64 opcodes to specify 64bit DMA addresses for all buffers. ThisJonathan Matthew
2017-04-08Remove some #if 0 code that dates back to r1.1Mike Larkin
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2017-04-08Two prototypes for acpi_maptable; merge to one placeTheo de Raadt
2017-04-07Minimize differences in ifstart() function between netstart andRobert Peichaer
2017-04-07Align comments of ifstart() function in netstart and install.sub.Robert Peichaer
2017-04-07Sync variable names with netstart version of stripcom().Robert Peichaer
2017-04-07Align comments of stripcom() function in netstart and install.sub.Robert Peichaer
2017-04-07Extend the information shown by diskinfo() to help to identifyRobert Peichaer
2017-04-07In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.Alexander Bluhm