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.
bb32809b | jhb | May 10, 2022, 5:21 p.m. | riscv sifive: Remove unused devclass arguments to DRIVER_MODULE. | |
2663ef1b | jhb | May 10, 2022, 5:21 p.m. | riscv: Remove unused devclass arguments to DRIVER_MODULE. | |
90b8b224 | jhb | May 10, 2022, 5:21 p.m. | xilinx: Remove unused devclass arguments to DRIVER_MODULE. | |
da4650a5 | jhb | May 10, 2022, 5:21 p.m. | goldfish_rtc: Remove unused devclass argument to DRIVER_MODULE. | |
a3f08403 | jhb | May 10, 2022, 5:21 p.m. | xdma: Remove unused devclass arguments to DRIVER_MODULE. | |
6e7a5853 | dougm | May 10, 2022, 4:53 p.m. | bitstring: fix ff_area() when start!=0
commit 84e2ae64c597000a0 introduced an error in the ff*_area_at functions for nonzero start parameters when the bit range sought was found immediately. It mistakenly replaced '_value = _start' with '_value = 0' in initialization. Undo that mistake. Reported by: markj Reviewed by: markj Tested by: markj Fixes: 84e2ae64c597 vm_reserv: use enhanced bitstring for popmaps Differential Revision: https://reviews.freebsd.org/D35157cgit |
|
1cb8e38e | br | May 10, 2022, 3:20 p.m. | Code deduplication: use SID-getting functions in smmu_find().
Sponsored by: UKRIcgit |
|
04831efd | rrs | May 10, 2022, 1:46 p.m. | tcp: Rack idle reduce not working.
Rack converted to micro-seconds quite some time ago, but in testing we have found a miss in that work. The idle reduce time is still based in ticks, so it must be converted to microseconds before any comparisons else you will likely not do idle reduce. Reviewed by: tuexen, thj Sponsored by: Netflix Inc Differential Revision: https://reviews.freebsd.org/D35066cgit |
|
bbd60e2c | se | May 10, 2022, 1:16 p.m. | contrib/bc: update to version 5.2.5
This is a production release that fixes this bc's behavior on ^D to match GNU bc. Merge commit 'ed0603704174b01c25b49efc08c82e1532dc5622' MFC after: 3 dayscgit |
|
aaa77b3a | se | May 10, 2022, 1:11 p.m. | contrib/bc: revert commit f4ff1c300ef40
This commit was executed by accident while testing the new version.cgit |
|
f4ff1c30 | se | May 10, 2022, 12:50 p.m. | vendor/bc: import of version 5.2.5
This is a production release that fixes this bc's behavior on ^D to match GNU bc. (cherry picked from commit ed0603704174b01c25b49efc08c82e1532dc5622)cgit |
|
10f44229 | asomers | May 9, 2022, 10:38 p.m. | Fix overflow errors in sbttous and sbttoms
Both of these functions would overflow for very large inputs. Add tests for them. Also, add tests for the inverse functions, *stosbt, whose overflow errors were fixed by 4c30b9ecd47. PR: 263073 MFC after: 1 week Sponsored by: Axcient Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D34809cgit |
|
bce02a0e | mav | May 9, 2022, 10:03 p.m. | mpsutil: Fix device speed reporting.
Report controller SAS phy speed only for directly attached devices. For others try to read and report parent expander phy speed. MFC after: 1 weekcgit |
|
53c184cf | mav | May 9, 2022, 10:03 p.m. | mpsutil: fix set but not used warning
MFC after: 1 weekcgit |
|
e88935ab | jhb | May 9, 2022, 9:26 p.m. | smc: Remove unused devclass arguments to DRIVER_MODULE. |