summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-24use non-reserved ports in the wg(4) example, the previous 111 was quiteStuart Henderson
2020-11-24Pid files? Where we're going, we don't need pid files.Florian Obser
2020-11-24fter ixgbe_stop() there will be no more link-state-changeGerhard Roth
2020-11-24Remove commented-out code messing with uvmexp.Martin Pieuchot
2020-11-24Grab the `pageqlock' before calling uvm_pageclean() as intended.Martin Pieuchot
2020-11-23Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)Kenneth R Westerback
2020-11-23Ignore duplicate sigsha2 notify, don't fail the exchange.tobhe
2020-11-23mapalign() only handles allocations >= a page; problem found by and ok semarie@Otto Moerbeek
2020-11-23The -exec primary is terminated by either ';' or '+', but the latterAlexander Hall
2020-11-22when loading PKCS#11 keys, include the key fingerprints and provider/slotDamien Miller
2020-11-22when mentioning that the host key has changed, don't report the typeDamien Miller
2020-11-22Fix comment typo.tobhe
2020-11-22add a comma;Jason McIntyre
2020-11-22ARM64's bus dma coalesces segments when they are physically contiguous,Patrick Wildt
2020-11-22Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disableOtto Moerbeek
2020-11-22fix typo; from Kris KatterjohnJonathan Gray
2020-11-21No need to update ifi->state just before setting quit to TERMINATE.Kenneth R Westerback
2020-11-21Fix ikev2_nat_detection().tobhe
2020-11-21Clean up NATT hack. Pass 'frompeer' as parameter instead of manipulatingtobhe
2020-11-21No need to update resolv.conf when renewing a lease does not result in anyKenneth R Westerback
2020-11-21When REBOOT'ing it is necessary to apply_defaults() to the recordedKenneth R Westerback
2020-11-21Groups are optionalkn
2020-11-21Add barriers in the IO helper functions just like what was done for amdgpu(4).Mark Kettenis
2020-11-21Backport https://reviews.llvm.org/D75419. This adds a workaround forMark Kettenis
2020-11-20Restructure cache flush operations to avoid repeated barriers. SpecificallyPatrick Wildt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2020-11-20remove an unused structJoerg Jung
2020-11-20partially revert revision 1.423 which went a bit too farJoerg Jung
2020-11-20The default lease rebind time is 7 * (expiry/8), not 8 * (expiry/7).Kenneth R Westerback
2020-11-20add -s to synopsis and usage; -S before -s in options list;Jason McIntyre
2020-11-20Add -s socket option to specify control socket. This can be useful iftobhe
2020-11-20* Make .Nd more specific.Ingo Schwarze
2020-11-20* Add SIO_BPS() to NAME and SYNOPSIS where it is missing.Ingo Schwarze
2020-11-20fix another misleading line break and indentTheo Buehler
2020-11-20fix confusing line break and indentTheo Buehler
2020-11-20Fix comment _SYS_VIDEOIO_H -> _SYS_VIDEOIO_H_Marcus Glocker
2020-11-20Fix va_arg in C++, Objective-C on 32-bit powerpcgkoehler
2020-11-20When doing an sftp recursive upload or download of a read-only directory,Darren Tucker
2020-11-20Explicitly initialize all members of the find_by_key_ctx struct. InitializingDarren Tucker
2020-11-19draft-ietf-secsh-architecture is now RFC4251.Darren Tucker
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2020-11-19Avoid spurious resolv.conf updates whenKenneth R Westerback
2020-11-19Always check for EBUSY when the return value of ic_set_key() is tested.Kenneth R Westerback
2020-11-19Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physicalMark Kettenis
2020-11-19Make bus_space_mmap(9) work for simplebus(4).Mark Kettenis
2020-11-19Make sure bus_space_mmap(9) works for pciecam(4).Mark Kettenis
2020-11-19Move logic handling lower faults, case 2, to its own function.Martin Pieuchot
2020-11-19More sa cleanup + constify.tobhe
2020-11-19TL;DR -- don't configure devices that return insufficient INQUIRY data.Kenneth R Westerback
2020-11-19Implement address translation for bus_space_mmap(9).Mark Kettenis