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