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