Re: svn commit: r197331 - in head: lib/libc/gen sys/sys

2009-09-19 Thread Doug Barton
Alan Cox wrote: > I think that you need to update your includes directory. I added > MAXPAGESIZES to the machine-specific param.h yesterday. Indeed, I hadn't done a full buildworld in a while, sorry for the noise. Doug -- This .signature sanitized for your protection __

Re: svn commit: r197331 - in head: lib/libc/gen sys/sys

2009-09-19 Thread Alan Cox
Doug Barton wrote: I'm getting this even after 'make cleandir': cc -O2 -pipe -g -I/usr/local/src/lib/libc/include -I/usr/local/src/lib/libc/../../include -I/usr/local/src/lib/libc/i386 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/local/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/local/obj/usr/local

Re: svn commit: r197331 - in head: lib/libc/gen sys/sys

2009-09-19 Thread Doug Barton
I'm getting this even after 'make cleandir': cc -O2 -pipe -g -I/usr/local/src/lib/libc/include -I/usr/local/src/lib/libc/../../include -I/usr/local/src/lib/libc/i386 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/local/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/local/obj/usr/local/src/lib/libc -I/usr/

svn commit: r197338 - svnadmin/conf

2009-09-19 Thread Warner Losh
Author: imp Date: Sun Sep 20 05:04:23 2009 New Revision: 197338 URL: http://svn.freebsd.org/changeset/base/197338 Log: Add Neelkanth Natu. He'll be doing MIPS things. I'm his mentor. Approved by: core@ Modified: svnadmin/conf/access svnadmin/conf/mentors Modified: svnadmin/conf/acc

Re: svn commit: r197298 - head/sbin/mount_nfs

2009-09-19 Thread M. Warner Losh
In message: <4ab495dd.1010...@freebsd.org> John Baldwin writes: : Rick Macklem wrote: : > : > : > On Fri, 18 Sep 2009, John Baldwin wrote: : > : >> Rick Macklem wrote: : >>> Author: rmacklem : >>> Date: Thu Sep 17 19:08:15 2009 : >>> New Revision: 197298 : >>> URL: http://svn.freebs

svn commit: r197337 - in stable/7/sys: . contrib/pf dev/mii

2009-09-19 Thread Marius Strobl
Author: marius Date: Sun Sep 20 00:54:51 2009 New Revision: 197337 URL: http://svn.freebsd.org/changeset/base/197337 Log: MFC: r194134 - Also probe DP83865, which is an is an ultra low power version of the DP83861 and DP83891. - Reset the PHY during attach so it's in a known state.

svn commit: r197336 - in stable/7/sys: . contrib/pf sparc64/sparc64

2009-09-19 Thread Marius Strobl
Author: marius Date: Sun Sep 20 00:51:48 2009 New Revision: 197336 URL: http://svn.freebsd.org/changeset/base/197336 Log: MFC: r191981 Just like in cpu_halt(), use cpu_shutdown() rather than ofw_exit() directly in cpu_reset() in order to idle the APs before exiting the kernel and lettin

svn commit: r197335 - in stable/7/sys: . contrib/pf sparc64/sparc64

2009-09-19 Thread Marius Strobl
Author: marius Date: Sun Sep 20 00:15:52 2009 New Revision: 197335 URL: http://svn.freebsd.org/changeset/base/197335 Log: MFC: r191980 - Fix style. - Use __FBSDID. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/sparc64/sparc64/vm_m

svn commit: r197334 - head/sys/conf

2009-09-19 Thread Max Laier
Author: mlaier Date: Sat Sep 19 21:46:12 2009 New Revision: 197334 URL: http://svn.freebsd.org/changeset/base/197334 Log: Extract version information from git repositories. Try to find a corresponding svn version if this is a git-svn clone'ed repo. This prefers svn version information over g

Re: svn commit: r197298 - head/sbin/mount_nfs

2009-09-19 Thread Rick Macklem
On Sat, 19 Sep 2009, John Baldwin wrote: It happens that it still uses UDP for Portmapper by default and when "tcp" is specified, but that is down inside the libc functions and there are comments in them along the lines of "always use UDP first...", so I don't intend to change those. Hmm, it

svn commit: r197333 - head/share/examples/scsi_target

2009-09-19 Thread Matt Jacob
Author: mjacob Date: Sat Sep 19 20:36:43 2009 New Revision: 197333 URL: http://svn.freebsd.org/changeset/base/197333 Log: Tell about the full name we opened, not the unit. Obtained from:Sean Bruno MFC after:1 month Modified: head/share/examples/scsi_target/scsi_target.c Mo

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

2009-09-19 Thread Matt Jacob
Author: mjacob Date: Sat Sep 19 20:25:54 2009 New Revision: 197332 URL: http://svn.freebsd.org/changeset/base/197332 Log: Remember to unlock the peripheral prior to notifying the user. Make some allocations M_NOWAIT so that we don't try and sleep with a nested non-sleepable lock. This

svn commit: r197331 - in head: lib/libc/gen sys/sys

2009-09-19 Thread Alan Cox
Author: alc Date: Sat Sep 19 18:01:32 2009 New Revision: 197331 URL: http://svn.freebsd.org/changeset/base/197331 Log: Add getpagesizes(3). This functions either the number of supported page sizes or some number of the sizes themselves. It is functionally compatible with a function by the

svn commit: r197330 - in head: sys/dev/kbd sys/sys usr.sbin/kbdcontrol

2009-09-19 Thread Ed Schouten
Author: ed Date: Sat Sep 19 17:56:26 2009 New Revision: 197330 URL: http://svn.freebsd.org/changeset/base/197330 Log: Make the keyboard layer Unicode aware. Just take keyent_t to use an u_int to store the Unicode codepoints. Unfortunately the keymap is now too big to be loaded using an io

svn commit: r197329 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/ciss dev/xen/xenpci

2009-09-19 Thread John Baldwin
Author: jhb Date: Sat Sep 19 15:48:59 2009 New Revision: 197329 URL: http://svn.freebsd.org/changeset/base/197329 Log: Move mergeinfo for 197260-197263 up to sys/. Approved by: re (mergeinfo blanket) Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props ch

svn commit: r197328 - head/sys/netinet

2009-09-19 Thread Michael Tuexen
Author: tuexen Date: Sat Sep 19 14:55:12 2009 New Revision: 197328 URL: http://svn.freebsd.org/changeset/base/197328 Log: Use appropriate locking when using interface list. Approved by: rrs (mentor) MFC after: 1 month. Modified: head/sys/netinet/sctp_bsd_addr.c Modified: head/sys/neti

svn commit: r197327 - head/sys/netinet

2009-09-19 Thread Michael Tuexen
Author: tuexen Date: Sat Sep 19 14:18:42 2009 New Revision: 197327 URL: http://svn.freebsd.org/changeset/base/197327 Log: Fix the disabling of sctp_drain(). Approved by: rrs (mentor) MFC after: 1 month. Modified: head/sys/netinet/sctp_pcb.c Modified: head/sys/netinet/sctp_pcb.c ==

svn commit: r197326 - in head/sys: kern netinet

2009-09-19 Thread Michael Tuexen
Author: tuexen Date: Sat Sep 19 14:02:16 2009 New Revision: 197326 URL: http://svn.freebsd.org/changeset/base/197326 Log: Get SCTP working in combination with VIMAGE. Contains code from bz. Approved by: rrs (mentor) MFC after: 1 month. Modified: head/sys/kern/uipc_syscalls.c head/sys/

svn commit: r197325 - head/sys/pci

2009-09-19 Thread Andriy Gapon
Author: avg Date: Sat Sep 19 08:56:28 2009 New Revision: 197325 URL: http://svn.freebsd.org/changeset/base/197325 Log: intpm/sb700: force polling mode if configured interrupt is SMI instead of failing to attach Modified: head/sys/pci/intpm.c Modified: head/sys/pci/intpm.c ==

Re: svn commit: r197298 - head/sbin/mount_nfs

2009-09-19 Thread John Baldwin
Rick Macklem wrote: On Fri, 18 Sep 2009, John Baldwin wrote: Rick Macklem wrote: Author: rmacklem Date: Thu Sep 17 19:08:15 2009 New Revision: 197298 URL: http://svn.freebsd.org/changeset/base/197298 Log: Change the default transport protocol for use by the Mount protocol from UDP to TC

svn commit: r197324 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/ciss dev/pci dev/xen/xenpci

2009-09-19 Thread Andriy Gapon
Author: avg Date: Sat Sep 19 08:13:10 2009 New Revision: 197324 URL: http://svn.freebsd.org/changeset/base/197324 Log: MFC r197099: pci(4): don't perform maximum register number check Different sub-kinds of PCI buses may have different rules and thus it is up for the bus backends to do pr

Re: svn commit: r197323 - head/sys/dev/fb

2009-09-19 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jung-uk Kim wrote: > Author: jkim > Date: Sat Sep 19 04:36:38 2009 > New Revision: 197323 > URL: http://svn.freebsd.org/changeset/base/197323 > > Log: > Change cache attribute for VESA frame buffer from UC to write-combining. > This improves scrol