summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-17Implement GenericSerialBus OpRegion support.Mark Kettenis
2018-05-17From upcomming nsd 4.1.22:Florian Obser
2018-05-17add some more whitespace torture partly induced by aja@Jasper Lievisse Adriaanse
2018-05-17update to nsd 4.1.21Florian Obser
2018-05-17Bytes only have eight bits, not nine.Ingo Schwarze
2018-05-17Update the manual to match with the current semantics of fd_getfile().Visa Hankala
2018-05-17Any IPv4 address change could alter which interface has the activeKenneth R Westerback
2018-05-17Handle RTM_DELETE of slaacd managed default route by re-inserting it.Florian Obser
2018-05-17Let hvn_iff handle promisc mode activationMike Belopuhov
2018-05-17Fully align this with route(8); no need to be different here and mightFlorian Obser
2018-05-17Introduce SLAACD_RTA_LABEL define to not use a string constant allFlorian Obser
2018-05-17Pass size argument to free(9).helg
2018-05-17Move the handling of SIOCIFGCLONERS out of the NET_RLOCK(). The globalTheo Buehler
2018-05-17Implement LoadTable().Mark Kettenis
2018-05-17Make VMM_DEBUG kernels compile again; ok mlarkinMike Belopuhov
2018-05-17spelling fix;Jason McIntyre
2018-05-17Recent Broadcom chipsets have a dedicated PMU core and it can't bePatrick Wildt
2018-05-17Fix iLO/IPMI remote access problem. At least for bge(4) network portYASUOKA Masahiko
2018-05-17regenMike Larkin
2018-05-17pci devices found on dell precision 7520Mike Larkin
2018-05-16regenMark Kettenis
2018-05-16Add a few Intel C620 PCH entries.Mark Kettenis
2018-05-16Always record the client identifier used to obtain a lease. ServersKenneth R Westerback
2018-05-16Document kern.witnesswatch in sysctl(2).Visa Hankala
2018-05-16Document the kern.witnesswatch sysctl.Visa Hankala
2018-05-16Fix misleading indentation.Visa Hankala
2018-05-16Print stack traces on lock order conflict.Visa Hankala
2018-05-16Add kern.witnesswatch sysctl for controlling witness(4). By default,Visa Hankala
2018-05-16After having finished transmitting the last mbuf, don't just return toPatrick Wildt
2018-05-16Remove default ls -C alias.Marco Pfatschbacher
2018-05-16Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4)Patrick Wildt
2018-05-16Add glue for the USB3 controller on the i.MX8MQ SoC.Patrick Wildt
2018-05-16Fix kernel builds without IPSEC.Reyk Floeter
2018-05-16Correct order of free(9) in an error case.Patrick Wildt
2018-05-16libfuse should not maintain state for FBT_READDIR. If a directory ishelg
2018-05-16Create all sockets with SOCK_CLOEXEC, we never want to hold on to themFlorian Obser
2018-05-16Correct shortcomings in imxiic(4) that occurred during the initialPatrick Wildt
2018-05-16Fix the client search request time and size limits.Reyk Floeter
2018-05-16be a bit more paranoid about termsizes, this works around brokenMarc Espie
2018-05-16Implement pmap_growkernel(). Bump VM_MAX_KERNEL_ADDRESS now that we noMark Kettenis
2018-05-16Avoid overflow in constraint computation; ok kettenis@ tb@Otto Moerbeek
2018-05-16Implement a BCDC control packet mechanism based on the command requestPatrick Wildt
2018-05-16Fix path to athn(4) firmware port in man page.Stefan Sperling
2018-05-15On arm64 negate the whole 64-bit register otherwise system call wrappersMark Kettenis
2018-05-15Implement Rx of multiple frames per interrupt in the iwm(4) driver.Stefan Sperling
2018-05-15typo in log messageFlorian Obser
2018-05-15The snmpd.conf file is divided into four (not three) main sections.Reyk Floeter
2018-05-15drop unused <time.h>cheloha
2018-05-15Link free directory to libcrypto regress test suite.Theo Buehler
2018-05-15Fix switch-client -l, from Jean-Marc Eurin in GitHub issue 1343.Nicholas Marriott