summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-21Rework the error message a little bit: Do not send details of theReyk Floeter
2014-10-21tun(4) has a pipex session which is used for multicast internally, itYASUOKA Masahiko
2014-10-21Style + typos in debug printfs.Masao Uebayashi
2014-10-21cope with sending or receiving files beyond 65536 blocks in length.David Gwynne
2014-10-21Remove SSLv2 and SSLv3 references from the example relayd.conf and theLawrence Teo
2014-10-21no more kerberos.Daniel Dickman
2014-10-20Better format for printf format attributes.Nicholas Marriott
2014-10-20Move template defines back into .c files.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-10-20Move suspend-client code into detach-client.Nicholas Marriott
2014-10-20Move tiny has-session function into cmd-new-session.c.Nicholas Marriott
2014-10-20superseded by usr.bin/mandoc/mansearch.cIngo Schwarze
2014-10-20Argh, meant to remove this file...Nicholas Marriott
2014-10-20Move list-commands into list-keys.Nicholas Marriott
2014-10-20Missed a couple of cmd_entry struct members from previous.Nicholas Marriott
2014-10-20Instead of setting up the default keys by building the key structNicholas Marriott
2014-10-20fix a regression that i caused in rev. 1.26: *do* report the size ofIngo Schwarze
2014-10-20List extensions in the STANDARDS section, replacing some text below CAVEATS.Ingo Schwarze
2014-10-20protect the roff parser from dividing by zero;Ingo Schwarze
2014-10-20Be sure to return if the pci interrupt can't be mapped, instead of fallingMiod Vallat
2014-10-20improve documentation of .Fa, .Va, and .Vt;Ingo Schwarze
2014-10-20pipex(4): Converted to use pool(9)Masao Uebayashi
2014-10-20As reported by Marcus Merighi, hosts enumeration no longer works.Ingo Schwarze
2014-10-20correct the spacing after in-line equationsIngo Schwarze
2014-10-20correctly parse spacing around in-line equationsIngo Schwarze
2014-10-20Remove the "interface" option from the "transparent forward" directive.Reyk Floeter
2014-10-20digests: *_LONG_LOG2 is not used, stop talking about it.Brent Cook
2014-10-20SSL: Fix memory leak in d2i_SSL_SESSION.Brent Cook
2014-10-20document sinclude/-includeMarc Espie
2014-10-20fix if (statement);Jonathan Gray
2014-10-20Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.Philip Guenther
2014-10-20Backport fix for binutils 11867: .quad directive not assembled correctly.Daniel Dickman
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
1995-10-18initial import of NetBSD treeTheo de Raadt
2014-10-20use sha512 instead of md5 for tcp isn. ok deraadtTed Unangst
2014-10-20whitespaceDamien Miller
2014-10-20correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze
2014-10-20unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \Philip Guenther
2014-10-20correct spacing before inline equationsIngo Schwarze
2014-10-20s_client: don't call shutdown on a non-existent socket descriptor.Brent Cook
2014-10-20show the {MDOC,MAN}_EQN node, it contains interesting information,Ingo Schwarze
2014-10-20typo; deraadtTed Unangst
2014-10-20replace bzeros after allocations with M_ZERO and PR_ZERO as appropriate.David Gwynne
2014-10-20use SHA512 to hash entropy instead of MD5Ted Unangst
2014-10-20unconditionally build sha2 so we can use it in all the kernels.Ted Unangst
2014-10-20Start removing portability goo: we have syslog(), strerror(), POSIX regexp,Philip Guenther
1995-10-18initial import of NetBSD treeTheo de Raadt
2014-10-19make RETURN VALUES more conciseIngo Schwarze
2014-10-19Move the description of mg automatic recentering further down theMark Lumsden
2014-10-19rearrange -d, again, after giving ingo some dodgy advice;Jason McIntyre