summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-31add some details relating to SATA device power managementJonathan Matthew
2017-05-31fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bitsJonathan Matthew
2017-05-31use the ssh_dispatch_run_fatal variantMarkus Friedl
2017-05-31fold the vnetid and parent lines into a single encap line.David Gwynne
2017-05-31make vlan use their parents lladdr all the time, not just when theyre up.David Gwynne
2017-05-31another ctx => ssh conversion (in GSSAPI code)Damien Miller
2017-05-31use strerror; from Edgar PettijohnTheo de Raadt
2017-05-31typo; from Edgar PettijohnTheo de Raadt
2017-05-31avoid going outside array boundsJonathan Gray
2017-05-31spell out that custom options/extensions should follow the usual SSHDamien Miller
2017-05-31one more void *ctx => struct ssh *ssh conversionDamien Miller
2017-05-31close fd on an exit pathJonathan Gray
2017-05-31one more void *ctx => struct ssh *ssh conversionDamien Miller
2017-05-31Fix a memory leak in pkey_add() error path. All current callers fatalJonathan Gray
2017-05-31Add support for Ralink RT5360. From Kevin Lo who tested with aJonathan Gray
2017-05-31regenJonathan Gray
2017-05-31Add Ralink RT5360. From Kevin Lo.Jonathan Gray
2017-05-31Make gcc move switch tables into .rodata instead of .text on i386/amd64Stefan Kempf
2017-05-31fix possible OOB strlen() in SOCKS4A hostname parsing; ok markus@Damien Miller
2017-05-31make the AES-XTS mode a little more constant-time, though the AESDamien Miller
2017-05-30add option "query from <ip>" to ntpd.conf, to specify a local IPSebastian Benoit
2017-05-30Allow building the bootstrap with clang:Christian Weisgerber
2017-05-30syncStuart Henderson
2017-05-30Oops, this was RTP_BGP during development to be able to easier spotFlorian Obser
2017-05-30Make doas regression tests that involve doas running use a non-nosuidVadim Zhukov
2017-05-30remove no longer needed splnet/splx.Sebastian Benoit
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-30Use the CD bit (Cursor Disable) in the cursor start register to properlyFrederic Cambus
2017-05-30First pass to make bluhm@ happy regarding doas regress conf.Vadim Zhukov
2017-05-30event injection framework, will be used for other features coming shortlyMike Larkin
2017-05-30tweak previous;Jason McIntyre
2017-05-30MIN->MINIMUM, even though smb is currently disabled.Theo de Raadt
2017-05-30sizes for free()Theo de Raadt
2017-05-30remove XXX from the comments marking "holes" in the ioctls. I see veryHenning Brauer
2017-05-30remove DIOCCLRRULECTRS here as well, pt out by sashanHenning Brauer
2017-05-30tweak previous;Jason McIntyre
2017-05-30g/c DIOCCLRRULECTRSHenning Brauer
2017-05-30SVM: return EIO to vmd to stop the guest when it HLTs with interruptsMike Larkin
2017-05-30STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze
2017-05-30More minor virtio tweaksStefan Fritsch
2017-05-30Send a source link-layer address option with our solicitations.Florian Obser
2017-05-30Add missing KERNEL_LOCKs to a few error paths.Mike Larkin
2017-05-30Add RemoteCommand option to specify a command in the ssh configAlexander Bluhm
2017-05-30Header sys/scanio.h has been deleted, do not include it here.Alexander Bluhm
2017-05-30whitespace encountered during reviewTheo de Raadt
2017-05-30remove extended communities that have the transitive bit set fromSebastian Benoit
2017-05-30split vioblk read/write functions into start and finish as prep forTed Unangst
2017-05-30Remove never used ifdefs, define FATAL macro properly and define functionYASUOKA Masahiko
2017-05-30various mdoc(7) fixes, triggered by a smaller diff from Michael Reed on tech@Ingo Schwarze
2017-05-30FPU context save/restore for SVM in vmm(4), matches a previous diffMike Larkin