summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-07use RELAY_* flags where appropriateEric Faurot
2018-06-07tweak previous;Jason McIntyre
2018-06-07Attach bwfm(4) to the Broadcom 4356 found in the GPD Pocket.Patrick Wildt
2018-06-07Some PCIe-based bwfm(4) chips also require that we supply an NVRAMPatrick Wildt
2018-06-07tweak previous;Jason McIntyre
2018-06-07put ".Re" in the right place;Jason McIntyre
2018-06-07some permitlisten fixes from markus@ that I missed in my insomnia-fueledDamien Miller
2018-06-07The global zero addresses must not change, mark them constant.Alexander Bluhm
2018-06-07simplify the codepath for backup relay setupEric Faurot
2018-06-07Mention enabling PIE by default is turned off by using "-pg".YASUOKA Masahiko
2018-06-07Pass -nopie to the linker when -pg is specified to make theYASUOKA Masahiko
2018-06-07permitlisten/PermitListen unit test from MarkusDamien Miller
2018-06-07fix regression caused by recent permitlisten option commit:Damien Miller
2018-06-07Apply the retpoline transformation to indirect jumps in the raw ASMPhilip Guenther
2018-06-07Treat XSAVEOPT and other XSAVE extensions like other cpu flagsPhilip Guenther
2018-06-07Remove unused variable.mortimer
2018-06-06RFC 8106 obsolteted RFC 6106.Florian Obser
2018-06-06code cleanupEric Faurot
2018-06-06The function dounmount() traverses the mnt_list in forward directionAlexander Bluhm
2018-06-06switch config file parsing to getline(3) as this avoids static limitsMarkus Friedl
2018-06-06regress test for PermitOpenDamien Miller
2018-06-06man bits for permitlisten authorized_keys optionDamien Miller
2018-06-06man bits for PermitListenDamien Miller
2018-06-06permitlisten option for authorized_keys; ok markus@Damien Miller
2018-06-06Add a PermitListen directive to control which server-side addressesDamien Miller
2018-06-06syncTheo de Raadt
2018-06-06After pledge the frontend process is only accepting fromFlorian Obser
2018-06-06Make sure cr17 matches curcpu() on non-MULTIPROCESSOR kernels.Kenji Aoyama
2018-06-06remove fields that are found in struct dispatcher from struct relayhostEric Faurot
2018-06-06add non-regression tests for bad user list filesMarc Espie
2018-06-06if the parser can't find a starting line in user db, it won't lookMarc Espie
2018-06-06Prefix fields of pfkey & routing PCBs, part 2, no functionnal change.Martin Pieuchot
2018-06-06Prefix fields of pfkey & routing PCBs, no functionnal change.Martin Pieuchot
2018-06-06Pass the socket to sounlock(), this prepare the terrain for per-socketMartin Pieuchot
2018-06-06Asseert that a pfkey or routing socket is referenced by a `fp' insteadMartin Pieuchot
2018-06-06document missing database filtersremi
2018-06-06print metric for Intra-Area-Prefix LSAsremi
2018-06-06pluart(4) is mi nowJonathan Gray
2018-06-06Add RETGUARD to clang for amd64. This security mechanism uses per-functionmortimer
2018-06-05Move pluart(4) to dev/fdt.Mark Kettenis
2018-04-06Import LLVM 6.0.1 release including clang, lld and lldb.Patrick Wildt
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2018-06-05Unify arm64 and armv7 pluart(4) implementations.Mark Kettenis
2018-06-05Add missing csi_dh_params_dup() calls.Joel Sing
2018-06-05Use proper markup for ioctl arguments instead of documenting them usinganton
2018-06-05remove struct relayhost from struct envelope.Eric Faurot
2018-06-05Recognise Cortex A76. Only adding to arm64 as it only supports aarch32Jonathan Gray
2018-06-05Revert introduction of fdinsert(), a sanitify check triggers whenMartin Pieuchot
2018-06-05Switch from lazy FPU switching to semi-eager FPU switching: track whetherPhilip Guenther