committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
NNN or rNNN filter by revision.
NNN-MMM or rNNN-rMMM filter by revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
r344216 | avos | Feb. 16, 2019, 4:34 p.m. | Few more corrections to WITHOUT_OFED=1 make delete-old removal:
- Drop profile libraries; MK_PROFILE=no is set in all Makefile's. - Correct library path to libmlx5.so.1 and libibverbs.so.1 MFC after: 5 days MFC with: 344207ViewVC |
|
r344215 | avos | Feb. 16, 2019, 4:17 p.m. | Remove corresponding lib32/ files when WITHOUT_OFED=1 is set
MFC after: 5 days MFC with: 344207ViewVC |
|
r344214 | avos | Feb. 16, 2019, 4:01 p.m. | Refresh OptionalObsoleteFiles.inc for MK_PMC:
- Add missing /usr/sbin/pmc, pmcformat.h, libpmcstat.h and pmc.haswellxeon.3 to the list. - Correct man page section for pmcstudy.8. - Include recently added libipt and libopencsd for corresponding TARGET_ARCH MFC after: 5 daysViewVC |
|
r344211 | emaste | Feb. 16, 2019, 12:49 p.m. | wlandebug: disable PIE to fix build failure
libifconfig is built as a static-only PRIVATELIB (and there is no _pie.a version) so disable PIE in libifconfig's consumer. Sponsored by: The FreeBSD FoundationViewVC |
|
r344208 | avos | Feb. 16, 2019, 5:04 a.m. | Add more rc.d scripts / empty directors / config files into
OptionalObsoleteFiles.inc Note: only files with conditional installation logic were included from the PR. PR: 233046 Submitted by: <rozhuk.im@gmail.com> MFC after: 5 daysViewVC |
|
r344207 | avos | Feb. 16, 2019, 4:49 a.m. | Allow to remove unused files via 'make delete-old(-libs)' when WITHOUT_OFED
and / or WITHOUT_OFED_EXTRA src.conf(5) options are set. MFC after: 5 daysViewVC |
|
r344204 | jhibbits | Feb. 16, 2019, 4:47 a.m. | powerpc/booke: Fix 32-bit build
MFC after: 2 weeks MFC with: 344202ViewVC |
|
r344203 | jhibbits | Feb. 16, 2019, 4:38 a.m. | powerpc/booke: depessimize MAS register updates
We only need to isync before we actually use the MAS registers, so before and after the TLB read/write/sync/search operations. MFC after: 2 weeksViewVC |
|
r344202 | jhibbits | Feb. 16, 2019, 4:16 a.m. | powerpc/booke: Use DMAP where possible for page copy and zeroing
This avoids several locks and pmap_kenter()'s, improving performance marginally. MFC after: 2 weeksViewVC |
|
r344201 | avos | Feb. 16, 2019, 3:49 a.m. | Remove vi(1)-related files via 'make delete-old' when WITHOUT_VI=1 is set.
MFC after: 5 daysViewVC |
|
r344198 | avos | Feb. 16, 2019, 1:48 a.m. | GC ATA_REQUEST_TIMEOUT option remnants
It was removed from code in r249083 and from sys/conf/options in r249213. PR: 222170 MFC after: 3 daysViewVC |
|
r344192 | sef | Feb. 16, 2019, 12:15 a.m. | Add support for a virtual hostname to nfsd
Specifically, this allows (via "-V vhostname") telling nfsd what principal to use, instead of the hostname. This is used at iXsystems for fail-over in HA systems. Reviewed by: macklem Sponsored by: iXsystems Inc. Differential Revision: https://reviews.freebsd.org/D19191ViewVC |
|
r344191 | imp | Feb. 16, 2019, 12:15 a.m. | Remove write-only s_flag. | |
r344190 | glebius | Feb. 15, 2019, 11:46 p.m. | Imaginary cat jumped my keyboard! | |
r344189 | cem | Feb. 15, 2019, 11:41 p.m. | Fixup bsd.prog.mk after r344182
Reported by: tinderbox Sponsored by: Dell EMC IsilonViewVC |