summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-20add the locking for coordinating between ioctls and a clone destroy.David Gwynne
2019-02-20sigh, more whitespace fixesDavid Gwynne
2019-02-20oops, whitespace tweakDavid Gwynne
2019-02-20add support for SIOCGETLABELDavid Gwynne
2019-02-20make ether_output with AF_MPLS use a routes gateway address if availableDavid Gwynne
2019-02-19open the coredump file non-blocking. cheloha found it blocks with a fifo.Ted Unangst
2019-02-19Use $CC instead of gcc, the latter does not exist on arm64.Alexander Bluhm
2019-02-19use \t instead of a literal tab in a format stringDavid Gwynne
2019-02-19convert a series of if statements checking the cap type to switchDavid Gwynne
2019-02-19Simplify NFS check in reorder_libs()kn
2019-02-19With new Perl we have add .OBJDIR to @INC.Alexander Bluhm
2019-02-19httpd(8): add support for setting custom FastCGI parameters.Paul Irofti
2019-02-19Fix a cosmetic issue in athn(4)'s bpf(4) tap.Stefan Sperling
2019-02-19Switch betoh64 to the posix be64toh also remove some casts since we nowClaudio Jeker
2019-02-19Convert some (u_)int64_t to (unsigned) long long. Makes portability a bitClaudio Jeker
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-02-19add v_uvcount; from fasseJason McIntyre
2019-02-19whitespace nitsanton
2019-02-19favor C99 initializers for improved grepability; ok mpi@anton
2019-02-19oops, bad Pp snuck in;Jason McIntyre
2019-02-19sync staff datasize-cur with defaultJonathan Gray
2019-02-18Rework the certificate generation examples a bit:Stuart Henderson
2019-02-18new attempt to sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-18revert previousSebastian Benoit
2019-02-18sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
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