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

2013-05-19 Thread Alexey Dokuchaev
On Thu, Feb 21, 2013 at 06:49:12AM +, Alexey Dokuchaev wrote: > On Thu, Feb 21, 2013 at 06:38:24AM +, Warner Losh wrote: > > New Revision: 247086 > > URL: http://svnweb.freebsd.org/changeset/base/247086 > > > > Log: > > Correct comment about use of pmti

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Alexey Dokuchaev
On Sun, May 12, 2013 at 11:37:48PM +0200, Ed Schouten wrote: > In fact, I think that for embedded systems, using xz compression would > even be better. Many of those systems are often more storage space > constrained than CPU constrained (e.g. a 200 MHz wireless device with > only 8 MB of flash).

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Alexey Dokuchaev
On Mon, May 13, 2013 at 01:14:35AM +0400, Dmitry Morozovsky wrote: > methodrealtm arsize > > gzip 45s 183M > bzip2 5m32s 115M > xz11m43s 112M > > I would tend to use xz for distributives (including freebsd-updates or > portsnap), where compression process

Re: svn commit: r250430 - head/sbin/dmesg

2013-05-10 Thread Alexey Dokuchaev
On Fri, May 10, 2013 at 08:43:37AM -0400, Eitan Adler wrote: > On 10 May 2013 03:42, Alexey Dokuchaev wrote: > > On Fri, May 10, 2013 at 03:42:48AM +, Eitan Adler wrote: > >> New Revision: 250430 > >> URL: http://svnweb.freebsd.org/changeset/base/250430 >

Re: svn commit: r250430 - head/sbin/dmesg

2013-05-10 Thread Alexey Dokuchaev
On Fri, May 10, 2013 at 03:42:48AM +, Eitan Adler wrote: > New Revision: 250430 > URL: http://svnweb.freebsd.org/changeset/base/250430 > > @@ -79,15 +80,20 @@ main(int argc, char *argv[]) > kvm_t *kd; > size_t buflen, bufpos; > long pri; > - int all, ch; > + int ch, c

Re: svn commit: r249930 - head/sys/geom

2013-04-26 Thread Alexey Dokuchaev
On Fri, Apr 26, 2013 at 03:43:24PM +, Steven Hartland wrote: > New Revision: 249930 > URL: http://svnweb.freebsd.org/changeset/base/249930 > > Log: > [...] > In tests on a Intel 520 120GB FW: 400i disk it improved the delete > throughput > from 1.6GB/s to over 2.6GB/s on a full disk de

Re: svn commit: r247910 - head/sys/dev/sound/pci/hda

2013-03-10 Thread Alexey Dokuchaev
On Sat, Mar 09, 2013 at 03:48:04PM +0400, Gleb Smirnoff wrote: > On Fri, Mar 08, 2013 at 02:00:50AM +0000, Alexey Dokuchaev wrote: > A> On Thu, Mar 07, 2013 at 07:54:50AM +, Gleb Smirnoff wrote: > A> > New Revision: 247910 > A> > URL: http://svnweb.freebsd.org/change

Re: svn commit: r247910 - head/sys/dev/sound/pci/hda

2013-03-07 Thread Alexey Dokuchaev
On Thu, Mar 07, 2013 at 07:54:50AM +, Gleb Smirnoff wrote: > New Revision: 247910 > URL: http://svnweb.freebsd.org/changeset/base/247910 > > Log: > Plug a memory leak. > > Reviewed by:mav > Sponsored by: Nginx, Inc. Any MFCs planned? ./danfe ___

Re: svn commit: r247460 - head/sys/dev/acpica

2013-02-28 Thread Alexey Dokuchaev
On Thu, Feb 28, 2013 at 07:37:32PM +0200, Alexander Motin wrote: > SBT_1US is 4294 (0x10c6). The best that compiler may do is replace > division with multiplication. In fact, Clang even does this on amd64. > But on i386 it calls __divdi3(), doing 64bit division in software. Shift > is definitely ch

Re: svn commit: r247460 - head/sys/dev/acpica

2013-02-28 Thread Alexey Dokuchaev
On Thu, Feb 28, 2013 at 11:27:02AM +, Davide Italiano wrote: > New Revision: 247460 > URL: http://svnweb.freebsd.org/changeset/base/247460 > > Log: > MFcalloutng (r247427 by mav): > We don't need any precision here. Let it be fast and dirty shift then > slow and excessively precise 64-bi

Re: svn commit: r246251 - head/sys/dev/acpica

2013-02-21 Thread Alexey Dokuchaev
On Tue, Feb 05, 2013 at 07:21:24AM +, Alexey Dokuchaev wrote: > On Sun, Feb 03, 2013 at 12:23:25PM +0200, Andriy Gapon wrote: > > on 02/02/2013 17:11 Alexey Dokuchaev said the following: > > > On Sat, Feb 02, 2013 at 12:51:22PM +, Alexey Dokuchaev wrote: > > >&

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

2013-02-20 Thread Alexey Dokuchaev
On Thu, Feb 21, 2013 at 06:38:24AM +, Warner Losh wrote: > New Revision: 247086 > URL: http://svnweb.freebsd.org/changeset/base/247086 > > Log: > Correct comment about use of pmtimer, and the real reason it isn't > used or desirable for amd64. Thanks! > + * pmtimer is used only with the

Re: svn commit: r246251 - head/sys/dev/acpica

2013-02-04 Thread Alexey Dokuchaev
On Sun, Feb 03, 2013 at 12:23:25PM +0200, Andriy Gapon wrote: > on 02/02/2013 17:11 Alexey Dokuchaev said the following: > > On Sat, Feb 02, 2013 at 12:51:22PM +0000, Alexey Dokuchaev wrote: > >> On Sat, Feb 02, 2013 at 12:44:20PM +, Andriy Gapon wrote: > >>>

Re: svn commit: r246251 - head/sys/dev/acpica

2013-02-02 Thread Alexey Dokuchaev
On Sat, Feb 02, 2013 at 12:51:22PM +, Alexey Dokuchaev wrote: > On Sat, Feb 02, 2013 at 12:44:20PM +, Andriy Gapon wrote: > > New Revision: 246251 > > URL: http://svnweb.freebsd.org/changeset/base/246251 > > > > Log: > > acpi: clear power button statu

Re: svn commit: r246251 - head/sys/dev/acpica

2013-02-02 Thread Alexey Dokuchaev
On Sat, Feb 02, 2013 at 12:44:20PM +, Andriy Gapon wrote: > New Revision: 246251 > URL: http://svnweb.freebsd.org/changeset/base/246251 > > Log: > acpi: clear power button status bit after waking up... > > so that it is not confused for a new power off request. Hmm, I was annoyed by th

Re: svn commit: r246134 - head/sbin/devd

2013-01-30 Thread Alexey Dokuchaev
On Wed, Jan 30, 2013 at 11:37:36PM +, Ian Lepore wrote: > New Revision: 246134 > URL: http://svnweb.freebsd.org/changeset/base/246134 > > Log: > Improve devd startup time, by tweaking some string handling routines [...] > > On a 1.2 GHz ARM processor this reduces the time to parse the c

Re: svn commit: r243320 - head/usr.bin/cut

2012-11-20 Thread Alexey Dokuchaev
On Tue, Nov 20, 2012 at 01:57:21AM +, Eitan Adler wrote: > Author: eadler > Date: Tue Nov 20 01:57:21 2012 > New Revision: 243320 > URL: http://svnweb.freebsd.org/changeset/base/243320 > > Log: > Add 'w' flag to: > > Use whitespace (spaces and tabs) as the delimiter. > Consecutive spa

Re: svn commit: r243262 - head/usr.bin/top

2012-11-19 Thread Alexey Dokuchaev
On Mon, Nov 19, 2012 at 08:03:40AM +, Rui Paulo wrote: > New Revision: 243262 > URL: http://svnweb.freebsd.org/changeset/base/243262 > > - cmdbuf = (char *)malloc(cmdlengthdelta + 1); > + cmdbuf = (char *)malloc(cmdlen + 1); Why explicitly casting malloc return() value (void *)? ./d

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Alexey Dokuchaev
On Sat, Nov 10, 2012 at 10:22:52PM -0800, Peter Wemm wrote: > We've had kern.ipc.nmbclusters for years. It is simple to understand, > easy to predict the outcome of a change, is runtime adjustable, is a > *cap* and not a reservation (like it used to be) and does not require > a reboot like maxuser

Re: svn commit: r241701 - in head/usr.sbin/bsdconfig: . include share

2012-10-21 Thread Alexey Dokuchaev
On Fri, Oct 19, 2012 at 11:36:04AM -0700, Devin Teske wrote: > On Oct 19, 2012, at 10:02 AM, Alexey Dokuchaev wrote: > > Ah, I guess it might explain the shitty colors I see on newish FreeBSD > > screenshots of dialog(1). > > I actually prefer the colors in cdialog (more s

Re: svn commit: r241701 - in head/usr.sbin/bsdconfig: . include share

2012-10-19 Thread Alexey Dokuchaev
On Fri, Oct 19, 2012 at 08:22:36AM -0700, Devin Teske wrote: > On Oct 18, 2012, at 10:54 PM, Alexey Dokuchaev wrote: > > How come that new dialog(1) lacks functionality of the old one? > > SVN r217309 brought in cdialog to replace our the [unmaintained] dialog. > > cdia

Re: svn commit: r241701 - in head/usr.sbin/bsdconfig: . include share

2012-10-18 Thread Alexey Dokuchaev
On Thu, Oct 18, 2012 at 06:43:54PM +, Devin Teske wrote: > NOTE: In FreeBSD-9 and higher, dialog(1) does not support the F1 hook, so > the mechanism for providing help to the user had to be changed to a button. How come that new dialog(1) lacks functionality of the old one? ./danfe __

Re: svn commit: r240993 - head/sys/cam/ctl

2012-09-27 Thread Alexey Dokuchaev
On Thu, Sep 27, 2012 at 10:51:38AM +, Edward Tomasz Napierala wrote: > New Revision: 240993 > URL: http://svn.freebsd.org/changeset/base/240993 > > Log: > Remove useless NULL checks after M_WAITOK allocations. > > @@ -1520,12 +1520,6 @@ ctl_ioctl_do_datamove(struct ctl_scsiio > > e

Re: svn commit: r240967 - head/release

2012-09-26 Thread Alexey Dokuchaev
On Wed, Sep 26, 2012 at 02:46:43PM -0400, Glen Barber wrote: > On Wed, Sep 26, 2012 at 11:44:07AM -0700, Garrett Cooper wrote: > > > -: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname > > > -p`} > > > +if [ "x${OSVERSION}" == "x" ]; then > > > > This should be `=` in order

Re: svn commit: r240549 - head/sys/arm/tegra

2012-09-16 Thread Alexey Dokuchaev
On Sun, Sep 16, 2012 at 06:45:30PM +0100, Chris Rees wrote: > On 16 September 2012 18:41, Ian Lepore wrote: > > One of the examples allows > > > > for (;;) > > stmt; > > > > Using "continue;" as the statement is consistant with that. > > Ok, so with approval from a docs/src guy I'd li

Re: svn commit: r240549 - head/sys/arm/tegra

2012-09-16 Thread Alexey Dokuchaev
On Sun, Sep 16, 2012 at 10:37:56AM +0100, Chris Rees wrote: > On 16 September 2012 10:28, Alexey Dokuchaev wrote: > > I thought preferred and more style(9) compliant way to code [empty > > endless loop] is: > > > > for (;;) > >

Re: svn commit: r240549 - head/sys/arm/tegra

2012-09-16 Thread Alexey Dokuchaev
On Sun, Sep 16, 2012 at 07:55:49AM +, Andrew Turner wrote: > New Revision: 240549 > URL: http://svn.freebsd.org/changeset/base/240549 > > Log: > The cpu_reset function is noreturn, make sure this is true on Tegra 2. > While here fix a typo. > > + > + while(1); I thought preferred an

Re: svn commit: r238722 - in head/lib/msun: . ld128 ld80 man src

2012-07-24 Thread Alexey Dokuchaev
On Mon, Jul 23, 2012 at 07:13:56PM +, Steve Kargl wrote: > Author: kargl > Date: Mon Jul 23 19:13:55 2012 > New Revision: 238722 > URL: http://svn.freebsd.org/changeset/base/238722 > > Log: > Compute the exponential of x for Intel 80-bit format and IEEE 128-bit > format. These implementat

Re: svn commit: r238672 - head/sys/dev/sdhci

2012-07-23 Thread Alexey Dokuchaev
On Mon, Jul 23, 2012 at 12:28:13AM -0700, Garrett Cooper wrote: > On Mon, Jul 23, 2012 at 12:12 AM, Gleb Smirnoff wrote: > > On Sat, Jul 21, 2012 at 03:30:26PM +0000, Alexey Dokuchaev wrote: > > A> On Sat, Jul 21, 2012 at 02:07:43PM +, Gleb Smirnoff wrote: > > A>

Re: svn commit: r238672 - head/sys/dev/sdhci

2012-07-21 Thread Alexey Dokuchaev
On Sat, Jul 21, 2012 at 02:07:43PM +, Gleb Smirnoff wrote: > Author: glebius > Date: Sat Jul 21 14:07:43 2012 > New Revision: 238672 > URL: http://svn.freebsd.org/changeset/base/238672 > > Log: > Fix typo in comment, should be MHz here. That's nice, but... > @@ -364,7 +364,7 @@ sdhci_lower

Re: svn commit: r237269 - in head: etc lib/libutil

2012-06-19 Thread Alexey Dokuchaev
On Tue, Jun 19, 2012 at 08:27:52PM +0200, Dag-Erling Sm??rgrav wrote: > Alexey Dokuchaev writes: > > Maybe I don't. I just want to know if I should switch from Blowfish to > > SHA512. It seems that the former is quite popular judging from discussion > > link given abov

Re: svn commit: r237269 - in head: etc lib/libutil

2012-06-19 Thread Alexey Dokuchaev
On Tue, Jun 19, 2012 at 05:21:13PM +0100, Chris Rees wrote: > On Jun 19, 2012 5:15 PM, "Alexey Dokuchaev" wrote: > > Pardon my possible unawareness, but was this change discussed anywhere? > > http://lists.freebsd.org/pipermail/freebsd-security/2012-June/006271.htm

Re: svn commit: r237269 - in head: etc lib/libutil

2012-06-19 Thread Alexey Dokuchaev
On Tue, Jun 19, 2012 at 02:46:19PM +, Dag-Erling Smorgrav wrote: > Author: des > Date: Tue Jun 19 14:46:18 2012 > New Revision: 237269 > URL: http://svn.freebsd.org/changeset/base/237269 > > Log: > Switch the default password hash from md5 to sha512. Pardon my possible unawareness, but was

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

2012-04-21 Thread Alexey Dokuchaev
On Sat, Apr 21, 2012 at 12:11:28PM -0500, Brooks Davis wrote: > On Sat, Apr 21, 2012 at 09:45:57AM -0400, Ryan Stone wrote: > > Excellent! Thanks to everybody who helped make this happen, starting > > with the participants at dtrace.conf who gave us the requisite whacks > > with the clue-by-four.

Re: svn commit: r233479 - head/sys/dev/aic7xxx/aicasm

2012-03-25 Thread Alexey Dokuchaev
On Sun, Mar 25, 2012 at 09:54:36PM +, Robert Millan wrote: > Author: rmh > Date: Sun Mar 25 21:54:36 2012 > New Revision: 233479 > URL: http://svn.freebsd.org/changeset/base/233479 > > Log: > Follow non-BSD case when GNU/Hurd is detected. Oh how do I love commit messages like this one. Fee

Re: svn commit: r233052 - head/share/mk

2012-03-20 Thread Alexey Dokuchaev
On Tue, Mar 20, 2012 at 07:48:36PM -0500, Mark Linimon wrote: > Personally, I'd like to see us pick a "recommended way for new code", > whether it's one or two spaces, whatever. (8 spaces seems too much.) +1. I always hesitate between one or two spaces; but last time I recall I was using one. I

Re: svn commit: r232309 - head/sys/boot/i386/libi386

2012-02-29 Thread Alexey Dokuchaev
On Wed, Feb 29, 2012 at 06:11:34PM +, Jung-uk Kim wrote: > Author: jkim > Date: Wed Feb 29 18:11:33 2012 > New Revision: 232309 > URL: http://svn.freebsd.org/changeset/base/232309 > > Log: > Fix a long standing bug. The caller expects a non-zero value for success. > Luckily keyboard probi

Re: svn commit: r232218 - head/sys/kern

2012-02-27 Thread Alexey Dokuchaev
On Mon, Feb 27, 2012 at 04:08:18PM +, John Baldwin wrote: > Author: jhb > Date: Mon Feb 27 16:08:18 2012 > New Revision: 232218 > URL: http://svn.freebsd.org/changeset/base/232218 > > Log: > Clear the a device's description string anytime it's driver changes. > Descriptions are specific t

Re: svn commit: r231298 - head/etc

2012-02-09 Thread Alexey Dokuchaev
On Thu, Feb 09, 2012 at 04:15:23PM -0800, Marcel Moolenaar wrote: > I think it's convention (see sys/modules/Makefile or lib/Makefile), > but I could just as well be mistaken (i.e. picked the only makefiles > that do this :-) I also believe this is the usual way to do things in FreeBSD. Those BIN

Re: svn commit: r230628 - head/sys/sparc64/include

2012-01-30 Thread Alexey Dokuchaev
On Sat, Jan 28, 2012 at 10:37:40PM -0800, Doug Barton wrote: > On 01/28/2012 18:39, Julian Elischer wrote: > > Bruce these comments are valid. > > please make use of your commit bit and make the appropriate changes! > > Completely aside from the pedantic value of having the person who broke > it b

Re: svn commit: r229430 - in head/sys: conf dev/sound/pci modules/sound/driver/emu10k1

2012-01-04 Thread Alexey Dokuchaev
On Wed, Jan 04, 2012 at 06:52:17AM -0800, Garrett Cooper wrote: > On Wed, Jan 4, 2012 at 6:43 AM, Alexander Motin wrote: > > I have Audigy2ZS (model SB0350) in my table if any help with testing > > needed, but I've never looked into emu10k code, preferring to hack more > > widespread and documente

Re: svn commit: r229430 - in head/sys: conf dev/sound/pci modules/sound/driver/emu10k1

2012-01-04 Thread Alexey Dokuchaev
On Wed, Jan 04, 2012 at 05:58:10AM -0800, Pedro Giffuni wrote: > --- Mer 4/1/12, Alexey Dokuchaev ha scritto: > > How hard would it be to (re)implement missing features with > > emu10k1 and nuke GPL-polluted emu10kx? > > The emu10kx started from the emu10k1 and is mostly

Re: svn commit: r229430 - in head/sys: conf dev/sound/pci modules/sound/driver/emu10k1

2012-01-04 Thread Alexey Dokuchaev
On Wed, Jan 04, 2012 at 09:54:53AM +0100, Joel Dahl wrote: > The emu10k1 and emu10kx drivers essentially support the same hardware, with > a few exceptions (if memory serves me right -- I think there are a few cards > that emu10kx does not support, someone should check with Yuriy). However, > emu10

Re: svn commit: r228990 - in head/usr.sbin: IPXrouted adduser bluetooth/btpand bluetooth/sdpd bootparamd/bootparamd bsnmpd/modules/snmp_bridge bsnmpd/modules/snmp_hostres bsnmpd/modules/snmp_wlan bsnm

2011-12-30 Thread Alexey Dokuchaev
On Fri, Dec 30, 2011 at 02:43:22PM -0500, Ben Kaduk wrote: > On Fri, Dec 30, 2011 at 5:58 AM, Ulrich Spoerlein wrote: > > -                * is 11 bit wide that gives us upto 2048 chunks. > > +                * is 11 bit wide that gives us up to 2048 chunks. > > Should be "11 bits", no? I'm not

Re: svn commit: r227650 - in head: lib/libkiconv sys/conf sys/fs/msdosfs sys/fs/smbfs sys/kern sys/libkern sys/modules/libiconv sys/modules/libmchain sys/netsmb sys/sys

2011-11-17 Thread Alexey Dokuchaev
On Fri, Nov 18, 2011 at 03:05:21AM +, Kevin Lo wrote: > Author: kevlo > Date: Fri Nov 18 03:05:20 2011 > New Revision: 227650 > URL: http://svn.freebsd.org/changeset/base/227650 > > Log: > Add unicode support to msdosfs and smbfs; original pathes from imura, > bug fixes by Kuan-Chung Chiu

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Alexey Dokuchaev
On Thu, Nov 17, 2011 at 02:16:47PM -0500, John Baldwin wrote: > On Thursday, November 17, 2011 12:43:12 pm Ken Smith wrote: > > If you're referring to the FTP directory tree layout we wind up with: > > > > .../releases/amd64/9.0-RELEASE > > .../releases/amd64/ISO-IMAGES/9.0 > > > > for an

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Alexey Dokuchaev
On Thu, Nov 17, 2011 at 09:44:52AM -0500, Ken Smith wrote: > This is the problem we are trying to "solve": > > Supported TARGET/TARGET_ARCH pairs for world and kernel targets > amd64/amd64 > arm/arm > arm/armeb > i386/i386 > ia64/ia64 > mips/mipsel > mips/mipseb > m

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Alexey Dokuchaev
On Thu, Nov 17, 2011 at 08:03:40AM -0500, Ken Smith wrote: > On Thu, 2011-11-17 at 13:42 +0100, Pawel Jakub Dawidek wrote: > > On Wed, Nov 16, 2011 at 10:24:10AM -0500, Ken Smith wrote: > > > Or both? We're heading in the direction of having both for the FTP > > > server tree. > > > > > > Kinda g

Re: svn commit: r227366 - in head/etc: . rc.d

2011-11-09 Thread Alexey Dokuchaev
On Wed, Nov 09, 2011 at 10:31:27PM +0100, Jilles Tjoelker wrote: > Shell patterns are different from regular expressions. I suspected something like this, yes... > In SUSv4, XCU 2.13 Pattern Matching Notation describes shell patterns. > In particular, the role of the '^' to negate a bracket expre

Re: svn commit: r227366 - in head/etc: . rc.d

2011-11-08 Thread Alexey Dokuchaev
On Tue, Nov 08, 2011 at 11:02:32PM +, Jilles Tjoelker wrote: > Author: jilles > Date: Tue Nov 8 23:02:32 2011 > New Revision: 227366 > URL: http://svn.freebsd.org/changeset/base/227366 > > Log: > rc.d: Eliminate some unnecessary non-POSIX constructs: > >* ^ in character class > > -

Re: svn commit: r227081 - in head/sbin: atm/atmconfig badsect camcontrol ccdconfig devfs dmesg dumpfs fdisk ffsinfo fsck fsck_msdosfs fsirand growfs init mount mount_cd9660 mount_nullfs mount_udf natd

2011-11-04 Thread Alexey Dokuchaev
On Fri, Nov 04, 2011 at 01:36:02PM +, Ed Schouten wrote: > Author: ed > Date: Fri Nov 4 13:36:02 2011 > New Revision: 227081 > URL: http://svn.freebsd.org/changeset/base/227081 > > Log: > Add missing static keywords for global variables to tools in sbin/. > > These tools declare global

Re: svn commit: r226947 - in head/sys: dev/esp sparc64/sbus

2011-10-31 Thread Alexey Dokuchaev
On Tue, Nov 01, 2011 at 12:01:16AM +1100, Bruce Evans wrote: > On Mon, 31 Oct 2011, Alexey Dokuchaev wrote: > > When convention requires a typedef, make its name match the struct tag. > > Avoid typedefs ending in _t, except as specified in Standard C or by > > POSIX. &

Re: svn commit: r226947 - in head/sys: dev/esp sparc64/sbus

2011-10-30 Thread Alexey Dokuchaev
On Sun, Oct 30, 2011 at 09:17:42PM +, Marius Strobl wrote: > Author: marius > Date: Sun Oct 30 21:17:42 2011 > New Revision: 226947 > URL: http://svn.freebsd.org/changeset/base/226947 > > Log: > - Use device_t rather than the NetBSDish struct device. Hmm, I though that style(9) advises agai

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

2011-06-28 Thread Alexey Dokuchaev
On Sun, Jun 26, 2011 at 10:14:13PM -0600, Warner Losh wrote: > Not in GENERIC. 9.0 is getting ready to feature freeze any minute, so > there's no time to do the testing that a radical change like that would > require. Fair enough. Right now, this work seems to cover only USB kernel modules, is i

Re: svn commit: r223129 - head/release

2011-06-18 Thread Alexey Dokuchaev
On Sat, Jun 18, 2011 at 09:17:57AM +1000, Peter Jeremy wrote: > On 2011-Jun-15 23:38:15 +, Nathan Whitehorn > wrote: > >Log: > > Do not install the rescue tools onto the install CD. Since it is read > > only, they are very unlikely to be needed and take up a great deal of > > space. > > I

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

2011-06-12 Thread Alexey Dokuchaev
On Sat, Jun 11, 2011 at 08:51:32PM +0200, Pawel Jakub Dawidek wrote: > On Sat, Jun 11, 2011 at 10:44:14AM -0600, Warner Losh wrote: > > I think our best bet for 9 is to strip GENERIC to the bone and have a > > 'generic.conf' if you will that loads everything we compile in today. > > I think trasz@

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

2011-06-12 Thread Alexey Dokuchaev
On Sat, Jun 11, 2011 at 01:55:15PM -0700, Doug Barton wrote: > I have 3 or 4 modules loaded via loader.conf at boot time. They take at > least 2 seconds each. IMO loading everything via loader.conf would slow > the boot so much as to be a non-starter. With my normal slim kernel with most of the

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

2011-06-11 Thread Alexey Dokuchaev
On Sat, Jun 11, 2011 at 03:45:15PM +0200, Luigi Rizzo wrote: > In my experience, whenever i buy new motherboards it is often the > case that network cards, audio cards and several usb things > are not recognised just because a change in the device id. > Having the driver embedded in the kernel is v

Re: svn commit: r222417 - in head/sys/boot: common forth i386/loader ia64/common pc98/loader powerpc/ofw powerpc/ps3 sparc64/loader

2011-05-30 Thread Alexey Dokuchaev
On Sat, May 28, 2011 at 08:50:39AM +, Julian Elischer wrote: > Author: julian > Date: Sat May 28 08:50:38 2011 > New Revision: 222417 > URL: http://svn.freebsd.org/changeset/base/222417 > > Log: > New boot loader menus from Devin Teske. > Discussed on hackers and recommended for inclusion

Re: svn commit: r221952 - head/sbin/geom/class/part

2011-05-15 Thread Alexey Dokuchaev
On Sun, May 15, 2011 at 11:09:10AM -0400, Marcel Moolenaar wrote: > On May 15, 2011, at 7:45 AM, Andrey V. Elsukov wrote: > > Author: ae > > Date: Sun May 15 11:45:13 2011 > > New Revision: 221952 > > URL: http://svn.freebsd.org/changeset/base/221952 > > > > Log: > > Simplify the code a bit. For

Re: svn commit: r221497 - head/release/ia64

2011-05-07 Thread Alexey Dokuchaev
On Thu, May 05, 2011 at 10:29:47PM -0500, Nathan Whitehorn wrote: > I'm cleaning up the release-building code, and am switching them from > mkisofs to makefs, which provides the same functionality. This started > with some irritation with the cdrtools port and a bug in the HFS hybrid > generatio

Re: svn commit: r220982 - in head: . sys/amd64/conf sys/arm/conf sys/conf sys/i386/conf sys/ia64/conf sys/mips/conf sys/mips/malta sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-04-24 Thread Alexey Dokuchaev
On Sun, Apr 24, 2011 at 06:28:48PM +0300, Alexander Motin wrote: > What's about creating some kind of symlinks, it could be nice if it > worked, but I don't see the way to do it on disk(9) or GEOM layers > without breaking device's access counters and as result further random > problems. Speaking

Re: svn commit: r219424 - head/sbin/geom/class/eli

2011-03-09 Thread Alexey Dokuchaev
On Wed, Mar 09, 2011 at 07:43:51AM +, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Wed Mar 9 07:43:51 2011 > New Revision: 219424 > URL: http://svn.freebsd.org/changeset/base/219424 > > Log: > Change example to not be controversial. > I'm sorry to anyone who felt offended by this. >

Re: svn commit: r216263 - head/sys/dev/acpica

2010-12-07 Thread Alexey Dokuchaev
On Tue, Dec 07, 2010 at 06:49:11PM +, John Baldwin wrote: > Author: jhb > Date: Tue Dec 7 18:49:11 2010 > New Revision: 216263 > URL: http://svn.freebsd.org/changeset/base/216263 > > Log: > Use proper resource ID's for HPET IRQ resources. This mostly consists of > looking to see if there

Re: svn commit: r215520 - in head: bin/sh share/man/man1 usr.bin/printf

2010-11-19 Thread Alexey Dokuchaev
On Fri, Nov 19, 2010 at 12:56:13PM +, Jilles Tjoelker wrote: > I do not want to encourage people to write fragile and non-portable echo > commands by making printf much slower than echo. True. > Side effect: printf is now always the builtin version (which behaves > identically to /usr/bin/pri

Re: svn commit: r215274 - head/share/mk

2010-11-14 Thread Alexey Dokuchaev
On Sun, Nov 14, 2010 at 07:38:51PM -0800, Garrett Cooper wrote: > 2010/11/14 Alexey Dokuchaev : > > On Sun, Nov 14, 2010 at 01:37:09AM +, Warner Losh wrote: > >> Log: > >>   This case is actually powerpc specific, and doesn't apply to powerpc64. > &g

Re: svn commit: r215274 - head/share/mk

2010-11-14 Thread Alexey Dokuchaev
On Sun, Nov 14, 2010 at 01:37:09AM +, Warner Losh wrote: > Author: imp > Date: Sun Nov 14 01:37:08 2010 > New Revision: 215274 > URL: http://svn.freebsd.org/changeset/base/215274 > > Log: > This case is actually powerpc specific, and doesn't apply to powerpc64. > > Submitted by: n

Re: svn commit: r214431 - head/bin/rm

2010-10-27 Thread Alexey Dokuchaev
On Wed, Oct 27, 2010 at 03:33:01PM -0700, Xin LI wrote: > Maybe something like: > > BUGS > > The -P option assumes that the underlying storage overwrites file block > when data is written on existing offset. Several factors including the > file system and its backing store could defeat the assum

Re: svn commit: r213543 - head/sys/fs/msdosfs

2010-10-08 Thread Alexey Dokuchaev
On Fri, Oct 08, 2010 at 07:17:22AM +, Konstantin Belousov wrote: > Author: kib > Date: Fri Oct 8 07:17:22 2010 > New Revision: 213543 > URL: http://svn.freebsd.org/changeset/base/213543 > > Log: > Add a comment describing the reason for calling cache_purge(fvp). > > Requested by:

Re: svn commit: r213508 - head/sys/fs/msdosfs

2010-10-07 Thread Alexey Dokuchaev
On Thu, Oct 07, 2010 at 08:36:02AM +, Konstantin Belousov wrote: > The msdosfs lookup is case insensitive. Several aliases may be inserted for > a single directory entry. As a consequnce, name cache purge done by lookup > for fvp when DELETE op for namei is specified, might be not enough to > e

Re: svn commit: r212959 - head/sbin/mount_unionfs

2010-09-21 Thread Alexey Dokuchaev
On Tue, Sep 21, 2010 at 12:01:03PM -0700, Doug Barton wrote: > You forgot to bump .Dd I thought it is required when manpages undergoes substantial or at least functional changes. ./danfe ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-23 Thread Alexey Dokuchaev
On Mon, Aug 23, 2010 at 12:32:33AM -0600, Scott Long wrote: > Doug, you're being a grade-A asshole in this entire discussion. The > merits of your argument are being completely overshadowed by your > patronizing attitude and over the top straw-man extremism. Ana deserves > an apology from you, an

Re: svn commit: r211318 - head/usr.sbin/sysinstall

2010-08-19 Thread Alexey Dokuchaev
On Thu, Aug 19, 2010 at 11:33:31AM +0200, Dag-Erling Sm??rgrav wrote: > Peter Jeremy writes: > > Probably a good example of why the Project's guidelines require the > > separation of whitespace and functional changes. > > Well, the second-to-last hunk is not really a functional change either. Ri

Re: svn commit: r211318 - head/usr.sbin/sysinstall

2010-08-18 Thread Alexey Dokuchaev
On Thu, Aug 19, 2010 at 06:37:30AM +1000, Peter Jeremy wrote: > On 2010-Aug-18 19:30:13 +0000, Alexey Dokuchaev wrote: > >Actually, I did; but the last hunk is just a whitespace change, > >irrelevant to the commit message (just as most of the other hunks). > >No wonder I m

Re: svn commit: r211318 - head/usr.sbin/sysinstall

2010-08-18 Thread Alexey Dokuchaev
On Wed, Aug 18, 2010 at 11:01:49AM +0200, Dag-Erling Sm??rgrav wrote: > Alexey Dokuchaev writes: > > Jens Schweikhardt writes: > > > Log: > > > Correctly spell janice and jimmy as janis and jimi (assuming > > > the famous rock stars meant were Miss Jopl

Re: svn commit: r211318 - head/usr.sbin/sysinstall

2010-08-17 Thread Alexey Dokuchaev
On Sat, Aug 14, 2010 at 09:48:22PM +, Jens Schweikhardt wrote: > Author: schweikh > Date: Sat Aug 14 21:48:22 2010 > New Revision: 211318 > URL: http://svn.freebsd.org/changeset/base/211318 > > Log: > Correctly spell janice and jimmy as janis and jimi (assuming > the famous rock stars mean

[patch] Add some ACPI debugging advice to the Handbook

2010-07-28 Thread Alexey Dokuchaev
On Tue, Jul 27, 2010 at 05:36:32PM +, Alexey Dokuchaev wrote: > On Tue, Jul 27, 2010 at 12:15:06PM -0400, Jung-uk Kim wrote: > > The simplest thing to try is: > > > > sysctl debug.bootverbose=1 > > sysctl debug.acpi.suspend_bounce=1 > > acpiconf

Re: svn commit: r210514 - in head/sys/amd64: acpica amd64

2010-07-27 Thread Alexey Dokuchaev
On Tue, Jul 27, 2010 at 12:15:06PM -0400, Jung-uk Kim wrote: > The simplest thing to try is: > > sysctl debug.bootverbose=1 > sysctl debug.acpi.suspend_bounce=1 > acpiconf -s 3 > > This test emulates suspend/resume cycle of all device drivers without > actually going into S3 st

Re: svn commit: r210409 - in head/sys: conf crypto/aesni modules modules/aesni

2010-07-23 Thread Alexey Dokuchaev
On Fri, Jul 23, 2010 at 05:09:32PM +0300, Kostik Belousov wrote: > On Fri, Jul 23, 2010 at 02:07:44PM +0000, Alexey Dokuchaev wrote: > > On Fri, Jul 23, 2010 at 11:00:46AM +, Konstantin Belousov wrote: > > > Author: kib > > > Date: Fri Jul 23 11:00:46 2010 > >

Re: svn commit: r210409 - in head/sys: conf crypto/aesni modules modules/aesni

2010-07-23 Thread Alexey Dokuchaev
On Fri, Jul 23, 2010 at 11:00:46AM +, Konstantin Belousov wrote: > Author: kib > Date: Fri Jul 23 11:00:46 2010 > New Revision: 210409 > URL: http://svn.freebsd.org/changeset/base/210409 > > Log: > Crypto(4) driver for AESNI. > > The aeskeys_{amd64,i386}.S content was mostly obtained fr

Re: svn commit: r210321 - head/lib/libelf

2010-07-21 Thread Alexey Dokuchaev
On Wed, Jul 21, 2010 at 06:58:49PM +0200, Ed Schouten wrote: > * Ed Schouten wrote: > > * Alexey Dokuchaev wrote: > > > (Just picking random of the similar commits): guys, please, try to > > > uniformly align commit meta tags: > > > > I guess it w

Re: svn commit: r210321 - head/lib/libelf

2010-07-21 Thread Alexey Dokuchaev
On Wed, Jul 21, 2010 at 07:51:49PM +1000, Bruce Evans wrote: > On Wed, 21 Jul 2010, Alexey Dokuchaev wrote: > >On Wed, Jul 21, 2010 at 08:43:48AM +, Kai Wang wrote: > >>Log: > >> Remove a superfluous comment. > >> > >> Obtained from: elft

Re: svn commit: r210321 - head/lib/libelf

2010-07-21 Thread Alexey Dokuchaev
On Wed, Jul 21, 2010 at 08:43:48AM +, Kai Wang wrote: > Author: kaiw > Date: Wed Jul 21 08:43:48 2010 > New Revision: 210321 > URL: http://svn.freebsd.org/changeset/base/210321 > > Log: > Remove a superfluous comment. > > Obtained from: elftoolchain > MFC after: 1 mont

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread Alexey Dokuchaev
On Thu, Jul 08, 2010 at 01:53:09AM -0700, Colin Percival wrote: > On 07/08/10 01:13, Gabor Kovesdan wrote: > > Em 2010.07.08. 5:28, Randi Harper escreveu: > >>Remove the ability to upgrade via sysinstall. [...] > >> > >>Approved by:cperciva (mentor) > >> > > I just used this feature

Re: svn commit: r209221 - head/bin/sh

2010-06-18 Thread Alexey Dokuchaev
On Thu, Jun 17, 2010 at 12:36:51PM -0700, Doug Barton wrote: > I've been very supportive of Jilles work up to this point, and I think > he's done a great job of making our sh functional and compliant as a > scripting shell. However in my mind adding completion (and his suggested > inclusion of t

Re: svn commit: r206904 - head/share/misc

2010-04-21 Thread Alexey Dokuchaev
On Tue, Apr 20, 2010 at 06:16:56PM +, Ana Kukec wrote: > Author: anchie > Date: Tue Apr 20 18:16:56 2010 > New Revision: 206904 > URL: http://svn.freebsd.org/changeset/base/206904 > > Log: > Add myself and list bz@ as my mentor. > > Approved by:bz (mentor) > > Modified: > hea

Re: svn commit: r206363 - head/sys/dev/syscons/logo

2010-04-07 Thread Alexey Dokuchaev
On Thu, Apr 08, 2010 at 01:16:38AM -0400, Jung-uk Kim wrote: > On Wednesday 07 April 2010 10:56 pm, Alexey Dokuchaev wrote: > > On Wed, Apr 07, 2010 at 10:13:33AM -0700, Garrett Cooper wrote: > > > Please readd the beastie logo based saver as beastie saver, or >

Re: svn commit: r206363 - head/sys/dev/syscons/logo

2010-04-07 Thread Alexey Dokuchaev
On Wed, Apr 07, 2010 at 10:13:33AM -0700, Garrett Cooper wrote: > On Wed, Apr 7, 2010 at 10:07 AM, Jung-uk Kim wrote: > > Author: jkim > > Date: Wed Apr  7 17:07:06 2010 > > New Revision: 206363 > > URL: http://svn.freebsd.org/changeset/base/206363 > > > > Log: > >  Add the official FreeBSD logo i

Re: svn commit: r205014 - in head: . sys/amd64/amd64 sys/amd64/conf sys/amd64/include sys/amd64/linux32 sys/compat/freebsd32 sys/compat/ia32 sys/conf sys/fs/procfs sys/ia64/conf sys/ia64/ia64 sys/ia64

2010-03-13 Thread Alexey Dokuchaev
On Sat, Mar 13, 2010 at 03:30:08AM -0600, Mark Linimon wrote: > On Fri, Mar 12, 2010 at 11:53:46PM -0300, Carlos A. M. dos Santos wrote: > > Thanks God we have you, the holy committers to protect us from our > > own ignorance. > > Please remember that in most cases, FreeBSD committers do so merely

Re: svn commit: r204877 - head/sys/modules/acpi/acpi

2010-03-08 Thread Alexey Dokuchaev
On Mon, Mar 08, 2010 at 07:40:31PM +, Jung-uk Kim wrote: > Author: jkim > Date: Mon Mar 8 19:40:31 2010 > New Revision: 204877 > URL: http://svn.freebsd.org/changeset/base/204877 > > Log: > Enable ACPI module build on amd64. Although we strongly recommend building > it into kernel, there

Re: svn commit: r204103 - in head/usr.bin: . seq

2010-02-20 Thread Alexey Dokuchaev
On Sat, Feb 20, 2010 at 02:35:20PM +0100, Ulrich Sp??rlein wrote: > On Sat, 20.02.2010 at 11:58:38 +0000, Alexey Dokuchaev wrote: > > Why do we need [seq] when we have jot(1)? > > Compatibility with shell scripts, I suppose. Some ports may use seq(1) > in their test or build t

Re: svn commit: r204101 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-02-20 Thread Alexey Dokuchaev
On Sat, Feb 20, 2010 at 02:19:34PM +0100, Dimitry Andric wrote: > On 2010-02-20 12:56, Alexey Dokuchaev wrote: > >>URL: http://svn.freebsd.org/changeset/base/204101 > >> > >>Don't set f_bsize to recordsize. It might confuse some software (like > >>squid

Re: svn commit: r204103 - in head/usr.bin: . seq

2010-02-20 Thread Alexey Dokuchaev
On Fri, Feb 19, 2010 at 11:54:12PM +, Xin LI wrote: > Author: delphij > Date: Fri Feb 19 23:54:12 2010 > New Revision: 204103 > URL: http://svn.freebsd.org/changeset/base/204103 > > Log: > Add seq(1), a small utility to generate sequence number. Why do we need this when we have jot(1)? ./d

Re: svn commit: r204101 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-02-20 Thread Alexey Dokuchaev
On Fri, Feb 19, 2010 at 08:18:17PM +, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Fri Feb 19 20:18:16 2010 > New Revision: 204101 > URL: http://svn.freebsd.org/changeset/base/204101 > > Don't set f_bsize to recordsize. It might confuse some software (like squid). Can submitter (or maybe

<    1   2   3   4   5