summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-14Fix typosIngo Feinerer
2019-01-14Various tweaks:Ingo Schwarze
2019-01-14correctly retrieve envelope strings. fixes mailq output.Eric Faurot
2019-01-14Untimely spring cleaning:Ingo Schwarze
2019-01-14Fix three more buglets:Ingo Schwarze
2019-01-14mention WN821N v5, capitalise TP-LINK consistentlyJonathan Matthew
2019-01-14Unbreak tree. Last minute changes are evil.Otto Moerbeek
2019-01-14match on TP-Link WN821N v5 (RTL8192EU), tested by Jesper WallinJonathan Matthew
2019-01-14There are cases where a program doing dns requests wants to set theOtto Moerbeek
2019-01-14Make apply_ignore_list(), set_default_hostname(),Kenneth R Westerback
2019-01-14Abstract allocation and initialization of config globalKenneth R Westerback
2019-01-14Fix unveil issue noticed by kn@ where unveil does not notice coveringBob Beck
2019-01-14regenJonathan Matthew
2019-01-14add TP-Link WN821N v5 (RTL8192EU), from Jesper WallinJonathan Matthew
2019-01-14set_default_client_identifier() only needs theKenneth R Westerback
2019-01-14Check NULLness of ignore list inside apply_ignore_list() and notKenneth R Westerback
2019-01-14hint that kern.clockrate is the userland sysctl name by referring toTed Unangst
2019-01-14do not peek before the beginning of a stringTed Unangst
2019-01-13Skip open of "network" ttys because they permanently retain the (large)Theo de Raadt
2019-01-13Map SHT_LLVM_ADDRSIG to stringPhilip Guenther
2019-01-13Abstract /etc/resolv.conf.tail reading out of main()Kenneth R Westerback
2019-01-13Ignore LLVM 7's ADDRSIG section.Philip Guenther
2019-01-13Remove redundant RF switch noticekn
2019-01-13Warn against using any categories but LC_CTYPE in setlocale(3) andIngo Schwarze
2019-01-13White space nits.Kenneth R Westerback
2019-01-13Shuffle apply_ignore_list(), set_default_client_identifier() andKenneth R Westerback
2019-01-13Handle card detect GPIO.Visa Hankala
2019-01-13Pass timeout in seconds instead of ticks.Visa Hankala
2019-01-13spelling error fixes; from Claus AssmannTheo de Raadt
2019-01-13Restore .Xr to pthread_sigmaskJeremie Courreges-Anglas
2019-01-13Fix an off-by-one in pfkeyv2_sysctl_policydumper() and get rid of aMartin Pieuchot
2019-01-13Validate the number of expected interfaces in *match() and claim themMartin Pieuchot
2019-01-13Validate that the interface passed to *match() is the expected oneMartin Pieuchot
2019-01-13document how program names are extracted from log linesIngo Schwarze
2019-01-13When parsing log lines in order to select syslog.conf(5) line blocks, supportIngo Schwarze
2019-01-12Check for the CPU architecture and not the system architecture whenChristian Weisgerber
2019-01-12Enable ohci at fdt.Mark Kettenis
2019-01-12Add missing OHCI-related clocks.Mark Kettenis
2019-01-12syncVisa Hankala
2019-01-12Add a manual page for octgpio(4).Visa Hankala
2019-01-12Use acpidump -q to avoid message about ACPI information not being found.Mark Kettenis
2019-01-12Add -q flag to suppress the message that ACPI information can't be found.Mark Kettenis
2019-01-12Add a driver for OCTEON GPIO controller.Visa Hankala
2019-01-12Fix potential use-after-free if xfer allocation fails when otus(4) attaches.Stefan Sperling
2019-01-12Make the scan loop in otus(4) terminate properly when the interfaceStefan Sperling
2019-01-12delete <locale.h>Ingo Schwarze
2019-01-12Attach the AHCI controller bridge driver even if the AHCI controllerVisa Hankala
2019-01-12Move sigwait(3) from libpthread to libcJeremie Courreges-Anglas
2019-01-11disable the correct performance options, per-architectureTheo de Raadt
2019-01-11some consistency fixes, and add abcrtc to iic; ok patrickJason McIntyre