Author: mjg
Date: Thu Nov 6 08:12:34 2014
New Revision: 274167
URL: https://svnweb.freebsd.org/changeset/base/274167
Log:
Add sysctl kern.proc.cwd
It returns only current working directory of given process which saves a lot
of
overhead over kern.proc.filedesc if given proc has a lot of
Author: ae
Date: Thu Nov 6 09:16:52 2014
New Revision: 274168
URL: https://svnweb.freebsd.org/changeset/base/274168
Log:
MFC r273855:
Fix mbuf leak in IPv6 multicast code.
When multicast capable interface goes away, it leaves multicast groups,
this leads to generate MLD reports, but
On 6 Nov 2014, at 01:04, Rui Paulo wrote:
> I don't think the non-temporary fix was ever committed. What's the problem?
> Is something else defining these methods?
Yes, they're defined by libc++ too. The problem is that gcc 4.9 wants to be
able to throw bad_array_new_length exceptions when
Author: bapt
Date: Thu Nov 6 10:07:26 2014
New Revision: 274169
URL: https://svnweb.freebsd.org/changeset/base/274169
Log:
rpcbind does not need to be linked to libutil
Modified:
head/usr.sbin/rpcbind/Makefile
Modified: head/usr.sbin/rpcbind/Makefile
Author: bapt
Date: Thu Nov 6 10:16:05 2014
New Revision: 274170
URL: https://svnweb.freebsd.org/changeset/base/274170
Log:
sntp does not depend on libm
Modified:
head/usr.sbin/ntp/sntp/Makefile
Modified: head/usr.sbin/ntp/sntp/Makefile
===
Author: bapt
Date: Thu Nov 6 10:30:10 2014
New Revision: 274171
URL: https://svnweb.freebsd.org/changeset/base/274171
Log:
iscsid does not need to link to libssl
Modified:
head/usr.sbin/iscsid/Makefile
Modified: head/usr.sbin/iscsid/Makefile
=
On Thu, Nov 06, 2014 at 09:36:52AM +, David Chisnall wrote:
> On 6 Nov 2014, at 01:04, Rui Paulo wrote:
>
> > I don't think the non-temporary fix was ever committed. What's the
> > problem? Is something else defining these methods?
>
> Yes, they're defined by libc++ too. The problem is t
Author: avg
Date: Thu Nov 6 11:08:02 2014
New Revision: 274172
URL: https://svnweb.freebsd.org/changeset/base/274172
Log:
fix l2arc compression buffers leak
We have observed that arc_release() can be called concurrently with a
l2arc in-flight write.
Also, we have observed that arc_hdr_
On 15.10.2014 05:22, Adrian Chadd wrote:
Author: adrian
Date: Wed Oct 15 01:22:56 2014
New Revision: 273112
URL: https://svnweb.freebsd.org/changeset/base/273112
Log:
Set the DROP_EN bit before the RX queue is brought up and active.
He noticed issues setting this bit in SRRCTL after th
Author: bz
Date: Thu Nov 6 12:19:39 2014
New Revision: 274173
URL: https://svnweb.freebsd.org/changeset/base/274173
Log:
After the changes in r274118 make NOIP kernels compile by hiding an
otherwise unused variable declaration behind INET6 || INET.
MFC after:27 days
X-MFS with: r
Nice work :)
On 06/11/2014 11:08, Andriy Gapon wrote:
Author: avg
Date: Thu Nov 6 11:08:02 2014
New Revision: 274172
URL: https://svnweb.freebsd.org/changeset/base/274172
Log:
fix l2arc compression buffers leak
We have observed that arc_release() can be called concurrently with a
Author: bapt
Date: Thu Nov 6 13:12:12 2014
New Revision: 274174
URL: https://svnweb.freebsd.org/changeset/base/274174
Log:
fifolog_reader does not depend on libutil
Modified:
head/usr.sbin/fifolog/fifolog_reader/Makefile
Modified: head/usr.sbin/fifolog/fifolog_reader/Makefile
==
Author: melifaro
Date: Thu Nov 6 13:13:09 2014
New Revision: 274175
URL: https://svnweb.freebsd.org/changeset/base/274175
Log:
Make checks for rt_mtu generic:
Some virtual if drivers has (ab)used ifa ifa_rtrequest hook to enforce
route MTU to be not bigger that interface MTU. While ifa_r
Author: bapt
Date: Thu Nov 6 13:13:47 2014
New Revision: 274176
URL: https://svnweb.freebsd.org/changeset/base/274176
Log:
fifolog_writer does not depend on libutil
Modified:
head/usr.sbin/fifolog/fifolog_writer/Makefile
Modified: head/usr.sbin/fifolog/fifolog_writer/Makefile
==
Author: melifaro
Date: Thu Nov 6 14:39:04 2014
New Revision: 274177
URL: https://svnweb.freebsd.org/changeset/base/274177
Log:
Finish r274118: remove useless fields from struct domain.
Sponsored by: Yandex LLC
Modified:
head/share/man/man9/domain.9
head/sys/net/route.c
head/sys/neti
Author: melifaro
Date: Thu Nov 6 15:17:04 2014
New Revision: 274178
URL: https://svnweb.freebsd.org/changeset/base/274178
Log:
Finish r274118#2: commit forgotten uipc_debug.c
Modified:
head/sys/kern/uipc_debug.c
Modified: head/sys/kern/uipc_debug.c
==
"Alexander V. Chernikov" writes:
> Log:
> Finish r274118: remove useless fields from struct domain.
[...]
> Modified: head/sys/sys/domain.h
> ==
> --- head/sys/sys/domain.h Thu Nov 6 13:13:47 2014(r274176)
Author: marcel
Date: Thu Nov 6 16:17:41 2014
New Revision: 274179
URL: https://svnweb.freebsd.org/changeset/base/274179
Log:
Sort the references in "SEE ALSO" by section first; then alphabetically.
Pointed out by: brueffer@
Modified:
head/usr.bin/w/w.1
Modified: head/usr.bin/w/w.1
Author: marcel
Date: Thu Nov 6 16:19:21 2014
New Revision: 274180
URL: https://svnweb.freebsd.org/changeset/base/274180
Log:
Separate references by a comma.
Modified:
head/usr.bin/wc/wc.1
Modified: head/usr.bin/wc/wc.1
On 06.11.2014 19:09, Jan Beich wrote:
"Alexander V. Chernikov" writes:
Log:
Finish r274118: remove useless fields from struct domain.
[...]
Modified: head/sys/sys/domain.h
==
--- head/sys/sys/domain.h Thu No
Author: emax
Date: Thu Nov 6 16:32:00 2014
New Revision: 274182
URL: https://svnweb.freebsd.org/changeset/base/274182
Log:
MFC r273548
Change the code to use the openpty(3) API which uses the pts(4) driver
instead of the pty(4) driver.
PR: 184597
Submitted by: tobias.reh
Author: ae
Date: Thu Nov 6 16:31:48 2014
New Revision: 274181
URL: https://svnweb.freebsd.org/changeset/base/274181
Log:
MFC r273855:
Fix mbuf leak in IPv6 multicast code.
When multicast capable interface goes away, it leaves multicast groups,
this leads to generate MLD reports, but
Author: imp
Date: Thu Nov 6 16:48:35 2014
New Revision: 274183
URL: https://svnweb.freebsd.org/changeset/base/274183
Log:
clean removes @ and machine now, so no need to do it again.
Modified:
head/sys/modules/mrsas/Makefile
Modified: head/sys/modules/mrsas/Makefile
=
Author: imp
Date: Thu Nov 6 16:48:37 2014
New Revision: 274184
URL: https://svnweb.freebsd.org/changeset/base/274184
Log:
Retire the '@' symlink. It isn't really needed and causes more
problems than it solves. SYSDIR is already defined almost always and
can be used instead. Working around t
Author: imp
Date: Thu Nov 6 16:52:51 2014
New Revision: 274185
URL: https://svnweb.freebsd.org/changeset/base/274185
Log:
These don't belong in the modules directory.
Added:
head/sys/compat/svr4/README
- copied, changed from r274184, head/sys/modules/svr4/README
head/sys/compat/svr4/T
Author: imp
Date: Thu Nov 6 17:19:41 2014
New Revision: 274186
URL: https://svnweb.freebsd.org/changeset/base/274186
Log:
Ignore errors from rm -rf to support high -j builds. This is, at best,
a kludge. However, it also effectively works around the issues for
high -j builds on systems that
On Nov 6, 2014, at 9:19, Warner Losh wrote:
> Author: imp
> Date: Thu Nov 6 17:19:41 2014
> New Revision: 274186
> URL: https://svnweb.freebsd.org/changeset/base/274186
>
> Log:
> Ignore errors from rm -rf to support high -j builds. This is, at best,
> a kludge. However, it also effectively w
Hm, are there any other hardware counters that we can use to see what
was dropped?
I didn't see performance drops doing this; in fact I saw performance
increases with FC disabled and DROP_EN set.
Thanks,
-adrian
On 6 November 2014 03:05, Alexander V. Chernikov wrote:
> On 15.10.2014 05:22, Ad
On Thu, 2014-11-06 at 14:39 +, Alexander V. Chernikov wrote:
> Author: melifaro
> Date: Thu Nov 6 14:39:04 2014
> New Revision: 274177
> URL: https://svnweb.freebsd.org/changeset/base/274177
>
> Log:
> Finish r274118: remove useless fields from struct domain.
>
> Sponsored by: Ya
Author: melifaro
Date: Thu Nov 6 17:50:35 2014
New Revision: 274187
URL: https://svnweb.freebsd.org/changeset/base/274187
Log:
Fix build.
Pointy hat to:melifaro
Modified:
head/sys/net/route.c
Modified: head/sys/net/route.c
===
On 06.11.2014 21:46, Ian Lepore wrote:
On Thu, 2014-11-06 at 14:39 +, Alexander V. Chernikov wrote:
Author: melifaro
Date: Thu Nov 6 14:39:04 2014
New Revision: 274177
URL: https://svnweb.freebsd.org/changeset/base/274177
Log:
Finish r274118: remove useless fields from struct domain.
On Thu, Nov 6, 2014 at 12:21 PM, Adrian Chadd wrote:
> Hm, are there any other hardware counters that we can use to see what
> was dropped?
On the 82599 and later you need to configure the RQSMR register to map
queue pools to indices and then the QPRDC[i] register will contain the
number of drops
Author: ian
Date: Thu Nov 6 18:14:12 2014
New Revision: 274188
URL: https://svnweb.freebsd.org/changeset/base/274188
Log:
A dma tag alignment should be 1 (not 0) when a device can dma at any address.
Modified:
head/sys/dev/ida/ida_eisa.c
Modified: head/sys/dev/ida/ida_eisa.c
===
Author: ian
Date: Thu Nov 6 18:15:16 2014
New Revision: 274189
URL: https://svnweb.freebsd.org/changeset/base/274189
Log:
A dma tag alignment should be 1 (not 0) when a device can dma at any address.
Modified:
head/sys/dev/ahci/ahci.c
Modified: head/sys/dev/ahci/ahci.c
=
Author: bapt
Date: Thu Nov 6 18:50:59 2014
New Revision: 274190
URL: https://svnweb.freebsd.org/changeset/base/274190
Log:
Backout 274170 it breaks for mips
Modified:
head/usr.sbin/ntp/sntp/Makefile
Modified: head/usr.sbin/ntp/sntp/Makefile
==
On 11/6/14 8:48 AM, Warner Losh wrote:
Author: imp
Date: Thu Nov 6 16:48:37 2014
New Revision: 274184
URL: https://svnweb.freebsd.org/changeset/base/274184
Log:
Retire the '@' symlink. It isn't really needed and causes more
Nice, thanks.
--
Regards,
Bryan Drewery
Author: ian
Date: Thu Nov 6 19:14:58 2014
New Revision: 274191
URL: https://svnweb.freebsd.org/changeset/base/274191
Log:
Strengthen the sanity checking of busdma tag parameters.
It turns out an alignment of zero can lead to an endless loop in the
vm reservations code, so specifically di
Author: dteske
Date: Thu Nov 6 19:28:01 2014
New Revision: 274192
URL: https://svnweb.freebsd.org/changeset/base/274192
Log:
Re-enable dpv(1,3): Introduced via r274116; temporarily disabled
shortly thereafter via r274124 until I could get the right recipe
down w/respect to SUBDIR_DEPEND.
On Thu, 6 Nov 2014, Warner Losh wrote:
Log:
clean removes @ and machine now, so no need to do it again.
That is a bug in the clean target. It invalidates the pathnames in
the generated .depend file. The cleandepend target still documents
the care that it takes with this:
cleandepend: clean
Author: ae
Date: Thu Nov 6 20:23:57 2014
New Revision: 274193
URL: https://svnweb.freebsd.org/changeset/base/274193
Log:
When mode isn't explicitly specified (wildcard) and inner protocol isn't
IPv4 or IPv6, assume it is the transport mode.
Reported by: jmg
MFC after:1 week
Spon
Author: bapt
Date: Thu Nov 6 22:45:03 2014
New Revision: 274199
URL: https://svnweb.freebsd.org/changeset/base/274199
Log:
Add a quick and dirty script to check validity of links in elf files
Added:
head/tools/build/check-links.sh (contents, props changed)
Added: head/tools/build/check-li
Author: markj
Date: Thu Nov 6 22:46:40 2014
New Revision: 274200
URL: https://svnweb.freebsd.org/changeset/base/274200
Log:
Automatically build with debug symbols when building with WITH_CTF.
Otherwise there's nothing for ctfconvert to do, and it ends up emitting an
error for each object fi
Author: dim
Date: Thu Nov 6 22:49:13 2014
New Revision: 274201
URL: https://svnweb.freebsd.org/changeset/base/274201
Log:
Import compiler-rt release_34 branch r197381.
https://llvm.org/svn/llvm-project/compiler-rt/branches/release_34@197381
Added:
vendor/compiler-rt/dist/SDKs/darwin/usr
Author: dim
Date: Thu Nov 6 22:50:00 2014
New Revision: 274202
URL: https://svnweb.freebsd.org/changeset/base/274202
Log:
Tag compiler-rt release_34 branch r197381.
Added:
vendor/compiler-rt/compiler-rt-r197381/
- copied from r274201, vendor/compiler-rt/dist/
___
Author: dteske
Date: Thu Nov 6 22:53:50 2014
New Revision: 274203
URL: https://svnweb.freebsd.org/changeset/base/274203
Log:
SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me.
Add to using _prebuild_libs in (top-level) Makefile.inc1.
NB: Unbreak build yet again (we'll get t
On 6 November 2014 09:58, Ryan Stone wrote:
> On Thu, Nov 6, 2014 at 12:21 PM, Adrian Chadd wrote:
>> Hm, are there any other hardware counters that we can use to see what
>> was dropped?
>
> On the 82599 and later you need to configure the RQSMR register to map
> queue pools to indices and then
On Thu, Nov 06, 2014 at 10:53:50PM +, Devin Teske wrote:
> Author: dteske
> Date: Thu Nov 6 22:53:50 2014
> New Revision: 274203
> URL: https://svnweb.freebsd.org/changeset/base/274203
>
> Log:
> SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me.
> Add to using _prebuild_
> -Original Message-
> From: Steve Kargl [mailto:s...@troutmask.apl.washington.edu]
> Sent: Thursday, November 6, 2014 3:05 PM
> To: Devin Teske
> Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-
> h...@freebsd.org
> Subject: Re: svn commit: r274203 - head
>
> On Thu, No
On 11/7/14, 7:06 AM, dte...@freebsd.org wrote:
-Original Message-
From: Steve Kargl [mailto:s...@troutmask.apl.washington.edu]
Sent: Thursday, November 6, 2014 3:05 PM
To: Devin Teske
Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-
h...@freebsd.org
Subject: Re: svn com
On Thu, Nov 6, 2014 at 3:06 PM, wrote:
>
>> -Original Message-
>> From: Steve Kargl [mailto:s...@troutmask.apl.washington.edu]
>> Sent: Thursday, November 6, 2014 3:05 PM
>> To: Devin Teske
>> Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-
>> h...@freebsd.org
>> Subject
Author: jfv
Date: Thu Nov 6 23:45:05 2014
New Revision: 274205
URL: https://svnweb.freebsd.org/changeset/base/274205
Log:
Update the Intel i40e drivers, ixl version 1.2.8, ixlv version 1.1.18
-Improved VF stability, thanks to changes from Ryan Stone,
and Juniper.
- RSS
Author: mav
Date: Fri Nov 7 00:10:07 2014
New Revision: 274206
URL: https://svnweb.freebsd.org/changeset/base/274206
Log:
Synchronize medium rotation rate in legacy Rigid Disk Drive Geometry mode
page with modern Block Device Characteristics VPD page.
MFC after:1 week
Modified:
he
On Thu, Nov 06, 2014 at 03:05:30PM +0400, Alexander V. Chernikov wrote:
> On 15.10.2014 05:22, Adrian Chadd wrote:
> > Author: adrian
> > Date: Wed Oct 15 01:22:56 2014
> > New Revision: 273112
> > URL: https://svnweb.freebsd.org/changeset/base/273112
> >
> > Log:
> >Set the DROP_EN bit before
> On 07 Nov 2014, at 03:15, Luigi Rizzo wrote:
>
> On Thu, Nov 06, 2014 at 03:05:30PM +0400, Alexander V. Chernikov wrote:
>> On 15.10.2014 05:22, Adrian Chadd wrote:
>>> Author: adrian
>>> Date: Wed Oct 15 01:22:56 2014
>>> New Revision: 273112
>>> URL: https://svnweb.freebsd.org/changeset/base
On Thu, Nov 06, 2014 at 03:19:19PM -0800, NGie Cooper wrote:
> On Thu, Nov 6, 2014 at 3:06 PM, wrote:
> >
> >> -Original Message-
> >> From: Steve Kargl [mailto:s...@troutmask.apl.washington.edu]
> >> Sent: Thursday, November 6, 2014 3:05 PM
> >> To: Devin Teske
> >> Cc: src-committ...@fr
On Thu, Nov 6, 2014 at 3:06 PM, wrote:
>
> I don't have a -CURRENT box; and -CURRENT is giving different results.
>
>
Then use one of the CURRENT machines listed here:
https://www.freebsd.org/internal/machines.html
--
Craig
___
svn-src-all@freebsd.org
Author: dteske
Date: Fri Nov 7 00:59:40 2014
New Revision: 274209
URL: https://svnweb.freebsd.org/changeset/base/274209
Log:
For really fast machines, an edge-case may exist where dpv(3) may be
built before contrib dependency, dialog(3). Add dialog(3) to the list
of _prebuild_libs to ensure
> -Original Message-
> From: owner-src-committ...@freebsd.org [mailto:owner-src-
> committ...@freebsd.org] On Behalf Of Steve Kargl
> Sent: Thursday, November 6, 2014 4:56 PM
> To: NGie Cooper
> Cc: Devin Teske; src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-
> src-h...@freebsd.
Author: marcel
Date: Fri Nov 7 01:36:20 2014
New Revision: 274210
URL: https://svnweb.freebsd.org/changeset/base/274210
Log:
Fix a SIGSEGV when emitting XML or JSON when reading stdin. In that
case the file variable is NULL.
Modified:
head/usr.bin/wc/wc.c
Modified: head/usr.bin/wc/wc.c
==
> -Original Message-
> From: owner-src-committ...@freebsd.org [mailto:owner-src-
> committ...@freebsd.org] On Behalf Of dte...@freebsd.org
> Sent: Thursday, November 6, 2014 5:33 PM
> To: 'Steve Kargl'; 'NGie Cooper'
> Cc: 'Devin Teske'; src-committ...@freebsd.org; svn-src-all@freebsd.org
> -Original Message-
> From: owner-src-committ...@freebsd.org [mailto:owner-src-
> committ...@freebsd.org] On Behalf Of Jack F Vogel
> Sent: Thursday, November 6, 2014 3:45 PM
> To: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-
> h...@freebsd.org
> Subject: svn commit: r27
On Nov 6, 2014, at 17:54, Devin Teske wrote:
>> -Original Message-
>> From: owner-src-committ...@freebsd.org [mailto:owner-src-
>> committ...@freebsd.org] On Behalf Of Jack F Vogel
>> Sent: Thursday, November 6, 2014 3:45 PM
>> To: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-
Author: marcel
Date: Fri Nov 7 03:03:25 2014
New Revision: 274213
URL: https://svnweb.freebsd.org/changeset/base/274213
Log:
Convert to use libxo.
Obtained from: Phil Shafer
Sponsored by: Juniper Networks, Inc.
Modified:
head/bin/df/Makefile
head/bin/df/df.c
Modified: head/bin/
Author: marcel
Date: Fri Nov 7 03:07:10 2014
New Revision: 274214
URL: https://svnweb.freebsd.org/changeset/base/274214
Log:
Document that df(1) supports libxo(3).
Modified:
head/bin/df/df.1
Modified: head/bin/df/df.1
=
Author: bryanv
Date: Fri Nov 7 03:36:28 2014
New Revision: 274215
URL: https://svnweb.freebsd.org/changeset/base/274215
Log:
Several minor changes to hopefully complete the VirtIO console driver
- Support the KDB alt break sequence to enter the debugger,
panic, reboot, etc. [1]
Author: nwhitehorn
Date: Fri Nov 7 04:11:43 2014
New Revision: 274216
URL: https://svnweb.freebsd.org/changeset/base/274216
Log:
MFC r273922:
Rewrite some of the disk setup documentation to be clearer and contain
less obsolete information. Also move the entropy command down the list --
th
On Thu, Nov 6, 2014 at 7:03 PM, Marcel Moolenaar wrote:
> Author: marcel
> Date: Fri Nov 7 03:03:25 2014
> New Revision: 274213
> URL: https://svnweb.freebsd.org/changeset/base/274213
>
> Log:
> Convert to use libxo.
>
> Obtained from: Phil Shafer
> Sponsored by: Juniper Networks, Inc.
Author: marcel
Date: Fri Nov 7 04:39:01 2014
New Revision: 274217
URL: https://svnweb.freebsd.org/changeset/base/274217
Log:
Add libxo, now needed by df(1).
Pointed out by: rodrigc@ (thanks!)
Modified:
head/rescue/rescue/Makefile
Modified: head/rescue/rescue/Makefile
==
> On Nov 6, 2014, at 8:16 PM, Craig Rodrigues wrote:
>
> I think you need to add the libxo to rescue, since I am
> now seeing this build failure:
Oops! Thanks for pointing it out.
Should be fixed now...
--
Marcel Moolenaar
mar...@xcllnt.net
___
svn
Author: jfv
Date: Fri Nov 7 04:47:46 2014
New Revision: 274218
URL: https://svnweb.freebsd.org/changeset/base/274218
Log:
Add header file missing from last commit.
Submitted by: jfv
MFC after: 1 week
Added:
head/sys/dev/ixl/ixlv_vc_mgr.h (contents, props changed)
Added: head/sys/de
70 matches
Mail list logo