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.
f9875149 | glebius | Dec. 9, 2016, 6:07 p.m. | Treat R_X86_64_PLT32 relocs as R_X86_64_PC32. | |
296d65b7 | glebius | Dec. 9, 2016, 6 p.m. | Backout accidentially leaked in r309746 not yet reviewed patch :( | |
3cbee8ca | glebius | Dec. 9, 2016, 5:59 p.m. | Use counter_ratecheck() in the ICMP rate limiting. | |
16917020 | glebius | Dec. 9, 2016, 5:58 p.m. | Provide counter_ratecheck(), a MP-friendly substitution to ppsratecheck(). | |
ebecdad8 | tuexen | Dec. 9, 2016, 5:58 p.m. | Don't bundle a SACK chunk with a SHUTDOWN chunk if it is not required. | |
8d0a31e1 | tuexen | Dec. 9, 2016, 5:57 p.m. | Don't send multiple SHUTDOWN chunks in a single packet. | |
d9121bf5 | br | Dec. 9, 2016, 5:16 p.m. | Add registers for jz4780 audio and PDMA controllers. | |
3af3efd1 | des | Dec. 9, 2016, 4:14 p.m. | More debugging code I missed in r309051. | |
12af734d | hselasky | Dec. 9, 2016, 3:05 p.m. | Add more LinuxKPI PCI definitions. | |
1724ded4 | hselasky | Dec. 9, 2016, 3:01 p.m. | Prefer function macros over regular macros in the LinuxKPI. | |
2a65657f | robak | Dec. 9, 2016, 2:51 p.m. | Capsicum support for dd(1)
Adds Capsicum sandboxing to dd utility. Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com> Reviewed by: allanjude, emaste, oshogbo Approved by: oshogbo Sponsored by: Mysterious Code Ltd. Differential Revision: https://reviews.freebsd.org/D8543cgit ViewVC |
|
be48ab92 | hselasky | Dec. 9, 2016, 2:06 p.m. | Avoid malloc() warnings when using the LinuxKPI by zero-checking | |
0a61267a | hselasky | Dec. 9, 2016, 1:53 p.m. | MSIX can support more than 256 IRQs. Make sure the invalid IRQ number | |
e996b07c | hselasky | Dec. 9, 2016, 1:47 p.m. | Prefix some _pci_xxx() functions in the Linux KPI with linux_ and make | |
7fdce5c4 | hselasky | Dec. 9, 2016, 1:41 p.m. | Prefix the Linux KPI's kmem_xxx() functions with linux_ to avoid
conflict with the opensolaris kernel module. This patch solves a problem where the kernel linker will incorrectly resolve opensolaris kmem_xxx() functions as linuxkpi ones, which leads to a panic when these functions are used. Submitted by: gallatin @ Sponsored by: Mellanox Technologies MFC after: 1 weekcgit ViewVC |