summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-21Run the part of the interrupt handler that does rx completion without holdingMark Kettenis
2015-08-21Increase the input side socket buffer size for "check icmp" not toYASUOKA Masahiko
2015-08-21Use reallocarray() instead of malloc() before strvisx().Reyk Floeter
2015-08-21The WebDAV MOVE method was not included in the switch statementReyk Floeter
2015-08-21Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL.Doug Hogan
2015-08-21use vaddr_t for kernel va range calculation instead of paddr_t. No binaryMike Larkin
2015-08-21spacesTheo de Raadt
2015-08-21enable beep and CD controls on ALC292Jonathan Gray
2015-08-21openssh-7.1Damien Miller
2015-08-21fix inverted logic that broke PermitRootLogin;Damien Miller
2015-08-21re-enable *8.David Gwynne
2015-08-21KNFTheo de Raadt
2015-08-21correctly indent a line to make the intent clearJonathan Gray
2015-08-21since stdlib.h is in scope, don't cast.... you know the drill.Theo de Raadt
2015-08-21Fix typo: MODLUA_DEAFULT_VERSION to MODLUA_DEFAULT_VERSION.Anthony J. Bentley
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-08-20Do not need to cast malloc(). stdlib.h is brought in via a local .h file.Theo de Raadt
2015-08-20Two reallocarray() conversions that were missed earlier.Todd C. Miller
2015-08-20Do not cast a size_t to (unsigned long) to pass it as an argument to malloc.Theo de Raadt
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-08-20Got stdlib.h -> do not need to cast from void *Theo de Raadt
2015-08-20All these files include <stdlib.h>, so do not need to castTheo de Raadt
2015-08-20remove cast of malloc(), since stdlib.h is includedTheo de Raadt
2015-08-20remove casts which are not neededTheo de Raadt
2015-08-20Respect the access size when reading or writing to pci config space.Mark Kettenis
2015-08-20Avoid left-shifting a negative integer, which is undefined. ReplaceChristian Weisgerber
2015-08-20In the certificates section, be consistent about using "host_key"Christian Weisgerber
2015-08-20syncTheo de Raadt
2015-08-20Show program name for permission failure messages.Rafael Zalamena
2015-08-20Use the IPD Clock Count register as a timecounter, making the clockVisa Hankala
2015-08-20Change httpd(8) to use C99-style fixed-width integers (uintN_t insteadReyk Floeter
2015-08-20Make ART internals free of 'struct sockaddr'.Martin Pieuchot
2015-08-20In an email dated 11 Feb 2015, Yoichi Hariguchi accepted to re-licenseMartin Pieuchot
2015-08-20Import an alternative routing table backend based on Yoichi Hariguchi'sMartin Pieuchot
2015-08-20use SOCK_NONBLOCK when making a socket instead of ioctl FIONBIO.David Gwynne
2015-08-20avoid ioctl FIONBIO by passing SOCK_NONBLOCK to the things we getDavid Gwynne
2015-08-20ignore SIGPIPE so we can handle the write(2) failures.David Gwynne
2015-08-20Enable audio on Thinkpad docks. Help from jsg@ for the *40 / *50 seriesMike Larkin
2015-08-20reactivate tame()Theo de Raadt
2015-08-20syncTheo de Raadt
2015-08-20remove unused vesafb code, had been commented out and not compiled in forMike Larkin
2015-08-20Remove an unused #include file from i386 and amd64 pmap.hMike Larkin
2015-08-20bump to 2.3.0 for the next LibreSSL release cycleBrent Cook
2015-08-19Properly handle missing TLS extensions in client hello as a non-failure.Brent Cook
2015-08-19Better compat matching for WinSCP, add compat matching forDamien Miller
2015-08-19fix double-free() in error path of DSA key generation reported byDamien Miller
2015-08-19fix free() of uninitialised pointer reported by Mateusz Kocielski;Damien Miller
2015-08-19fixed unlink([uninitialised memory]) reported by Mateusz Kocielski;Damien Miller