summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-25Apply/fix OpenBSD tag.Tobias Stoeckmann
2014-06-25Check malloc return value for NULL.Tobias Stoeckmann
2014-06-25AT_BASE returns us the *address* of the start of ld.so, soBob Beck
2014-06-25get the page of data at AT_SYSINFO_EHDRBob Beck
2014-06-25comment fixes from theoBob Beck
2014-06-25Possibly obtain a little bit of entropy from addresses returnedBob Beck
2014-06-25pf_translate doesn't use the mbuf argument anymore.Mike Belopuhov
2014-06-25O_NOFOLLOW would be very nice to have here if the version of linuxBob Beck
2014-06-25Explicitely specify address family when translation pool may containMike Belopuhov
2014-06-25Make stricter decisions when handling translation specifications.Mike Belopuhov
2014-06-25unblock SIGSEGV before raising itTheo de Raadt
2014-06-25ensure rc.d/nsd uses a correct exit code as per rc.subr(8); reported byStuart Henderson
2014-06-25delete some leftovers.Daniel Dickman
2014-06-25I did enough significant changes and/or additions since 2007 afterReyk Floeter
2014-06-25sync copyright to reality according to my last changesReyk Floeter
2014-06-25revert for now. Some aspects of tied code are currently broken in a funMarc Espie
2014-06-25Fix a couple of small nits.Vadim Zhukov
2014-06-25If the Embedded Contoller device has a _STA method, evaluate it and bail outMark Kettenis
2014-06-25Alexander Schrijver posted a diff to remove references to the c_rehash script,Jason McIntyre
2014-06-25document why we explicit_bzeroTheo de Raadt