summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-10-16Ensure last character in ssv mode is a newlinejob
2017-10-16Last changes before running IPsec w/o KERNEL_LOCK().Martin Pieuchot
2017-10-16Change most of the returns into breaks. This will let us release a lock.Martin Pieuchot
2017-10-16drm/i915/bios: ignore HDMI on port AJonathan Gray
2017-10-16Add regress test for cancellation of pthread_once()'s init_routinePhilip Guenther
2017-10-15Move the thread-related .h files to /usr/src/include/, since thePhilip Guenther
2017-10-15Add "ssv" variant which turns a rib route output into a singleTheo de Raadt
2017-10-15Set default join preferences to prefer APs based on the RSSI, withPatrick Wildt
2017-10-15Kill unused definesJeremie Courreges-Anglas
2017-10-15Similar to other USB based backend drivers, have a list of TX/RXPatrick Wildt
2017-10-15Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(),Stefan Sperling
2017-10-15Add a regression test for ldexp(3).Visa Hankala
2017-10-15Do not use an uninitialized value when determining the signVisa Hankala
2017-10-14locore0: remove an unused variableMike Larkin
2017-10-14Whitespace fix.Kenneth R Westerback
2017-10-14Refactor parsing of hex sequences. Rename parse_X()Kenneth R Westerback