summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22m88k switched to RELROPhilip Guenther
2016-09-22Simplify __cerror now that %r27 is always the TCB pointer.Philip Guenther
2016-09-22mention curve25519-sha256 KEXDamien Miller
2016-09-22support plain curve25519-sha256 KEX algorithm now that it isDamien Miller
2016-09-22Raise spl level to IPL_SOFTNET before calling rt_ifmsg().Martin Pieuchot
2016-09-22some minor cleanup;Jason McIntyre
2016-09-22shorten x509;Jason McIntyre
2016-09-22Make sure we don't have conflicting UIDs/GIDs when adding user/group.Antoine Jacoutot
2016-09-22Introduce a new 'softclock' thread that will be used to execute timeoutMartin Pieuchot
2016-09-22Periodically call mii_tick() like all our other ethernet drivers that useMark Kettenis
2016-09-22Improve on code from the previous commit.Joel Sing
2016-09-22Avoid unbounded memory growth, which can be triggered by a clientJoel Sing
2016-09-22Fix indentation. No binary change.Jonathan Gray
2016-09-22Fix indentation. No binary change.Jonathan Gray
2016-09-22Fix indentation. No binary change.Jonathan Gray
2016-09-22Fix indentation. No binary change.Jonathan Gray
2016-09-22Remove some unused cruft from iwm, including a local namespace-pollutingStefan Sperling
2016-09-22Simplify assignment of sgi_ok variable in iwm_setrates(). No functional change.Stefan Sperling
2016-09-22Change function arguments from "unsigned char keyname[16]" toJonathan Gray
2016-09-22Check for packet with truncated DTLS cookie.Philip Guenther
2016-09-22Improve ticket validity checking when tlsext_ticket_key_cb() callbackPhilip Guenther
2016-09-22correct invalid use of sizeofJonathan Gray
2016-09-22revert documentation update for the clearning behavior we already revertedBrent Cook
2016-09-22If ssh receives a PACKET_DISCONNECT during userauth it will causeDarren Tucker
2016-09-22Call setsockopt(2) before listen(2) in relayd tests and adjust someAlexander Bluhm
2016-09-22Fix indentation of a break statement. No binary change.Jonathan Gray
2016-09-22include time.h for time()Jonathan Gray
2016-09-21Remove reference to zaurusFrederic Cambus
2016-09-21correctly return errors from kex_send_ext_info(). Fix from Sami FarinDamien Miller
2016-09-21Use a properly aligned buffer (malloc'd, not on stack) to get routing messages.Jeremie Courreges-Anglas
2016-09-21Use the correct local variable to get address & prefixlen in routing messagesJeremie Courreges-Anglas
2016-09-21Fix a race in test. Wait until the process shown by ps is reallyAlexander Bluhm
2016-09-21Loadable kernel modules are gone.Martin Natano
2016-09-21Document auto rounds.Joel Sing
2016-09-21Add support for automatically selecting the number of rounds to use withJoel Sing
2016-09-21cast uint64_t for printfDamien Miller
2016-09-21Be clearer with the description of bioctl(8)'s -r option.Joel Sing
2016-09-21disable tests for affirmative negated match after backout ofDamien Miller
2016-09-21Revert two recent changes to negated address matching. The newDamien Miller
2016-09-21no more KERN_ARND; ok deraadtJason McIntyre
2016-09-21tweak previous;Jason McIntyre
2016-09-21Fix bad indentation. One already existed in 1.20, one introduced in 1.21;Otto Moerbeek
2016-09-21If not set, set hw_vendor to the name of the first pvbus.Reyk Floeter
2016-09-21Use /dev/console as a template for the pseudo tty, stdin may be notAlexander Bluhm
2016-09-21sysctl KERN_ARND is no longer used (in ports, it only occurs in fallbackTheo de Raadt
2016-09-21Always set the bit which allows RTS in iwm's LQ command.Stefan Sperling
2016-09-21Make iwm protect the session during association more like Linux does it.Stefan Sperling
2016-09-21Properly support the mac context command in iwm. This was wrong in many ways.Stefan Sperling
2016-09-21Make iwm return EBUSY from its ic_ampdu_rx_start() handler andStefan Sperling
2016-09-21Fix nfsrv_symlink() indentation. No binary change.Jonathan Gray