summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-08Increase the limit of the IP protocol queues from 256 to 2048 mbufs.Alexander Bluhm
2017-08-08Hooks for after-select-pane and after-select-window.Nicholas Marriott
2017-08-08Do not forget to reschedule the timer when we receive a new prefix.Jeremie Courreges-Anglas
2017-08-08Fix a bug introduced in r1.1028 while switching enable_network()Robert Peichaer
2017-08-07Since sendsyslog(2) handles the LOG_CONS parameter, the variableAlexander Bluhm
2017-08-07Add RK3399 USB3 related clocks.Mark Kettenis
2017-08-07Return WSDISPLAY_TYPE_PCIVGA like we do on macppc.Mark Kettenis
2017-08-07Clang does not support -ffloat-store, so libm fenv test failed onAlexander Bluhm
2017-08-07Add "machine exit" and "machine poweroff" commands to the arm64 and armv7Mark Kettenis
2017-08-07Actually enable the kprintf format attribute.Mark Kettenis
2017-08-07Silence most clang warnings in ld.so regress.Alexander Bluhm
2017-08-07Turns out gcc complains about %02hhx. So simply use %02x instead. This isMark Kettenis
2017-08-07In pf.conf the icmp6-type notnbr-unr has been renamed to beyond-unr.Alexander Bluhm
2017-08-07Remove obsolete privsep=no fallback test.Darren Tucker
2017-08-07Remove non-privsep test since disabling privsep is now deprecated.Darren Tucker
2017-08-06Simplify logic seeking/checking the interface overKenneth R Westerback
2017-08-06use %Lf for printing long double; silences clang warningRobert Nagy
2017-08-06Fix TCR definitions to avoid integer overflow. Rename TCR_ASID_16 to TCR_ASMark Kettenis
2017-08-06Use %hhx instead of %hx to print u_char. Silences clang warning.Mark Kettenis
2017-08-06Improve error checking during processing of routing messages. Handling ofrob
2017-08-06packet.c and parse.y no longer require err.h. ok jca@ florian@rob
2017-08-06Prevent a use-after-free by always passing dynamically allocatedMartin Pieuchot
2017-08-06Remove comma from last element since that is the terminator.Claudio Jeker
2017-08-06Reduce contention on the NET_LOCK() by moving the logic of the pfpurgeMartin Pieuchot
2017-08-06Reduce contention on the NET_LOCK() by moving the nd6 address expirationMartin Pieuchot
2017-08-06add a zeroed out element at the end of the iana_ext_comms array, soSebastian Benoit
2017-08-06add ASIX AX99100 descriptionSASANO Takayoshi
2017-08-06a long time ago, we made a change to the format of envelopes and introducedGilles Chehade
2017-08-06in6_leavegroup can't fail; OK phesslerFlorian Obser
2017-08-06Xr octeon interrupt controller drivers.Visa Hankala
2017-08-06Present the default choice before the colon in prompts. Matches GNU EmacsBrian Callahan
2017-08-05Do not enable fpu until after AST state is checked and processed.Dale Rahn
2017-08-05We only support ASCII and UTF-8, so we never need toIngo Schwarze
2017-08-05add /usr/X11R6/share/libdrm for recent libdrm versionsJonathan Gray
2017-08-05syncJonathan Gray
2017-08-05Factor out get_routes() to do the sysctl() danceKenneth R Westerback
2017-08-05Add Warsaw Modlin airport (WMI), did a couple of round trips from thereFrederic Cambus
2017-08-05move common debug code to sin6_to_str()Florian Obser
2017-08-05Bring route creation into line with what route(8) does. InKenneth R Westerback
2017-08-05Don't delete the address/netmask that is about to beKenneth R Westerback
2017-08-05vmm: support more than 3855MB guest memoryMike Larkin
2017-08-05vmd: report queue size of 0 when invalid queues are requested by the guestMike Larkin
2017-08-04Only call find_pkg when we are using other options with -Q.Aaron Bieber
2017-08-04add ASIX AX99100 supportSASANO Takayoshi
2017-08-04regenSASANO Takayoshi
2017-08-04add ASIX AX99100 device IDSASANO Takayoshi
2017-08-04Since we have TAILQ_FOREACH_SAFE in nd6_purge() it is not necessaryAlexander Bluhm
2017-08-04Backport https://reviews.llvm.org/D29778. Fixes a bug where clang wasMark Kettenis
2017-08-04When we disable INET6 on an interface that also removes the autoconf6Florian Obser
2017-08-04remove llvm's .gitignore file; upstream have separate repos for clang, lld,Stuart Henderson