summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-05Move prototypes for scsi_mode_sense(), scsi_mode_sense_big(),Kenneth R Westerback
2019-12-05tweak previous;Jason McIntyre
2019-12-05be less verbose in debug logging; ok florian@Otto Moerbeek
2019-12-05Move uvmexp_print() to a better place.Martin Pieuchot
2019-12-05Split uvm(9) into smaller manuals.Martin Pieuchot
2019-12-05Tell a little bit how "preference" works these days; ok florian@Otto Moerbeek
2019-12-05revert previous; ingo said itJason McIntyre
2019-12-05Document X509_STORE_CTX_set_flags() which is a handy way to change theClaudio Jeker
2019-12-05replace "Pf < ... Ns >" with Aq; tidy up lists a little;Jason McIntyre
2019-12-05tweak the FILTERING text a little; ok gillesJason McIntyre
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2019-12-05No need to unveil(NULL, NULL) right before pledge "stdio rpath".Theo Buehler
2019-12-05Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2019-12-05Fix #ifndef NOSSL vs SMALL inconsistenciesJeremie Courreges-Anglas
2019-12-04use return x; instead of return (x);, like all other files here.Sebastian Benoit
2019-12-04reduce includes to the required minimum.Sebastian Benoit
2019-12-04When we detect that a resolver strategy is not validating because theFlorian Obser
2019-12-04Add sizes for free() in autri(4).Frederic Cambus
2019-12-04Use NI_MAXHOST like everywhere else instead of a wrong number.Florian Obser
2019-12-04some minor tweaks;Jason McIntyre
2019-12-04I accidentally smashed wrong contents into this file.Theo de Raadt
2019-12-04Rework rpki-client documentationjob
2019-12-04Insert missing &&job
2019-12-04Attempt to smear out stampedes on the RPKI rsync serversjob
2019-12-04If we see a validated result, we can (must!) assume the resolver isOtto Moerbeek
2019-12-04typos don't help aproposMarc Espie
2019-12-04split output management code into seperate file. iterate over outputTheo de Raadt
2019-12-04document special names that exist in the package systemMarc Espie
2019-12-04explicitly say you're not allowed to insert most of these yourselfMarc Espie
2019-12-04document DEBUG_PKG_CACHEMarc Espie
2019-12-04add DEBUG_PKG_CACHE functionality. Doesn't interfere with normal operation.Marc Espie
2019-12-04allow error to be passed along, in case we need to save $? for laterMarc Espie
2019-12-04Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-04libc's authentication privsep layer performed insufficient usernameTheo de Raadt
2019-12-04Fix a bad offset calculation in uvm_share.Mike Larkin
2019-12-04Fix uvm_unmap_remove panic when tearing down VMs.Mike Larkin
2019-12-04libc's authentication privsep layer performed insufficient usernameTheo de Raadt
2019-12-03"variable name=value" can be used multiple timeskn
2019-12-03don't crash with *NULL if user does not existTheo de Raadt
2019-12-03nicer learned resolver formatingFlorian Obser
2019-12-03Cleanup query logging.Florian Obser
2019-12-03Cleanup check_resolver_done() debug logging.Florian Obser
2019-12-03Add one more debug level and enable very detailed libunbound loggingFlorian Obser
2019-12-03No need to store "why_bogus" with the resolver, we are no longerFlorian Obser
2019-12-03Remove useless log_debug() calls.Florian Obser
2019-12-03update to-do listTheo Buehler
2019-12-03Run Wycheproof ECDSA P1363 test vectors against libcrypto.Theo Buehler
2019-12-03Add an EcPoint variant and pass it to the ECDH test runner.Theo Buehler
2019-12-03Annotate test vector files with an enum which we can then pass to theTheo Buehler
2019-12-03Check for expected mode sense page code as well as expected mode page length ...Kenneth R Westerback