summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-28improve legibility of the newly introduced unref_icmp6ev() before thisChristian Weisgerber
2020-11-28Add support for multiple address pools. The parser already allowstobhe
2020-11-28make it possible to attach other devices (for example switches) to mvmdio(4).Mark Kettenis
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-11-28Since our IPI broadcast functions exclude the CPU doing the broadcast, weMark Kettenis
2020-11-28ICC_DIR, used to deactive interrupts, is only needed when running inPatrick Wildt
2020-11-28Rather than skipping %[sizearg]n in the kernel, panic when it is encountered.Theo de Raadt
2020-11-28Prepare for libX11 1.7.0Matthieu Herrb
2020-11-28Include cipher.h for declaration of cipher_by_name.Darren Tucker
2020-11-28An interface might have disappeared or switched rdomains while weFlorian Obser
2020-11-28Reduce code duplication by introducing unref_icmp6ev().Florian Obser
2020-11-28Handle the case of an autoconf interface changing its rdomain.Florian Obser
2020-11-28Use IN_MULTICAST correctly, so it checks the IP address rather than theJonathan Matthew
2020-11-28check result of strchr() against NULL rather than searched-forDamien Miller
2020-11-27Remove redundant state change. ikev2_ikesa_delete() sets the correct state.tobhe
2020-11-27Unleash curlen check from DIAGNOSTIC block, and change the related printf'sMarcus Glocker
2020-11-27tweak previous as suggested by jmcStuart Henderson
2020-11-27Shuffle code relating to initializing the physical interface and theKenneth R Westerback
2020-11-27wg(4): show an actual command to retrieve wgpubkey to go with the text whichStuart Henderson
2020-11-27As in urtwn(4), don't bring link up (getting dhclient(8) excited) untilKenneth R Westerback
2020-11-27wg(4): add comments for the shell script in EXAMPLES, feedback jmc@Stuart Henderson
2020-11-27Set the correct IPL for `pageqlock' now that it is grabbed from interrupt.Martin Pieuchot
2020-11-27Check if the interface has an IPv6 link-local address before using it.Florian Obser
2020-11-27Document ssh-keygen -Z, sanity check its argument earlier and provideDarren Tucker
2020-11-27Set the specified TOS/DSCP for interactive use prior to TCP connect.Damien Miller
2020-11-27clean up passing of struct passwd from monitor to preauth privsepDamien Miller
2020-11-27Add initialization of sc_sff_lock rwlock.Kevin Lo
2020-11-26Fix config_add_transform and config_free_proposal.tobhe
2020-11-26Use a counter instead of random IV for AES-GCM. Security depends ontobhe
2020-11-26fix typo in log message: inteface -> interfaceTheo Buehler
2020-11-26Fix check for vertical centre.Nicholas Marriott
2020-11-26Add -N flag to display-panes to ignore keys, GitHub issue 2473.Nicholas Marriott
2020-11-25Fix proposal error handling. If a proposal contains an unknown transformtobhe
2020-11-25Teach route(8) about the names of the IEEE80211_F_* flags.Kenneth R Westerback
2020-11-25Avoid undefined behavior due to memcpy(NULL, NULL, 0)Theo Buehler
2020-11-25Change kqueue_scan() to keep track of collected events in the given context.Martin Pieuchot
2020-11-25When processing proposed static routes (inc. default route) ignoreKenneth R Westerback
2020-11-24Fix duplicate sa->sa_cp assignment.tobhe
2020-11-24Kill connection if rsync server stallsjob
2020-11-24Simple implementation of --timeout to exit after specified seconds of I/OClaudio Jeker
2020-11-24use non-reserved ports in the wg(4) example, the previous 111 was quiteStuart Henderson
2020-11-24Pid files? Where we're going, we don't need pid files.Florian Obser
2020-11-24fter ixgbe_stop() there will be no more link-state-changeGerhard Roth
2020-11-24Remove commented-out code messing with uvmexp.Martin Pieuchot
2020-11-24Grab the `pageqlock' before calling uvm_pageclean() as intended.Martin Pieuchot
2020-11-23Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)Kenneth R Westerback
2020-11-23Ignore duplicate sigsha2 notify, don't fail the exchange.tobhe
2020-11-23mapalign() only handles allocations >= a page; problem found by and ok semarie@Otto Moerbeek
2020-11-23The -exec primary is terminated by either ';' or '+', but the latterAlexander Hall
2020-11-22when loading PKCS#11 keys, include the key fingerprints and provider/slotDamien Miller