svn commit: r234273 - stable/9/share/man/man4

2012-04-14 Thread Gleb Smirnoff
Author: glebius Date: Sat Apr 14 09:21:06 2012 New Revision: 234273 URL: http://svn.freebsd.org/changeset/base/234273 Log: Merge 232538: Fix ng_ipfw(4) cookie number in example. Pointed out by: Jacco van Buuren jaccovanbuuren gmail.com Modified:

svn commit: r234274 - stable/9/usr.bin/write

2012-04-14 Thread Gleb Smirnoff
Author: glebius Date: Sat Apr 14 09:43:58 2012 New Revision: 234274 URL: http://svn.freebsd.org/changeset/base/234274 Log: Merge 231586: Fix write(1) to support wide characters. Submitted by: amdmi3 PR: bin/164317 Modified: stable/9/usr.bin/write/write.1

svn commit: r234275 - stable/9/usr.bin/wall

2012-04-14 Thread Gleb Smirnoff
Author: glebius Date: Sat Apr 14 09:48:52 2012 New Revision: 234275 URL: http://svn.freebsd.org/changeset/base/234275 Log: Merge 233269: Add multibyte char support. PR: 165429 Submitted by: amdmi3 Modified: stable/9/usr.bin/wall/wall.1 stable/9/usr.bin/wall/wall.c

svn commit: r234276 - stable/9/sys/netgraph

2012-04-14 Thread Gleb Smirnoff
Author: glebius Date: Sat Apr 14 10:08:07 2012 New Revision: 234276 URL: http://svn.freebsd.org/changeset/base/234276 Log: Merge 231760,231761,231764,231765,231766,231823,231830 from head: 231760,231766: style(9): sort includes 231761: In ng_bypass() add more

svn commit: r234277 - stable/9/sys/netgraph

2012-04-14 Thread Gleb Smirnoff
Author: glebius Date: Sat Apr 14 10:13:36 2012 New Revision: 234277 URL: http://svn.freebsd.org/changeset/base/234277 Log: Merge 231831: Refactor the name hash and the ID hash, that are used to address nodes: - Make hash sizes growable, to satisfy users running large mpd

svn commit: r234278 - in stable/9: sbin/ipfw sys/netinet/ipfw

2012-04-14 Thread Gleb Smirnoff
Author: glebius Date: Sat Apr 14 10:20:34 2012 New Revision: 234278 URL: http://svn.freebsd.org/changeset/base/234278 Log: Merge 231076,231078: Make the 'tcpwin' option of ipfw(8) accept ranges and lists. Submitted by: sem Modified: stable/9/sbin/ipfw/ipfw.8

svn commit: r234279 - stable/9/sys/netinet6

2012-04-14 Thread Gleb Smirnoff
Author: glebius Date: Sat Apr 14 10:36:43 2012 New Revision: 234279 URL: http://svn.freebsd.org/changeset/base/234279 Log: Merge 233272: in6_pcblookup_local() still can return a pcb with NULL inp_socket. To avoid panic, do not dereference inp_socket, but obtain reuse port option

svn commit: r234280 - head/sys/kern

2012-04-14 Thread Marius Strobl
Author: marius Date: Sat Apr 14 11:21:24 2012 New Revision: 234280 URL: http://svn.freebsd.org/changeset/base/234280 Log: Fix !DDB build after r234190. Modified: head/sys/kern/subr_turnstile.c Modified: head/sys/kern/subr_turnstile.c

svn commit: r234281 - head/sys/arm/at91

2012-04-14 Thread Marius Strobl
Author: marius Date: Sat Apr 14 11:29:32 2012 New Revision: 234281 URL: http://svn.freebsd.org/changeset/base/234281 Log: - Try to bring these files closer to style(9). - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers. Modified: head/sys/arm/at91/at91_pio.c

Re: svn commit: r233296 - head/lib/libc/gen

2012-04-14 Thread Jeremie Le Hen
Hi Sergey, On Thu, Mar 22, 2012 at 09:42:28AM +, Sergey Kandaurov wrote: Author: pluknet Date: Thu Mar 22 09:42:27 2012 New Revision: 233296 URL: http://svn.freebsd.org/changeset/base/233296 Log: Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5 when

svn commit: r234283 - head/sys/dev/netmap

2012-04-14 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 14 13:39:39 2012 New Revision: 234283 URL: http://svn.freebsd.org/changeset/base/234283 Log: Make compile on 64bit somehow for now after a first try at r234242 on maybe 32bit? Modified: head/sys/dev/netmap/netmap_mem2.c Modified: head/sys/dev/netmap/netmap_mem2.c

svn commit: r234284 - head/sys/modules/iscsi/initiator

2012-04-14 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 14 13:40:39 2012 New Revision: 234284 URL: http://svn.freebsd.org/changeset/base/234284 Log: Fix LINT builds after r234233; not sure why modules need DEBUG by default. Modified: head/sys/modules/iscsi/initiator/Makefile Modified:

svn commit: r234286 - vendor/llvm/llvm-trunk-r154661

2012-04-14 Thread Dimitry Andric
Author: dim Date: Sat Apr 14 13:55:50 2012 New Revision: 234286 URL: http://svn.freebsd.org/changeset/base/234286 Log: Tag llvm trunk r154661. Added: vendor/llvm/llvm-trunk-r154661/ - copied from r234285, vendor/llvm/dist/ ___

svn commit: r234288 - vendor/clang/clang-trunk-r154661

2012-04-14 Thread Dimitry Andric
Author: dim Date: Sat Apr 14 14:02:34 2012 New Revision: 234288 URL: http://svn.freebsd.org/changeset/base/234288 Log: Tag clang trunk r154661. Added: vendor/clang/clang-trunk-r154661/ - copied from r234287, vendor/clang/dist/ ___

Re: svn commit: r230252 - head/sys/fs/tmpfs

2012-04-14 Thread Mikolaj Golub
On Fri, 13 Apr 2012 09:11:39 +0300 Jaakko Heinonen wrote: JH On 2012-01-23, Mikolaj Golub wrote: I see two issues with this patch: JH What do you think about this patch? I think it is much better than we have currently :-). JH %%% JH Index: sys/fs/tmpfs/tmpfs.h JH

svn commit: r234289 - head/tools/build/mk

2012-04-14 Thread Dimitry Andric
Author: dim Date: Sat Apr 14 16:42:17 2012 New Revision: 234289 URL: http://svn.freebsd.org/changeset/base/234289 Log: Add files and directories to be cleaned up if WITHOUT_GCC is in effect to OptionalObsoleteFiles.inc. MFC after:1 week Modified:

svn commit: r234290 - head/sys/dev/netmap

2012-04-14 Thread Luigi Rizzo
Author: luigi Date: Sat Apr 14 16:44:18 2012 New Revision: 234290 URL: http://svn.freebsd.org/changeset/base/234290 Log: i prefer this fix for the -Wformat warning (just one cast, all the other variables are already correct for %x). My previous attempt put the cast in the wrong place.

svn commit: r234291 - head/sys/arm/at91

2012-04-14 Thread Marius Strobl
Author: marius Date: Sat Apr 14 17:09:38 2012 New Revision: 234291 URL: http://svn.freebsd.org/changeset/base/234291 Log: Add support for the Atmel SAM9XE familiy of microcontrollers, which consist of a ARM926EJ-S processor core with up to 512 Kbytes of on-chip flash. Tested with SAM9XE512.

svn commit: r234292 - head/sys/arm/at91

2012-04-14 Thread Marius Strobl
Author: marius Date: Sat Apr 14 17:17:55 2012 New Revision: 234292 URL: http://svn.freebsd.org/changeset/base/234292 Log: Add support for the Atmel SAM9XE familiy of microcontrollers, which consist of a ARM926EJ-S processor core with up to 512 Kbytes of on-chip flash. Tested with SAM9XE512.

svn commit: r234293 - head/sys/arm/at91

2012-04-14 Thread Marius Strobl
Author: marius Date: Sat Apr 14 17:27:34 2012 New Revision: 234293 URL: http://svn.freebsd.org/changeset/base/234293 Log: Generate an obviously missing STOP when having finished transmitting data. This fixes communication with PCF8563. Modified: head/sys/arm/at91/at91_twi.c Modified:

svn commit: r234294 - stable/9/sbin/hastd

2012-04-14 Thread Mikolaj Golub
Author: trociny Date: Sat Apr 14 17:33:47 2012 New Revision: 234294 URL: http://svn.freebsd.org/changeset/base/234294 Log: MFC r233392, r233679: r233392: Fix typo. r233679: If hastd is invoked with -P pidfile option always create pidfile regardless of whether -F

svn commit: r234295 - stable/8/sbin/hastd

2012-04-14 Thread Mikolaj Golub
Author: trociny Date: Sat Apr 14 17:35:59 2012 New Revision: 234295 URL: http://svn.freebsd.org/changeset/base/234295 Log: MFC r233392, r233679: r233392: Fix typo. r233679: If hastd is invoked with -P pidfile option always create pidfile regardless of whether -F

svn commit: r234296 - head/sys/netinet

2012-04-14 Thread Michael Tuexen
Author: tuexen Date: Sat Apr 14 20:22:01 2012 New Revision: 234296 URL: http://svn.freebsd.org/changeset/base/234296 Log: Bugfix: Don't send HBs on path which are not idle. MFC after: 1 week Modified: head/sys/netinet/sctp_timer.c Modified: head/sys/netinet/sctp_timer.c

svn commit: r234297 - head/sys/netinet

2012-04-14 Thread Michael Tuexen
Author: tuexen Date: Sat Apr 14 21:01:44 2012 New Revision: 234297 URL: http://svn.freebsd.org/changeset/base/234297 Log: Send always HBs when in PF state. MFC after: 1 week X-MFC with: r234296 Modified: head/sys/netinet/sctp_timer.c Modified: head/sys/netinet/sctp_timer.c

svn commit: r234298 - svnadmin/conf

2012-04-14 Thread Alexander Leidinger
Author: netchild Date: Sat Apr 14 21:02:42 2012 New Revision: 234298 URL: http://svn.freebsd.org/changeset/base/234298 Log: Add myself for a large IFC. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r234300 - svnadmin/conf

2012-04-14 Thread Alexander Leidinger
Author: netchild Date: Sat Apr 14 21:08:55 2012 New Revision: 234300 URL: http://svn.freebsd.org/changeset/base/234300 Log: Reenable FSP for myself. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

Re: svn commit: r234074 - in head/sys: amd64/amd64 i386/i386

2012-04-14 Thread Justin T. Gibbs
On Apr 10, 2012, at 5:41 AM, Marius Strobl wrote: On Tue, Apr 10, 2012 at 01:03:56AM +0100, Attilio Rao wrote: Il 10 aprile 2012 00:09, Marius Strobl mar...@alchemy.franken.de ha scritto: On Mon, Apr 09, 2012 at 10:41:19PM +, Attilio Rao wrote: Author: attilio Date: Mon Apr ??9

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

2012-04-14 Thread Davide Italiano
Author: davide Date: Sat Apr 14 23:53:31 2012 New Revision: 234302 URL: http://svn.freebsd.org/changeset/base/234302 Log: Fix some style bugs introduced in a previous commit (r233045) Reported by: glebius, jmallet Reviewed by: jmallet Approved by: gnn (mentor) MFC after:2 days

svn commit: r234303 - head/sys/kern

2012-04-14 Thread Davide Italiano
Author: davide Date: Sat Apr 14 23:59:58 2012 New Revision: 234303 URL: http://svn.freebsd.org/changeset/base/234303 Log: Fix a typo. Approved by: gnn (mentor) MFC after:2 days Modified: head/sys/kern/subr_turnstile.c Modified: head/sys/kern/subr_turnstile.c

svn commit: r234304 - head/sys/dev/ath

2012-04-14 Thread Adrian Chadd
Author: adrian Date: Sun Apr 15 00:04:23 2012 New Revision: 234304 URL: http://svn.freebsd.org/changeset/base/234304 Log: Override some default values to work around various issues in the deep, dirty and murky past. * Override the default cache line size to be something reasonable if

Re: svn commit: r234290 - head/sys/dev/netmap

2012-04-14 Thread Garrett Cooper
On Apr 14, 2012, at 9:44 AM, Luigi Rizzo wrote: Author: luigi Date: Sat Apr 14 16:44:18 2012 New Revision: 234290 URL: http://svn.freebsd.org/changeset/base/234290 Log: i prefer this fix for the -Wformat warning (just one cast, all the other variables are already correct for %x). My

svn commit: r234306 - head/sys/mips/atheros

2012-04-14 Thread Adrian Chadd
Author: adrian Date: Sun Apr 15 02:38:01 2012 New Revision: 234306 URL: http://svn.freebsd.org/changeset/base/234306 Log: Fix the mask logic when reading PCI configuration space registers. Modified: head/sys/mips/atheros/ar71xx_pci.c Modified: head/sys/mips/atheros/ar71xx_pci.c