Age | Commit message (Expand) | Author |
2015-11-03 | RFC2292 and IPV6_PKTOPTIONS are dead; ok millert@ | Jeremie Courreges-Anglas |
2015-11-03 | Remove two unused defines | Mike Belopuhov |
2015-11-03 | systrace should work now | Ted Unangst |
2015-11-03 | Plumb Chacha20-Poly1305 into the IPsec/ESP and PF_KEY frameworks | Mike Belopuhov |
2015-11-03 | Test vectors for Chacha20-Poly1305 | Mike Belopuhov |
2015-11-03 | Enable Chacha20-Poly1305 in the software crypto driver | Mike Belopuhov |
2015-11-03 | Hook up Chacha20-Poly1305 to the OpenBSD Cryptographic Framework | Mike Belopuhov |
2015-11-03 | Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539 | Mike Belopuhov |
2015-11-03 | you must pass uio to socreate, even if you want an mbuf back. | David Gwynne |
2015-11-02 | get rid of the "fastq", which is where this driver puts ip packets | David Gwynne |
2015-11-02 | make systrace and pledge play nice again. ok deraadt | Ted Unangst |
2015-11-02 | some tweaks to the signal code. | Ted Unangst |
2015-11-02 | remove Tn macros ("Tradename") from things which are actually hostnames, | Stuart Henderson |
2015-11-02 | Make signify's stdout line buffered. This allows to run the verbose | Alexander Bluhm |
2015-11-02 | add support for whois -I, to use whois.iana.org (root zone database). | Stuart Henderson |
2015-11-02 | Cast isdigit()'s argument to an unsigned char. | mmcc |
2015-11-02 | Define KERNBASE in addition to LINK_ADDRESS. | Miod Vallat |
2015-11-02 | Only define KERNBASE if defined(_KERNEL), for nothing in userland needs it, | Miod Vallat |
2015-11-02 | Use setegid() directly instead of swap_gids() / swap_gids_back(). | Todd C. Miller |
2015-11-02 | Print RDNSS nameserver addresses, and print option names for some other | Stuart Henderson |
2015-11-02 | use binary-search for pledge-request | Sebastien Marie |
2015-11-02 | kill 0 has worked for ages, no idea how the man page could be so innacurate s... | Theo de Raadt |
2015-11-02 | Cast isdigit()'s argument to unsigned char. | mmcc |
2015-11-02 | (struct timezone *)NULL -> NULL | mmcc |
2015-11-02 | (struct timezone *)0 -> NULL | mmcc |
2015-11-02 | intr_barrier() stub. | Martin Pieuchot |
2015-11-02 | Allow rcsnum_free and buf_free to accept NULL and remove various NULL | Nicholas Marriott |
2015-11-02 | Another aresize() -> areallocarray(). | mmcc |
2015-11-02 | move the pledgenote annotation from `struct proc' to `struct nameidata' | Sebastien Marie |
2015-11-02 | Remove leftovers from previous carp(4)-to-relayd(8) conversion diff. | Martin Pieuchot |
2015-11-02 | Fix typo in comment of previous commit: "that that". | Reyk Floeter |
2015-11-02 | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | Reyk Floeter |
2015-11-02 | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | Reyk Floeter |
2015-11-02 | also handle the kill(self) case for threads; from Theo Buehler | Theo de Raadt |
2015-11-02 | Stop mentionning ARP load balancing. | Martin Pieuchot |
2015-11-02 | Retire ARP load-balacing, thanks for all the fish! | Martin Pieuchot |
2015-11-02 | Delay root hub interrupt processing to the soft-interrupt path in order | Martin Pieuchot |
2015-11-02 | Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt. | Martin Pieuchot |
2015-11-02 | Merge rtable_mpath_match() into rtable_lookup(). | Martin Pieuchot |
2015-11-02 | Some of the bridge code is running in splsoftnet now, change the | Reyk Floeter |
2015-11-02 | Rename the list of arp entries to arp_list. This is consistent to | Alexander Bluhm |
2015-11-02 | typo in comment | Stuart Henderson |
2015-11-02 | Implement the list of nd6 llinfo entries with a TAILQ. | Alexander Bluhm |
2015-11-02 | switch from using sha1 to sha256 | Jonathan Gray |
2015-11-02 | sign csrs with openssl ca instead of x509 -req | Jonathan Gray |
2015-11-02 | sign csrs with openssl ca instead of x509 -req | Jonathan Gray |
2015-11-02 | sppp_pick is unused, it can go away. | David Gwynne |
2015-11-02 | Accept an ocsp option when creating certificates to set the extended | Jonathan Gray |
2015-11-02 | use SOCK_NONBLOCK instead of fcntl | Jonathan Matthew |
2015-11-02 | provide ml_purge and mq_purge. | David Gwynne |