svn commit: r199307 - stable/8/lib/libc/nls

2009-11-15 Thread Hajimu UMEMOTO
Author: ume Date: Mon Nov 16 03:52:18 2009 New Revision: 199307 URL: http://svn.freebsd.org/changeset/base/199307 Log: MFC r199080, r199081, r199082: Add ja_JP.UTF-8 and ja_JP.eucJP catalogs. Added: stable/8/lib/libc/nls/ja_JP.UTF-8.msg - copied, changed from r199080, head/lib/libc/nls

svn commit: r199302 - stable/7/share/man/man5

2009-11-15 Thread Doug Barton
Author: dougb Date: Sun Nov 15 23:51:59 2009 New Revision: 199302 URL: http://svn.freebsd.org/changeset/base/199302 Log: MFC r199127: Add a note about no hostname leading to "Amnesiac" on the console The text is inspired by the PR, but more in line with the existing text PR:

svn commit: r199300 - stable/8/share/man/man5

2009-11-15 Thread Doug Barton
Author: dougb Date: Sun Nov 15 23:48:29 2009 New Revision: 199300 URL: http://svn.freebsd.org/changeset/base/199300 Log: MFC r199127: Add a note about no hostname leading to "Amnesiac" on the console The text is inspired by the PR, but more in line with the existing text PR:

svn commit: r199299 - head/share/man/man5

2009-11-15 Thread Doug Barton
Author: dougb Date: Sun Nov 15 23:31:07 2009 New Revision: 199299 URL: http://svn.freebsd.org/changeset/base/199299 Log: In r199127/r199152 I forgot to bump .Dd Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ===

Re: svn commit: r199284 - head/sys/nfsserver

2009-11-15 Thread Andreas Tobler
Marcel Moolenaar wrote: Author: marcel Date: Sun Nov 15 03:09:50 2009 New Revision: 199284 URL: http://svn.freebsd.org/changeset/base/199284 Log: Revert previous change and fix misalignment by using bcopy() to copy the file handle from fid_data into fh. This eliminates conditional compilat

svn commit: r199293 - stable/8/sys/rpc

2009-11-15 Thread Rick Macklem
Author: rmacklem Date: Sun Nov 15 19:26:06 2009 New Revision: 199293 URL: http://svn.freebsd.org/changeset/base/199293 Log: MFC: r199053 Add a check for the connection being shut down to the krpc client just before queuing a request for the connection. The code already had a check for the

svn commit: r199292 - head/share/man/man4

2009-11-15 Thread Rui Paulo
Author: rpaulo Date: Sun Nov 15 18:31:57 2009 New Revision: 199292 URL: http://svn.freebsd.org/changeset/base/199292 Log: Add atp(4) man page. Submitted by: Rohit Grover Added: head/share/man/man4/atp.4 (contents, props changed) Modified: head/share/man/man4/Makefile Modified: hea

svn commit: r199291 - in head: lib/libdevinfo tools/tools/ncpus usr.sbin/bsnmpd/modules/snmp_hostres usr.sbin/devinfo

2009-11-15 Thread Attilio Rao
Author: attilio Date: Sun Nov 15 16:44:43 2009 New Revision: 199291 URL: http://svn.freebsd.org/changeset/base/199291 Log: Collapse devinfo_state_t with device_state_t in order to avoid a structure replication and improve manteneability. Reviewed by: jhb, imp Tested by:Riccardo Tor

svn commit: r199290 - stable/8/usr.bin/systat

2009-11-15 Thread Jaakko Heinonen
Author: jh Date: Sun Nov 15 14:11:26 2009 New Revision: 199290 URL: http://svn.freebsd.org/changeset/base/199290 Log: MFC r197956: - Catch SIGHUP to perform cleanup before exiting. - Exit if getch() returns with an error other than EINTR. Otherwise systat(1) may get stuck in an infini

Re: svn commit: r198320 - in head/sys: conf dev/bce

2009-11-15 Thread Stanislav Sedov
On Tue, 03 Nov 2009 19:29:25 + Tom Judge mentioned: > Hi Stanislav, > > Any chance this can be MFC'd to stable/8, stable/7 and releng/8.0? > Hi, Tom! I did MFC to STABLE_7 and STABLE_8. It was not allowed to merge to RELENG as it was too late for this :-( -- Stanislav Sedov ST4096-RIPE

svn commit: r199289 - in stable/7/sys: conf dev/bce

2009-11-15 Thread Stanislav Sedov
Author: stas Date: Sun Nov 15 11:43:28 2009 New Revision: 199289 URL: http://svn.freebsd.org/changeset/base/199289 Log: - MFC r198320: Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable header in bce(4) instead of (ab)using ZERO_COPY_SOCKETS that was not into if_bce.c

svn commit: r199288 - in stable/8/sys: conf dev/bce

2009-11-15 Thread Stanislav Sedov
Author: stas Date: Sun Nov 15 11:30:59 2009 New Revision: 199288 URL: http://svn.freebsd.org/changeset/base/199288 Log: - MFC r198320: Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable header in bce(4) instead of (ab)using ZERO_COPY_SOCKETS that was not into if_bce.c

svn commit: r199287 - head/sys/netinet

2009-11-15 Thread Bruce M Simpson
Author: bms Date: Sun Nov 15 11:07:22 2009 New Revision: 199287 URL: http://svn.freebsd.org/changeset/base/199287 Log: Fix a functional regression in multicast. Userland daemons need to see IGMP traffic regardless of the group; omit the imo filter check if the proto is IGMP. The kernel pa