This commit broke tinderbox; CTLFLAG_RO should be CTLFLAG_RD.
Sent from my iPhone
On Oct 16, 2012, at 3:43 PM, Maksim Yevmenkin wrote:
> Author: emax
> Date: Tue Oct 16 22:43:14 2012
> New Revision: 241619
> URL: http://svn.freebsd.org/changeset/base/241619
>
> Log:
> report total number of p
On 10/17/12 4:44 AM, Maxim Sobolev wrote:
> Author: sobomax
> Date: Wed Oct 17 00:44:34 2012
> New Revision: 241625
> URL: http://svn.freebsd.org/changeset/base/241625
>
> Log:
> o Use nanosleep(2) to sleep exact amount of time till the next second,
> not multiple of 1 second, which results in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
On 10/16/12 5:44 PM, Maxim Sobolev wrote:
> Author: sobomax Date: Wed Oct 17 00:44:34 2012 New Revision:
> 241625 URL: http://svn.freebsd.org/changeset/base/241625
>
> Log: o Use nanosleep(2) to sleep exact amount of time till the next
> second
Author: delphij
Date: Wed Oct 17 08:19:08 2012
New Revision: 241627
URL: http://svn.freebsd.org/changeset/base/241627
Log:
Fix build.
Modified:
head/sys/net/if_lagg.c
Modified: head/sys/net/if_lagg.c
==
--- head/sys/
On Wed, 17 Oct 2012, Andrey Zonov wrote:
On 10/17/12 4:44 AM, Maxim Sobolev wrote:
Log:
o Use nanosleep(2) to sleep exact amount of time till the next second,
not multiple of 1 second, which results in actual time to drift back
and forth every run within 1 second of the actual action has
Author: avg
Date: Wed Oct 17 10:59:56 2012
New Revision: 241628
URL: http://svn.freebsd.org/changeset/base/241628
Log:
zfs: make use of getnewvnode_reserve in zfs_mknode and zfs_zget
getnewvnode_reserve helps to avoid "recursing" back into zfs code
via getnewvnode when that latter needs t
Author: attilio
Date: Wed Oct 17 11:16:17 2012
New Revision: 241629
URL: http://svn.freebsd.org/changeset/base/241629
Log:
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netncp, which is a base
requirement for NWFS.
In
On Wed, 17 Oct 2012, Xin Li wrote:
On 10/16/12 5:44 PM, Maxim Sobolev wrote:
Author: sobomax Date: Wed Oct 17 00:44:34 2012 New Revision:
241625 URL: http://svn.freebsd.org/changeset/base/241625
Log: o Use nanosleep(2) to sleep exact amount of time till the next
second, not multiple of 1 secon
Author: avg
Date: Wed Oct 17 11:24:06 2012
New Revision: 241630
URL: http://svn.freebsd.org/changeset/base/241630
Log:
MFC r241291: zfs boot spa_status: print bootfs for each reported pool
Modified:
stable/9/sys/boot/zfs/zfsimpl.c
Directory Properties:
stable/9/sys/ (props changed)
stab
Author: avg
Date: Wed Oct 17 11:24:19 2012
New Revision: 241631
URL: http://svn.freebsd.org/changeset/base/241631
Log:
MFC r241291: zfs boot spa_status: print bootfs for each reported pool
Modified:
stable/8/sys/boot/zfs/zfsimpl.c
Directory Properties:
stable/8/sys/ (props changed)
stab
Author: avg
Date: Wed Oct 17 11:26:27 2012
New Revision: 241632
URL: http://svn.freebsd.org/changeset/base/241632
Log:
MFC r241303: kvm_getprocs: gracefully handle errors from kvm_deadprocs
Modified:
stable/9/lib/libkvm/kvm_proc.c
Directory Properties:
stable/9/lib/libkvm/ (props changed)
Author: avg
Date: Wed Oct 17 11:26:48 2012
New Revision: 241633
URL: http://svn.freebsd.org/changeset/base/241633
Log:
MFC r241303: kvm_getprocs: gracefully handle errors from kvm_deadprocs
Modified:
stable/8/lib/libkvm/kvm_proc.c
Directory Properties:
stable/8/lib/libkvm/ (props changed)
Author: avg
Date: Wed Oct 17 11:28:21 2012
New Revision: 241634
URL: http://svn.freebsd.org/changeset/base/241634
Log:
MFC r240831: zfs: allow a zvol to be used as a pool vdev, again
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Directory Properties:
stable/9/sys/
Author: avg
Date: Wed Oct 17 11:28:44 2012
New Revision: 241635
URL: http://svn.freebsd.org/changeset/base/241635
Log:
MFC r240831: zfs: allow a zvol to be used as a pool vdev, again
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Directory Properties:
stable/8/sys/
Author: attilio
Date: Wed Oct 17 11:30:00 2012
New Revision: 241636
URL: http://svn.freebsd.org/changeset/base/241636
Log:
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
GIANT from VFS. This code is particulary broken and fragile and other
in-kernel implementations aro
Author: avg
Date: Wed Oct 17 11:30:14 2012
New Revision: 241637
URL: http://svn.freebsd.org/changeset/base/241637
Log:
MFC r241295: cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bit
Modified:
stable/9/sys/kern/kern_cons.c
Directory Properties:
stable/9/sys/ (props changed)
Mo
Author: avg
Date: Wed Oct 17 11:30:25 2012
New Revision: 241638
URL: http://svn.freebsd.org/changeset/base/241638
Log:
MFC r241295: cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bit
Modified:
stable/8/sys/kern/kern_cons.c
Directory Properties:
stable/8/sys/ (props changed)
s
Author: avg
Date: Wed Oct 17 11:33:32 2012
New Revision: 241639
URL: http://svn.freebsd.org/changeset/base/241639
Log:
MFC r241304: procstat_getprocs: honor kvm_getprocs interface - cnt is signed
Modified:
stable/9/lib/libprocstat/libprocstat.c
Directory Properties:
stable/9/lib/libprocstat
Author: avg
Date: Wed Oct 17 11:35:06 2012
New Revision: 241640
URL: http://svn.freebsd.org/changeset/base/241640
Log:
MFC r241305: ata_da: set disk::d_ident from serial number
Modified:
stable/9/sys/cam/ata/ata_da.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/
Author: attilio
Date: Wed Oct 17 13:04:05 2012
New Revision: 241641
URL: http://svn.freebsd.org/changeset/base/241641
Log:
Include a piece that was left out during r241629.
Pointy hat to:me
Modified:
head/include/Makefile
Modified: head/include/Makefile
=
Thank you for fixing it. I have accidentally committed broken version from
work-in-progress tree :(
Thanks,
Max
On Oct 17, 2012, at 1:19 AM, Xin LI wrote:
> Author: delphij
> Date: Wed Oct 17 08:19:08 2012
> New Revision: 241627
> URL: http://svn.freebsd.org/changeset/base/241627
>
> Log:
On Tuesday, October 16, 2012 5:10:56 pm Maksim Yevmenkin wrote:
> On Tue, Oct 16, 2012 at 2:02 PM, John Baldwin wrote:
> > On Tuesday, October 16, 2012 4:18:16 pm Maksim Yevmenkin wrote:
> >> Author: emax
> >> Date: Tue Oct 16 20:18:15 2012
> >> New Revision: 241616
> >> URL: http://svn.freebsd.or
On Jun 27, 2012, at 9:08 PM, John Baldwin wrote:
> Author: jhb
> Date: Wed Jun 27 18:08:48 2012
> New Revision: 237656
> URL: http://svn.freebsd.org/changeset/base/237656
>
> Log:
> Add a new line to top that provides a brief summary of the ZFS ARC memory
> usage on hosts using ZFS. The new l
on 17/10/2012 18:04 Nikolay Denev said the following:
> It looks like MFU and MRU are swapped in top's display.
>
> I'm using this to correct the output:
>
> --- /usr/src/.zfs/snapshot/patches/usr.bin/top/machine.c2012-09-26
> 08:20:26.0 +0200
> +++ usr.bin/top/machine.c 20
On Wed, Oct 17, 2012 at 6:51 AM, John Baldwin wrote:
[...]
>> > Maybe a helper 'if_set_baudrate(ifp, IF_Gbps(10))' that would DTRT.
>> > (It could be a static inline or some such). I would just like to
>> > keep the readability.
>>
>> well, yes, i thought about it, but decided not to do it righ
Author: np
Date: Wed Oct 17 16:37:16 2012
New Revision: 241642
URL: http://svn.freebsd.org/changeset/base/241642
Log:
Always provide sndbuf and MSS values in a flowc command, even when the
driver is going to abort the connection right after the flowc.
MFC after:3 days
Modified:
hea
On 17.10.12 13:16, Attilio Rao wrote:
Author: attilio
Date: Wed Oct 17 11:16:17 2012
New Revision: 241629
URL: http://svn.freebsd.org/changeset/base/241629
Log:
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netncp, which
On Wed, Oct 17, 2012 at 6:23 PM, Andreas Tobler wrote:
> On 17.10.12 13:16, Attilio Rao wrote:
>>
>> Author: attilio
>> Date: Wed Oct 17 11:16:17 2012
>> New Revision: 241629
>> URL: http://svn.freebsd.org/changeset/base/241629
>>
>> Log:
>>Disconnect non-MPSAFE NWFS from the build in preparat
1641)
+++ ObsoleteFiles.inc (working copy)
@@ -38,6 +38,42 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20121017: remove netncp
+OLD_FILES+=usr/bin/ncplist
+OLD_FILES+=usr/bin/ncplogin
+OLD_FILES+=usr/bin/ncplogout
+OLD_FILES+=usr/include/fs/nwfs/nwfs.h
+OLD_FILES+=usr/include/fs/nwfs/n
On Wed, Oct 17, 2012 at 12:44:35AM +, Maxim Sobolev wrote:
> Author: sobomax
> Date: Wed Oct 17 00:44:34 2012
> New Revision: 241625
> URL: http://svn.freebsd.org/changeset/base/241625
>
> Log:
> o Use nanosleep(2) to sleep exact amount of time till the next second,
> not multiple of 1 sec
On Wed, Oct 17, 2012 at 10:41 AM, Andreas Tobler wrote:
...
> Just to be sure, am I right to move the part from
> tools/build/mk/OptionalObsoleteFiles.inc enclosed in the if MK_NCP == no
> to the toplevel ObsoleteFiles.inc without any ifdefs.
> Iow, the netncp part should go away.
>
> Attached m
Author: emaste
Date: Wed Oct 17 18:21:14 2012
New Revision: 241643
URL: http://svn.freebsd.org/changeset/base/241643
Log:
Avoid panic when a netmap instance cannot obtain memory.
A uint32_t is always >= 0.
Sponsored by: ADARA Networks
Modified:
head/sys/dev/netmap/netmap_mem2.c
Mod
On Wednesday, October 17, 2012 11:26:21 am Maksim Yevmenkin wrote:
> On Wed, Oct 17, 2012 at 6:51 AM, John Baldwin wrote:
>
> [...]
>
> >> > Maybe a helper 'if_set_baudrate(ifp, IF_Gbps(10))' that would DTRT.
> >> > (It could be a static inline or some such). I would just like to
> >> > keep th
On Wednesday, October 17, 2012 11:04:47 am Nikolay Denev wrote:
> On Jun 27, 2012, at 9:08 PM, John Baldwin wrote:
>
> > Author: jhb
> > Date: Wed Jun 27 18:08:48 2012
> > New Revision: 237656
> > URL: http://svn.freebsd.org/changeset/base/237656
> >
> > Log:
> > Add a new line to top that prov
On Wed, Oct 17, 2012 at 6:41 PM, Andreas Tobler wrote:
> On 17.10.12 19:35, Attilio Rao wrote:
>>
>> On Wed, Oct 17, 2012 at 6:23 PM, Andreas Tobler
>> wrote:
>>>
>>> On 17.10.12 13:16, Attilio Rao wrote:
Author: attilio
Date: Wed Oct 17 11:16:17 2012
New Revision: 241629
On 17.10.12 20:50, Attilio Rao wrote:
On Wed, Oct 17, 2012 at 6:41 PM, Andreas Tobler wrote:
On 17.10.12 19:35, Attilio Rao wrote:
On Wed, Oct 17, 2012 at 6:23 PM, Andreas Tobler
wrote:
On 17.10.12 13:16, Attilio Rao wrote:
Author: attilio
Date: Wed Oct 17 11:16:17 2012
New Revision: 24
Author: andreast
Date: Wed Oct 17 19:21:52 2012
New Revision: 241645
URL: http://svn.freebsd.org/changeset/base/241645
Log:
Remove the netncp and nwfs files from here. They will be moved to the
ObsoleteFiles.inc file later.
Discussed with: attilio
Modified:
head/tools/build/mk/Optional
Author: emax
Date: Wed Oct 17 19:24:13 2012
New Revision: 241646
URL: http://svn.freebsd.org/changeset/base/241646
Log:
provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.
again, use ixgbe(4) as an example of how to use new helper function.
Reviewed by: jhb
MFC a
On 10/17/2012 10:48 AM, Konstantin Belousov wrote:
The cron daemon in HEAD is not functional, i.e. no jobs are executed
at all. Reverting r241625 r241618 r241576 gives me the expected behaviour.
P.S. I do not remember a single commit from you which did not failed on
tinderbox, or was not found b
OK, thanks guys for valuable suggestions. Am I correct that the general
suggestion is to use clock_gettime(CLOCK_REALTIME) instead of the
gettimeofday(), and fix few types here and there?
-Maxim
___
svn-src-all@freebsd.org mailing list
http://lists.fr
Also, I have avoided using FP, since the old code doesn't, and some of
the smaller systems we run on (arm, mips) might not have FPU unit, so it
might have a problem with that.
And I am still working on new version to revert to 60-seconds polling by
default.
-Maxim
___
On Wed, Oct 17, 2012 at 01:07:20PM -0700, Maxim Sobolev wrote:
> On 10/17/2012 10:48 AM, Konstantin Belousov wrote:
> > The cron daemon in HEAD is not functional, i.e. no jobs are executed
> > at all. Reverting r241625 r241618 r241576 gives me the expected behaviour.
> >
> > P.S. I do not remember
Author: emaste
Date: Wed Oct 17 20:23:07 2012
New Revision: 241648
URL: http://svn.freebsd.org/changeset/base/241648
Log:
Avoid potential bad pointer dereference.
Previously RuleAdd would leave entry->la unset for the first entry in
the proxyList.
Sponsored by: ADARA Networks
MFC A
Author: sobomax
Date: Wed Oct 17 20:45:48 2012
New Revision: 241649
URL: http://svn.freebsd.org/changeset/base/241649
Log:
Revert latest changes to cron, until better version is worked out (I hope).
Requested by: few
Modified:
head/usr.sbin/cron/cron/cron.c
head/usr.sbin/cron/cron/cr
On 10/17/2012 1:18 PM, Konstantin Belousov wrote:
As I said, a reversal of all three commits makes the cron(8) operate
correctly.
Done, sorry. Do you mind if I send you latest version of the patch later
for testing?
Thanks!
-Maxim
___
svn-src-all
On Wed, Oct 17, 2012 at 01:47:01PM -0700, Maxim Sobolev wrote:
> On 10/17/2012 1:18 PM, Konstantin Belousov wrote:
> > As I said, a reversal of all three commits makes the cron(8) operate
> > correctly.
>
> Done, sorry. Do you mind if I send you latest version of the patch later
> for testing?
T
Author: glebius
Date: Wed Oct 17 21:19:27 2012
New Revision: 241650
URL: http://svn.freebsd.org/changeset/base/241650
Log:
Fix VIMAGE build.
Reported by: Nikolai Lifanov
Pointy hat to:glebius
Modified:
head/sys/net/if_clone.c
Modified: head/sys/net/if_clone.c
===
Author: sobomax
Date: Wed Oct 17 21:26:35 2012
New Revision: 241651
URL: http://svn.freebsd.org/changeset/base/241651
Log:
Remove harmless, but superfluous local change that creeped in along
with the r241649.
Modified:
head/usr.sbin/cron/cron/cron.h
Modified: head/usr.sbin/cron/cron/cron.h
Author: glebius
Date: Wed Oct 17 21:30:16 2012
New Revision: 241652
URL: http://svn.freebsd.org/changeset/base/241652
Log:
Don't redefine macros defined in if.h and ethernet.h.
Modified:
head/sys/dev/nve/if_nvereg.h
Modified: head/sys/dev/nve/if_nvereg.h
=
Author: dteske
Date: Wed Oct 17 21:48:45 2012
New Revision: 241653
URL: http://svn.freebsd.org/changeset/base/241653
Log:
Ask to become root via sudo(8) and give user ability to save this preference.
Reviewed by: adrian (co-mentor)
Approved by: adrian (co-mentor)
Modified:
head/usr.s
Author: emax
Date: Wed Oct 17 21:53:38 2012
New Revision: 241654
URL: http://svn.freebsd.org/changeset/base/241654
Log:
fix build
MFC after:1 week
Modified:
head/contrib/bsnmp/snmp_mibII/mibII.h
Modified: head/contrib/bsnmp/snmp_mibII/mibII.h
Author: mm
Date: Wed Oct 17 22:14:09 2012
New Revision: 241655
URL: http://svn.freebsd.org/changeset/base/241655
Log:
Add missing initialization for do_prefix.
Corrects porting error in r238391
Vendor issue and changeset reference:
2883 changing "canmount" property to "on" should not al
Author: emax
Date: Thu Oct 18 00:20:02 2012
New Revision: 241656
URL: http://svn.freebsd.org/changeset/base/241656
Log:
put another bandaid on the build until i figure out bsnmp headers
Modified:
head/contrib/bsnmp/snmp_mibII/mibII_route.c
Modified: head/contrib/bsnmp/snmp_mibII/mibII_route.
Author: jimharris
Date: Thu Oct 18 00:32:07 2012
New Revision: 241657
URL: http://svn.freebsd.org/changeset/base/241657
Log:
Add return codes to all functions used for submitting commands to I/O
queues.
Sponsored by: Intel
Modified:
head/sys/dev/nvd/nvd.c
head/sys/dev/nvme/nvme.c
h
Author: jimharris
Date: Thu Oct 18 00:37:11 2012
New Revision: 241658
URL: http://svn.freebsd.org/changeset/base/241658
Log:
Merge struct nvme_prp_list into struct nvme_tracker.
This simplifies the driver significantly where it is constructing
commands to be submitted to hardware. By red
Author: jimharris
Date: Thu Oct 18 00:38:28 2012
New Revision: 241659
URL: http://svn.freebsd.org/changeset/base/241659
Log:
Add struct nvme_request object which contains all of the parameters passed
from an NVMe consumer.
This allows us to mostly build NVMe command buffers without holdin
Author: jimharris
Date: Thu Oct 18 00:39:29 2012
New Revision: 241660
URL: http://svn.freebsd.org/changeset/base/241660
Log:
Add nvme_ctrlr_submit_[admin|io]_request functions which consolidates
code for allocating nvme_tracker objects and making calls into
bus_dmamap_load for commands which
Author: jimharris
Date: Thu Oct 18 00:40:40 2012
New Revision: 241661
URL: http://svn.freebsd.org/changeset/base/241661
Log:
Cleanup uio-related code to use struct nvme_request and
nvme_ctrlr_submit_io_request().
While here, also fix case where a uio may have more than 1 iovec.
NVMe's d
Author: jimharris
Date: Thu Oct 18 00:41:31 2012
New Revision: 241662
URL: http://svn.freebsd.org/changeset/base/241662
Log:
Simplify how the qpair lock is acquired and released.
Sponsored by: Intel
Modified:
head/sys/dev/nvme/nvme_ctrlr.c
head/sys/dev/nvme/nvme_qpair.c
Modified: head
Author: jimharris
Date: Thu Oct 18 00:43:25 2012
New Revision: 241663
URL: http://svn.freebsd.org/changeset/base/241663
Log:
Create nvme_qpair_submit_request() which eliminates all of the code
duplication between the admin and io controller-level submit
functions.
Sponsored by: Intel
M
Author: jimharris
Date: Thu Oct 18 00:44:39 2012
New Revision: 241664
URL: http://svn.freebsd.org/changeset/base/241664
Log:
Preallocate a limited number of nvme_tracker objects per qpair, rather
than dynamically creating them at runtime.
Sponsored by: Intel
Modified:
head/sys/dev/nvme
Author: jimharris
Date: Thu Oct 18 00:45:53 2012
New Revision: 241665
URL: http://svn.freebsd.org/changeset/base/241665
Log:
Add ability to queue nvme_request objects if no nvme_trackers are available.
This eliminates the need to manage queue depth at the nvd(4) level for
Chatham prototyp
Author: eadler
Date: Thu Oct 18 01:12:15 2012
New Revision: 241666
URL: http://svn.freebsd.org/changeset/base/241666
Log:
MFC r241580:
Add support for the USB DISK Pro PMAP.
This patch has sit for 6 years in the PR database.
PR: usb/96381
Approved by: cperciv
Author: eadler
Date: Thu Oct 18 01:12:15 2012
New Revision: 241667
URL: http://svn.freebsd.org/changeset/base/241667
Log:
MFC r241580:
Add support for the USB DISK Pro PMAP.
This patch has sit for 6 years in the PR database.
PR: usb/96381
Approved by: cperciv
Author: eadler
Date: Thu Oct 18 01:12:15 2012
New Revision: 241668
URL: http://svn.freebsd.org/changeset/base/241668
Log:
MFC r241580:
Add support for the USB DISK Pro PMAP.
This patch has sit for 6 years in the PR database.
PR: usb/96381
Approved by: cperciv
Author: eadler
Date: Thu Oct 18 01:14:22 2012
New Revision: 241671
URL: http://svn.freebsd.org/changeset/base/241671
Log:
MFC r241581:
Fix minor nits:
use a comma after "i.e."
sentences begin on new lines.
No .Dd bump for trivial modification.
Approved by: c
Author: eadler
Date: Thu Oct 18 01:14:22 2012
New Revision: 241669
URL: http://svn.freebsd.org/changeset/base/241669
Log:
MFC r241581:
Fix minor nits:
use a comma after "i.e."
sentences begin on new lines.
No .Dd bump for trivial modification.
Approved by: c
Author: eadler
Date: Thu Oct 18 01:14:22 2012
New Revision: 241670
URL: http://svn.freebsd.org/changeset/base/241670
Log:
MFC r241581:
Fix minor nits:
use a comma after "i.e."
sentences begin on new lines.
No .Dd bump for trivial modification.
Approved by: c
Author: sobomax
Date: Thu Oct 18 06:27:03 2012
New Revision: 241672
URL: http://svn.freebsd.org/changeset/base/241672
Log:
Fully backout latest changes.
Pointy hat to:sobomax
Modified:
head/usr.sbin/cron/cron/cron.c
head/usr.sbin/cron/lib/entry.c
Modified: head/usr.sbin/cron/c
69 matches
Mail list logo