svn commit: r223073 - head/sys/netinet/ipfw

2011-06-14 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 14 07:20:16 2011 New Revision: 223073 URL: http://svn.freebsd.org/changeset/base/223073 Log: Add IPv6 support to the ipfw uid/gid check. Pass an ip_fw_args structure to the check_uidgid() function, since it contains all needed arguments and also pointer to mbuf and n

svn commit: r223077 - head/sys/netinet/libalias

2011-06-14 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 14 12:06:38 2011 New Revision: 223077 URL: http://svn.freebsd.org/changeset/base/223077 Log: Sort alias mode flags in the increasing order. Modified: head/sys/netinet/libalias/alias.h Modified: head/sys/netinet/libalias/alias.h ===

svn commit: r223078 - in head: sbin/ifconfig sys/net

2011-06-14 Thread Luigi Rizzo
Author: luigi Date: Tue Jun 14 12:40:55 2011 New Revision: 223078 URL: http://svn.freebsd.org/changeset/base/223078 Log: Grab one of the ifcap bits for netmap, and enable printing in ifconfig. Document the fact that we might want an IFCAP_CANTCHANGE mask, even though the value is not yet

svn commit: r223079 - head/sbin/ipfw

2011-06-14 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 14 13:02:26 2011 New Revision: 223079 URL: http://svn.freebsd.org/changeset/base/223079 Log: Check nat id a bit more strictly. Modified: head/sbin/ipfw/nat.c Modified: head/sbin/ipfw/nat.c ==

svn commit: r223080 - in head: sbin/ipfw sys/netinet/ipfw sys/netinet/libalias

2011-06-14 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 14 13:35:24 2011 New Revision: 223080 URL: http://svn.freebsd.org/changeset/base/223080 Log: Implement "global" mode for ipfw nat. It is similar to natd(8) "globalport" option for multiple NAT instances. If ipfw rule contains "global" keyword instead of nat_number

svn commit: r223081 - in head: sbin/camcontrol sys/cam sys/cam/scsi

2011-06-14 Thread Justin T. Gibbs
Author: gibbs Date: Tue Jun 14 14:53:17 2011 New Revision: 223081 URL: http://svn.freebsd.org/changeset/base/223081 Log: Lay groundwork in CAM for recording and reporting physical path and other device attributes stored in the CAM Existing Device Table (EDT). This includes some infrastructur

svn commit: r223082 - head/contrib/gdb/gdb

2011-06-14 Thread Andreas Tobler
Author: andreast Date: Tue Jun 14 15:20:30 2011 New Revision: 223082 URL: http://svn.freebsd.org/changeset/base/223082 Log: - Check on target wordsize instead of compile time define if we build on 64-bit PowerPC or 32-bit PowerPC. - Make gdb work on powerpc64, the code for this is obtained

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

2011-06-14 Thread Justin T. Gibbs
Author: gibbs Date: Tue Jun 14 16:05:00 2011 New Revision: 223084 URL: http://svn.freebsd.org/changeset/base/223084 Log: sys/cam/scsi/scsi_da.c: - Only attempt the closing synchronize cache on a disk if it is still there. - When a device is lost, report the number of ou

svn commit: r223085 - in head/sys: kern sys

2011-06-14 Thread Justin T. Gibbs
Author: gibbs Date: Tue Jun 14 16:29:43 2011 New Revision: 223085 URL: http://svn.freebsd.org/changeset/base/223085 Log: sys/sys/conf.h: sys/kern/kern_conf.c: Add make_dev_physpath_alias(). This interface takes the parent cdev of the alias, an old alias cdev (if any) t

svn commit: r223086 - head/bin/ps

2011-06-14 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jun 14 16:50:16 2011 New Revision: 223086 URL: http://svn.freebsd.org/changeset/base/223086 Log: Add "gid" and "group" keywords to display the effective group ID and effective group name. Also, add "egid", "egroup" and "euid" aliases. PR: bin/146331 Su

svn commit: r223088 - in head/sys: kern sys

2011-06-14 Thread David E. O'Brien
Author: obrien Date: Tue Jun 14 17:09:30 2011 New Revision: 223088 URL: http://svn.freebsd.org/changeset/base/223088 Log: We should not return ECHILD when debugging a child and the parent does a "wait4(-1, ..., WNOHANG, ...)". Instead wait(2) should behave as if the child does not wish to r

svn commit: r223089 - in head: sys/cam/ata sys/cam/scsi sys/geom sys/sys usr.sbin/diskinfo

2011-06-14 Thread Justin T. Gibbs
Author: gibbs Date: Tue Jun 14 17:10:32 2011 New Revision: 223089 URL: http://svn.freebsd.org/changeset/base/223089 Log: Plumb device physical path reporting from CAM devices, through GEOM and DEVFS, and make it accessible via the diskinfo utility. Extend GEOM's generic attribute query me

svn commit: r223090 - head/share/misc

2011-06-14 Thread Stephen Montgomery-Smith
Author: stephen (ports committer) Date: Tue Jun 14 17:51:46 2011 New Revision: 223090 URL: http://svn.freebsd.org/changeset/base/223090 Log: Reviewed by: gabor (mentor) Approved by: gabor (mentor) Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committers-ports.d

svn commit: r223091 - head/sys/dev/puc

2011-06-14 Thread John Baldwin
Author: jhb Date: Tue Jun 14 18:19:48 2011 New Revision: 223091 URL: http://svn.freebsd.org/changeset/base/223091 Log: Add location and pnpinfo strings for puc device ports. The location is announced during boot and contains the port number. The pnpinfo string lists the port type (PUC_TYPE

svn commit: r223097 - head/sys/dev/ata/chipsets

2011-06-14 Thread Alexander Motin
Author: mav Date: Tue Jun 14 20:30:15 2011 New Revision: 223097 URL: http://svn.freebsd.org/changeset/base/223097 Log: Skip BAR(5) usage for SATA registers access on ICH8M Apples, because for some reason it causes system lock up. Linux does the same. MFC after:1 week Modified: head

svn commit: r223098 - in head/sys: amd64/conf i386/conf

2011-06-14 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jun 14 20:30:49 2011 New Revision: 223098 URL: http://svn.freebsd.org/changeset/base/223098 Log: Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels. Discussed with: joel @ and thompsa @ MFC after:7 days Modified: head/sys/amd64/conf

svn commit: r223099 - head/sys/kern

2011-06-14 Thread Justin T. Gibbs
Author: gibbs Date: Tue Jun 14 21:37:25 2011 New Revision: 223099 URL: http://svn.freebsd.org/changeset/base/223099 Log: sys/kern/subr_kdb.c: Modify the "alternate break sequence" detecting state machine so that only a contiguous invocation of the break sequence is accept

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

2011-06-14 Thread Kirk McKusick
Author: mckusick Date: Wed Jun 15 06:13:08 2011 New Revision: 223105 URL: http://svn.freebsd.org/changeset/base/223105 Log: Missing cleanup case after completion of a snapshot vnode write claiming a released block. Submitted by: Jeff Roberson Tested by:Peter Holm Modified: head/s