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