Age | Commit message (Expand) | Author |
2014-06-28 | Fix 9 memory leaks. | Loganaden Velvindron |
2014-06-28 | Fix 2 memory leaks. | Loganaden Velvindron |
2014-06-28 | espie points out <string.h> is needed for the AUDIO_INITINFO() macro | Matthew Dempsky |
2014-06-28 | Dv blah , Dv bleh | Jason McIntyre |
2014-06-28 | audio(4) has nothing to do with <string.h> | Matthew Dempsky |
2014-06-28 | Use Fa for vscsi(4) ioctl() commands. | Matthew Dempsky |
2014-06-28 | Fix indenting for bio(4) and pci(4) ioctl()s. | Matthew Dempsky |
2014-06-28 | Add argument types for bio(4) ioctl() commands | Matthew Dempsky |
2014-06-28 | Use Dv and Fa as appropriate for describing video(4) ioctl() commands. | Matthew Dempsky |
2014-06-28 | Document the arg types for pci(4)'s ioctl() commands. | Matthew Dempsky |
2014-06-28 | Cleanup documentation for SCSI device driver ioctl()s. | Matthew Dempsky |
2014-06-28 | Add the userland facing drm header for nouveau. | Jonathan Gray |
2014-06-28 | Use strtonum() instead of atoi(), and then impose what are we think | Theo de Raadt |
2014-06-27 | Fix mmap() flag usage: explicitly specify MAP_PRIVATE and drop useless | Matthew Dempsky |
2014-06-27 | zap unneccessary punctuation; | Jason McIntyre |
2014-06-27 | When building a BN on the stack in BN_div(), make sure to initialize all its | Miod Vallat |
2014-06-27 | re-init and init code paths are now more shared, so the getpid()-based | Theo de Raadt |
2014-06-27 | Cleanup ioctl.2 slightly: | Matthew Dempsky |
2014-06-27 | Cleanup support for legacy mmap flags | Matthew Dempsky |
2014-06-27 | OpenBSD supports mmap() on block special files too. | Matthew Dempsky |
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 |