committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
abdef0123 filter by commit's SHA hash.
rNNN filter by SVN revision.
rNNN-rMMM filter by SVN revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
28ba36c6 | ygy | Nov. 22, 2021, 2:43 a.m. | bridge(4): Use American spelling of "behavior"
Fixes: 8406182dbeb972698775e2468902bc5f6e593d72 MFC after: 3 days Reported by: Pau Amma <pauamma@gundo.com>cgit |
|
093cf790 | emaste | Nov. 22, 2021, 2:21 a.m. | makefs: remove set but not used variables
These were leftovers from the port from NetBSD (where they are used). Sponsored by: The FreeBSD Foundationcgit |
|
06bd74e1 | mav | Nov. 21, 2021, 11:50 p.m. | GEOM: Switch g_io_deliver() locking from cp to pp.
Single provider may have multiple consumers, and locking one of consumers is not sufficient to protect the provider. Though the only part of the provider this locking protects now is its statistics. Reported by: Arka Sharma <arka.sw1988@gmail.com> MFC after: 2 weekscgit |
|
8ec4c5da | emaste | Nov. 21, 2021, 5:57 p.m. | Fix coredump_phnum test with ASLR enabled by default
coredump_phnum intends to generate a core file with many PT_LOAD segments. Previously it called mmap() in a loop with alternating protections, relying on each mapping following the previous, to produce a core file with many page-sized PT_LOAD segments. With ASLR on we no longer have this property of each mmap() following the previous. Instead, perform a single allocation, and then use mprotect() to set alternating pages to PROT_READ. PR: 259970 Reported by: lwhsu, mw Reviewed by: kib MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33070cgit |
|
77e3db07 | imp | Nov. 21, 2021, 4:05 p.m. | loader: abstract boot services exiting to libefi function
Move direct call of ExitBootServices to efi_exit_boot_services. This function sets boot_services_active to false so callers don't have to do it everywhere (though currently only loader/bootinfo.c is affected). Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D32226cgit |
|
a8935083 | imp | Nov. 21, 2021, 3:54 p.m. | devmatch: Allow devmatch_blocklist to be set in kenv too
Add in all the variables set in the kenv variable devmatch_blocklist too. This allows blocking autoloading from the boot loader. Sponsored by: Netflix Reviewed by: 0mp Differential Revision: https://reviews.freebsd.org/D32171cgit |
|
a8837c77 | imp | Nov. 21, 2021, 3:54 p.m. | mpr: fix freeze / release mismatch in timeout code
So, if we're processing a timeout, and we've sent an ABORT to the firmware for that timeout, but not yet received the response from the firmware, AND we get another timeout, we queue the timeout and freeze the queue. However, when we've finally processed them all, we only release the queue once. This causes all I/O to halt as the devq remains frozen forever. Instead, only freeze the queue when we start the process (eg set INRESET on the target). This will allow the release when all the timed out I/Os have finished ABORTing. Sponsored by: Netflix Reviewed by: mav Differential Revision: https://reviews.freebsd.org/D33054cgit |
|
036af105 | emaste | Nov. 21, 2021, 12:37 a.m. | mkimg: zero entry in vhdx_write_metadata
Otherwise _reserved might contain uninitialized data. MFC after: 1 week Sponsored by: The FreeBSD Foundationcgit |
|
438fd19d | emaste | Nov. 20, 2021, 9:38 p.m. | ssh: mention nanobsd config files in upgrade instructions
Sponsored by: The FreeBSD Foundationcgit |
|
8981a100 | rew | Nov. 20, 2021, 7:22 p.m. | mount: retire kernel_vmount()
The last usage of this function was removed in e3b1c847a4237ad9. There are no in-tree consumers of kernel_vmount(). Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D32607cgit |
|
5dd9d060 | kp | Nov. 20, 2021, 6:29 p.m. | if_stf: minor man page improvements
- fix typo (router -> routers) - Remove 6bone reference, because that was phased out in 2006. Suggested by: Pau Amma <pauamma@gundo.com> Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33046cgit |
|
3f7b9525 | kp | Nov. 20, 2021, 6:29 p.m. | if_stf: document 6rd in the man page
PR: 253328 Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33042cgit |
|
67573b7a | kp | Nov. 20, 2021, 6:29 p.m. | net tests: fix if_stf:6to4
This test needs to have the loopback interface enabled, or route lookups for our own IP addresses will fail. MFC after: 3 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33041cgit |
|
2610dcc1 | kp | Nov. 20, 2021, 6:29 p.m. | net tests: 6rd to 6rd test
Test traffic between 6rd hosts, without border relay involvement. PR: 253328 Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33040cgit |
|
e1b95017 | kp | Nov. 20, 2021, 6:29 p.m. | net tests: 6rd test for if_stf
Basic test case for 6rd. PR: 253328 Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33039cgit |