summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-05Garbage-collect the now unused __statement() macro.Christian Weisgerber
2018-10-05Setting getopt optreset to 1 needs an additional reset of optind to 1.Reyk Floeter
2018-10-05It is perfectly legal in C++ to use the same name for a struct tagTodd C. Miller
2018-10-05Add regress variable to run setup once for all tests.Alexander Bluhm
2018-10-05pass current dir, rdomains and interfaces as argument to the test.Sebastian Benoit
2018-10-05Do not join node information multicast group (RFC 4620).Florian Obser
2018-10-05lldb after release, reasons.Theo de Raadt
2018-10-04Honor quick on anchor ruleskn
2018-10-04Call unveil_destroy() from exit1() instead of from the reaper. Fixes aMark Kettenis
2018-10-04Better refer to RFC 8422 which obsoletes RFC 4492.Theo Buehler
2018-10-04While we don't explicitly support curve secp256r1, we can run 1250 testsTheo Buehler
2018-10-04syncTheo de Raadt
2018-10-04Revert the inpcb table mutex commit. It triggers a witness panicAlexander Bluhm
2018-10-04Plug TLS context leak in nc(1) server and client mode. MoveAlexander Bluhm
2018-10-04Update qcow file definitionsccardenas
2018-10-04vmd(8): don't forget to set TXRDY in the case when the rate limiter isn'tMike Larkin
2018-10-04update DESCRIPTION and COMPATIBILITY, mostly correcting statementsIngo Schwarze
2018-10-04Stop abusing subsections to represent the list of escape sequences;Ingo Schwarze
2018-10-04When a subsection header contains no letters but only specialIngo Schwarze
2018-10-04Add infrastructure to compile and link LLDB. Inspecting core filesPatrick Wildt
2018-10-04fix stupidityMarc Espie
2018-10-04Rework man page a bit. Add 2 new sections for Set Configuration andClaudio Jeker
2018-10-04when the peer sends a channel-close message, make sure we close theDamien Miller
2018-10-04Use PCIDs where they and the INVPCID instruction are available.Philip Guenther
2018-10-04Force 8051 reset/enable before waiting for firmware to get ready forKevin Lo
2018-10-04factor out channel status formatting from channel_open_message() soDamien Miller
2018-10-04include a little more information about the status and disposition ofDamien Miller
2018-10-04explicit_bzero here to be consistent with other kex*.c;Damien Miller
2018-10-03Add check to ensure vioscsi pointer if validccardenas
2018-10-03vmd(8): avoid a divide by zero when the user specified a low baud rateMike Larkin
2018-10-03Do not move the cursor when the mouse wheel is used, GitHub issue 1493.Nicholas Marriott
2018-10-03remove unused filesEric Faurot
2018-10-03correctly handle "+a:..." entriesEric Faurot
2018-10-03add filter option based on origin validation statedenis
2018-10-03Update manual to reflect ROA changesdenis
2018-10-03Allow ssh_config IdentityAgent directive to accept environment variableDamien Miller
2018-10-03Fix a race condition that affects pfsync interface deletion.Visa Hankala
2018-10-02- pfsync: avoid a recursion on PF_LOCKAlexandr Nedvedicky
2018-10-02syncJonathan Gray
2018-10-02Unify the MD byteswapping code as much as possible across architectures.Christian Weisgerber
2018-10-02Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().Stefan Sperling
2018-10-02add DESCRIPTION and .Ss to the toc; suggested by espie@Ingo Schwarze
2018-10-02enable the equivalent of -O toc in man.cgi(8)Ingo Schwarze
2018-10-02Fix potential rounding errors when calculating the qcow2 l1 and ref tables sizesReyk Floeter
2018-10-02Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze
2018-10-02mention INFO@openssh.com for sending SIGINFODamien Miller
2018-10-02Add server support for signalling sessions via the SSH channel/Damien Miller
2018-10-02Support a second argument to -O man,Ingo Schwarze
2018-10-02Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze
2018-10-02document that uuid_create generates v4 uuids; from william orrJason McIntyre