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