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

2013-02-04 Thread Marko Zec
On Monday 04 February 2013 08:41:32 Andriy Gapon wrote: > 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/change

svn commit: r246314 - in head/contrib: gcc/config/arm libstdc++/libsupc++

2013-02-04 Thread Andrew Turner
Author: andrew Date: Mon Feb 4 09:28:36 2013 New Revision: 246314 URL: http://svnweb.freebsd.org/changeset/base/246314 Log: Allow the unwind functions int libgcc_s to interact correctly with libthr. _Unwind_ForcedUnwind in libgcc_s takes as one of it's parameters a stop function to tell

svn commit: r246315 - head

2013-02-04 Thread Andrew Turner
Author: andrew Date: Mon Feb 4 09:34:25 2013 New Revision: 246315 URL: http://svnweb.freebsd.org/changeset/base/246315 Log: Fix xdev by using the install shell script as it knows about the -l argument thile the local version install may not. Modified: head/Makefile.inc1 Modified: head/Mak

svn commit: r246316 - in head/sys: kern vm

2013-02-04 Thread Marius Strobl
Author: marius Date: Mon Feb 4 09:35:48 2013 New Revision: 246316 URL: http://svnweb.freebsd.org/changeset/base/246316 Log: Try to improve r242655 take III: move these SYSCTLs describing the kernel map, which is defined and initialized in vm/vm_kern.c, to the latter. Submitted by: alc M

svn commit: r246317 - head/contrib/gcc/config/arm

2013-02-04 Thread Andrew Turner
Author: andrew Date: Mon Feb 4 09:42:12 2013 New Revision: 246317 URL: http://svnweb.freebsd.org/changeset/base/246317 Log: Add #undef TARGET_DEFAULT back as it shouldn't have been removed in r245539 Modified: head/contrib/gcc/config/arm/freebsd.h Modified: head/contrib/gcc/config/arm/freeb

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

2013-02-04 Thread Andriy Gapon
on 04/02/2013 10:27 Marko Zec said the following: > On Monday 04 February 2013 08:41:32 Andriy Gapon wrote: >> +/* Only ethernet interfaces are of interest. */ >> +if (ifp->if_type != IFT_ETHER) >> +return; > > > And what about IFT_FDDI, IFT_XETHER, IFT_ISO88025, IFT_L2VLAN, I

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

2013-02-04 Thread Sergey Kandaurov
On 23 January 2013 22:34, John Baldwin wrote: > Author: jhb > Date: Wed Jan 23 18:34:21 2013 > New Revision: 245848 > URL: http://svnweb.freebsd.org/changeset/base/245848 > > Log: > Always update the hw.uart.console hint anytime a change is made to the > comconsole setup. Previously the hint

svn commit: r246318 - head/sys/arm/arm

2013-02-04 Thread Andrew Turner
Author: andrew Date: Mon Feb 4 09:48:50 2013 New Revision: 246318 URL: http://svnweb.freebsd.org/changeset/base/246318 Log: Use the STACKALIGN macro to alight the stack rather than with a magic mask. Submitted by: Christoph Mallon Modified: head/sys/arm/arm/vm_machdep.c Modified: head

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

2013-02-04 Thread Marko Zec
On Monday 04 February 2013 10:42:31 Andriy Gapon wrote: > on 04/02/2013 10:27 Marko Zec said the following: > > On Monday 04 February 2013 08:41:32 Andriy Gapon wrote: > >> + /* Only ethernet interfaces are of interest. */ > >> + if (ifp->if_type != IFT_ETHER) > >> + return; > > > > And

svn commit: r246319 - head/usr.bin/join

2013-02-04 Thread Andrew Turner
Author: andrew Date: Mon Feb 4 10:05:55 2013 New Revision: 246319 URL: http://svnweb.freebsd.org/changeset/base/246319 Log: Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printf format string expects. This is only an issue on ARM EABI where wint_t is different to wchar_t.

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

2013-02-04 Thread Andriy Gapon
on 04/02/2013 11:58 Marko Zec said the following: > On Monday 04 February 2013 10:42:31 Andriy Gapon wrote: >> on 04/02/2013 10:27 Marko Zec said the following: >>> On Monday 04 February 2013 08:41:32 Andriy Gapon wrote: + /* Only ethernet interfaces are of interest. */ + if (ifp->if_ty

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

2013-02-04 Thread Mark Johnston
On Mon, Feb 04, 2013 at 09:41:32AM +0200, Andriy Gapon wrote: > 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/

svn commit: r246321 - in stable/9/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2013-02-04 Thread Dag-Erling Smørgrav
Author: des Date: Mon Feb 4 15:51:27 2013 New Revision: 246321 URL: http://svnweb.freebsd.org/changeset/base/246321 Log: MFH (r244992): remove firewire from GENERIC Modified: stable/9/sys/amd64/conf/GENERIC stable/9/sys/i386/conf/GENERIC stable/9/sys/ia64/conf/GENERIC stable/9/sys/pc98

svn commit: r246322 - stable/9/tools/build/options

2013-02-04 Thread Dag-Erling Smørgrav
Author: des Date: Mon Feb 4 16:13:55 2013 New Revision: 246322 URL: http://svnweb.freebsd.org/changeset/base/246322 Log: MFH (r228082): add missing documentation for WITH_LIBCPLUSPLUS MFH (r228159): add missing documentation for WITH_CTF Added: stable/9/tools/build/options/WITH_CTF -

svn commit: r246323 - stable/9/share/man/man5

2013-02-04 Thread Dag-Erling Smørgrav
Author: des Date: Mon Feb 4 16:20:13 2013 New Revision: 246323 URL: http://svnweb.freebsd.org/changeset/base/246323 Log: Regenerate Modified: stable/9/share/man/man5/src.conf.5 Modified: stable/9/share/man/man5/src.conf.5 =

svn commit: r246324 - head/sys/netgraph

2013-02-04 Thread Andriy Gapon
Author: avg Date: Mon Feb 4 17:29:13 2013 New Revision: 246324 URL: http://svnweb.freebsd.org/changeset/base/246324 Log: ng_ether_ifnet_arrival_event: check interface type before using IFP2NG The check is copied from vnet_ng_ether_init. Not sure if it covers all the types that we want to

svn commit: r246325 - in head/usr.bin/bmake: . unit-tests

2013-02-04 Thread Simon J. Gerraty
Author: sjg Date: Mon Feb 4 17:41:17 2013 New Revision: 246325 URL: http://svnweb.freebsd.org/changeset/base/246325 Log: Missed adding Makefile.config and unit-tests/Makefile should allow FreeBSD make to do 'obj'. Approved by: marcel (mentor) Added: head/usr.bin/bmake/Makefile.config

Re: svn commit: r246321 - in stable/9/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2013-02-04 Thread Gavin Atkinson
On Mon, 4 Feb 2013, Dag-Erling Smørgrav wrote: > Author: des > Date: Mon Feb 4 15:51:27 2013 > New Revision: 246321 > URL: http://svnweb.freebsd.org/changeset/base/246321 > > Log: > MFH (r244992): remove firewire from GENERIC Although I do think this merge is a good idea, I think that this de

svn commit: r246328 - head/lib

2013-02-04 Thread Dag-Erling Smørgrav
Author: des Date: Mon Feb 4 19:05:53 2013 New Revision: 246328 URL: http://svnweb.freebsd.org/changeset/base/246328 Log: Sort by MK_* knob like the comment says MFC after:1 week Modified: head/lib/Makefile Modified: head/lib/Makefile

svn commit: r246329 - head/sbin/recoverdisk

2013-02-04 Thread Xin LI
Author: delphij Date: Mon Feb 4 19:17:15 2013 New Revision: 246329 URL: http://svnweb.freebsd.org/changeset/base/246329 Log: Use stripesize as smallest block size if it's available. MFC after:2 weeks Modified: head/sbin/recoverdisk/recoverdisk.c Modified: head/sbin/recoverdisk/reco

Re: svn commit: r246321 - in stable/9/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2013-02-04 Thread Dag-Erling Smørgrav
Gavin Atkinson writes: > Although I do think this merge is a good idea, I think that this deserves > an entry in UPDATING, as it is a stable branch. Will do. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-all@freebsd.org mailing list http://lis

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

2013-02-04 Thread John Baldwin
On Sunday, February 03, 2013 4:57:39 am Andriy Gapon wrote: > 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 e

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

2013-02-04 Thread John Baldwin
On Monday, February 04, 2013 4:43:36 am Sergey Kandaurov wrote: > On 23 January 2013 22:34, John Baldwin wrote: > > Author: jhb > > Date: Wed Jan 23 18:34:21 2013 > > New Revision: 245848 > > URL: http://svnweb.freebsd.org/changeset/base/245848 > > > > Log: > > Always update the hw.uart.console

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

2013-02-04 Thread Andriy Gapon
on 04/02/2013 21:29 John Baldwin said the following: > On Sunday, February 03, 2013 4:57:39 am Andriy Gapon wrote: >> 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 a

svn commit: r246330 - head/sys/kern

2013-02-04 Thread Andriy Gapon
Author: avg Date: Mon Feb 4 21:50:55 2013 New Revision: 246330 URL: http://svnweb.freebsd.org/changeset/base/246330 Log: ktr: copy content from the early static buffer if KTR_ENTRIES != KTR_BOOT_ENTRIES Reported by: glebius, jhb Pointyhat to: avg MFC after:14 days X-MFC with:

svn commit: r246331 - head/sys/kern

2013-02-04 Thread Andriy Gapon
Author: avg Date: Mon Feb 4 21:58:57 2013 New Revision: 246331 URL: http://svnweb.freebsd.org/changeset/base/246331 Log: ktr: prevent possible footshooting with KTR_ENTRIES and KTR_BOOT_ENTRIES Suggested by: adrian MFC after:14 days X-MFC with: r246282 Modified: head/sys/kern/

svn commit: r246341 - head/sys/dev/age

2013-02-04 Thread Pyun YongHyeon
Author: yongari Date: Tue Feb 5 00:37:45 2013 New Revision: 246341 URL: http://svnweb.freebsd.org/changeset/base/246341 Log: Rework jumbo frame handling. QAC confirmed that the controller requires 8 bytes alignment on RX buffer. Given that non-jumbo frame works on any alignments I guess t

svn commit: r246342 - in head/sys: arm/allwinner arm/conf boot/fdt/dts

2013-02-04 Thread Ganbold Tsagaankhuu
Author: ganbold (doc committer) Date: Tue Feb 5 02:25:13 2013 New Revision: 246342 URL: http://svnweb.freebsd.org/changeset/base/246342 Log: Add gpio driver and update dts and kernel config accordingly. Approved by: gonzo@ Added: head/sys/arm/allwinner/a10_gpio.c (contents, props chan

svn commit: r246346 - head/usr.sbin/crunch/crunchgen

2013-02-04 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 5 02:57:59 2013 New Revision: 246346 URL: http://svnweb.freebsd.org/changeset/base/246346 Log: crunchgen: Permit use of alternative linkers. Submitted by: Pete Chou MFC after:1 week Modified: head/usr.sbin/crunch/crunchgen/crunchgen.c Modified: head/usr.

svn commit: r246347 - head/sys/fs/ext2fs

2013-02-04 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 5 03:01:04 2013 New Revision: 246347 URL: http://svnweb.freebsd.org/changeset/base/246347 Log: ext2fs: Use EXT2_LINK_MAX instead of LINK_MAX Submitted by: Christoph Mallon MFC after:2 weeks Modified: head/sys/fs/ext2fs/ext2_vnops.c Modified: head/sys/fs/

svn commit: r246348 - head/sys/fs/ext2fs

2013-02-04 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 5 03:08:56 2013 New Revision: 246348 URL: http://svnweb.freebsd.org/changeset/base/246348 Log: ext2fs: Use nitems(). Submitted by: Christoph Mallon MFC after:2 weeks Modified: head/sys/fs/ext2fs/ext2_lookup.c Modified: head/sys/fs/ext2fs/ext2_lookup.c ==

svn commit: r246349 - head/sys/fs/ext2fs

2013-02-04 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 5 03:13:05 2013 New Revision: 246349 URL: http://svnweb.freebsd.org/changeset/base/246349 Log: ext2fs: Correct off-by-one errors in FFTODT() and DDTOFT(). Submitted by: Christoph Mallon MFC after:2 weeks Modified: head/sys/fs/ext2fs/ext2_lookup.c Modifie

svn commit: r246350 - head/sys/fs/ext2fs

2013-02-04 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 5 03:17:41 2013 New Revision: 246350 URL: http://svnweb.freebsd.org/changeset/base/246350 Log: ext2fs: Remove useless rootino local variable. Submitted by: Christoph Mallon MFC after:2 weeks Modified: head/sys/fs/ext2fs/ext2_lookup.c Modified: head/sys/f

svn commit: r246351 - head/sys/fs/ext2fs

2013-02-04 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 5 03:23:56 2013 New Revision: 246351 URL: http://svnweb.freebsd.org/changeset/base/246351 Log: ext2fs: Remove unused em_e2fsb definition.. Submitted by: Christoph Mallon MFC after:2 weeks Modified: head/sys/fs/ext2fs/ext2_mount.h Modified: head/sys/fs/ex

svn commit: r246352 - head/sys/fs/ext2fs

2013-02-04 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 5 03:26:34 2013 New Revision: 246352 URL: http://svnweb.freebsd.org/changeset/base/246352 Log: ext2fs: move assignment where it is not dead. Submitted by: Christoph Mallon MFC after:2 weeks Modified: head/sys/fs/ext2fs/ext2_lookup.c Modified: head/sys/fs

svn commit: r246353 - head/sys/arm/allwinner

2013-02-04 Thread Ganbold Tsagaankhuu
Author: ganbold (doc committer) Date: Tue Feb 5 04:13:34 2013 New Revision: 246353 URL: http://svnweb.freebsd.org/changeset/base/246353 Log: Remove two dead assignments and make use of sc more explicit and clear Submitted by: Christoph Mallon Approved by: gonzo@ Modified: head/sys/a

svn commit: r246354 - head/share/mk

2013-02-04 Thread Andrew Turner
Author: andrew Date: Tue Feb 5 05:16:02 2013 New Revision: 246354 URL: http://svnweb.freebsd.org/changeset/base/246354 Log: Build clang for little-endian arm by default. Due to size issues when built with gcc disable CLANG_FULL for now. Modified: head/share/mk/bsd.own.mk Modified: head/sh

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 +, Alexey Dokuchaev wrote: > >> On Sat, Feb 02, 2013 at 12:44:20PM +, Andriy Gapon wrote: > >>> New Revision: 246251 > >>> URL: htt

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

2013-02-04 Thread Sergey Kandaurov
On 4 February 2013 23:46, John Baldwin wrote: > On Monday, February 04, 2013 4:43:36 am Sergey Kandaurov wrote: >> On 23 January 2013 22:34, John Baldwin wrote: >> > Author: jhb >> > Date: Wed Jan 23 18:34:21 2013 >> > New Revision: 245848 >> > URL: http://svnweb.freebsd.org/changeset/base/245848