summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-28Fix 9 memory leaks.Loganaden Velvindron
2014-06-28Fix 2 memory leaks.Loganaden Velvindron
2014-06-28espie points out <string.h> is needed for the AUDIO_INITINFO() macroMatthew Dempsky
2014-06-28Dv blah , Dv blehJason McIntyre
2014-06-28audio(4) has nothing to do with <string.h>Matthew Dempsky
2014-06-28Use Fa for vscsi(4) ioctl() commands.Matthew Dempsky
2014-06-28Fix indenting for bio(4) and pci(4) ioctl()s.Matthew Dempsky
2014-06-28Add argument types for bio(4) ioctl() commandsMatthew Dempsky
2014-06-28Use Dv and Fa as appropriate for describing video(4) ioctl() commands.Matthew Dempsky
2014-06-28Document the arg types for pci(4)'s ioctl() commands.Matthew Dempsky
2014-06-28Cleanup documentation for SCSI device driver ioctl()s.Matthew Dempsky
2014-06-28Add the userland facing drm header for nouveau.Jonathan Gray
2014-06-28Use strtonum() instead of atoi(), and then impose what are we thinkTheo de Raadt
2014-06-27Fix mmap() flag usage: explicitly specify MAP_PRIVATE and drop uselessMatthew Dempsky
2014-06-27zap unneccessary punctuation;Jason McIntyre
2014-06-27When building a BN on the stack in BN_div(), make sure to initialize all itsMiod Vallat
2014-06-27re-init and init code paths are now more shared, so the getpid()-basedTheo de Raadt
2014-06-27Cleanup ioctl.2 slightly:Matthew Dempsky
2014-06-27Cleanup support for legacy mmap flagsMatthew Dempsky
2014-06-27OpenBSD supports mmap() on block special files too.Matthew Dempsky
2014-06-27Avoid buffer overflow on max line length by ending string with just one \0.Tobias Stoeckmann
2014-06-27Split out mmap's compatibility flags into a separate section, so usersMatthew Dempsky
2014-06-27Revise wording to reflect that callers should always specify (exactly)Matthew Dempsky
2014-06-27fix loading of private keysMarkus Friedl
2014-06-27extra evil spaces snuck in over the last whileTheo de Raadt
2014-06-27Standardize xfer byte counts to ssize_t rather than a mix of size_t and intMiod Vallat
2014-06-27Move to a smaller rbytes buffer and skip a random part. Not toOtto Moerbeek
2014-06-27Update list of .S depencies over assym.h.Miod Vallat
2014-06-27fix remote fwding with same listen port but different listen addressMarkus Friedl
2014-06-27Do not KASSERT an unsigned value being >= 0 after decrementing it; instead,Miod Vallat
2014-06-27Avoid buffer overflow if there were too many arguments, also adjust lenpTobias Stoeckmann
2014-06-27knf, no functional change.Andre de Oliveira
2014-06-27save_errno botch; spotted by miodTheo de Raadt
2014-06-27hand-KNF macro the do { } while loopsTheo de Raadt
2014-06-27hand-KNF the remaining bitsTheo de Raadt
2014-06-27fix a comment;Jason McIntyre
2014-06-27Remove M_ASN1_New* macros which are only used in X509_PKEY_new() are obfuscateMiod Vallat
2014-06-26Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid()Theo de Raadt
2014-06-26Document that mmap() confirms to POSIX 2008, except that we generateMatthew Dempsky
2014-06-26Create temporary file with mkstemp and unlink if rename operation fails.Tobias Stoeckmann
2014-06-26Do not redirect STDERR of the main security(8) script to /dev/null,Ingo Schwarze
2014-06-26save errno in ERR_put_error(), so that SYSerr doesn't have any accidentalTheo de Raadt
2014-06-26fix HD() misuse; from brent cookTheo de Raadt
2014-06-26Calling in{6,}_purgeaddr() is not enough to remove an address fromMartin Pieuchot
2014-06-26fix format string when compiled with VIRTIO_DEBUGJasper Lievisse Adriaanse
2014-06-26Work around compatibility problems with Intel ahci and Intel SSDs by retryingJonathan Matthew
2014-06-26Convert several calloc calls to reallocarray. These calloc calls wereLawrence Teo
2014-06-26Document that VSCSI_I2T is a non-blocking operation and can beMatthew Dempsky
2014-06-25Handle escaped back slashes and missing new lines at end of line by usingTobias Stoeckmann
2014-06-25So it turns out that there is AML out there that asks for an accessMark Kettenis