summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-23move from deferring vd requests with a task per message to a ringDavid Gwynne
2015-01-23get the args right for the fallback atomic_{cas,swap}_ptrDavid Gwynne
2015-01-23zap trailing whitespace;Jason McIntyre
2015-01-23Remove the OK and ERR macros. They obfuscate the code and don'tTed Unangst
2015-01-23don't need to define debugging 0 anymoreTed Unangst
2015-01-23minor debug removal cleanupTed Unangst
2015-01-23remove debug code.Ted Unangst
2015-01-23Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze
2015-01-22Slightly improve \w width measurements:Ingo Schwarze
2015-01-22delete useless casts. ok deraadt guenther millertTed Unangst
2015-01-22remove a stupid -Wstrict-prototype warning by making the hash functionTed Unangst
2015-01-22Traditional roff(7) explicitly allows certain control charactersIngo Schwarze
2015-01-22Fix logic botch causing warnings with Clang. Reported by dhill, matchesMiod Vallat
2015-01-22Possibly uninitialized variable. From Clang via dhill.Miod Vallat
2015-01-22heirarchy -> hierarchy;Jason McIntyre
2015-01-22Document that changes made to the directory hierarchy of the chrootTodd C. Miller
2015-01-22Provide a warning about chroot misuses (which sadly, seem to have becomeTheo de Raadt
2015-01-22pool_setipl() on both pmap pools as a workaround for some sort of MPTheo de Raadt
2015-01-22Don't let a failing mparse_open() clobber the filename pointer;Ingo Schwarze
2015-01-22Processing $OpenBSD$ as well as sccs's @(#) is an OpenBSD extension, andKenneth R Westerback
2015-01-22Use /etc/services names in all the default pf rules (most alreadyKenneth R Westerback
2015-01-22Clean up includes, while here fix a white space which lead to a falseFlorian Obser
2015-01-22Let powerpc's bus_space(9) use the same pmap and uvm interfaces than theMartin Pieuchot
2015-01-22Clean up the relayd headers with help of include-what-you-use and someReyk Floeter
2015-01-22Only allow the -r flag when sending a message; from Martin BrandenburgTodd C. Miller
2015-01-22spacingReyk Floeter
2015-01-22spacingReyk Floeter
2015-01-22wrap long lines; spacing.Reyk Floeter
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-22syncTheo de Raadt
2015-01-22Use field names in struct initialisers.Joel Sing
2015-01-22last entry in NAME should not have a trailing comma;Jason McIntyre
2015-01-22Reduce the number of intermediate buffers by pre-allocating DMA buffersMartin Pieuchot
2015-01-22Use correct error type and remove unused interface pointer.Martin Pieuchot
2015-01-22Add MLINK for tls_config_set_ca_mem()Reyk Floeter
2015-01-22LibreSSL now supports loading of CA certificates from memory, replaceReyk Floeter
2015-01-22Allow to to load the CA chain directly from memory instead ofReyk Floeter
2015-01-22Support CA verification in chroot'ed processes without direct fileReyk Floeter
2015-01-22Add X509_STORE_load_mem() to load certificates from a memory bufferReyk Floeter
2015-01-22delete annoying white space that annoyTheo de Raadt
2015-01-22Make it obvious which openssl test complained and whether it was expected.Doug Hogan
2015-01-22Recognise 'F'/'f' constant suffix for single precision floating point.Jonathan Gray
2015-01-22pool_chk_page iterates over a pages free item lists and checks thatDavid Gwynne
2015-01-22Assume that the size of a pointer will not change at runtime.Brent Cook
2015-01-22amd's nfs_prot.x file has some tweaks from the standard; automate them with ed.Philip Guenther
2015-01-22bring back r1.80:David Gwynne
2015-01-22Make syslogd tests more reliable on slow machines. All tests passAlexander Bluhm
2015-01-22Do not need to include <sys/cdefs.h> when headers included above end upTheo de Raadt
2015-01-21tweak previous; ok schwarzeJason McIntyre
2015-01-213 different .h files here include ioccom.h. Do not need to include it directlyTheo de Raadt