summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-07when asking the ports tree, we fork a child.Marc Espie
2019-11-07style nitMarc Espie
2019-11-07adjfreq(2): fix atomic swapcheloha
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-11-07db_addr_t -> vaddr_t, missed in previous.Martin Pieuchot
2019-11-07Don't stop parsing functions when variables are declared before arguments.Martin Pieuchot
2019-11-07Do a better job at guessing the name of localy defined static variables.Martin Pieuchot
2019-11-07Stop remembering the type of local variables.Martin Pieuchot
2019-11-07Do propper kernel input validation for in_control() ioctl(2)Alexander Bluhm
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-07Showing kernel WEP keys to userland has been disabled in genericAlexander Bluhm
2019-11-07Enable DNSSEC validation in unbound by defaultjob
2019-11-07Only root is allowed to set the WEP key. Add an suser() check toAlexander Bluhm
2019-11-07remove the detach and linkstate hooks when the parent is going away.David Gwynne
2019-11-07Simplify by getting rid of the unecessary 'depend' rule.Martin Pieuchot
2019-11-07Avoid NULL dereference in arpinvalidate() and nd6_invalidate() byKenneth R Westerback
2019-11-07ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07FALSE -> 0, missed in previous.Martin Pieuchot
2019-11-07 Remove half way implemented address and default route proposals.Florian Obser
2019-11-07Document the new home of the control socket; ok florian@Otto Moerbeek
2019-11-07Fill in missing man page bits for U2F security key support:Christian Weisgerber
2019-11-07move the port destructor calls in clone destroy back out of NET_LOCK.David Gwynne
2019-11-07serialise hook adds and dels with a mutex instead of an implicit NET_LOCK.David Gwynne
2019-11-07turn the linkstate hooks into a task list, like the detach hooks.David Gwynne
2019-11-07Add -F flag to send-keys to expand formats in search-backward andNicholas Marriott
2019-11-06Give acme-client a chance to work on IPv6 only hosts by using theFlorian Obser
2019-11-06Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUPMarcus Glocker
2019-11-06Use atomic operations consistently while writing to kubsan_slot.anton
2019-11-06Perform contraint validation against 9.9.9.9 and 2620:fe::fe also (whichTheo de Raadt
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