summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-07Term::ReadKey vendor import, as discussed with millert@ and afresh1@Marc Espie
2016-05-07Stop printing the "ioapic0: misconfigured as apic..." messages. BasicallyMark Kettenis
2016-05-07Free memory if realloc fails. The application is most likely to terminate afterMartijn van Duren
2016-05-07Remove duplicate check.Martin Pieuchot
2016-05-07Use rtalloc_mpath() when checking for local route entries because weMartin Pieuchot
2016-05-07set the high speed enable bit if the timing isn't SDMMC_TIMING_LEGACYJonathan Gray
2016-05-07add support for changing the bus width and set the 4-bit mode capabilityJonathan Gray
2016-05-06Remove #ifdef INET6 bits, missed in a commit earlier this weekJeremie Courreges-Anglas
2016-05-06Reset the bus width back to 1-bit when resetting the host. Makes imxesdhc(4)Mark Kettenis
2016-05-06Revert the previous commit. There still are bad interactions between theMark Kettenis
2016-05-06typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD)Ingo Schwarze
2016-05-06In verbose mode, print the router preference contained in RAs.Jeremie Courreges-Anglas
2016-05-06Unconfuse things by renaming variables to match their contents.Joel Sing
2016-05-06A few regression tests for libedit readline(3) compat code.Ingo Schwarze
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"Ingo Schwarze
2016-05-06Make sure we always update both bits that control the bus width. Also makeMark Kettenis
2016-05-06Round the requested clock frequency down to a support value instead ofMark Kettenis
2016-05-06Fix the DMA transfer code to repect the block size in the sdmmc command.Mark Kettenis
2016-05-06Fix efiboot not to hang with a disk whose block size < 512.YASUOKA Masahiko
2016-05-05r1.10 of if_bnx.c effectively removed the limit on the number of segments inJonathan Matthew
2016-05-05show what we're doing when reordering libraries, otherwise the textStuart Henderson
2016-05-05Bump up the clock to 25 MHz before trying to read the SCR register of an SDMark Kettenis
2016-05-05Remove __sigblockset. This is a leftover after the removal of the signalMartijn van Duren
2016-05-05Remove uvm_mapentry_freecmp which has been unused for yearsStefan Kempf
2016-05-05Add Dual Data Rate support for eMMC at 52MHz.Mark Kettenis
2016-05-05Populate SCSI inquiry data with information from SD and MMC cards.Mark Kettenis
2016-05-05Add support for named initializers for anonymous structs/unions. This is aMark Kettenis
2016-05-05Fix one of the reads past the end of the buffer. FoundAlexandre Ratchov
2016-05-05Fix a pasto; from Michal Mazurek <akfaew at jasminek dot net>.Ingo Schwarze
2016-05-05syncJonathan Gray
2016-05-05Return ENOTTY in acpithinkpad backlight get/set ioctls if the maximumJonathan Gray
2016-05-04Fix up a couple of long lines.Nicholas Marriott
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2016-05-04Kill #ifdef INET6 occurrences in userland.Jeremie Courreges-Anglas
2016-05-04Use BUS_DMA_OVERRUN to cope with the broken DMA engine of the Davicom DM9102Mark Kettenis
2016-05-04Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMAMark Kettenis
2016-05-04fix for integer overflow in encode and encrypt update functions.Ted Unangst
2016-05-04fix a padding oracle in aesni cbc mac check. there must be enough dataTed Unangst
2016-05-04internal only negative types should not be handled here.Ted Unangst
2016-05-04be careful about consuming excessive memory by reading in chunks.Ted Unangst
2016-05-04revert the big change from yesterday to prepare for smaller commits.Ted Unangst
2016-05-04add IdentityAgent; noticed & ok jmc@Markus Friedl
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-04allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@Markus Friedl
2016-05-04move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@Markus Friedl
2016-05-04Print SD host controller version.Mark Kettenis
2016-05-04missing const in prototypes (ssh1)Markus Friedl
2016-05-04Fix inverted logic for updating StreamLocalBindMask which would cause theDarren Tucker
2016-05-04Preserve DiffServ value when fragmenting an ipv4 packet.Vincent Gross
2016-05-04IdentityAgent for specifying specific agent sockets; ok djm@Markus Friedl