Age | Commit message (Expand) | Author |
2018-07-24 | Move duplicate code into new helper print_addr_str() | kn |
2018-07-24 | Simplify getaddrinfo() error handling | kn |
2018-07-24 | Fix address calculation for _DYNAMIC. We want to address of _DYNAMIC itself, | Mark Kettenis |
2018-07-24 | When a GRE packet goes to "decline", the mbuf pointer was not updated | YASUOKA Masahiko |
2018-07-24 | Also do RSB refilling when context switching, after vmexits, and | Philip Guenther |
2018-07-24 | Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES to | Theo Buehler |
2018-07-24 | Remove defunct prototype leftover from previous code cleanup. | rob |
2018-07-23 | Add "Mitigation G-2" per AMD's Whitepaper "Software Techniques for | Bryan Steele |
2018-07-23 | Don't cast malloc(3) size to u_int. | cheloha |
2018-07-23 | Remove more redundant element selectors where the class selector | Ingo Schwarze |
2018-07-23 | replace the last instances of ex units by em; | Ingo Schwarze |
2018-07-23 | Coverity CID 1470233 complainst that the m != NULL check in | Alexander Bluhm |
2018-07-23 | oops, failed to notice that SEE ALSO got messed up; | Jason McIntyre |
2018-07-23 | Add missing $OpenBSD$ CVS tag. | rob |
2018-07-23 | The imxiomuxc(4) node itself can also contain a set of pins to | Patrick Wildt |
2018-07-23 | Point to glob in section 7 for the actual list of special characters instead | kn |
2018-07-23 | Document tls_peer_ocsp_result() and use it in place of the non-existent | Theo Buehler |
2018-07-23 | Use BN_swap_ct() instead of BN_consttime_swap() in | Theo Buehler |
2018-07-23 | Use a size_t instead of an int for the byte count in BN_swap_ct(). | Theo Buehler |
2018-07-23 | Clean up our disgusting implementations of BN_{,u}{add,sub}(), following | Theo Buehler |
2018-07-23 | Do "Return stack refilling", based on the "Return stack underflow" discussion | Philip Guenther |
2018-07-23 | Implement RSASSA-PKCS1-v1_5 as specified in RFC 8017. | Theo Buehler |
2018-07-23 | When moving between networks slaacd configures new addresses but | Florian Obser |
2018-07-23 | avoid using argv[0] for printing to stderr | Theo Buehler |
2018-07-23 | add _rad user | Florian Obser |
2018-07-23 | Remove rtadvd(8) rc script. | Florian Obser |
2018-07-23 | Remove rtadvd(8), it's time to switch to rad(8). | Florian Obser |
2018-07-23 | sync | Florian Obser |
2018-07-23 | Remove rtadvd(8) leftovers in etc. | Florian Obser |
2018-07-23 | It's time to switch to rad(8); tested by many. | Florian Obser |
2018-07-23 | It's time to switch to rad(8); tested by many. | Florian Obser |
2018-07-23 | replace references to rtadvd(8) with rad(8) | Florian Obser |
2018-07-23 | Handle duplicate address detection failures. | Florian Obser |
2018-07-22 | No need to re-implement realloc(). Just use it | Kenneth R Westerback |
2018-07-22 | cross reference sndio(7) and sndiod(8); from weerd@; | Ingo Schwarze |
2018-07-22 | document method=https, and use it in the example config; | Jason McIntyre |
2018-07-22 | First iteration of implementing full mrt dumping/printing support in bgpctl. | Claudio Jeker |
2018-07-22 | Move nexthop into struct filterstate (including nexthop flags) and use | Claudio Jeker |
2018-07-22 | Add more information to if_change() debug log using the new interface helper | Claudio Jeker |
2018-07-22 | Move functions to print link status etc. to util.c so that bgpd can use them | Claudio Jeker |
2018-07-22 | In uvm_map_protect(), make sure we select a first map entry that ends after | Mark Kettenis |
2018-07-22 | Switch authorized_keys example from ssh-dss to ssh-rsa since the former | Darren Tucker |
2018-07-22 | Fix arguments of pf_purge_expired_{src_nodes,rules}() | Stefan Fritsch |
2018-07-22 | Tweak comment about truncating NULs to reflect new | Kenneth R Westerback |
2018-07-22 | When finished pulling an option out of a buffer, skip directly to the | Kenneth R Westerback |
2018-07-22 | hook up fchown | anton |
2018-07-22 | Add regress covering the recently fixed NULL pointer deref in fchown(). | anton |
2018-07-22 | Avoid a NULL pointer deref when calling fchown() on a file descriptor belonging | anton |
2018-07-22 | Adjust a log message and make sure that the data pointer is never increased | Claudio Jeker |
2018-07-21 | Reading past the end of a buffer is bad, Even if the | Kenneth R Westerback |