summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-27Update: add include/libdrm, sort include/EGL, add share/util-macrosMatthieu Herrb
2015-08-27After more than a decade it seems safe to conclude that amap_clean works.Mark Kettenis
2015-08-27Nuke some trailing whitespace that keeps coming back.Kenneth R Westerback
2015-08-27The syn cache is completely implemented in tcp_input.c. So all itsAlexander Bluhm
2015-08-27If we take the address of a function pointer, we might get a pointer toMark Kettenis
2015-08-27size for free()Theo de Raadt
2015-08-27missing va_end(); OK deraadtGleydson Soares
2015-08-27delete a comment about gcc -WuninitializedTheo de Raadt
2015-08-27document CDIOREADTOCENTRIES, rather than the misspelled (but equivalent)Jason McIntyre
2015-08-27fairly simple size for free()Theo de Raadt
2015-08-27sizes for free()Theo de Raadt
2015-08-27Access the image of the floating point registers via p_md.md_regs, instead ofMiod Vallat
2015-08-27When syslogd is reloading a modified config, it does a reexec onAlexander Bluhm
2015-08-27When the dynamic TCP update is reducing so->so_snd.sb_hiwat theAlexander Bluhm
2015-08-27add a type of "auth-doas" to the perm check to allow login.conf fiddlingTed Unangst
2015-08-27Improve libtls error messages.Joel Sing
2015-08-27Split the persistent/configuration flags from temporary state flags andJoel Sing
2015-08-27Change AEAD out_len argument to size_t instead of ssize_t - while here,Joel Sing
2015-08-27use explicit_bzero to clear some memory that had creds in it instead ofDavid Gwynne
2015-08-27backout previous for now, as it causes me portability problemsAlexandre Ratchov
2015-08-27fix typos in comments and error messagesAlexandre Ratchov
2015-08-27Allow sparse blocks to be used as silence if samples are encodedAlexandre Ratchov
2015-08-27fix commentPhilip Guenther
2015-08-27Remove SSLv3 support from LibreSSL regression tests.Doug Hogan
2015-08-27Make functions that are internal to tls verify static.Joel Sing
2015-08-27syncTheo de Raadt
2015-08-27Crank major version for libssl and libtls due to SSLv3 removal.Doug Hogan
2015-08-27Remove SSLv3 support from LibreSSL.Doug Hogan
2015-08-27simple sizes for free()Theo de Raadt
2015-08-27simple size for free()Theo de Raadt
2015-08-27simple sizes for free()Theo de Raadt
2015-08-27use strtonum to parse the number of lines of context.David Gwynne
2015-08-27ELF uberalles: remove #ifdef _NLIST_DO_ELF testsPhilip Guenther
2015-08-27Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalPhilip Guenther
2015-08-27Move the __rand48_* declarations into rand48.h, and then hide both themPhilip Guenther
2015-08-27Use kbind for lazy binding GOT/PLT updates on hppa.Philip Guenther
2015-08-27Add a boundary check for safety and use snprintf() to construct the IPYASUOKA Masahiko
2015-08-26Simple size for free(). These are a pleasure to convert when theTheo de Raadt
2015-08-26two simple sizes to free()Theo de Raadt
2015-08-26trivial size to free()Theo de Raadt
2015-08-26two simple free() sizesTheo de Raadt
2015-08-26More overflow checks in XML_GetBuffer(), adapted from FreeBSD securityMiod Vallat
2015-08-26Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost inMiod Vallat
2015-08-26Enhance setdisklabel() to ensure that the disk size and 'C'Kenneth R Westerback
2015-08-26tweak previous;Jason McIntyre
2015-08-26remove #ifdef OK_TO_WRITE_DISK which isn't used by default.Sebastien Marie
2015-08-26use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs.Sebastien Marie
2015-08-26Kill code that tries to handle 32-bit code that we're never going to use.Mark Kettenis
2015-08-26MBR must have priority over GPT.Kenneth R Westerback
2015-08-26Use the specialized m_copym2() preserving the alignment of the payloadMartin Pieuchot