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.
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. | |
36f54203 | jhb | May 9, 2022, 9:26 p.m. | dwwdt: Remove unused devclass argument to DRIVER_MODULE. | |
cee4d688 | jhb | May 9, 2022, 9:26 p.m. | ffec: Remove unused devclass argument to DRIVER_MODULE. | |
b08b5f55 | jhb | May 9, 2022, 9:26 p.m. | altera drivers: Remove unused devclass arguments to DRIVER_MODULE. | |
94412ad7 | jhb | May 9, 2022, 9:26 p.m. | vnic: Remove unused devclass arguments to DRIVER_MODULE. | |
395bee12 | jhb | May 9, 2022, 9:26 p.m. | psci: Remove unused devclass arguments to DRIVER_MODULE. | |
9104bbeb | jhb | May 9, 2022, 9:26 p.m. | mvneta: Remove unused devclass argument to DRIVER_MODULE. | |
7ce7aacc | jhb | May 9, 2022, 9:26 p.m. | enetc: Remove unused devclass argument to DRIVER_MODULE. | |
e55d0536 | jhb | May 9, 2022, 9:26 p.m. | dwc: Remove unused devclass argument to DRIVER_MODULE. | |
b2c1681a | jhb | May 9, 2022, 9:26 p.m. | arm64 rockchip: Remove unused devclass arguments to DRIVER_MODULE. |