Re: svn commit: r235063 - in head/sys: amd64/linux32 compat/linux i386/linux

2013-02-03 Thread Alexander Leidinger
On Sun, 3 Feb 2013 10:52:50 +0400 Chagin Dmitry wrote: > On Sat, May 05, 2012 at 07:42:39PM +, Alexander Leidinger wrote: > > Author: netchild > > Date: Sat May 5 19:42:38 2012 > > New Revision: 235063 > > URL: http://svn.freebsd.org/changeset/base/235063 > > > > Log: > > - >500 static DT

svn commit: r246282 - in head/sys: conf kern

2013-02-03 Thread Andriy Gapon
Author: avg Date: Sun Feb 3 09:57:39 2013 New Revision: 246282 URL: http://svnweb.freebsd.org/changeset/base/246282 Log: allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9) Only during very early boot, before malloc(9) is functional (SI_SUB_KMEM), the static ktr_buf_

Re: svn commit: r235063 - in head/sys: amd64/linux32 compat/linux i386/linux

2013-02-03 Thread Chagin Dmitry
On Sun, Feb 03, 2013 at 10:18:44AM +0100, Alexander Leidinger wrote: > On Sun, 3 Feb 2013 10:52:50 +0400 > Chagin Dmitry wrote: > > > On Sat, May 05, 2012 at 07:42:39PM +, Alexander Leidinger wrote: > > > Author: netchild > > > Date: Sat May 5 19:42:38 2012 > > > New Revision: 235063 > > > U

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

2013-02-03 Thread Andriy Gapon
on 02/02/2013 17:11 Alexey Dokuchaev said the following: > 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: cl

svn commit: r246283 - in head: . release release/amd64 release/i386 release/ia64 release/pc98 release/powerpc release/sparc64 share/man/man7

2013-02-03 Thread Hiroki Sato
Author: hrs Date: Sun Feb 3 10:26:24 2013 New Revision: 246283 URL: http://svnweb.freebsd.org/changeset/base/246283 Log: - Add CHECKSUM.* support in Makefile[1]. - Use ln -fs to create a symlink. - Remove pkgadd for docports. - Use WITHOUT_JADETEX=yes instead of WITH_JADETEX=no. - Add {

svn commit: r246288 - head/bin/sh

2013-02-03 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 3 15:54:57 2013 New Revision: 246288 URL: http://svnweb.freebsd.org/changeset/base/246288 Log: sh: Expand here documents in the current process. Expand here documents at the same point other redirections are expanded but use a non-fork subshell environment (l

svn commit: r246289 - head/sys/ufs/ffs

2013-02-03 Thread Kirk McKusick
Author: mckusick Date: Sun Feb 3 17:16:32 2013 New Revision: 246289 URL: http://svnweb.freebsd.org/changeset/base/246289 Log: For UFS2 i_blocks is unsigned. The current "sanity" check that it has gone below zero after the blocks in its inode are freed is a no-op which the compiler fails to

Re: svn commit: r246289 - head/sys/ufs/ffs

2013-02-03 Thread Andriy Gapon
on 03/02/2013 19:16 Kirk McKusick said the following: > Author: mckusick > Date: Sun Feb 3 17:16:32 2013 > New Revision: 246289 > URL: http://svnweb.freebsd.org/changeset/base/246289 > > Log: > For UFS2 i_blocks is unsigned. The current "sanity" check that it > has gone below zero after the b

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

2013-02-03 Thread Andriy Gapon
Author: avg Date: Sun Feb 3 18:42:20 2013 New Revision: 246293 URL: http://svnweb.freebsd.org/changeset/base/246293 Log: zfs: fix, improve and re-organize page_lookup and page_unlock Now they are split into two pairs: page_hold/page_unhold for mappedread and page_busy/page_unbusy for upd

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

2013-02-03 Thread Andriy Gapon
on 03/02/2013 20:42 Andriy Gapon said the following: > - vm_page_busy(pp); > - vm_page_undirty(pp); ZFS lookup_page previously had two interesting bugs that almost canceled each other. The first bug was that vm_page_undirty was called even if we read from

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

2013-02-03 Thread Andriy Gapon
on 03/02/2013 21:23 Andriy Gapon said the following: > on 03/02/2013 20:42 Andriy Gapon said the following: >> -vm_page_busy(pp); >> -vm_page_undirty(pp); > > ZFS lookup_page previously had two interesting bugs that almost canceled each > other. > > The fi

Re: svn commit: r246289 - head/sys/ufs/ffs

2013-02-03 Thread Bruce Evans
On Sun, 3 Feb 2013, Andriy Gapon wrote: on 03/02/2013 19:16 Kirk McKusick said the following: Author: mckusick Date: Sun Feb 3 17:16:32 2013 New Revision: 246289 URL: http://svnweb.freebsd.org/changeset/base/246289 Log: For UFS2 i_blocks is unsigned. The current "sanity" check that it has

svn commit: r246296 - head/usr.sbin/crunch/crunchide

2013-02-03 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 3 20:35:37 2013 New Revision: 246296 URL: http://svnweb.freebsd.org/changeset/base/246296 Log: crunchide(1): support non-custom elf object layout The crunchide utility presumes the last 3 chunks of an ELF object layout are section headers, symbol table, and then

svn commit: r246297 - head/lib/libcxxrt

2013-02-03 Thread Dimitry Andric
Author: dim Date: Sun Feb 3 20:40:41 2013 New Revision: 246297 URL: http://svnweb.freebsd.org/changeset/base/246297 Log: Add several missing symbols to libcxxrt's symbol version map, and remove a few duplicates. This should fix building world with -stdlib=libc++ after r246028. Submitt

svn commit: r246298 - head/usr.sbin/crunch/crunchide

2013-02-03 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 3 21:16:33 2013 New Revision: 246298 URL: http://svnweb.freebsd.org/changeset/base/246298 Log: crunchide(1): Put e_shnum into a local variable. This simplifies the code a bit. Submitted by: Cristoph Mallon MFC after:2 weeks Modified: head/usr.sbin/cr

svn commit: r246299 - head/sys/ufs/ufs

2013-02-03 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 3 21:30:02 2013 New Revision: 246299 URL: http://svnweb.freebsd.org/changeset/base/246299 Log: UFS: Remove dead assignment. Submitted by: Christoph Mallon MFC after:3 days Modified: head/sys/ufs/ufs/ufs_lookup.c Modified: head/sys/ufs/ufs/ufs_lookup.c ==

svn commit: r246300 - head/sys/dev/uart

2013-02-03 Thread Marius Strobl
Author: marius Date: Sun Feb 3 21:30:29 2013 New Revision: 246300 URL: http://svnweb.freebsd.org/changeset/base/246300 Log: - Make pci_ns8250_ids[] const. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers. MFC after:1 week Modified: head/sys/dev/uart/uart_bus_pci.c Modi

svn commit: r246301 - head/sys/kern

2013-02-03 Thread Marius Strobl
Author: marius Date: Sun Feb 3 21:43:55 2013 New Revision: 246301 URL: http://svnweb.freebsd.org/changeset/base/246301 Log: Further improve r242655 and supply VM_{MIN,MAX}_KERNEL_ADDRESS as constant values to SYSCTL_ULONG(9) where possible. Submitted by: bde Modified: head/sys/kern/ke

Re: svn commit: r245803 - in head: . gnu/usr.bin share/man/man5 share/mk usr.bin/dtc

2013-02-03 Thread Tim Kientzle
I'm finding it rather annoying that dtc isn't installed on systems that use device trees. Would there be any negative fallout from installing /usr/bin/dtc as part of the regular world? Tim P.S. In particular, I'm moving away from compiled-in device trees (in favor of having the loader read it fr

Re: svn commit: r246245 - head/sys/netgraph

2013-02-03 Thread Mark Johnston
On Sat, Feb 02, 2013 at 11:54:00AM +, Andriy Gapon wrote: > Author: avg > Date: Sat Feb 2 11:54:00 2013 > New Revision: 246245 > URL: http://svnweb.freebsd.org/changeset/base/246245 > > Log: > ng_ether: track interface renaming > > Also sanitize interface names that can potentially con

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

2013-02-03 Thread Bruce Evans
On Sun, 3 Feb 2013, Marius Strobl wrote: Log: Further improve r242655 and supply VM_{MIN,MAX}_KERNEL_ADDRESS as constant values to SYSCTL_ULONG(9) where possible. Submitted by: bde Modified: head/sys/kern/kern_malloc.c =

svn commit: r246312 - in head/contrib: binutils/include/elf gdb/gdb

2013-02-03 Thread Andrew Turner
Author: andrew Date: Mon Feb 4 06:59:33 2013 New Revision: 246312 URL: http://svnweb.freebsd.org/changeset/base/246312 Log: Extend GDB to check the value in the .note.tag section along with the .note.ABI-tag section. This helps on ARM EABI where the OS/ABI field is zero. It would be bett

Re: svn commit: r246245 - head/sys/netgraph

2013-02-03 Thread Andriy Gapon
on 04/02/2013 02:37 Mark Johnston said the following: > On Sat, Feb 02, 2013 at 11:54:00AM +, Andriy Gapon wrote: >> Author: avg >> Date: Sat Feb 2 11:54:00 2013 >> New Revision: 246245 >> URL: http://svnweb.freebsd.org/changeset/base/246245 >> >> Log: >> ng_ether: track interface renaming >