On 02/10/17 08:42, Ngie Cooper (yaneurabeya) wrote:
On Sep 30, 2016, at 01:23, Hans Petter Selasky wrote:
Author: hselasky
Date: Fri Sep 30 08:23:06 2016
New Revision: 306486
URL: https://svnweb.freebsd.org/changeset/base/306486
Log:
Move the ConnectX-3 and ConnectX-2 driver from sys/ofed i
Author: pstef
Date: Fri Feb 10 09:31:39 2017
New Revision: 313544
URL: https://svnweb.freebsd.org/changeset/base/313544
Log:
indent(1): add regression test cases
These examples show expected behavior of indent(1). They are meant to be used
together with a regression test mechanism, either
Author: ray
Date: Fri Feb 10 13:28:30 2017
New Revision: 313547
URL: https://svnweb.freebsd.org/changeset/base/313547
Log:
o Reset mouse selection when new lines reach selection lines.
o Fix how selection handled on display.
Submitted by: hselasky
Reviewed by: hselasky, emaste(previous
On 10 February 2017 at 08:28, Aleksandr Rybalko wrote:
> Author: ray
> Date: Fri Feb 10 13:28:30 2017
> New Revision: 313547
> URL: https://svnweb.freebsd.org/changeset/base/313547
>
> Log:
> o Reset mouse selection when new lines reach selection lines.
> o Fix how selection handled on display
Ed,
thanks, I will define PR on planned fix
2017-02-10 16:24 GMT+02:00 Ed Maste :
> On 10 February 2017 at 08:28, Aleksandr Rybalko wrote:
> > Author: ray
> > Date: Fri Feb 10 13:28:30 2017
> > New Revision: 313547
> > URL: https://svnweb.freebsd.org/changeset/base/313547
> >
> > Log:
> > o
Author: kib
Date: Fri Feb 10 14:49:04 2017
New Revision: 313549
URL: https://svnweb.freebsd.org/changeset/base/313549
Log:
Fix r313495.
The file type DTYPE_VNODE can be assigned as a fallback if VOP_OPEN()
did not initialized file type. This is a typical code path used by
normal file s
Author: pfg
Date: Fri Feb 10 15:18:41 2017
New Revision: 313554
URL: https://svnweb.freebsd.org/changeset/base/313554
Log:
Clean redundant MIN/MAX declarations in some HighPoint drivers.
The hpt27xx(4), hptnr(4), and hptrr(4) drivers declare MIN() and MAX()
internally which match the macr
Author: hselasky
Date: Fri Feb 10 15:22:21 2017
New Revision: 313555
URL: https://svnweb.freebsd.org/changeset/base/313555
Log:
Flexible and asymmetric allocation of EQs and MSI-X vectors for PF/VFs.
Previously, the mlx4 driver queried the firmware in order to get the
number of supported
Author: hselasky
Date: Fri Feb 10 15:28:18 2017
New Revision: 313556
URL: https://svnweb.freebsd.org/changeset/base/313556
Log:
Change mlx4 QP allocation scheme.
When using Blue-Flame, BF, the QPN overrides the VLAN, CV, and SV
fields in the WQE. Thus, BF may only be used for QPNs with bi
Author: bz
Date: Fri Feb 10 16:06:14 2017
New Revision: 313557
URL: https://svnweb.freebsd.org/changeset/base/313557
Log:
Allow Dtrace to be compiled into the kernel again after r313177.
MFC after:1 week
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
===
Author: glebius
Date: Fri Feb 10 17:34:48 2017
New Revision: 313559
URL: https://svnweb.freebsd.org/changeset/base/313559
Log:
Don't check struct rtentry on FreeBSD, it is an internal kernel structure.
On other systems it may be API structure for SIOCADDRT/SIOCDELRT.
Reviewed by: emaste,
Author: glebius
Date: Fri Feb 10 17:37:04 2017
New Revision: 313560
URL: https://svnweb.freebsd.org/changeset/base/313560
Log:
Last consumer of _WANT_RTENTRY gone.
Modified:
head/sys/net/route.h
Modified: head/sys/net/route.h
==
Author: glebius
Date: Fri Feb 10 17:46:26 2017
New Revision: 313561
URL: https://svnweb.freebsd.org/changeset/base/313561
Log:
Move tcp_fields_to_net() static inline into tcp_var.h, just below its
friend tcp_fields_to_host(). There is third party code that also uses
this inline.
Reviewe
On Fri, Feb 03, 2017 at 08:33:23PM +, Jilles Tjoelker wrote:
J> Author: jilles
J> Date: Fri Feb 3 20:33:23 2017
J> New Revision: 313174
J> URL: https://svnweb.freebsd.org/changeset/base/313174
J>
J> Log:
J> Clean up documentation of AF_UNIX control messages.
J>
J> Document AF_UNIX cont
Author: emaste
Date: Fri Feb 10 19:11:33 2017
New Revision: 313562
URL: https://svnweb.freebsd.org/changeset/base/313562
Log:
kldxref: s/sections/segments/ in warning message
The message refers to program header segments, not sections.
PR: 216975
Modified:
head/usr.sbin/kl
Author: emaste
Date: Fri Feb 10 19:17:10 2017
New Revision: 313563
URL: https://svnweb.freebsd.org/changeset/base/313563
Log:
kldxref: bump MAXSEGS to 3
ld.bfd generates two PT_LOAD segments, but certain linkers or linker
configurations generate three PT_LOAD segments (one additional for
Author: jhb
Date: Fri Feb 10 19:25:52 2017
New Revision: 313564
URL: https://svnweb.freebsd.org/changeset/base/313564
Log:
Drop the "created from" line from files generated by makesyscalls.sh.
This information is less useful when the generated files are included in
source control along wi
Author: ngie
Date: Fri Feb 10 19:31:09 2017
New Revision: 313565
URL: https://svnweb.freebsd.org/changeset/base/313565
Log:
Expect :mmap__bad_arguments to fail
Some recent changes to vm related to mmap(2) have broken the prot checks that
would result with an EINVAL with this case
I s
> On Feb 6, 2017, at 12:57, Edward Tomasz Napierala wrote:
>
> Author: trasz
> Date: Mon Feb 6 20:57:12 2017
> New Revision: 313352
> URL: https://svnweb.freebsd.org/changeset/base/313352
>
> Log:
> Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(),
> kern_vm_munmap
On Friday, February 10, 2017 07:25:52 PM John Baldwin wrote:
> Author: jhb
> Date: Fri Feb 10 19:25:52 2017
> New Revision: 313564
> URL: https://svnweb.freebsd.org/changeset/base/313564
>
> Log:
> Drop the "created from" line from files generated by makesyscalls.sh.
>
> This information is
Author: jhb
Date: Fri Feb 10 19:45:02 2017
New Revision: 313566
URL: https://svnweb.freebsd.org/changeset/base/313566
Log:
Regenerate all the system call tables to drop "created from" lines.
One of the ibcs2 files contains some actual changes (new headers) as
it hasn't been regenerated af
On Tue, Feb 07, 2017 at 06:57:57PM +, Eric van Gyzen wrote:
E> Author: vangyzen
E> Date: Tue Feb 7 18:57:57 2017
E> New Revision: 313401
E> URL: https://svnweb.freebsd.org/changeset/base/313401
E>
E> Log:
E> Fix garbage IP addresses in UDP log_in_vain messages
E>
E> If multiple threads
> On Feb 10, 2017, at 11:38, John Baldwin wrote:
>
> On Friday, February 10, 2017 07:25:52 PM John Baldwin wrote:
>> Author: jhb
>> Date: Fri Feb 10 19:25:52 2017
>> New Revision: 313564
>> URL: https://svnweb.freebsd.org/changeset/base/313564
>>
>> Log:
>> Drop the "created from" line from fi
On 10 February 2017 at 15:10, Gleb Smirnoff wrote:
>
> Thanks. I think inet_ntoa() and anything that uses static buffer
> should just be removed from libkern.
Agreed. A quick grep found inet_ntoa used in:
netpfil/pf/pf_osfp.c
netpfil/ipfw/ip_fw_log.c
kern/kern_jail.c
fs/nfsserver/nfs_nfsdkrpc.c
Author: ken
Date: Fri Feb 10 22:02:45 2017
New Revision: 313568
URL: https://svnweb.freebsd.org/changeset/base/313568
Log:
Change the isp(4) driver to not adjust the tag type for REQUEST SENSE.
The isp(4) driver was changing the tag type for REQUEST SENSE
commands to Head of Queue, when t
On Friday, February 10, 2017 12:19:35 PM Ngie Cooper wrote:
>
> > On Feb 10, 2017, at 11:38, John Baldwin wrote:
> >
> > On Friday, February 10, 2017 07:25:52 PM John Baldwin wrote:
> >> Author: jhb
> >> Date: Fri Feb 10 19:25:52 2017
> >> New Revision: 313564
> >> URL: https://svnweb.freebsd.or
On Fri, Feb 10, 2017 at 4:34 PM, John Baldwin wrote:
...
> Which client are you using?
I'll have to doublecheck, but IIRC I'm using the latest copy of
devel/subversion .
> This is what I see on the clean checkout of head I comitted this from:
>
> % grep FreeBSD sys/sys/syscall.mk
> # FreeBSD s
Author: mm
Date: Sat Feb 11 01:00:58 2017
New Revision: 313572
URL: https://svnweb.freebsd.org/changeset/base/313572
Log:
MFV r313569:313569:313569:
Sync libarchive with vendor
Vendor bugfixes:
cpio reader sanity fix (OSS-Fuzz 504)
WARC reader sanity fixes (OSS-Fuzz 511, 526, 532, 552
Author: ian
Date: Sat Feb 11 01:07:46 2017
New Revision: 313573
URL: https://svnweb.freebsd.org/changeset/base/313573
Log:
Stop including sys/types.h from arm's machine/atomic.h, fix the places
where atomic.h was being included without ensuring that types.h (via
param.h) was included first,
Author: emaste
Date: Sat Feb 11 02:33:48 2017
New Revision: 313575
URL: https://svnweb.freebsd.org/changeset/base/313575
Log:
makefs: make the buffer functions look exactly like the kernel ones
From NetBSD christos Sat Jan 26 00:19:39 2013 +
make the buffer functions look exactly l
Author: emaste
Date: Sat Feb 11 02:45:54 2017
New Revision: 313576
URL: https://svnweb.freebsd.org/changeset/base/313576
Log:
Remove sys/boot/pc98 accidentally restored in r313575
Reported by: rpokala
Deleted:
head/sys/boot/pc98/
___
svn-src-h
Author: mmokhi (ports committer)
Date: Sat Feb 11 05:19:45 2017
New Revision: 313577
URL: https://svnweb.freebsd.org/changeset/base/313577
Log:
Adding myself to committers-ports.dot and calendar.freebsd
Submitted by: mmokhi
Approved by: feld, mat (mentors)
Differential Revision:
Author: adrian
Date: Sat Feb 11 05:33:49 2017
New Revision: 313578
URL: https://svnweb.freebsd.org/changeset/base/313578
Log:
[net80211] add a sysctl that forces a vap restart.
Well, vap restart really does "all restart" for now, which will be a good
way of debugging firmware restart issu
33 matches
Mail list logo