summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-22tab->space; consistent with the other sysctl values.Antoine Jacoutot
2014-07-22Drop quotes and mention that 3 and not 2 variables can be overridden.Antoine Jacoutot
2014-07-22Tweak after recebt rc.securelevel change.Antoine Jacoutot
2014-07-22use ansi style function declarationsJonathan Gray
2014-07-22Convert from <sys/endian.h> to the shiney new <endian.h>Philip Guenther
2014-07-22Handle failure of NETSCAPE_SPKI_b64_encode() and don't leak memoryPhilip Guenther
2014-07-22Use Cm instead of Li for 'MASK:'Philip Guenther
2014-07-22Drop the "... during install" comments; they were missing in severalAntoine Jacoutot
2014-07-22Rewrite the description of the string_mask config file option to matchPhilip Guenther
2014-07-22oops, duplicateTheo de Raadt
2014-07-22need dev/pci/vga_pcivar.hTheo de Raadt
2014-07-22The aperture needed test should be in vgafb as well as vga@pci.Jonathan Gray
2014-07-22Correct the initializer for tunnconf_default_pptpPhilip Guenther
2014-07-22Kill a bunch more BUF_strdup's - these are converted to have a check forBob Beck
2014-07-22Handle msgbuf_write() returning EAGAIN.YASUOKA Masahiko
2014-07-22change the test for still-open Unix domain sockets to be robust againstDamien Miller
2014-07-22Prevent spam from key_load_private_pem during hostbased auth. ok djm@Darren Tucker
2014-07-22better match proposed syscall apibcook
2014-07-22boot(9): Reduce diffs between hppa & hppa64 (& others)Masao Uebayashi
2014-07-22syncTheo de Raadt
2014-07-22Pull in all the parts. Let's face the facts -- .PATH from otherTheo de Raadt
2014-07-21protect sysctl path with SYS__sysctl instead; from enh@google, ok bcookTheo de Raadt
2014-07-21Add pthread_sigmask() and raise() to the list of async signal safeMatthew Dempsky
2014-07-21fix a minibug reported by kristaps@:Ingo Schwarze
2014-07-21- whitespace cleanups (trailing whitespace, indentation)Jasper Lievisse Adriaanse
2014-07-21Revert the up/down wheel emulation for now, there will be a better wayNicholas Marriott
2014-07-21Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out byChristian Weisgerber
2014-07-21net.inet6.ip6.accept_rtadv is goneChristian Weisgerber
2014-07-21Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn'tChristian Weisgerber
2014-07-21Use explicit_bzero() instead of memset() on buffers going out of scope.Philip Guenther
2014-07-21don't try to be clever and name the _PATH_CP exec "mv", since thisTheo de Raadt
2014-07-21use getlist() instead of hand-rolled equivalent, no functional change;Ingo Schwarze
2014-07-21cast from void * before math; enh@googleTheo de Raadt
2014-07-21missing newlineTheo de Raadt
2014-07-21Fix typo: s/lstate/lstat/Matthew Dempsky
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-21Kristaps points out that the current HTTP/1.1 draft standard (RFCIngo Schwarze
2014-07-215.7 packages keyChristian Weisgerber
2014-07-21lockf is entirely useless and it was a mistake to change to it, go backNicholas Marriott
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfoNicholas Marriott
2014-07-21fix some wrong comments and a bit of KNFMike Larkin
2014-07-21printf(9) and friends don't support the <number>$ flags, so gcc'sPhilip Guenther
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-07-21syncTheo de Raadt
2014-07-215.7 base keyTheo de Raadt
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2014-07-20Provide correct guidance on which header to use in the commentsPhilip Guenther
2014-07-20Move more OS-specific functionality to arc4random.h headers.bcook
2014-07-20Fixed typo in error message.Tobias Stoeckmann