summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-07-21comment out a dead Xr;Jason McIntyre
2018-07-21sort;Jason McIntyre
2018-07-21Include the vnode type in the panic message in ffs_write(), just like ffs_read()anton
2018-07-21There is no need to initialise global and static local variables to zero,Claudio Jeker
2018-07-21Remove the "got meltdown?" conditional from INTRENTRY by doing itPhilip Guenther
2018-07-20The newly added realpath(3) in vmd's parse.y checks whether theAlexander Bluhm
2018-07-20Listen on 127.0.0.1 and ::1 in the regress config since the test use localhostClaudio Jeker
2018-07-20Remove a few leftovers from the days of emulation, which could result inTheo de Raadt
2018-07-20Fail if a PT_LOAD segment has a memory size of 0. This prevents a panicMark Kettenis
2018-07-20add pledge(2), it only needs rpath if reading from a fileRicardo Mestre