summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-22Avoid writing in second person in malloc.3Doug Hogan
ok deraadt@
2014-10-22Use the global piglet address variables as sparingly as possible to avoidMike Larkin
redundant copies of the same information. No functional change. Also add some comments as to how these globals are used.
2014-10-22Don't leak the old data if _kvm_reallocarray() failsPhilip Guenther
ok millert@ doug@
2014-10-21Only redraw pane when it has actually changed.Nicholas Marriott
2014-10-21Save next item after firing command in case it has added to the queue.Nicholas Marriott
2014-10-21Rework the error message a little bit: Do not send details of theReyk Floeter
error. Traditionally, web servers responsed with the request path on 40x errors which could be abused to inject JavaScript etc. Instead of sanitizing the path, we just don't reprint it. Also modify the style a little bit but keep Comic Sans. With input from Jonas Lindemann and doug@
2014-10-21tun(4) has a pipex session which is used for multicast internally, itYASUOKA Masahiko
wasn't freeed when the interface is destroyed. Free it properly. ok dlg
2014-10-21Style + typos in debug printfs.Masao Uebayashi
2014-10-21cope with sending or receiving files beyond 65536 blocks in length.David Gwynne
reported by justin mayes on misc@ ok deraadt@
2014-10-21Remove SSLv2 and SSLv3 references from the example relayd.conf and theLawrence Teo
relevant example snippet in the relayd.conf(5) man page. Change the default SSL protocols in the example file/man page to "no tlsv1.0" (suggested by sthen@), which will enable the TLSv1.1 and TLSv1.2 protocols only. feedback/ok jsing@ reyk@ sthen@
2014-10-21no more kerberos.Daniel Dickman
ok deraadt@, dcoppa@
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
removal suggested by daniel@; ok deraadt@
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
directly with a helper function in the cmd_entry, include a table of bind-key commands and pass them through the command parser and a temporary cmd_q. As well as being smaller, this will allow default bindings to be command sequences which will probably be needed soon.
2014-10-20fix a regression that i caused in rev. 1.26: *do* report the size ofIngo Schwarze
files listed on the command line, no matter what options are given; issue reported by edd@; ok millert@ edd@
2014-10-20List extensions in the STANDARDS section, replacing some text below CAVEATS.Ingo Schwarze
Remove excessive technicalities on zero-sized objects as suggested by deraadt@. contributions and ok deraadt@, ok jmc@ on an earlier version
2014-10-20protect the roff parser from dividing by zero;Ingo Schwarze
issue found and patch written by kristaps@
2014-10-20Be sure to return if the pci interrupt can't be mapped, instead of fallingMiod Vallat
through the remainder of the attachment logic.
2014-10-20improve documentation of .Fa, .Va, and .Vt;Ingo Schwarze
inspired by a discussion with matthew@
2014-10-20pipex(4): Converted to use pool(9)Masao Uebayashi
OK blambert@ yasuoka@
2014-10-20As reported by Marcus Merighi, hosts enumeration no longer works.Ingo Schwarze
The asr library no longer supports gethostent(3), and there is no reasonable way to implement it. Consequently, as suggested by guenther@, error out when hosts enumeration is requested. OK deraadt@ guenther@ florian@ Also remove the now useless calls to sethostent(3) and endhostend(3) as suggested by florian@.
2014-10-20correct the spacing after in-line equationsIngo Schwarze
that start at the beginning of an input line but end before the end of an input line
2014-10-20correctly parse spacing around in-line equationsIngo Schwarze
at the beginning and at the end of input lines; issue reported by kristaps@
2014-10-20Remove the "interface" option from the "transparent forward" directive.Reyk Floeter
It was mandatory in the grammar but never used in the code. A fully transparent relay can now be specified with the following directive in a relay block: "transparent forward to destination". OK sthen@
2014-10-20digests: *_LONG_LOG2 is not used, stop talking about it.Brent Cook
Modified patch from Dmitry Eremin-Solenikov leave the sole public define in ripemd.h ok deraadt@ miod@
2014-10-20SSL: Fix memory leak in d2i_SSL_SESSION.Brent Cook
Modified version of patch from Dmitry Eremin-Solenikov. ==28360== 98 bytes in 2 blocks are definitely lost in loss record 7 of 7 ==28360== at 0x402AC54: realloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so) ==28360== by 0x40E2D2C: ASN1_STRING_set (asn1_lib.c:393) ==28360== by 0x40EC22C: asn1_ex_c2i (tasn_dec.c:959) ==28360== by 0x40EC632: asn1_d2i_ex_primitive (tasn_dec.c:824) ==28360== by 0x40ED2E6: ASN1_item_ex_d2i (tasn_dec.c:230) ==28360== by 0x40ED421: ASN1_item_d2i (tasn_dec.c:133) ==28360== by 0x40F0335: d2i_ASN1_OCTET_STRING (tasn_typ.c:75) ==28360== by 0x405FD6D: d2i_SSL_SESSION (ssl_asn1.c:367) ==28360== by 0x405DD6E: ssl3_send_newsession_ticket (s3_srvr.c:2743) ==28360== by 0x405EA48: ssl3_accept (s3_srvr.c:665) ==28360== by 0x4067C34: SSL_accept (ssl_lib.c:922) ==28360== by 0x404E97B: ssl23_get_client_hello (s23_srvr.c:573) ok miod@ beck@
2014-10-20document sinclude/-includeMarc Espie
2014-10-20fix if (statement);Jonathan Gray
ok dlg@
2014-10-20Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.Philip Guenther
Perform one level of expansion on the various "portability" macros from os-*.h Delete support for Hesiod and the pre-4.4 versions of the NFS API Delete the no-op unlock_mntlist() unifdef -UFASCIST_DF_COMMAND -UMOUNT_HELPER_SOURCE Move the struct mntent and MNTMAXSTR definitions into include/am.h Move the commented-out -DHAS_NDBM_MAPS into amd/Makefile Expand OS_REP to "bsd44". With config/* empty, delete them. "lot of stuff...but I know your process on this" deraadt@
2014-10-20Backport fix for binutils 11867: .quad directive not assembled correctly.Daniel Dickman
Alan Modra (and Alan's employer) graciously permitted use of his patch under GPLv2. ok kettenis@
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@
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
-DHAS_NIS_MAPS -DHAS_NIS_RELOAD -DRPC_4 -DHAS_UNION_MAPS \ -DHAS_TCP_NFS -DOS_HAS_NDBM -DNFS_PROTOCOL_VERSION=3 \ -DNFS_ARGS_NEEDS_PATH -DPRECISE_SYMLINKS -DHAS_EMPTY_AUTOMOUNTS \ -DNEED_MNTOPT_PARSER -DSHORT_MOUNT_NAME -DHAS_NFS_QUALIFIED_NAMES \ -UUPDATE_MTAB -UFIXUP_MNTENT -UMNTENT_HDR -UMNTINFO_DEV \ -UMNTOPT_COMPRESS -UMNTOPT_NQNFS -UINFORM_MOUNTD \ -USUNOS4_WORKAROUND -UULTRIX_HACK ok deraadt@
2014-10-20correct spacing before inline equationsIngo Schwarze
2014-10-20s_client: don't call shutdown on a non-existent socket descriptor.Brent Cook
from Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> ok beck@, deraadt@
2014-10-20show the {MDOC,MAN}_EQN node, it contains interesting information,Ingo Schwarze
in particular line and column numbers and flags; but hide the uninteresting EQN_ROOT box
2014-10-20typo; deraadtTed Unangst
2014-10-20replace bzeros after allocations with M_ZERO and PR_ZERO as appropriate.David Gwynne
ok deraadt@
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