Re: svn commit: r250577 - head/sys/vm

2013-05-12 Thread Peter Wemm
On Sun, May 12, 2013 at 2:49 PM, Alan Cox wrote: > On 05/12/2013 16:37, Andrey Chernov wrote: >> On 12.05.2013 20:50, Alan Cox wrote: >> >> GNU cc errors related to part of diff below: >> cc1: warnings being treated as errors >> ../../../vm/vm_page.c: In function 'vm_page_alloc': >> ../../../vm/vm

Re: svn commit: r250411 - in head/sys: conf kern sys

2013-05-12 Thread John Baldwin
On Saturday, May 11, 2013 10:34:50 AM Attilio Rao wrote: > On Fri, May 10, 2013 at 9:33 PM, John Baldwin wrote: > > On Friday, May 10, 2013 2:51:20 pm Marcel Moolenaar wrote: > >> On May 10, 2013, at 9:11 AM, John Baldwin wrote: > >> > On Friday, May 10, 2013 11:46:54 am Marcel Moolenaar wrote: >

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Alex Kozlov
On Mon, May 13, 2013 at 01:41:28AM +0400, Dmitry Morozovsky wrote: > On Sun, 12 May 2013, Ed Schouten wrote: > > 2013/5/12 Dmitry Morozovsky : > > > I'm afraid it could produce more harm than goodness on old hardware > > > and/or other architectures like arm. > > Any change we make at FreeBSD may o

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

svn commit: r250582 - in head: bin/ed lib/libradius lib/libtacplus lib/libusb libexec/bootpd sbin/iscontrol share/man/man5 usr.bin/usbhidctl usr.sbin/bootparamd/bootparamd usr.sbin/freebsd-update u...

2013-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sun May 12 22:22:12 2013 New Revision: 250582 URL: http://svnweb.freebsd.org/changeset/base/250582 Log: mdoc sweep. Modified: head/bin/ed/ed.1 head/lib/libradius/radius.conf.5 head/lib/libtacplus/libtacplus.3 head/lib/libtacplus/tacplus.conf.5 head/l

Re: svn commit: r250577 - head/sys/vm

2013-05-12 Thread Alan Cox
On 05/12/2013 16:37, Andrey Chernov wrote: > On 12.05.2013 20:50, Alan Cox wrote: > > GNU cc errors related to part of diff below: > cc1: warnings being treated as errors > ../../../vm/vm_page.c: In function 'vm_page_alloc': > ../../../vm/vm_page.c:1209: warning: 'mpred' may be used uninitialized >

svn commit: r250580 - head/sys/fs/nfsclient

2013-05-12 Thread Rick Macklem
Author: rmacklem Date: Sun May 12 21:48:08 2013 New Revision: 250580 URL: http://svnweb.freebsd.org/changeset/base/250580 Log: Add support for the eofflag to nfs_readdir() in the new NFS client so that it works under a unionfs mount. Submitted by: Jared Yanovich (slovic...@gmail.com) Re

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Dmitry Morozovsky
Ed, On Sun, 12 May 2013, Ed Schouten wrote: > 2013/5/12 Dmitry Morozovsky : > > I'm afraid it could produce more harm than goodness on old hardware > > and/or other architectures like arm. > > Any change we make at FreeBSD may or may not cause problems on old > hardware and/or other architectur

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Ed Schouten
2013/5/12 Dmitry Morozovsky : > I'm afraid it could produce more harm than goodness on old hardware > and/or other architectures like arm. Any change we make at FreeBSD may or may not cause problems on old hardware and/or other architectures like ARM. It's typically a case of trial and error to se

Re: svn commit: r250577 - head/sys/vm

2013-05-12 Thread Andrey Chernov
On 12.05.2013 20:50, Alan Cox wrote: GNU cc errors related to part of diff below: cc1: warnings being treated as errors ../../../vm/vm_page.c: In function 'vm_page_alloc': ../../../vm/vm_page.c:1209: warning: 'mpred' may be used uninitialized in this function *** [vm_page.o] Error code 1 Formally

Re: svn commit: r250579 - head/etc

2013-05-12 Thread Dmitry Morozovsky
On Sun, 12 May 2013, Eitan Adler wrote: > Author: eadler > Date: Sun May 12 21:24:18 2013 > New Revision: 250579 > URL: http://svnweb.freebsd.org/changeset/base/250579 > > Log: > Revert r250565 which causes issues for older CPUs > > PR: conf/178504 > Requested by: many Tha

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Eitan Adler
On 12 May 2013 11:54, Dmitry Morozovsky wrote: > On Sun, 12 May 2013, Eitan Adler wrote: > >> Author: eadler >> Date: Sun May 12 15:23:59 2013 >> New Revision: 250565 >> URL: http://svnweb.freebsd.org/changeset/base/250565 >> >> Log: >> Make newsyslog compress logs with xz instead of bzip2 to sa

svn commit: r250579 - head/etc

2013-05-12 Thread Eitan Adler
Author: eadler Date: Sun May 12 21:24:18 2013 New Revision: 250579 URL: http://svnweb.freebsd.org/changeset/base/250579 Log: Revert r250565 which causes issues for older CPUs PR: conf/178504 Requested by: many Modified: head/etc/newsyslog.conf Modified: head/etc/newsyslog.co

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Dmitry Morozovsky
On Sun, 12 May 2013, Baptiste Daroussin wrote: > > >> Log: > > >>Make newsyslog compress logs with xz instead of bzip2 to save space. > > > While it may be useful for contemporary x64 machines, where CPU power is > > > not an > > > issue, I'm afraid it could produce more harm than goodness on

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Pedro Giffuni
On 05/12/2013 15:23, Matthew Jacob wrote: On 5/12/2013 8:54 AM, Dmitry Morozovsky wrote: On Sun, 12 May 2013, Eitan Adler wrote: Author: eadler Date: Sun May 12 15:23:59 2013 New Revision: 250565 URL: http://svnweb.freebsd.org/changeset/base/250565 Log: Make newsyslog compress logs with xz

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Baptiste Daroussin
On Sun, May 12, 2013 at 01:23:39PM -0700, Matthew Jacob wrote: > On 5/12/2013 8:54 AM, Dmitry Morozovsky wrote: > > On Sun, 12 May 2013, Eitan Adler wrote: > > > >> Author: eadler > >> Date: Sun May 12 15:23:59 2013 > >> New Revision: 250565 > >> URL: http://svnweb.freebsd.org/changeset/base/250565

svn commit: r250578 - head/sys/sys

2013-05-12 Thread Jeff Roberson
Author: jeff Date: Sun May 12 20:44:28 2013 New Revision: 250578 URL: http://svnweb.freebsd.org/changeset/base/250578 Log: - pctrie really only requires two byte alignment so that there is a single bit available for a flag in the pointer. However, it felt more correct to enforce natu

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Matthew Jacob
On 5/12/2013 8:54 AM, Dmitry Morozovsky wrote: On Sun, 12 May 2013, Eitan Adler wrote: Author: eadler Date: Sun May 12 15:23:59 2013 New Revision: 250565 URL: http://svnweb.freebsd.org/changeset/base/250565 Log: Make newsyslog compress logs with xz instead of bzip2 to save space. While it

svn commit: r250577 - head/sys/vm

2013-05-12 Thread Alan Cox
Author: alc Date: Sun May 12 16:50:18 2013 New Revision: 250577 URL: http://svnweb.freebsd.org/changeset/base/250577 Log: Refactor vm_page_alloc()'s interactions with vm_reserv_alloc_page() and vm_page_insert() so that (1) vm_radix_lookup_le() is never called while the free page queues lock

svn commit: r250576 - in head: lib/libc/posix1e share/man/man7 sys/dev/ata sys/dev/uart sys/dev/usb/serial sys/fs/fdescfs sys/mips/mips sys/netgraph/bluetooth/hci sys/ufs/ffs sys/x86/x86

2013-05-12 Thread Eitan Adler
Author: eadler Date: Sun May 12 16:43:26 2013 New Revision: 250576 URL: http://svnweb.freebsd.org/changeset/base/250576 Log: Fix several typos PR: kern/176054 Submitted by: Christoph Mallon MFC after:3 days Modified: head/lib/libc/posix1e/acl_is_trivial_np.3 head/sha

svn commit: r250575 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma

2013-05-12 Thread Mark Johnston
Author: markj Date: Sun May 12 16:29:09 2013 New Revision: 250575 URL: http://svnweb.freebsd.org/changeset/base/250575 Log: head -n doesn't take negative arguments on FreeBSD, so instead use sed '$d' to remove the last line of a file. Modified: head/cddl/contrib/opensolaris/cmd/dtrace/test

svn commit: r250574 - in head: cddl/contrib/opensolaris/cmd/dtrace cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma cddl/cont...

2013-05-12 Thread Mark Johnston
Author: markj Date: Sun May 12 16:26:33 2013 New Revision: 250574 URL: http://svnweb.freebsd.org/changeset/base/250574 Log: Bring back part of r249367 by adding DTrace's temporal option, which allows users to guarantee that the output of DTrace scripts will be time-ordered. This option is en

svn commit: r250568 - head

2013-05-12 Thread Eitan Adler
Author: eadler Date: Sun May 12 16:07:23 2013 New Revision: 250568 URL: http://svnweb.freebsd.org/changeset/base/250568 Log: Fix typo in UPDATING Submitted by: Rainer Hurling Modified: head/UPDATING Modified: head/UPDATING ===

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Dmitry Morozovsky
On Sun, 12 May 2013, Eitan Adler wrote: > Author: eadler > Date: Sun May 12 15:23:59 2013 > New Revision: 250565 > URL: http://svnweb.freebsd.org/changeset/base/250565 > > Log: > Make newsyslog compress logs with xz instead of bzip2 to save space. While it may be useful for contemporary x64 ma

svn commit: r250567 - head/sys/fs/fdescfs

2013-05-12 Thread Jilles Tjoelker
Author: jilles Date: Sun May 12 15:44:49 2013 New Revision: 250567 URL: http://svnweb.freebsd.org/changeset/base/250567 Log: fdescfs: Supply a real value for d_type in readdir. All the fdescfs nodes (except . and ..) appear as character devices to stat(), so DT_CHR is correct. Modified:

svn commit: r250566 - in head/contrib: gcc gcclibs/libcpp gcclibs/libcpp/include

2013-05-12 Thread Pedro F. Giffuni
Author: pfg Date: Sun May 12 15:29:35 2013 New Revision: 250566 URL: http://svnweb.freebsd.org/changeset/base/250566 Log: Add support for "d" floating-point suffix, as defined by draft N1312 of TR 24732. Emit pedantic warning if the feature is being used. Should solve GCC bug 39027.

svn commit: r250565 - head/etc

2013-05-12 Thread Eitan Adler
Author: eadler Date: Sun May 12 15:23:59 2013 New Revision: 250565 URL: http://svnweb.freebsd.org/changeset/base/250565 Log: Make newsyslog compress logs with xz instead of bzip2 to save space. PR: conf/178504 Submitted by: ak Reviewed by: smh Modified: head/etc/newsyslog.

svn commit: r250564 - head/usr.sbin/bsnmpd/modules

2013-05-12 Thread Mikolaj Golub
Author: trociny Date: Sun May 12 13:42:49 2013 New Revision: 250564 URL: http://svnweb.freebsd.org/changeset/base/250564 Log: Revert r250394, which disabled snmp_hast due to libl dependency issue -- the dependency has been removed in r250503. Modified: head/usr.sbin/bsnmpd/modules/Makefile

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

2013-05-12 Thread Dimitry Andric
On May 12, 2013, at 05:36, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun May 12 03:36:28 2013 > New Revision: 250550 > URL: http://svnweb.freebsd.org/changeset/base/250550 > > Log: > Update the gcc43 changelog. > > The issue solved in r250392 actually originated upstream and was > fixed i

svn commit: r250557 - head/sys/cam/scsi

2013-05-12 Thread Alexander Motin
Author: mav Date: Sun May 12 09:33:33 2013 New Revision: 250557 URL: http://svnweb.freebsd.org/changeset/base/250557 Log: Suppress error printing for "PREVENT ALLOW MEDIUM REMOVAL" on da open. Change at r250208 exposed more errors here, hidden before. The same flag is used in cd driver. Mo