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.
bcab868a | jhb | Aug. 17, 2022, 5 p.m. | bhyve: Style fix for read/write_config. | |
1b89d40f | mjg | Aug. 17, 2022, 4:24 p.m. | Revert "vm: use atomic fetchadd in vm_page_sunbusy"
This reverts commit f6ffed44a8eb5d1ab89a18e60fb056aab2105be7. fetchadd will fail the waiters flag, which can cause other code to wait when it should not with nothing clear it Revert until I sort this out. Reported by: markjcgit |
|
e674ddec | bz | Aug. 17, 2022, 4:11 p.m. | iwlwifi: add FreeBSD specific debugging
"Invalid TXQ id" and "Queue <n> is stuck <x> <y>" are two errors seen more commonly by FreeBSD users. Try to gather some extra data the "easy way" adding more error logging for these situations in the hope to find a clue or at least do more targetd debugging in the future. Note that for one of the errors the Linux Intel driver has a TODO to print register data. If that will show up in future versions of the driver this may also help. Sponsored by: The FreeBSD Foundation MFC after: 3 dayscgit |
|
489482e2 | glebius | Aug. 17, 2022, 3:24 p.m. | ipsec: isolate knowledge about protocols that are last header
Retire PR_LASTHDR protosw flag. Reviewed by: ae Differential revision: https://reviews.freebsd.org/D36155cgit |
|
05b9737f | glebius | Aug. 17, 2022, 3:24 p.m. | ipfw: make it possible to specify MTU for "unreach needfrag" action
Reviewed by: ae, pauamma Differential revision: https://reviews.freebsd.org/D36140cgit |
|
e7abb897 | kp | Aug. 17, 2022, 2:39 p.m. | ixgbe: fix software vlan handling
If hardware vlan tagging is disabled (after a vlan has been added) we receive double-tagged packets, even if the packet on the wire only has a single VLAN tag. That looks like this: 17:29:30.370787 00:51:82:11:22:02 > 90:ec:77:1f:8a:5f, ethertype 802.1Q (0x8100), length 64: vlan 0, p 0, ethertype 802.1Q, vlan 1001, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Reply 10.101.0.12 is-at 00:51:82:11:22:02, length 42 This happens because the ixgbe driver does not clear the vlan flags in the hardware (such as IXGBE_RXDCTL_VME) if IFCAP_VLAN_HWTAGGING is cleared. Add code to do so, which fixes this issue. Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D36139cgit |
|
9ac6eda6 | mjg | Aug. 17, 2022, 2:23 p.m. | pipe: try to skip locking the pipe if a non-blocking fd is used
Reviewed by: markj (previous version) Differential Revision: https://reviews.freebsd.org/D36082cgit |
|
60dae3b8 | mjg | Aug. 17, 2022, 2:21 p.m. | mac: cheaper check for mac_pipe_check_read
Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D36082cgit |
|
4c2ef8c1 | mjg | Aug. 17, 2022, 2:20 p.m. | pipe: change pipemapping cnt/pos to u_int
This matches the case using regular buffers and avoids an ifdef later. Suggested by: markjcgit |
|
f6ffed44 | mjg | Aug. 17, 2022, 10:36 a.m. | vm: use atomic fetchadd in vm_page_sunbusy
This also fixes a bug where not-last unbusy failed to post a release fence. Reviewed by: markj (previous version), kib (previous version) Differential Revision: https://reviews.freebsd.org/D36084cgit |
|
f7413197 | antoine | Aug. 17, 2022, 8:01 a.m. | ObsoleteFiles.inc: fix path of a few manual pages | |
6391be30 | chuck | Aug. 17, 2022, 12:23 a.m. | bhyve nvme: Switch to POSIX standard functions
Switch bzero to memset and bcopy to memcpy Reviewed by: imp, jhb MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D36215cgit |
|
beeeb40b | lwhsu | Aug. 17, 2022, 12:15 a.m. | basic_signal test: really skip trap_signal_test on i386
PR: 265889 Fixes: c04721e35ff0e8220c88d5b10f068dba18629f7e Sponsored by: The FreeBSD Foundationcgit |
|
128b0398 | mckusick | Aug. 16, 2022, 11:46 p.m. | Update date in tunefs(8) manual page.
Requested by: Li-Wen Hsu PR: 261944 Sponsored by: The FreeBSD Foundationcgit |
|
c04721e3 | lwhsu | Aug. 16, 2022, 10:03 p.m. | basic_signal test: temporarily skip trap_signal_test on i386
This case crashes a bhyve VM. PR: 265889 Sponsored by: The FreeBSD Foundationcgit |