summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-01change route-to so it sends packets to IPs instead of interfaces.David Gwynne
2021-01-31more strictly enforce KEX state-machine by banning packet typesDamien Miller
2021-01-31Spacing.Marcus Glocker
2021-01-31Ignore addresses that are not 0/32 (dynamic) in ikev2_cp_fixaddr()tobhe
2021-01-31Don't leak flows if ikev2_cp_fixflow() fails.tobhe
2021-01-31Make progress when stepping through rdns proposals even when skippingFlorian Obser
2021-01-31turns out STDOUT may have been redirected, in which case tcgetpgrp willMarc Espie
2021-01-31replace fgetln(3) with getline(3) in fdiskChristian Weisgerber
2021-01-31replace fgetln(3) with getline(3) in sedChristian Weisgerber
2021-01-31fix mistaken operator precedence in a pointer dereference in disklabelChristian Weisgerber
2021-01-31Add basic support for BCM4378 as found on the Apple M1 SoCs. There's aPatrick Wildt
2021-01-31regenPatrick Wildt
2021-01-31Add Broadcom BCM4378.Patrick Wildt
2021-01-31Set linesize returned by getline to zero when freeing and NULLing theDarren Tucker
2021-01-31last pieces of satisfying -fno-commonTheo de Raadt
2021-01-30Don't print an empty line at the end of `route sourceaddr`Daniel Jakots
2021-01-30satisfy -fno-commonTheo de Raadt
2021-01-30Remove duplicate hvmd declerationkn
2021-01-30Move global domain declaration to parse.ykn
2021-01-30Add dhclient.conf back to list of "installed network configurationKenneth R Westerback
2021-01-30Make editing GPT easier/safer by defaulting offet to beginning of largestKenneth R Westerback
2021-01-30Add AMAP flag description.rob
2021-01-30Remove ACOMPAT.rob
2021-01-30document that sizes in fdisk can be input and printed in terabytesChristian Weisgerber
2021-01-30Abstract octeon board handling a littleVisa Hankala
2021-01-30satisfy -fno-commonTheo de Raadt
2021-01-30do not print to STDOUT if we're in background, as requested by TheoMarc Espie
2021-01-30I'm such a doofus, of course I have to call base method as wellMarc Espie
2021-01-30missing word in commentTheo Buehler
2021-01-30switch ProgressMeter to clearer APIMarc Espie
2021-01-30rework API slightly, so that handle_continue is an explicit methodMarc Espie
2021-01-30Re-try to open DNSSEC trust anchor file if /var is not mounted yet.Florian Obser
2021-01-30for now, do not try to install quirks in case we're running "not"Marc Espie
2021-01-30Fix delay parsing by stealing from strtonum and returning a proper error toMartijn van Duren
2021-01-30add a SK_DUMMY_INTEGRATE define that allows the dummy security keyDamien Miller
2021-01-29Add proper padding for pfkey messages. Use ROUNDUP() for auth andtobhe
2021-01-29Some libunbound configuration changes can change the quality of aFlorian Obser
2021-01-29Don't filter by address family on the route socket.Florian Obser
2021-01-29update remaining usb.org URLsStuart Henderson
2021-01-29update usb.org URLsStuart Henderson
2021-01-29update some usb.org URLs following reorganisation, add a new one for updStuart Henderson
2021-01-29Adjust for disabling gcc on macppc.Mark Kettenis
2021-01-29Stop building gcc on macppc.Mark Kettenis
2021-01-29repair declerations to satisfy -fno-commonTheo de Raadt
2021-01-29be more forceful about FULLPKGPATHMarc Espie
2021-01-29Don't rely on USB interfaces being at compliant indices.Edd Barrett
2021-01-29Make audio clients use struct opt to reach the deviceAlexandre Ratchov
2021-01-29Make control clients use struct opt to reach the deviceAlexandre Ratchov
2021-01-29Rename ctlslot->mask to ctlslot->self to match the rest of the codeAlexandre Ratchov
2021-01-29Order opt_list in opt_new() call order, limit items to OPT_NMAXAlexandre Ratchov