summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-08Shuffle some declarations. Both more style(9)'ish and make future diffKenneth R Westerback
2017-03-08Add comments to #endif's to allow easy differentiation between manyKenneth R Westerback
2017-03-08Add a helper function for the most common format_create/defaults/expandNicholas Marriott
2017-03-08prevent infinite recursion while expanding the argumentsIngo Schwarze
2017-03-08quote [host]:port in generated ProxyJump commandline; the [ / ]Damien Miller
2017-03-08Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGMartin Pieuchot
2017-03-08Enable msk(4).Patrick Wildt
2017-03-08Enable eephy(4).Patrick Wildt
2017-03-08Enable re(4).Patrick Wildt
2017-03-08Do not clear IFF_UP, even in the error path.Martin Pieuchot
2017-03-08No need to clear IFF_UP after calling if_down().Martin Pieuchot
2017-03-08Fix etherip version parsing, ok dlg@Jeremie Courreges-Anglas
2017-03-08argument to the document description (Nd) macro should be lowercase.Igor Sobrado
2017-03-08Always invalidate ND entries in nd6_free().Martin Pieuchot
2017-03-08copy rpi3 u-boot to the installed diskJonathan Gray
2017-03-08Enable ix(4). Requested by deraadt@Jonathan Gray
2017-03-08Do not unset IFF_UP twice.Martin Pieuchot
2017-03-08Enable em(4), ahci(4), nvme(4) and USB controllers attached to pci(4).Patrick Wildt
2017-03-08Establish API to route interrupts to specific CPU cores.Patrick Wildt
2017-03-08Sync struct etheripstat decl with netinet/ip_ether.hJeremie Courreges-Anglas
2017-03-08Correct arm64 sigprocmask parameter passing in setjmp/longjmp calls.Dale Rahn
2017-03-07Rename struct etheripstat members for consistency, move them all to 64bitsJeremie Courreges-Anglas
2017-03-07Drop unused variable from ntp_update_second().David Hill
2017-03-07Make this actually work as a tty. Everything except for the most basicMark Kettenis
2017-03-07If a user-defined macro is aborted because it exceeds the stackIngo Schwarze
2017-03-07If tcsetpgrp() is called by a background process and there is aTodd C. Miller
2017-03-07somehow it didn't get removed even though it's no longer installedMarc Espie
2017-03-07When the inpcb queue and hash lists are traversed or modified weAlexander Bluhm
2017-03-07Don't overwrite the flow ID once it's setMike Belopuhov
2017-03-07okay "can't find" means error reported as wellMarc Espie
2017-03-07Add test vectors to regress gmac_test.cKinichiro Inoguchi
2017-03-07Record the target mask for the boot CPU when we attach and use that to pickMark Kettenis
2017-03-07Digest::SHA is nasty: it shows an incomplete error message if theMarc Espie
2017-03-07Change priq enqueue policy to drop lower priority packetsMike Belopuhov
2017-03-07Unbreak the tree by removing the "exynos.h" include and associated prototype.Mark Kettenis
2017-03-07Escape blanks at the end of markdown linesIngo Schwarze
2017-03-07Convert priority queue lists to mbuf_listsMike Belopuhov
2017-03-07Keep on trying to grab the lock after leaving ddb after lock spin-out.Visa Hankala
2017-03-07if we reported "Can't find CONTENTS", we know it's a bad package,Marc Espie
2017-03-07get rid of redundant "Can't find CONTENTS" if the location already twittedMarc Espie
2017-03-07more error streamlining:Marc Espie
2017-03-07error message bugfix: forgot to pass object around, soMarc Espie
2017-03-07fix completely empty .Eo: no blank line wantedIngo Schwarze
2017-03-07Use the pause instruction on the slow path. This improvesVisa Hankala
2017-03-07Make the slow path similar to i386's by checking mutex ownerVisa Hankala
2017-03-07Need to flush before writing out cells we are not collecting, also addNicholas Marriott
2017-03-07If moving cells outside the current used count, update it.Nicholas Marriott
2017-03-07Correctly handle TLS PRF with MD5+SHA1 - the secret has to be partitionedJoel Sing
2017-03-07fix spacing after empty .FlIngo Schwarze
2017-03-07Add a test that covers a libtls client talking to a Go TLS server withJoel Sing