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