summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-05-04fix junk characters after quotesDamien Miller
2016-05-04Add high-speed support for SD cards. In theory this should double theMark Kettenis
2016-05-04Correct the description of the != operator in arithmetic expansion;Ingo Schwarze
2016-05-04Don't mask pins configured as direct IRQ. Those are tied directly to the APICMark Kettenis
2016-05-04Fall back to "safe-value" when "unmanage-value" is not evailable toMartin Pieuchot
2016-05-04line editing correction; from andras farkasJason McIntyre
2016-05-04Remove old cruft.Vadim Zhukov
2016-05-04Add ERRORS section (requested by bluhm@). While there, move start ofVadim Zhukov
2016-05-04Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl andVadim Zhukov
2016-05-03Print missing newline if we bail out because of a uid mismatch.Mark Kettenis
2016-05-03Fix regression on usermod/userdel by calling getpwnam_shadow(3) and savingRicardo Mestre
2016-05-03Fix some Perl statements perlcritic was bitching about: VariableAlexander Bluhm
2016-05-03listen directive may use a table for authentication, to make this work theJoerg Jung
2016-05-03correct article;Jason McIntyre
2016-05-03Fix test after changing default column size from 60 to 80.Martijn van Duren
2016-05-03Also remove -DINET6 here, noticed by teduJeremie Courreges-Anglas
2016-05-03Remove INET6 #ifdefsJeremie Courreges-Anglas
2016-05-03To test syslogd compatibility rsyslog is used as remote server.Alexander Bluhm
2016-05-03These tests depended on whatever the user's locale was,Ingo Schwarze
2016-05-03Regression tests for fold(1).Ingo Schwarze
2016-05-03fix overriding of StreamLocalBindMask and StreamLocalBindUnlink inDamien Miller
2016-05-03Set umask to prevent "Bad owner or permissions" errors.Darren Tucker
2016-05-03don't forget to include StreamLocalBindUnlink in the configDamien Miller
2016-05-03make nethack^wrandomart fingerprint flag more readily searchableDamien Miller
2016-05-03Stop using a soft-interrupt context to process incoming network packets.Martin Pieuchot