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.
0c8bd6a7 | kib | Dec. 30, 2016, 5:37 p.m. | Assert that the pages found on the object queue by vm_page_next() and | |
3abdc654 | kan | Dec. 30, 2016, 5:12 p.m. | Restore status quo: mips64 does not need subr_sfbuf.c | |
436b590a | br | Dec. 30, 2016, 4:26 p.m. | Add parenthesis. | |
5b2e3029 | br | Dec. 30, 2016, 4:06 p.m. | o Fix unlocking. | |
21ca0912 | des | Dec. 30, 2016, 2:54 p.m. | Fix inverted loop condition which broke multi-line responses to CONNECT.
PR: 194483 Submitted by: MiĆosz Kaniewski <milosz.kaniewski@gmail.com> MFC after: 1 weekcgit ViewVC |
|
869d8878 | adrian | Dec. 30, 2016, 2:47 p.m. | [netmap] fix locking regressions
* Firmware oriented NICs may need to sleep in their configuration paths. Use RLOCK instead of WLOCK to allow this to again occur. This fixes netmap on cxgbe. * Change the worker lock to a normal mutex rather than a spin lock. Drivers shouldn't be doing netmap work from the fast interrupt handlers, so it's not required to be a spinlock. Submitted by: luigi, Vincenzo Maffione <v.maffione@gmail.com> Reviewed by: jhbcgit ViewVC |
|
9a4ee196 | kib | Dec. 30, 2016, 1:04 p.m. | Style. | |
99e3d685 | arybchik | Dec. 30, 2016, 12:23 p.m. | sfxge(4): move queue size checks to after the NIC config has been populated
Submitted by: Mark Spender <mspender at solarflare.com> Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8974cgit ViewVC |
|
a98003dd | arybchik | Dec. 30, 2016, 12:19 p.m. | sfxge(4): cleanup: add efsys_lock_state_t for type of state param in EFSYS_LOCK()
This allows the common code to use the correct type for the lock state local variable passed to EFSYS_LOCK() and EFSYS_UNLOCK(). On Windows, this allows warning supression pragmas to be removed. Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 2 dayscgit ViewVC |
|
44c20699 | arybchik | Dec. 30, 2016, 12:10 p.m. | sfxge(4): support per-command MCDI timeout
Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 weekcgit ViewVC |
|
7367e679 | arybchik | Dec. 30, 2016, 12:06 p.m. | sfxge(4): remove obsolete Wake-On-LAN support
Wake-on-lan is not supported in production on any of our adapters, as they don't have the required AUX power connector. (It's possible that AUX power is supplied to some of our ALOM or mezz adapters, but if so then we've never implemented or tested WoL support.) Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8972cgit ViewVC |
|
63492ab8 | arybchik | Dec. 30, 2016, 12:02 p.m. | sfxge(4): fix efx_filter_supported_filters API
The previous API had various problems, including the length of the caller provided buffer not being specified, no means being available to discover how big the buffer needs to be, and a lack of clarity of what the resulting list contains. To fix it: - add the buffer length as a parameter - if the provided buffer is too short, fail with ENOSPC and return the required length - ensure that the list contents are valid and add comments describing it It is safe to change this API as, unsuprisingly, it has no users. Submitted by: Mark Spender <mspender at solarflare.com> Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8971cgit ViewVC |
|
662c835b | arybchik | Dec. 30, 2016, noon | sfxge(4): add functions to efx_bootcfg supporting whole partition access
Expose expcfg partition layout discovery and validating buffer copy routines. Needed for whole-partition expcfg operations. Submitted by: Richard Houldsworth <rhouldsworth at solarflare.com> Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8970cgit ViewVC |
|
f92697a4 | arybchik | Dec. 30, 2016, 11:58 a.m. | sfxge(4): make verified update result available from ef10_nvram_partn_unlock()
Manftest needs to know exactly what went wrong with the verified update so that failing boards can be correctly diagnosed. Submitted by: Tom Millington <tmillington at solarflare.com> Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8969cgit ViewVC |
|
8a4fcbd4 | arybchik | Dec. 30, 2016, 11:56 a.m. | sfxge(4): add per-command timeout reporting to the common code
In newer firmware that supports multithreaded MCDI processing, longer running commands may be run ina background thread. Add support for drivers to query the appropriate timeout for each MCDI request. Submitted by: Andy Moreton <amoreton at solarflare.com> Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8968cgit ViewVC |