Age | Commit message (Expand) | Author |
2014-06-27 | Avoid buffer overflow on max line length by ending string with just one \0. | Tobias Stoeckmann |
2014-06-27 | Split out mmap's compatibility flags into a separate section, so users | Matthew Dempsky |
2014-06-27 | Revise wording to reflect that callers should always specify (exactly) | Matthew Dempsky |
2014-06-27 | fix loading of private keys | Markus Friedl |
2014-06-27 | extra evil spaces snuck in over the last while | Theo de Raadt |
2014-06-27 | Standardize xfer byte counts to ssize_t rather than a mix of size_t and int | Miod Vallat |
2014-06-27 | Move to a smaller rbytes buffer and skip a random part. Not to | Otto Moerbeek |
2014-06-27 | Update list of .S depencies over assym.h. | Miod Vallat |
2014-06-27 | fix remote fwding with same listen port but different listen address | Markus Friedl |
2014-06-27 | Do not KASSERT an unsigned value being >= 0 after decrementing it; instead, | Miod Vallat |
2014-06-27 | Avoid buffer overflow if there were too many arguments, also adjust lenp | Tobias Stoeckmann |
2014-06-27 | knf, no functional change. | Andre de Oliveira |
2014-06-27 | save_errno botch; spotted by miod | Theo de Raadt |
2014-06-27 | hand-KNF macro the do { } while loops | Theo de Raadt |
2014-06-27 | hand-KNF the remaining bits | Theo de Raadt |
2014-06-27 | fix a comment; | Jason McIntyre |
2014-06-27 | Remove M_ASN1_New* macros which are only used in X509_PKEY_new() are obfuscate | Miod Vallat |
2014-06-26 | Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid() | Theo de Raadt |
2014-06-26 | Document that mmap() confirms to POSIX 2008, except that we generate | Matthew Dempsky |
2014-06-26 | Create temporary file with mkstemp and unlink if rename operation fails. | Tobias Stoeckmann |
2014-06-26 | Do not redirect STDERR of the main security(8) script to /dev/null, | Ingo Schwarze |
2014-06-26 | save errno in ERR_put_error(), so that SYSerr doesn't have any accidental | Theo de Raadt |
2014-06-26 | fix HD() misuse; from brent cook | Theo de Raadt |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |
2014-06-26 | fix format string when compiled with VIRTIO_DEBUG | Jasper Lievisse Adriaanse |
2014-06-26 | Work around compatibility problems with Intel ahci and Intel SSDs by retrying | Jonathan Matthew |
2014-06-26 | Convert several calloc calls to reallocarray. These calloc calls were | Lawrence Teo |
2014-06-26 | Document that VSCSI_I2T is a non-blocking operation and can be | Matthew Dempsky |
2014-06-25 | Handle escaped back slashes and missing new lines at end of line by using | Tobias Stoeckmann |
2014-06-25 | So it turns out that there is AML out there that asks for an access | Mark Kettenis |
2014-06-25 | Apply/fix OpenBSD tag. | Tobias Stoeckmann |
2014-06-25 | Check malloc return value for NULL. | Tobias Stoeckmann |
2014-06-25 | AT_BASE returns us the *address* of the start of ld.so, so | Bob Beck |
2014-06-25 | get the page of data at AT_SYSINFO_EHDR | Bob Beck |
2014-06-25 | comment fixes from theo | Bob Beck |
2014-06-25 | Possibly obtain a little bit of entropy from addresses returned | Bob Beck |
2014-06-25 | pf_translate doesn't use the mbuf argument anymore. | Mike Belopuhov |
2014-06-25 | O_NOFOLLOW would be very nice to have here if the version of linux | Bob Beck |
2014-06-25 | Explicitely specify address family when translation pool may contain | Mike Belopuhov |
2014-06-25 | Make stricter decisions when handling translation specifications. | Mike Belopuhov |
2014-06-25 | unblock SIGSEGV before raising it | Theo de Raadt |
2014-06-25 | ensure rc.d/nsd uses a correct exit code as per rc.subr(8); reported by | Stuart Henderson |
2014-06-25 | delete some leftovers. | Daniel Dickman |
2014-06-25 | I did enough significant changes and/or additions since 2007 after | Reyk Floeter |
2014-06-25 | sync copyright to reality according to my last changes | Reyk Floeter |
2014-06-25 | revert for now. Some aspects of tied code are currently broken in a fun | Marc Espie |
2014-06-25 | Fix a couple of small nits. | Vadim Zhukov |
2014-06-25 | If the Embedded Contoller device has a _STA method, evaluate it and bail out | Mark Kettenis |
2014-06-25 | Alexander Schrijver posted a diff to remove references to the c_rehash script, | Jason McIntyre |
2014-06-25 | document why we explicit_bzero | Theo de Raadt |