summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-18Bring in fixes in the community parsing code done in parse.y and fixClaudio Jeker
2019-02-18In the voltage regulator getter we need to actually check the GPIOPatrick Wildt
2019-02-18When generating code for OpenBSD/powerpc, avoid unaligned floating-pointMark Kettenis
2019-02-18Serialize access to the list of attached child devices belonging to aanton
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-02-18type typoTheo de Raadt
2019-02-18fix typoTheo de Raadt
2019-02-18Add stdlib.h since bsearch and strtoul need it.Claudio Jeker
2019-02-18Initialize type and subtype because modern gcc complains about it.Claudio Jeker
2019-02-18Change ps_len of struct pfioc_states and psn_len of structAlexander Bluhm
2019-02-18Drop netmpls/mpls.h include, not needed here.Claudio Jeker
2019-02-18Use (unsigned) long long instead of (u_)int64_t since that drops theClaudio Jeker
2019-02-18For portability use a (unsigned long long) cast for %llu / %llx formatsClaudio Jeker
2019-02-18Using getopt(1) is more idiomatic and consistent with other scripts.Sunil Nimmagadda
2019-02-18Fix in-place stripping by using correct form of parameter substitution.Sunil Nimmagadda
2019-02-18Move get_mpe_config() to kroute.c so that config.c does not depend onClaudio Jeker
2019-02-18Do not depend on the length field of struct sockaddr instead pass theClaudio Jeker
2019-02-18regenKevin Lo
2019-02-18Add another PCI ID for Intel Dual Band Wireless AC 9560, found inKevin Lo
2019-02-18Remove PTPpaddr and use proc0.p_addr->u_pcb.pcb_cr3 instead. This alsoYASUOKA Masahiko
2019-02-18Introduce IMSG_DATA_SIZE() macro to to replace reoccuring math onFlorian Obser
2019-02-18sync the description of ~/.ssh/config with djm's updated description in ssh.1;Jason McIntyre
2019-02-18get rid of some trailing whitespace.David Gwynne
2019-02-17if a write fails, we mark the buffer invalid and throw it away. this canTed Unangst
2019-02-17Skip retguard instructions in prologue detection.mortimer
2019-02-17delete bogus commentTheo de Raadt
2019-02-17Add support for --port=PORT and ":port" in the rsync:// URL.Theo de Raadt
2019-02-17rsync has a large number of failure exit codes, so don't get used to thisTheo de Raadt
2017-10-04Import LLVM 5.0.0 release including clang, lld and lldb.Patrick Wildt
2019-02-17more yoda repairsTheo de Raadt
2019-02-17cleanup protocl warning, and return exit code upwards.Theo de Raadt
2019-02-17Since we do a naive string comparison to see if the trust anchorFlorian Obser
2019-02-17percolate exit code from deeper code, so that values other than 1 areTheo de Raadt
2019-02-17improve option argument demonstrationTheo de Raadt
2019-02-17sprinle some casts to quiet compiler; ok millertTheo de Raadt
2019-02-17Make bridge_rtupdate() return an error value instead of a pointer.Martin Pieuchot
2019-02-17Publish new attached device once it is fully initialized.Martin Pieuchot
2019-02-17Convert openssl(1) pkeyutl to the newer style of option handling.Kinichiro Inoguchi
2019-02-17On log verbosity change we need to restart all resolvers: add missingFlorian Obser
2019-02-17Pass verbosity changes to captive portal process.Florian Obser
2019-02-17s/unwind_/uw_/ to save screen real estateFlorian Obser
2019-02-17 s/unwind_/uw_/ to save screen real estate; fix style(9) issues while hereFlorian Obser
2019-02-17Has to be SOCK_STREAM obviouslyTheo de Raadt
2019-02-16use MINIMUM() instead of MIN() as elsewhere in the treeTheo de Raadt
2019-02-16Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few linesPatrick Wildt
2019-02-16Do not look at next key byte if the length is 0, originally from ShingoNicholas Marriott
2019-02-16SSID/LLADDR/LINK_STATE_IS_UP changes must discard the previousKenneth R Westerback
2019-02-16nasty ugly invisible spacesTheo de Raadt
2019-02-16Document some long optionsTheo de Raadt
2019-02-16--archive is same as -aTheo de Raadt