Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Alexey Dokuchaev
On Thu, Sep 17, 2015 at 12:58:59PM +0100, Steven Hartland wrote: > On 17/09/2015 09:15, Alexey Dokuchaev wrote: > > On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote: > >> New Revision: 287886 > >> URL: https://svnweb.freebsd.org/changeset/base/287886

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Alexey Dokuchaev
On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote: > New Revision: 287886 > URL: https://svnweb.freebsd.org/changeset/base/287886 > > Log: > Fix kqueue write events for files > 2GB > > Due to the use of int's for file offsets in the VOP_WRITE_(PRE|POST) > macros, kqueue writ

Re: svn commit: r287653 - head/sys/contrib/ipfilter/netinet

2015-09-11 Thread Alexey Dokuchaev
On Fri, Sep 11, 2015 at 08:48:17AM +, Cy Schubert wrote: > New Revision: 287653 > URL: https://svnweb.freebsd.org/changeset/base/287653 > > Log: > Revert $FreeBSD$. > > [...] > @@ -1,4 +1,4 @@ > -/* $NetBSD: ip_state.c,v 1.4 2012/12/20 21:42:28 christos Exp $*/ > +/* $FreeBSD$ */ >

Re: svn commit: r287635 - in head/release: amd64 i386 pc98 powerpc sparc64

2015-09-10 Thread Alexey Dokuchaev
On Thu, Sep 10, 2015 at 10:47:27PM +, Devin Teske wrote: > New Revision: 287635 > URL: https://svnweb.freebsd.org/changeset/base/287635 > > Log: > Fix argument quoting and remove unnecessary braces > [...] > > if [ $# -lt 3 ]; then > - echo Usage: $0 '[-b] image-label image-name base-

Re: svn commit: r287236 - head/bin/df

2015-08-28 Thread Alexey Dokuchaev
On Fri, Aug 28, 2015 at 12:00:26PM -0400, Allan Jude wrote: > On 2015-08-28 03:48, Garrett Cooper wrote: > >> On Aug 28, 2015, at 00:24, O'Connor, Daniel wrote: > >>> On 28 Aug 2015, at 15:34, Alexey Dokuchaev wrote: > >>>> On Thu, Aug 27,

Re: svn commit: r287236 - head/bin/df

2015-08-27 Thread Alexey Dokuchaev
On Thu, Aug 27, 2015 at 10:25:28PM -0700, NGie Cooper wrote: > On Thu, Aug 27, 2015 at 9:43 PM, Alexey Dokuchaev wrote: > > On Fri, Aug 28, 2015 at 12:44:59AM +, Xin LI wrote: > >> New Revision: 287236 > >> URL: https://svnweb.freebsd.org/changeset/base/287236 >

Re: svn commit: r287241 - head/gnu/usr.bin/binutils

2015-08-27 Thread Alexey Dokuchaev
On Thu, Aug 27, 2015 at 10:48:00PM -0600, Warner Losh wrote: > Yes. This fix was easy. That fix is a little harder, so I pushed this > inquickly while I do the harder fix after a good night's sleep (it isn't > that much harder, but it's been a long day). Awesome to hear that, thanks Warner and hav

Re: svn commit: r287241 - head/gnu/usr.bin/binutils

2015-08-27 Thread Alexey Dokuchaev
On Fri, Aug 28, 2015 at 04:32:43AM +, Warner Losh wrote: > New Revision: 287241 > URL: https://svnweb.freebsd.org/changeset/base/287241 > > Log: > Add another .WAIT since sometimes we lose the race. Is there a way to actually correctly specify dependencies between targets instead? ./danfe

Re: svn commit: r287236 - head/bin/df

2015-08-27 Thread Alexey Dokuchaev
On Fri, Aug 28, 2015 at 12:44:59AM +, Xin LI wrote: > New Revision: 287236 > URL: https://svnweb.freebsd.org/changeset/base/287236 > > Log: > Use exit() instead of return in main(). Because?.. ./danfe ___ svn-src-head@freebsd.org mailing list htt

Re: svn commit: r286234 - head/sys/boot/common

2015-08-04 Thread Alexey Dokuchaev
On Mon, Aug 03, 2015 at 08:54:51PM +0300, Andriy Gapon wrote: > On 03/08/2015 19:27, Edward Tomasz Napierala wrote: > > New Revision: 286234 > > URL: https://svnweb.freebsd.org/changeset/base/286234 > > > > Log: > > Fix a problem which made loader(8) load non-kld files twice. > > What was the p

Re: svn commit: r284959 - in head: . share/man/man4 share/man/man9 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/dev/syscons sys/dev/ubsec sys/dev/virtio/random s

2015-07-28 Thread Alexey Dokuchaev
On Sat, Jul 25, 2015 at 10:30:55AM -0700, John-Mark Gurney wrote: > Alexey Dokuchaev wrote this message on Sat, Jul 25, 2015 at 14:36 +: > > On Fri, Jul 24, 2015 at 07:59:35AM +0100, Mark R V Murray wrote: > > > [...] > > > > Heck, piping in mic data to /dev/ra

Re: svn commit: r284959 - in head: . share/man/man4 share/man/man9 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/dev/syscons sys/dev/ubsec sys/dev/virtio/random s

2015-07-25 Thread Alexey Dokuchaev
On Fri, Jul 24, 2015 at 07:59:35AM +0100, Mark R V Murray wrote: > [...] > > Heck, piping in mic data to /dev/random is a good way to seed the > > rng on many machines. > > Well, sure, but what if you don't have microphone? I want lots > of choices, in anticipation of only a subset being usable.

Re: svn commit: r284959 - in head: . share/man/man4 share/man/man9 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/dev/syscons sys/dev/ubsec sys/dev/virtio/random s

2015-07-23 Thread Alexey Dokuchaev
[ Guys, please teach your MUA to wrap messages over 72-76 boundary and trim excessive/irrelevant quoting, thank you. ] On Thu, Jul 23, 2015 at 07:45:14AM -0600, Scott Long via svn-src-all wrote: > > On Jul 23, 2015, at 1:03 AM, Mark R V Murray wrote: > > Fortuna was developed to account for man

Re: svn commit: r281858 - head/lib/libc/regex

2015-04-22 Thread Alexey Dokuchaev
On Wed, Apr 22, 2015 at 05:09:03PM +, Pedro F. Giffuni wrote: > New Revision: 281858 > URL: https://svnweb.freebsd.org/changeset/base/281858 > > Log: > computematchjumps(): fix allocator sizeof operand mismatch. > [...] > - pmatches = (int*) malloc(g->mlen * sizeof(unsigned int)); > +

Re: svn commit: r281727 - head

2015-04-19 Thread Alexey Dokuchaev
On Sun, Apr 19, 2015 at 01:42:08AM -0700, Eitan Adler wrote: > On 19 April 2015 at 01:34, Alexey Dokuchaev wrote: > > On Sun, Apr 19, 2015 at 07:16:45AM +, Eitan Adler wrote: > >> New Revision: 281727 > >> URL: https://svnweb.freebsd.org/changeset/base/281727 &

Re: svn commit: r281727 - head

2015-04-19 Thread Alexey Dokuchaev
On Sun, Apr 19, 2015 at 07:16:45AM +, Eitan Adler wrote: > New Revision: 281727 > URL: https://svnweb.freebsd.org/changeset/base/281727 > > Log: > README: changes and fixups > Two orthogonal goals: > - try to make README look a little nicer on phabricator by using > Remar

Re: svn commit: r281178 - head/sys/boot/forth

2015-04-06 Thread Alexey Dokuchaev
On Mon, Apr 06, 2015 at 11:16:04PM +, Devin Teske wrote: > New Revision: 281178 > URL: https://svnweb.freebsd.org/changeset/base/281178 > > Log: > Partially revert r280975: Back to previous mode-endings based on feedback > > Reported by:lattera $ finger latt...@freebsd.org [fre

Re: svn commit: r280955 - in head/sys: modules/notrandom dev/notrandom

2015-04-01 Thread Alexey Dokuchaev
On Wed, Apr 01, 2015 at 07:04:03PM +0100, David Chisnall wrote: > This almost certainly does not make people happy: > > - * Copyright (c) 2000 Mark R. V. Murray & Jeroen C. van Gelderen > - * Copyright (c) 2001-2004 Mark R. V. Murray > - * Copyright (c) 2014 Eitan Adler > + * Copyright (c) 2015 Ma

Re: svn commit: r280955 - in head/sys: modules/notrandom dev/notrandom

2015-04-01 Thread Alexey Dokuchaev
On Wed, Apr 01, 2015 at 05:46:33PM +0200, Mateusz Guzik wrote: > On Wed, Apr 01, 2015 at 11:36:26AM -0400, Benjamin Kaduk wrote: > > But surely to be non-random we need an equal number of 1 and 0 bits, > > making 15 the clear choice. > > I don't know man. I concur. Consider running FreeBSD to HP

Re: svn commit: r280955 - in head/sys: modules/notrandom dev/notrandom

2015-04-01 Thread Alexey Dokuchaev
On Wed, Apr 01, 2015 at 08:18:17AM -0600, Ian Lepore wrote: > On Wed, 2015-04-01 at 13:52 +0200, Mateusz Guzik wrote: > > As a side note I'm surprised with the choice of 7. > > > > I would expect 3, no more, no less. 3 would be the number returned, > > and the number readers receive would be 3. >

Re: svn commit: r280337 - head/sys/mips/conf

2015-03-22 Thread Alexey Dokuchaev
On Sun, Mar 22, 2015 at 02:15:10AM +, Adrian Chadd wrote: > New Revision: 280337 > URL: https://svnweb.freebsd.org/changeset/base/280337 > > Log: > Add initial D-Link DIR-655 (A1) support. > > This is based on the AP135 design - QCA9558 SoC, 3x3 2GHz wifi, but no > 5GHz (11n or 11ac)

Re: svn commit: r279338 - head/sys/arm/include

2015-02-28 Thread Alexey Dokuchaev
On Sat, Feb 28, 2015 at 12:38:00PM +1100, Bruce Evans wrote: > On Fri, 27 Feb 2015, Ian Lepore wrote: > > ::sigh:: As usual, thousands of words, maybe there's actionable info in > > there, but I sure don't have time to ferret it out. > > > > If there's something simple you'd like me to do, please

Re: svn commit: r279351 - head/sys/dev/sfxge

2015-02-27 Thread Alexey Dokuchaev
On Fri, Feb 27, 2015 at 07:39:10AM +, Andrew Rybchenko wrote: > New Revision: 279351 > URL: https://svnweb.freebsd.org/changeset/base/279351 > > Log: > sfxge: expect required init_state on data path and in periodic calls > > With the patch applied the number of instruction events is 1%

Re: svn commit: r278914 - in head/sys: kern sys

2015-02-25 Thread Alexey Dokuchaev
On Wed, Feb 25, 2015 at 05:04:07PM -0500, Ed Maste wrote: > On 25 February 2015 at 14:47, John Baldwin wrote: > > On Wednesday, February 25, 2015 01:40:04 PM Alexey Dokuchaev wrote: > >> > >> In r278673 I used full URL to D1801, but it was not closed for some > &

Re: svn commit: r278914 - in head/sys: kern sys

2015-02-25 Thread Alexey Dokuchaev
On Tue, Feb 17, 2015 at 08:00:40PM -0800, Rui Paulo wrote: > On Feb 17, 2015, at 11:32, Gleb Smirnoff wrote: > > > > Differential Revision: D1499 > > You need to use the *FULL* URL. Otherwise the revision won't be closed > automatically. In r278673 I used full URL to D1801, but it was not

svn commit: r278673 - head/sys/dev/vt/font

2015-02-13 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Fri Feb 13 13:55:38 2015 New Revision: 278673 URL: https://svnweb.freebsd.org/changeset/base/278673 Log: Improve vt(4) default mouse pointer image. Previous one looked rather ugly, especially on native monitor resolutions. This one essentially matches X1

Re: svn commit: r278335 - head/sys/boot/forth

2015-02-08 Thread Alexey Dokuchaev
On Fri, Feb 06, 2015 at 11:19:18PM +, Devin Teske wrote: > New Revision: 278335 > URL: https://svnweb.freebsd.org/changeset/base/278335 > > Log: > Revert SVN r277693. > > Discussed on: src-committers > Approved by:core (emaste) Why it was reverted, if I may ask? ./danf

Re: svn commit: r278249 - head/etc/rc.d

2015-02-05 Thread Alexey Dokuchaev
On Thu, Feb 05, 2015 at 04:59:56PM -0500, John Baldwin wrote: > I _like_ moused. I can hotplug USB mice while in X and it works just fine > (works fine on the console as well). Has worked for over a decade (whereas > hal can't seem to tie its own shoes much less properly deal with hotplug). Big

Re: svn commit: r277737 - in head: etc/pam.d tools/build/mk

2015-01-26 Thread Alexey Dokuchaev
On Mon, Jan 26, 2015 at 06:26:54PM -0800, Garrett Cooper wrote: > On Jan 26, 2015, at 4:23, Dag-Erling Smorgrav wrote: > > Garrett Cooper writes: > >> Log: > >> Honor MK_ACCT with etc/pam.d/atrun > > > > The correct idiom would be > > I disagree for a few reasons: [...] > 2. The likelihood of

Re: svn commit: r277710 - head/sys/dev/pci

2015-01-26 Thread Alexey Dokuchaev
On Mon, Jan 26, 2015 at 11:06:27AM -0500, John Baldwin wrote: > On 1/26/15 9:19 AM, Alexey Dokuchaev wrote: > > On Sun, Jan 25, 2015 at 07:53:10PM +, John Baldwin wrote: > >> New Revision: 277710 > >> URL: https://svnweb.freebsd.org/changeset/base/277710 > >&

Re: svn commit: r277710 - head/sys/dev/pci

2015-01-26 Thread Alexey Dokuchaev
On Sun, Jan 25, 2015 at 07:53:10PM +, John Baldwin wrote: > New Revision: 277710 > URL: https://svnweb.freebsd.org/changeset/base/277710 > > Log: > Pass a valid Dx state variable to PCIB_POWER_FOR_SLEEP() in pcib_resume() > instead of NULL. Can this be possibly related to this message I g

svn commit: r277560 - in head: lib/libstand share/man/man9 sys/kern

2015-01-22 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Fri Jan 23 07:30:57 2015 New Revision: 277560 URL: https://svnweb.freebsd.org/changeset/base/277560 Log: Fix usage example in kvprintf(9) and its copy in libstand(3): trailing '\n' in bitfield argument is wrong, as it will be treated as bit 10, causing any

Re: svn commit: r276485 - in head/sys: conf dev/cxgbe modules/cxgbe/if_cxgbe

2015-01-21 Thread Alexey Dokuchaev
On Tue, Jan 20, 2015 at 07:06:14PM -0800, Adrian Chadd wrote: > On 20 January 2015 at 18:19, Alexey Dokuchaev wrote: > > Seconded. Putting extra harness on the code to avoid bugs in the > > compiler that were actually fixed upsteam is totally bogus. > > Right, but: > [...

Re: svn commit: r276485 - in head/sys: conf dev/cxgbe modules/cxgbe/if_cxgbe

2015-01-20 Thread Alexey Dokuchaev
On Tue, Jan 20, 2015 at 07:50:23PM -0500, Pedro Giffuni wrote: > But the fix is rather ugly, isn't it? I would personally prefer to just > kill the older gcc but in the meantime updating it so that it behaves > like the updated gcc/clang would be better. IMHO. Seconded. Putting extra harness on t

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-17 Thread Alexey Dokuchaev
On Thu, Jan 15, 2015 at 04:23:03PM +0300, Slawa Olhovchenkov wrote: > I think defining UFS options in kernel connfig affect to module too. > When I define this options in kernel config (w/o options FFS) I got > ufs.ko with this SU, quota, acl etc. Nice point I missed in earlier replies. In my sta

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-17 Thread Alexey Dokuchaev
Among emails in this thread, Warner Losh wrote: [ so to avoid replying on per-email bases ] > (2) is the exact problem I'm working on. Since the design of that will > allow us to read from the kernel these modules, (1) becomes largely > irrelevant because the only /boot/loader incursion would be to

Re: svn commit: r255323 - in head/sys: amd64/conf i386/conf

2015-01-16 Thread Alexey Dokuchaev
On Fri, Jan 16, 2015 at 11:11:14AM +0100, Dag-Erling Smorgrav wrote: > Alexey Dokuchaev writes: > > Edward, Andrey, since you two seem to have some working code already, > > maybe you can work together to push out something that can b

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-15 Thread Alexey Dokuchaev
On Thu, Jan 15, 2015 at 05:05:58PM +0100, Hans Petter Selasky wrote: > The "Reviewed by" was simply a C&P of the review list in from the > Differential Revision. When you mention it should probably simply have said: > > Reviewed by: sbruno @ > > Due to the meaning of "Reviewed by" in commit messa

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-15 Thread Alexey Dokuchaev
On Thu, Jan 15, 2015 at 10:51:55AM -0500, John Baldwin wrote: > > [...] > > +# Pseudo devices. > > +device loop# Network loopback > > +device random # Entropy device > > +device padlock_rng # VIA Padlock RNG > > +d

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-15 Thread Alexey Dokuchaev
On Thu, Jan 15, 2015 at 05:35:41PM +0300, Andrey V. Elsukov wrote: > On 15.01.2015 17:08, Alexey Dokuchaev wrote: > > When you read one big file *once* you don't have to worry about caching > > reads. With everything moved to modules, loader does a lot of > > super

Re: svn commit: r255323 - in head/sys: amd64/conf i386/conf

2015-01-15 Thread Alexey Dokuchaev
On Sun, Sep 08, 2013 at 01:02:44AM +0400, Slawa Olhovchenkov wrote: > On Sat, Sep 07, 2013 at 10:48:48PM +0200, Edward Tomasz Napiera?a wrote: > > > I'll be happy if someone does this right now, by populating a > > > /boot/loader.modules or something, and then force the "fixing" of > > > loader to

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-15 Thread Alexey Dokuchaev
On Thu, Jan 15, 2015 at 04:53:42PM +0300, Slawa Olhovchenkov wrote: > On Thu, Jan 15, 2015 at 01:44:46PM +0000, Alexey Dokuchaev wrote: > > intention. AFAIR last time we had a discussion about why our default > > kernel is not MINIMAL, it boiled down to two main problems: 1) loade

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-15 Thread Alexey Dokuchaev
On Thu, Jan 15, 2015 at 04:23:03PM +0300, Slawa Olhovchenkov wrote: > On Thu, Jan 15, 2015 at 12:42:07AM +, Warner Losh wrote: > > New Revision: 277204 > > URL: https://svnweb.freebsd.org/changeset/base/277204 > > > > Log: > > New MINIMAL kernel config. The goal with this configuration is to

Re: svn commit: r275961 - head/sys/arm/conf

2014-12-21 Thread Alexey Dokuchaev
On Sat, Dec 20, 2014 at 06:15:24PM +, Andrew Turner wrote: > Author: andrew > Date: Sat Dec 20 18:15:23 2014 > New Revision: 275961 > URL: https://svnweb.freebsd.org/changeset/base/275961 > > Log: > Clean up to use the standard style of "options \t" and "device\t\t" > > options HZ=500

Re: svn commit: r272820 - head/etc/devd

2014-11-04 Thread Alexey Dokuchaev
On Thu, Oct 09, 2014 at 01:58:20PM +, Hans Petter Selasky wrote: > New Revision: 272820 > URL: https://svnweb.freebsd.org/changeset/base/272820 > > Log: > Add example devd configuration file for USB printers. > > +# Generic USB printer devices > +#notify 100 { > +#match "system"

Re: svn commit: r272122 - head/lib/libc/stdtime

2014-11-03 Thread Alexey Dokuchaev
On Thu, Sep 25, 2014 at 06:52:18PM +, Pedro F. Giffuni wrote: > New Revision: 272122 > URL: http://svnweb.freebsd.org/changeset/base/272122 > > Log: > Add strptime(3) support for %U and %W > > Add support for the missing POSIX-2001 %U and %W features: the > existing FreeBSD strptime

Re: svn commit: r272059 - head/sys/compat/linux

2014-11-03 Thread Alexey Dokuchaev
On Wed, Sep 24, 2014 at 08:18:12AM +, Alexander Motin wrote: > New Revision: 272059 > URL: http://svnweb.freebsd.org/changeset/base/272059 > > Log: > Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one. > > Submitted by: Dmitry Luhtionov > MFC after: 3 d

Re: svn commit: r272214 - in head/sys: boot/i386/libfirewire dev/firewire

2014-09-27 Thread Alexey Dokuchaev
On Sat, Sep 27, 2014 at 04:50:21PM +, Alexander Kabaev wrote: > New Revision: 272214 > URL: http://svnweb.freebsd.org/changeset/base/272214 > > Log: > Remove obsolete compatibility glue and improve firewire code readability. > > Commit my version of style(9) pass over the firewire code.

Re: svn commit: r271795 - head/sys/dev/firewire

2014-09-20 Thread Alexey Dokuchaev
On Thu, Sep 18, 2014 at 05:28:21PM +, Will Andrews wrote: > New Revision: 271795 > URL: http://svnweb.freebsd.org/changeset/base/271795 > > Log: > Start the process of cleaning up FreeBSD's firewire driver. Woot! Thanks for finally starting to breath some life into our 1394 stack. ./danfe

Re: svn commit: r271664 - head/sys/geom/eli

2014-09-16 Thread Alexey Dokuchaev
On Tue, Sep 16, 2014 at 11:10:09AM -0500, Bryan Drewery wrote: > Relnotes: yes! > > [ lots of lines irrelevant to the point trimmed ] Overquoting: no! ./danfe ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-h

Re: svn commit: r271076 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98

2014-09-04 Thread Alexey Dokuchaev
On Thu, Sep 04, 2014 at 10:31:24AM -0700, Don Lewis wrote: > On 4 Sep, Alexey Dokuchaev wrote: > > I have a couple of P55-based mobos, but never bothered to install our > > fresh -CURRENT on them. I guess I should, just to see if we still rock. > > RAM size is the proba

Re: svn commit: r271076 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98

2014-09-04 Thread Alexey Dokuchaev
On Thu, Sep 04, 2014 at 09:22:48AM -0700, Don Lewis wrote: > I've still got the old hardware and am often tempted to see if it will > run a recent version of FreeBSD. I don't think I want to know how long > it would take to run buildworld post-clang. My router machine at home is Mendocino-based,

Re: svn commit: r270850 - in head/sys: i386/i386 i386/include i386/isa x86/acpica

2014-08-30 Thread Alexey Dokuchaev
On Sat, Aug 30, 2014 at 01:58:20PM -0400, John Baldwin wrote: > On Saturday, August 30, 2014 05:48:38 PM John Baldwin wrote: > > New Revision: 270850 > > URL: http://svnweb.freebsd.org/changeset/base/270850 > > > > Log: > > Save and restore FPU state across suspend and resume. In earlier > > re

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-28 Thread Alexey Dokuchaev
On Thu, Aug 28, 2014 at 10:11:39PM +0100, Steven Hartland wrote: > I'll MFC to 9 and possibly 8 as well at that time if relavent. Although I don't use ZFS on stable/8, your care about our best stable branch :) is much appreciated. ./danfe ___ svn-src-he

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Alexey Dokuchaev
On Mon, Aug 25, 2014 at 09:13:42AM -0700, Nathan Whitehorn wrote: > On 08/25/14 09:09, Jean-SИbastien PИdron wrote: > >There's no actual consensus, I guess. In my DRM 3.8 branch, where I try to > >reduce the diff with Linux, I try to provide wrappers and keep the Linux > >code. > > > >Before that b

Re: svn commit: r269601 - in head/sys: conf dev/fb

2014-08-07 Thread Alexey Dokuchaev
On Tue, Aug 05, 2014 at 06:19:52PM +, Nathan Whitehorn wrote: > New Revision: 269601 > URL: http://svnweb.freebsd.org/changeset/base/269601 > > Log: > Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffers > handled by creator(4) (Sun Creator 3D, Elite 3D, etc.). This pro

Re: svn commit: r268750 - head/usr.bin/timeout

2014-07-16 Thread Alexey Dokuchaev
On Wed, Jul 16, 2014 at 03:19:00PM +0300, Konstantin Belousov wrote: > The curious tendency of late is people committing changes without > getting final confirmation from reviewer. Asking to look at the patch > before commit would avoid repo churn. Big +1. ./danfe

Re: svn commit: r268566 - head/usr.bin/users

2014-07-13 Thread Alexey Dokuchaev
On Sun, Jul 13, 2014 at 03:59:26PM +0200, Hans Ottevanger wrote: > On 07/12/14 15:27, Alexey Dokuchaev wrote: > > Now the question is, how do we come out of this mess? Shall we redo > > it in C again? Polish C++ version? Merge it with w(1) as suggested? > > More in genera

Re: svn commit: r268566 - head/usr.bin/users

2014-07-12 Thread Alexey Dokuchaev
On Sat, Jul 12, 2014 at 01:37:49PM +0100, Bruce Simpson wrote: > On 12/07/2014 12:34, Bruce Evans wrote: > >This joke is bad. The C++ version is worse in every way. > > I concur with everything you have said in your message. Moral of story: it > is very, very easy to introduce bloat using C++, an

Re: svn commit: r268491 - head/usr.bin/users

2014-07-10 Thread Alexey Dokuchaev
On Thu, Jul 10, 2014 at 05:57:37PM +0200, Ed Schouten wrote: > On 10 July 2014 17:53, Baptiste Daroussin wrote: > > Just make sure not to break mips, powerpc and sparc64 which are still using > > gcc 4.2 :) > > Oomf! Good point. Completely forgot about that. There is indeed one > C++11-ism in the

Re: svn commit: r267337 - in head: tools/tools/vt/fontcvt usr.bin usr.bin/vtfontcvt

2014-06-11 Thread Alexey Dokuchaev
On Tue, Jun 10, 2014 at 06:29:45PM +, Ed Maste wrote: > New Revision: 267337 > URL: http://svnweb.freebsd.org/changeset/base/267337 > > Log: > vt fontcvt: move to usr.bin/vtfontcvt > > vtfontcvt is useful for end users to convert arbitrary bitmap fonts > for use by vt(4). It can also

Re: svn commit: r267291 - head/sys/libkern

2014-06-09 Thread Alexey Dokuchaev
On Mon, Jun 09, 2014 at 07:27:47PM +, John Baldwin wrote: > New Revision: 267291 > URL: http://svnweb.freebsd.org/changeset/base/267291 > > Log: > Use strcasecmp() instead of strcmp() when checking user-supplied encoding > names so that encoding names are treated as case-insensitive. This

Re: svn commit: r266924 - head/sys/compat/linux

2014-06-03 Thread Alexey Dokuchaev
On Tue, Jun 03, 2014 at 11:31:16AM +0400, Chagin Dmitry wrote: > On Tue, Jun 03, 2014 at 02:14:31AM +0000, Alexey Dokuchaev wrote: > > Can we hope to see Linuxulator support for recent Debian/Ubuntu userland > > soonish? :-) More and more applications require it, and thus canno

Re: svn commit: r266924 - head/sys/compat/linux

2014-06-02 Thread Alexey Dokuchaev
On Sat, May 31, 2014 at 02:58:53PM +, Dmitry Chagin wrote: > New Revision: 266924 > URL: http://svnweb.freebsd.org/changeset/base/266924 > > Log: > Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIME > flag has been added instead of FUTEX_WAIT to replace the FUTEX_WAIT > lo

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-09 Thread Alexey Dokuchaev
On Tue, Apr 08, 2014 at 03:01:49PM -0700, Sean Bruno wrote: > I haven't tested on non-x86 h/w and have no idea if it works or not. I > didn't feel comfortable building this driver in the non-x86 case. If > there is a use case/tester for the other arch's, I'll be more than happy > to change this.

Re: svn commit: r263979 - in head: . contrib usr.bin

2014-03-31 Thread Alexey Dokuchaev
On Mon, Mar 31, 2014 at 05:14:10PM -0700, Xin Li wrote: > On 03/31/14 17:01, Glen Barber wrote: > > New Revision: 263979 > > URL: http://svnweb.freebsd.org/changeset/base/263979 > > > > Log: Import ruby19. > > Yay! Now we can import OpenJDK too ;-) I won't be exactly surprized when^Wif we do it

Re: svn commit: r263885 - in head/sys/dev/vt: . hw/vga

2014-03-30 Thread Alexey Dokuchaev
On Sun, Mar 30, 2014 at 11:38:24PM +0300, Aleksandr Rybalko wrote: > > I've always wondered why FreeBSD *ever* had this ugly > > "look-we-can-make-it- like-in-wind0ze" mouse pointer on the console. > > I've been always building kernel with SC_ALT_MOUSE_IMAGE; I'm really > > hoping (if this nonsense

Re: svn commit: r263885 - in head/sys/dev/vt: . hw/vga

2014-03-30 Thread Alexey Dokuchaev
On Sun, Mar 30, 2014 at 12:35:23AM +0200, Aleksandr Rybalko wrote: > vt(4) have to use bitblt like method which is able to do masked write, > since mouse cursor have to left visible characters under itself. > But masked bitblt quite expensive due to read from framebuffer to apply > mask or due to V

Re: svn commit: r261342 - in head: lib/libpmc sys/conf sys/dev/hwpmc sys/powerpc/include sys/sys

2014-03-25 Thread Alexey Dokuchaev
On Sun, Mar 23, 2014 at 10:58:18PM -0700, Justin Hibbits wrote: > On Mon, 24 Mar 2014 05:44:42 +0000 Alexey Dokuchaev wrote: > > Hmm, -CURRENT does not build for me after this commit apparently; > > take a look at the log excerpt. Could it be that r261342 relies on > > some e

Re: svn commit: r261342 - in head: lib/libpmc sys/conf sys/dev/hwpmc sys/powerpc/include sys/sys

2014-03-23 Thread Alexey Dokuchaev
On Sat, Feb 01, 2014 at 02:03:51AM +, Justin Hibbits wrote: > New Revision: 261342 > URL: http://svnweb.freebsd.org/changeset/base/261342 > > Log: > Add hwpmc(4) support for the PowerPC 970 class processors, direct events. > This also fixes asserts on removal of the module for the mpc74xx.

Re: svn commit: r262882 - head/tools/tools/net80211/wlanstats

2014-03-06 Thread Alexey Dokuchaev
On Fri, Mar 07, 2014 at 01:23:49AM +, Eitan Adler wrote: > New Revision: 262882 > URL: http://svnweb.freebsd.org/changeset/base/262882 > > Log: > wlanstats: add help > > - add a help (-h) flag > - move usage into itsown function it looks like the only change now is that usage info al

Re: svn commit: r261358 - head/sys/powerpc/conf

2014-02-02 Thread Alexey Dokuchaev
On Sat, Feb 01, 2014 at 08:56:50PM +, Nathan Whitehorn wrote: > New Revision: 261358 > URL: http://svnweb.freebsd.org/changeset/base/261358 > > Log: > Switch default Book-E scheduler to ULE, which works now, and enable > CAPABILITIES stuff required to make ssh work. Hmm; I've been using s

Re: svn commit: r261150 - head/sys/dev/virtio/network

2014-01-24 Thread Alexey Dokuchaev
On Sat, Jan 25, 2014 at 07:13:47AM +, Bryan Venteicher wrote: > New Revision: 261150 > URL: http://svnweb.freebsd.org/changeset/base/261150 > > Log: > Read and write the MAC address in the config space byte by byte Commit log looks incomplete: it does not tell what is the problem and how (w

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread Alexey Dokuchaev
On Fri, Dec 20, 2013 at 04:28:50AM +0400, Gleb Smirnoff wrote: > in stable branches. I don't have strong opinion on this, I really think that > running kernel and world out of sync is a bad idea, so I may agree with you. This notorious requirement (or strong recommendation) of keeping one's world

Re: svn commit: r259555 - in head/contrib: gcc gcc/doc gcclibs/libcpp gcclibs/libcpp/include

2013-12-18 Thread Alexey Dokuchaev
On Wed, Dec 18, 2013 at 02:53:36PM +, Pedro F. Giffuni wrote: > New Revision: 259555 > URL: http://svnweb.freebsd.org/changeset/base/259555 > > Log: > gcc: add Apple compatible -Wnewline-eof > > GCC 4.2 and previous have always warned about > "No newline at end of file". > > Upst

Re: svn commit: r258678 - head/sys/boot/fdt/dts

2013-11-27 Thread Alexey Dokuchaev
On Wed, Nov 27, 2013 at 12:12:37PM +, Luiz Otavio O Souza wrote: > New Revision: 258678 > URL: http://svnweb.freebsd.org/changeset/base/258678 > > Log: > Fix the led 'gpios' definition to match the description on > sys/boot/fdt/dts/bindings-gpio.txt. Make the led pin an output, add the >

Re: svn commit: r258179 - head/contrib/gcc

2013-11-18 Thread Alexey Dokuchaev
On Fri, Nov 15, 2013 at 02:14:01PM -0500, Pedro Giffuni wrote: > FWIW, I have a *bunch* of gcc fixes/updates from Google: > > https://android.googlesource.com/toolchain/gcc/+/honeycomb/gcc-4.2.1/README.google > > I will have to sort this out better :(. It would be very nice to bring some more li

Re: svn commit: r258155 - head/sys/dev/qlxgbe

2013-11-18 Thread Alexey Dokuchaev
On Mon, Nov 18, 2013 at 07:55:23AM -0700, Ian Lepore wrote: > On Mon, 2013-11-18 at 14:22 +0000, Alexey Dokuchaev wrote: > > On Fri, Nov 15, 2013 at 01:26:25AM +, David C Somayajulu wrote: > > > Submitted by:David C Somayajulu > > > > "Submitted

Re: svn commit: r258155 - head/sys/dev/qlxgbe

2013-11-18 Thread Alexey Dokuchaev
On Fri, Nov 15, 2013 at 01:26:25AM +, David C Somayajulu wrote: > New Revision: 258155 > URL: http://svnweb.freebsd.org/changeset/base/258155 > > Log: > ql_hw.[c,h]: set minimum thresholds on pkt size for lro path. > ql_ioctl.c: validate the length and address of buffer passed to > QL_RD_

Re: svn commit: r255426 - in head: lib/libc/sys sys/compat/freebsd32 sys/compat/linux sys/compat/svr4 sys/dev/drm2/i915 sys/i386/ibcs2 sys/i386/linux sys/ia64/ia32 sys/kern sys/sparc64/sparc64 sys/sys

2013-09-10 Thread Alexey Dokuchaev
On Mon, Sep 09, 2013 at 06:12:00PM +, John Baldwin wrote: > New Revision: 255426 > URL: http://svnweb.freebsd.org/changeset/base/255426 > > Log: > [...] > To facilitate this, add a new parameter to vm_map_find() that specifies an > optional maximum virtual address. While here, fix several

Re: svn commit: r255323 - in head/sys: amd64/conf i386/conf

2013-09-07 Thread Alexey Dokuchaev
On Sat, Sep 07, 2013 at 10:48:48PM +0200, Edward Tomasz NapieraЁa wrote: > I have no idea on what's the loader(8) state right now, but long time ago > I've made a patch that made it significantly faster by making caching > actually work. Nice, the patch actually applies against 8-stable. I will t

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2013-09-05 Thread Alexey Dokuchaev
On Thu, Sep 05, 2013 at 12:09:57AM +, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Thu Sep 5 00:09:56 2013 > New Revision: 255219 > URL: http://svnweb.freebsd.org/changeset/base/255219 > > Log: > Change the cap_rights_t type from uint64_t to a structure that we can extend > in the fut

Re: svn commit: r254025 - in head/sys: amd64/amd64 arm/arm arm/at91 arm/mv/armadaxp arm/s3c2xx0 arm/xscale/i80321 arm/xscale/i8134x arm/xscale/ixp425 cddl/compat/opensolaris/kern cddl/compat/opensolar

2013-08-07 Thread Alexey Dokuchaev
On Wed, Aug 07, 2013 at 07:06:24PM +0300, Andriy Gapon wrote: > on 07/08/2013 18:27 Nikolai Lifanov said the following: > > Does this need a param.h bump? > > At least x11/nvidia-driver is sensitive to this. > > Sorry, but did you have to quote more than 1000 lines to ask this? +1 for overquoting

Re: svn commit: r253614 - head/usr.bin/patch

2013-07-25 Thread Alexey Dokuchaev
On Wed, Jul 24, 2013 at 01:14:25PM -0500, Pedro Giffuni wrote: > El 24/07/2013 11:52 a. m., Alexey Dokuchaev escribiцЁ: > >On Wed, Jul 24, 2013 at 03:46:50PM +, Pedro F. Giffuni wrote: > >>New Revision: 253614 > >>URL: http://svnweb.freebsd.org/changeset/base/253614

Re: svn commit: r253614 - head/usr.bin/patch

2013-07-24 Thread Alexey Dokuchaev
On Wed, Jul 24, 2013 at 03:46:50PM +, Pedro F. Giffuni wrote: > New Revision: 253614 > URL: http://svnweb.freebsd.org/changeset/base/253614 > > Log: > patch: style fix It's still broken: bad use of capital letters (lack thereof), missing full stop (terminating dot). > Submitted by:

Re: svn commit: r253513 - head/release

2013-07-21 Thread Alexey Dokuchaev
On Sun, Jul 21, 2013 at 04:17:26PM +, Teske, Devin wrote: > On Jul 21, 2013, at 6:39 AM, Alexey Dokuchaev wrote: > > Is there any work being done to merge the .iso and .img into single, > > hybrid bootable image (c.g. Haiku)? I've asked this question before, > > bu

Re: svn commit: r253513 - head/release

2013-07-21 Thread Alexey Dokuchaev
On Sun, Jul 21, 2013 at 05:23:34AM +, Glen Barber wrote: > New Revision: 253513 > URL: http://svnweb.freebsd.org/changeset/base/253513 > > Log: > Create memstick images with the '.img' filename extension. > > Requested by: many > [...] Is there any work being done to merge the

Re: svn commit: r253002 - head

2013-07-07 Thread Alexey Dokuchaev
On Mon, Jul 08, 2013 at 01:02:39AM +0300, Andriy Gapon wrote: > I am sure that the next time you need to run the same thing you'll remember > where you put the comment and you'll copy/paste from it. > I am sure that if any other developer runs into the same situation, then he > will: > - google > -

Re: svn commit: r252913 - head/sys/arm/ti/am335x

2013-07-07 Thread Alexey Dokuchaev
On Sat, Jul 06, 2013 at 09:33:08PM -0700, Juli Mallett wrote: > Thanks for this and the other commits, Oleksandr! Much appreciated. > Looking forward to giving it a spin on my BeagleBones Black! > > [commit diff skipped] Looking forward to never see overquoting again on FreeBSD lists! ./danfe _

Re: svn commit: r252514 - head/sbin/swapon

2013-07-02 Thread Alexey Dokuchaev
On Tue, Jul 02, 2013 at 05:34:35PM +, Xin LI wrote: > New Revision: 252514 > URL: http://svnweb.freebsd.org/changeset/base/252514 > > Log: > Plug a memory leak. Is MFC to stable/[89] applicable? If yes, can it be scheduled? ;-) ./danfe ___ svn-s

Re: svn commit: r252425 - head/sys/arm/arm

2013-06-30 Thread Alexey Dokuchaev
On Mon, Jul 01, 2013 at 11:56:25AM +1000, Bruce Evans wrote: > On Sun, 30 Jun 2013, Aleksandr Rybalko wrote: > >Log: > > Decrypt magic numbers - define names for fields of Generic Timer's > > CNTKCTL reg. > >... > >+#define GENERIC_TIMER_CNTPSIRQ 29 > > Here the interesting part CNTPSIRQ is f

Re: svn commit: r251958 - head/contrib/bmake

2013-06-18 Thread Alexey Dokuchaev
On Tue, Jun 18, 2013 at 02:25:15PM -0700, Garrett Cooper wrote: > On Tue, Jun 18, 2013 at 12:35 PM, Simon J. Gerraty wrote: > > Author: sjg > > Date: Tue Jun 18 19:35:51 2013 > > New Revision: 251958 > > URL: http://svnweb.freebsd.org/changeset/base/251958 > > Was this the source of the huge > ZZ

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Alexey Dokuchaev
On Tue, Jun 18, 2013 at 03:47:44PM -0400, Garance A Drosehn wrote: > Note that a major change to the FreeBSD repo would require that users > install a new 'svn' anyway, even if they did install 'svn' back when > they first installed FreeBSD. > > IMO, I think this 'svnlite' idea is a good move. I

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Alexey Dokuchaev
On Wed, Jun 19, 2013 at 12:25:07PM +0930, Daniel O'Connor wrote: > On 19/06/2013, at 2:18, Andre Oppermann wrote: > > Installing SVN from ports is very painful because of the huge dependency > > chain it carries, with the largest being Python and Perl IIRC. > > Perhaps there should be an svnlite

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Alexey Dokuchaev
On Tue, Jun 18, 2013 at 12:54:37PM -0400, Nikolai Lifanov wrote: > On 06/18/13 12:48, Andre Oppermann wrote: > >AFAIK there is a checkout-only SVN client available, as in cvsup, but I > >don't remember the name. > > It's net/svnup and is a great replacement for cvs, in my opinion. > CVS wasn't use

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Alexey Dokuchaev
On Tue, Jun 18, 2013 at 06:40:30PM +0200, Tijl Coosemans wrote: > On 2013-06-18 04:53, Peter Wemm wrote: > > New Revision: 251886 > > URL: http://svnweb.freebsd.org/changeset/base/251886 > > > > Log: > > Introduce svnlite so that we can check out our source code again. > > [...] > > I don't f

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Alexey Dokuchaev
On Tue, Jun 18, 2013 at 06:48:24PM +0200, Andre Oppermann wrote: > Installing SVN from ports is very painful because of the huge dependency > chain it carries, with the largest being Python and Perl IIRC. I've built a static version once (there is an OPTION for it) and simply copy it around whenev

Re: svn commit: r251121 - in head: include lib/msun lib/msun/man lib/msun/src

2013-06-03 Thread Alexey Dokuchaev
On Mon, Jun 03, 2013 at 02:38:09AM -0700, David Schultz wrote: > On Fri, May 31, 2013, Alexey Dokuchaev wrote: > > On Thu, May 30, 2013 at 04:49:27AM +, David Schultz wrote: > > > New Revision: 251121 > > > URL: http://svnweb.freebsd.org/changeset/base/251121 &g

Re: svn commit: r251121 - in head: include lib/msun lib/msun/man lib/msun/src

2013-05-30 Thread Alexey Dokuchaev
On Thu, May 30, 2013 at 04:49:27AM +, David Schultz wrote: > New Revision: 251121 > URL: http://svnweb.freebsd.org/changeset/base/251121 > > Log: > I'm happy to finally commit stephen@'s implementations of cacos, > cacosh, casin, casinh, catan, and catanh. Thanks to stephen@ and bde@ > f

Re: svn commit: r247086 - head/sys/x86/isa

2013-05-20 Thread Alexey Dokuchaev
On Mon, May 20, 2013 at 07:20:48AM -0600, Warner Losh wrote: > On May 19, 2013, at 8:21 PM, Alexey Dokuchaev wrote: > > Apparently not: I've been running FreeBSD 8.4-PRERELEASE without pmtimer > > for a while, and noticed that my laptop stops keeping time during suspend. &g

<    1   2   3   4   5   >