summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-01-21if_media.c needs net/if_var.h. This fixes the build with IFMEDIA_DEBUG.Theo de Raadt
2015-01-21complete the circle so all ql pages xref all other ql pagesTed Unangst
2015-01-21Do not need sys/cdefs.hTheo de Raadt
2015-01-21remove #if 0 cdefs.h blocksTheo de Raadt
2015-01-21To satisfy kernel grovellers and bad (but document) sysctlTheo de Raadt
2015-01-21Ooops, no need to include sys/cdefs.h.Reyk Floeter
2015-01-21httpd is based on relayd and had included many headers that are onlyReyk Floeter
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2015-01-21Remove the useless variable ifa in rt_getifa().Alexander Bluhm
2015-01-21Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze
2015-01-21By popular demand, put NFS, ipv6 and vlan support in sparc installation media.Miod Vallat
2015-01-21Improve overstriking. When overstriking a wider character with aIngo Schwarze
2015-01-21Build the argument list for halt/reboot without excessive use ofChristian Weisgerber
2015-01-21Truncate progname to NAME_MAX in the syslog message, to ensure otherTheo de Raadt