summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-06useless debug outputFlorian Obser
2019-11-06Move control socket to /dev like slaacd(8) is doing to be able toFlorian Obser
2019-11-06we have emergency entropy injection code in rc, for if the bootblocks andTheo de Raadt
2019-11-06Pull break into ifdef; noticed by bluhm who also OK'ed the previousFlorian Obser
2019-11-06Make iwn(4) flush remaining frames on the Tx aggregation queue whenStefan Sperling
2019-11-06Fix RTA_DNS checks:Florian Obser
2019-11-06Rename "asr" to "stub" in user visible parts.Florian Obser
2019-11-06Raise net80211's "beacon miss" threshold to avoid frequent re-connectsStefan Sperling
2019-11-06Allow the singular constraint clause to list multiple addresses;Otto Moerbeek
2019-11-06mention in tcpdump(8) description of -i that one can use either a networkStuart Henderson
2019-11-06No need to write resolv.conf after deciding to get a new lease,Kenneth R Westerback
2019-11-06Correct the logic deciding when to write resolv.conf.Kenneth R Westerback
2019-11-06Check return value and remove unnecessary variableKinichiro Inoguchi
2019-11-06Add -addext option to openssl(1) req subcommandKinichiro Inoguchi
2019-11-06use curly braces for consistencyTheo Buehler
2019-11-06For now ignore https:// URI in tal files. rpki-client only does rsync.Claudio Jeker
2019-11-06The memory returned by realloc(NULL, ...) is uninitalized. Therefore makeClaudio Jeker
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-06ANSIfy functions and get rid of boolean_t.Martin Pieuchot
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-06Cleanup code a bit, make sure the tal parse buffer is allways freed.Claudio Jeker
2019-11-06If tal_parse_buffer() fails return early because the code that followsClaudio Jeker
2019-11-06Logitech Webcam C930e works.Marcus Glocker
2019-11-06replace the hooks used with if_detachhooks with a task list.David Gwynne
2019-11-05syncTheo de Raadt
2019-11-05Add a default priority of 5 for user _pbuild, this should help keeping systemsolene
2019-11-05trailing whitespaceFlorian Obser
2019-11-05Remove unused struct members, DNS proposals will be handledFlorian Obser
2019-11-05syncVisa Hankala
2019-11-05Add manual pages for ogx(4).Visa Hankala
2019-11-05Add ogx to fw_update.Visa Hankala
2019-11-05Remove trailing space in appstest.shKinichiro Inoguchi
2019-11-05Add test for cms in appstest.shKinichiro Inoguchi
2019-11-05MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage.Claudio Jeker
2019-11-05Remove mpls_inkloop and the corresponding sysctl net.mpls.maxloop_inkernel.Claudio Jeker
2019-11-05Kill uvm_deallocate(9) and use uvm_unmap() directly.Martin Pieuchot
2019-11-05Give some END()s to assembly symbols.Martin Pieuchot
2019-11-05Remove mention of ruby24 FLAVORJeremy Evans
2019-11-05remove some sparc references; from joe davisJason McIntyre
2019-11-04mobileip(4) has been removedDavid Gwynne
2019-11-04remove mobileip(4)David Gwynne
2019-11-04Allow ip addresses as argument to SSL_set1_host() but be careful to notOtto Moerbeek
2019-11-04xr witness(4); prodded by and ok visa@anton
2019-11-04xr rwsleep(9); ok millert@ visa@anton
2019-11-04Restore the old way of dispatching dead procs through idle proc.Visa Hankala
2019-11-04Regularly poll and report kubsan findings using the timeout(9) APIanton
2019-11-04Fix an out of bound read/write when using a proxy.Todd C. Miller
2019-11-04Apply more 'static' to help the compilerJeremie Courreges-Anglas
2019-11-04Indent labels for diffability.Joel Sing
2019-11-04Remove spaces between * and variable names.Joel Sing