On 29/04/2017 12:47, Takahashi Yoshihiro wrote:
> Author: nyan
> Date: Sat Apr 29 09:47:15 2017
> New Revision: 317591
> URL: https://svnweb.freebsd.org/changeset/base/317591
>
> Log:
> Add TUNABLE_INT to radeonkms driver parameters.
> They are required by PowerMac G5 DP.
>
> PR:
Author: danfe (ports committer)
Date: Wed May 31 03:44:31 2017
New Revision: 319274
URL: https://svnweb.freebsd.org/changeset/base/319274
Log:
- Add a simple example to uname(1) manual page to show how the hardware
platform (returned by -m) can be different from the machine's processor
a
Author: cy
Date: Wed May 31 03:11:25 2017
New Revision: 319273
URL: https://svnweb.freebsd.org/changeset/base/319273
Log:
Remove NORESOLVE (-R) option from poollist() (ippool -l). It is not
used in poollist().
Modified:
head/contrib/ipfilter/tools/ippool.c
Modified: head/contrib/ipfilter/t
Author: kib
Date: Tue May 30 21:20:54 2017
New Revision: 319253
URL: https://svnweb.freebsd.org/changeset/base/319253
Log:
Fix bug in r318997: remove the line which overrides vn_fsid()
calculation.
Noted by: jhb
Reviewed by: rmacklem
Sponsored by: The FreeBSD Foundation
Modified
Konstantin Belousov wrote:
>Thank you.
>Indeed, the asignment should have been removed. Below is the proposed
>correction.
>
>diff --git a/sys/fs/nfsclient/nfs_clport.c b/sys/fs/nfsclient/nfs_clport.c
>index 509c38b8614..44c0eae0179 100644
>--- a/sys/fs/nfsclient/nfs_clport.c
>+++ b/sys/fs/nfsclie
> -Original Message-
> From: Alexey Dokuchaev [mailto:da...@freebsd.org]
> Sent: Thursday, May 25, 2017 1:17 PM
> To: Stephen McConnell
> Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src-
> h...@freebsd.org
> Subject: Re: svn commit: r318895 - in head: share/man/man4 sys/dev
Author: ngie
Date: Tue May 30 18:06:19 2017
New Revision: 319248
URL: https://svnweb.freebsd.org/changeset/base/319248
Log:
Regenerate src.conf(5)
This contains a number of content changes due to src.opts.mk changes.
Sponsored by: Dell EMC Isilon
Modified:
head/share/man/man5/src.co
Author: ngie
Date: Tue May 30 18:03:34 2017
New Revision: 319246
URL: https://svnweb.freebsd.org/changeset/base/319246
Log:
Use .Xr to reference libblacklist(3), blacklistctl(8), and blacklistd(8)
MFC after:now
Sponsored by: Dell EMC Isilon
Modified:
head/tools/build/options/WITHOU
On Sun, May 28, 2017 at 06:48:38AM -0700, John Baldwin wrote:
> On Saturday, May 27, 2017 05:00:30 PM Konstantin Belousov wrote:
> > */
> > - if (vp->v_mount->mnt_stat.f_fsid.val[0] !=
> > - (uint32_t)np->n_vattr.na_filesid[0])
> > - vap->va_fs
Author: markj
Date: Tue May 30 17:16:08 2017
New Revision: 319229
URL: https://svnweb.freebsd.org/changeset/base/319229
Log:
Add some miscellaneous definitions to support DRM drivers.
Reviewed by: hselasky
MFC after:1 week
Differential Revision:https://reviews.freebsd.org/D
On Saturday, May 27, 2017 05:00:30 PM Konstantin Belousov wrote:
> Author: kib
> Date: Sat May 27 17:00:30 2017
> New Revision: 318997
> URL: https://svnweb.freebsd.org/changeset/base/318997
>
> Log:
> Use whole mnt_stat.f_fsid bits for st_dev.
>
> Since ino64 expanded dev_t to 64bit, make
Author: emaste
Date: Tue May 30 15:51:48 2017
New Revision: 319219
URL: https://svnweb.freebsd.org/changeset/base/319219
Log:
add a rescue/sh sanity check before installworld on the running system
FreeBSD does not guarantee kernel forward compatibility (that is,
running a newer userland o
Whoops, the commit message for this revision was slightly stale
(previous version of the patch).
On Fri, May 26, 2017 at 3:17 PM, Conrad Meyer wrote:
> Author: cem
> Date: Fri May 26 22:17:44 2017
> New Revision: 318969
> URL: https://svnweb.freebsd.org/changeset/base/318969
>
> Log:
> procstat
Author: jtl
Date: Tue May 30 14:50:28 2017
New Revision: 319216
URL: https://svnweb.freebsd.org/changeset/base/319216
Log:
Fix an unnecessary/incorrect check in the PKTOPT_EXTHDRCPY macro.
This macro allocates memory and, if malloc does not return NULL, copies
data into the new memory. Ho
Author: jtl
Date: Tue May 30 14:41:31 2017
New Revision: 319215
URL: https://svnweb.freebsd.org/changeset/base/319215
Log:
Fix two places in the ICMP6 code where we could dereference a NULL pointer
in the icmp6_input() function.
When processing an ICMP6_ECHO_REQUEST, if IP6_EXTHDR_GET fai
Author: jtl
Date: Tue May 30 14:32:44 2017
New Revision: 319214
URL: https://svnweb.freebsd.org/changeset/base/319214
Log:
Enforce the limit on ICMP messages before doing work to formulate the
response.
Delete an unneeded rate limit for UDP under IPv6. Because ICMP6
messages have their
Author: avg
Date: Tue May 30 13:53:03 2017
New Revision: 319212
URL: https://svnweb.freebsd.org/changeset/base/319212
Log:
fix indentation
MFC after:4 days
Modified:
head/sys/x86/x86/identcpu.c
Modified: head/sys/x86/x86/identcpu.c
===
Author: zbb
Date: Tue May 30 12:00:56 2017
New Revision: 319201
URL: https://svnweb.freebsd.org/changeset/base/319201
Log:
Introduce additional locks when releasing TX resources and buffers in ENA
There could be race condition with TX cleaning routine when cleaning mbufs,
when it was call
Author: zbb
Date: Tue May 30 11:58:51 2017
New Revision: 319200
URL: https://svnweb.freebsd.org/changeset/base/319200
Log:
Move ENA's hw stats updating routine to separate task
Initially, stats were being updated each time OS was requesting for
the first statistic.
To read statistics fr
Author: zbb
Date: Tue May 30 11:56:54 2017
New Revision: 319199
URL: https://svnweb.freebsd.org/changeset/base/319199
Log:
Add error handling to the ENA driver if init of the reset task fails
Also, to simplify cleaning routine, reset task is initialized before
allocating statistics and ot
Author: zbb
Date: Tue May 30 11:55:02 2017
New Revision: 319198
URL: https://svnweb.freebsd.org/changeset/base/319198
Log:
Add locks before each ena_up and ena_down
Lock only ena_up and ena_down calls in ioctl handler, instead of whole
ioctl. Locking ioctl with sx lock that is sleepable,
21 matches
Mail list logo