summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-18When reusing an mbuf at the upper end of the network stack, stripAlexander Bluhm
2017-10-18add support for printing function arguments when displaying a traceJasper Lievisse Adriaanse
2017-10-18Read and extract the channel number from the chanspec to beautify thePatrick Wildt
2017-10-18It turns out that using the packed attribute on most structs was a badPatrick Wildt
2017-10-18The return value of this function isn't used.Jeremie Courreges-Anglas
2017-10-18Fixup previous; noticed by canacar@Mike Belopuhov
2017-10-18Setting the IPV6_MINMTU flag in the call to ip6_output() was movedAlexander Bluhm
2017-10-18Stop handling SIOCSIFMTU like in the wireless stack.Martin Pieuchot
2017-10-18Extract supported frequencies and HT/VHT mode from the firmware insteadPatrick Wildt
2017-10-18Set TSC timecounter frequency to the CPU frequency estimate if unknownMike Belopuhov
2017-10-18Revert previous commit, since not all interfaces behaved the same.Patrick Wildt
2017-10-18Only overwrite the caller's variable if we successfully read data fromPatrick Wildt
2017-10-18Add missing SHN_XINDEX needed by devel/ctftools.Martin Pieuchot
2017-10-18Typo, from Hiltjo Posthuma.Martin Pieuchot
2017-10-18remove unused Pp;Jason McIntyre
2017-10-18In the description of pattern-lists, clarify negated matches byDamien Miller
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-10-17Full rewrite:Ingo Schwarze
2017-10-17Don't do crazy bullshit when this is included by the bootblocks.Theo de Raadt
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-10-17Simplify code that determines the number of arguments for a given function.Jasper Lievisse Adriaanse
2017-10-17syncTheo de Raadt
2017-10-17Add a machine-independent implementation for the mplock.Visa Hankala
2017-10-17Correctly handle frequency measurement failuresMike Belopuhov
2017-10-17Use a binary search to speed up blacklist lookups. OK phessler@Todd C. Miller
2017-10-17<elf.h> should make it easier to port our ELF-related tools to other Unices.Martin Pieuchot
2017-10-17Do not print an extra line if the 'get' command succeeds.Martin Pieuchot
2017-10-17Update matching regexp now that the pid is included.Martin Pieuchot
2017-10-17Print the pid of the most recent program that failed to send a logMartin Pieuchot
2017-10-16Remove stray, pointless and potentially confusing line.Kenneth R Westerback
2017-10-16Allow a more fine grained control about which ciphers to use.Patrick Wildt
2017-10-16Handle wpa parameters using the ieee80211 ioctl so we can startPatrick Wildt
2017-10-16Clear up some defines regarding WPA cipher settings. This allows mePatrick Wildt
2017-10-16syncChristian Weisgerber
2017-10-16Make it explicit that there is only one type of random device:Christian Weisgerber
2017-10-16Infrastructure for drawing status lines of more than one line in height,Nicholas Marriott
2017-10-16draft-ietf-tcpm-initcwnd was published as rfc 6928Mike Belopuhov
2017-10-16Utilize scatter/gather DMA with the newer MMC controller.Visa Hankala
2017-10-16Add test for memcpy() -> memmove() regression.anton
2017-10-16Specify the xargs binary to test using a variable.anton
2017-10-16Remove kernel support for the following ioctl(2)s, deprecated since 2001:Martin Pieuchot
2017-10-16Print the correct message and return an error code when no route entryMartin Pieuchot
2017-10-16Multiple tweaks:Martin Pieuchot
2017-10-16Handle the case where the parent of a carp(4) is being destroyedMartin Pieuchot
2017-10-16Favor memmove() over memcpy() since dst and src originates from the sameanton
2017-10-16Typo in header dump, from sbz@FreeBSDMartin Pieuchot
2017-10-16Sort & update syntax comments to match code. SortKenneth R Westerback
2017-10-16Bring parse_reject_statement() into line byKenneth R Westerback
2017-10-16Add comments which document already fixed WPA attack vectors.Stefan Sperling
2017-10-16ifconfig's tunnel command has been using the SIOCSLIFPHYADDR ioctl(2)Martin Pieuchot