summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-18Shuffle lease file reading code to improve clarity and shorten someKenneth R Westerback
2019-01-18Revert Rev 1.351, the change is not quite right yet.Claudio Jeker
2019-01-18Yet another long line broke cover.Kenneth R Westerback
2019-01-18Be consistent in explicitly testing memcmp() return values.Kenneth R Westerback
2019-01-18delete vmm(4) in i386pd
2019-01-18disable vmd/vmctl for i386pd
2019-01-18Update regress following TLS extension renaming.Joel Sing
2019-01-18Rename TLS extension handling to use less "hello".Joel Sing
2019-01-17Split a long line that wandered into theKenneth R Westerback
2019-01-17clarify and docuement what happens when a tv or ts exceeps INT_MIN ticks.Ted Unangst
2019-01-17Use a 64-bit register when required for inline asm on sparc64.Mark Kettenis
2019-01-17Convert interface lists from TAILQ to SLIST in preparation for fineMartin Pieuchot
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-01-17No need to free the Command/Data GPIO in the I2C detach path since it isPatrick Wildt
2019-01-17Add support for the SSD1306 as seen on the NanoPi NEO2 withPatrick Wildt
2019-01-17Add regress for extensible buffer code.Joel Sing
2019-01-17Get rid of is_serverhello in preparation for other messagesBob Beck
2019-01-17Provide an extensible buffer implementation that uses a read callback.Joel Sing
2019-01-17Test handling of escaped backslashes because the code related toIngo Schwarze
2019-01-17use $OpenBSD markerTed Unangst
2019-01-17use $OpenBSD markers onlyTed Unangst
2019-01-17convert to using $OpenBSD markersTed Unangst
2019-01-17rm a few more $Id which cannot be usefulTed Unangst
2019-01-17delete some historic $Id that have been chewed on by cvsTed Unangst
2019-01-17use $OpenBSD markersTed Unangst
1995-10-18initial import of NetBSD treeTheo de Raadt
2019-01-17change an error message to be less misleading.Ted Unangst
2019-01-17clear the password even after a mismatchTed Unangst
2019-01-17clean up the user's password even after various errors.Ted Unangst
2019-01-17Split a long line that wandered into theKenneth R Westerback
2019-01-17tun_fwd_ifnames variable should be extern; from Hanno BöckDamien Miller
2019-01-17do not allow users to specify "join" or "nwid" twice on the same ifconfig callPeter Hessler
2019-01-17include time.h for time(3)/nanosleep(2); from Ian McKellarDamien Miller
2019-01-17Unveil fixes:Bob Beck
2019-01-17Move "link X -> Y" debug messages into insterface_state() whereKenneth R Westerback
2019-01-17Add support to enforce restrictions on where extensions can appearBob Beck
2019-01-17Remove some empty linesMike Larkin
2019-01-17many of the global variables in this file can be made static;Damien Miller
2019-01-17Enable bwfm(4) in RAMDISK_CDMike Larkin
2019-01-17Add a direct copy of the exension parsing code to be modified for tls13.Bob Beck
2019-01-16When installing a few months after a new release is out, the syspatch(8) checkAntoine Jacoutot
2019-01-16Add "-h" flag to sftp chown/chgrp/chmod commands to request they doDamien Miller
2019-01-16add support for a "lsetstat@openssh.com" extension. This replicates theDamien Miller
2019-01-16Exit for real as soon as we update ourself.Antoine Jacoutot
2019-01-16The test regress/sys/uvm/misc used mincore(2) to check how mmap,Alexander Bluhm
2019-01-16test latest mmap() changesanton
2019-01-16Deny mmap() on enabled kcov fds. Sometimes syzkaller manages to duplicate ananton
2019-01-16Document ruby26 FLAVORJeremy Evans
2019-01-16For all functions known to be infected by LC_NUMERIC, add shortIngo Schwarze
2019-01-16include pf.h for #if NPF > 0 testJonathan Gray