summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-01The code in mdstore.c should stand on its own, so rename the globalMark Kettenis
2021-02-01Remove obsolete vnode operation vector declarations.Visa Hankala
2021-02-01Use "EC/RSA key setup failure" to align error with othersTheo Buehler
2021-02-01Whitespacetobhe
2021-02-01handle #pinctrl-cells 2Jonathan Gray
2021-02-01Fix path MTU discovery for ESP tunneled in IPv6. We always wantAlexander Bluhm
2021-02-01Syntax of pf(4) route-to has changed. Adapt tests.Alexander Bluhm
2021-02-01Fix white spaces and wrap long lines.Alexander Bluhm
2021-02-01Start implementing conditionals for filters.Martin Pieuchot
2021-02-01Align the mixed naming for the variables used to reference toMarcus Glocker
2021-02-01Add a no-detached choice to detach-on-destroy which detaches only ifNicholas Marriott
2021-02-01Netlock should be grabbed before pppx_if_find() call in pppxwrite().mvs
2021-02-01Remove dummy TUNSIFMODE ioctl(2) call from pppac(4) and npppd(8). Sincemvs
2021-02-01ifunit() was fully replaced by if_unit(9) and should go away.mvs
2021-02-01update the pathname for the control socket path; from daniel jakotsJason McIntyre
2021-02-01update currency exchange rates;Jason McIntyre
2021-02-01some article fixes; from eddie youseph and grepJason McIntyre
2021-02-01a regular function decl collides with an inline, due to C99 inline rules.Theo de Raadt
2021-02-01syncTheo de Raadt
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2021-02-01Switch dispatch loop to ppoll() and protocol timeouts to struct timespec.Kenneth R Westerback
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