svn commit: r186642 - head/sys/dev/cardbus

2008-12-30 Thread Warner Losh
Author: imp Date: Wed Dec 31 07:41:42 2008 New Revision: 186642 URL: http://svn.freebsd.org/changeset/base/186642 Log: When no driver attaches to a card, don't power down the card. We can now read config registers of cardbus cards that are inserted, but aren't attached to a driver. Also,

svn commit: r186641 - head/gnu/lib/libstdc++

2008-12-30 Thread Warner Losh
Author: imp Date: Wed Dec 31 07:39:23 2008 New Revision: 186641 URL: http://svn.freebsd.org/changeset/base/186641 Log: There's no need to redundantly redefine atomicity.h. Modified: head/gnu/lib/libstdc++/Makefile Modified: head/gnu/lib/libstdc++/Makefile

svn commit: r186640 - head/sys/mips/mips

2008-12-30 Thread Warner Losh
Author: imp Date: Wed Dec 31 07:38:04 2008 New Revision: 186640 URL: http://svn.freebsd.org/changeset/base/186640 Log: First pass at 64-bit elf support Added: head/sys/mips/mips/elf64_machdep.c (contents, props changed) - copied, changed from r186189, head/sys/mips/mips/elf_machdep.c

svn commit: r186639 - releng/7.1/release/doc/en_US.ISO8859-1/relnotes

2008-12-30 Thread Hiroki Sato
Author: hrs Date: Wed Dec 31 06:27:09 2008 New Revision: 186639 URL: http://svn.freebsd.org/changeset/base/186639 Log: Fix order in arch="". Approved by: re (implicit) Modified: releng/7.1/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: releng/7.1/release/doc/en_US.ISO8859-

svn commit: r186638 - in releng/7.1/release/doc: de_DE.ISO8859-1 fr_FR.ISO8859-1 ja_JP.eucJP ru_RU.KOI8-R

2008-12-30 Thread Hiroki Sato
Author: hrs Date: Wed Dec 31 05:59:54 2008 New Revision: 186638 URL: http://svn.freebsd.org/changeset/base/186638 Log: Remove old (unmaintained) translations. Approved by: re (implicit) Deleted: releng/7.1/release/doc/de_DE.ISO8859-1/ releng/7.1/release/doc/fr_FR.ISO8859-1/ releng/7

svn commit: r186633 - head/sys/vm

2008-12-30 Thread Alan Cox
Author: alc Date: Wed Dec 31 05:44:05 2008 New Revision: 186633 URL: http://svn.freebsd.org/changeset/base/186633 Log: Update or eliminate some stale comments. Modified: head/sys/vm/vm_map.c head/sys/vm/vm_map.h Modified: head/sys/vm/vm_map.c ===

Re: svn commit: r186608 - in head/sys: amd64/conf i386/conf

2008-12-30 Thread M. Warner Losh
In message: <200812301946.mbujk7aa003...@svn.freebsd.org> Rui Paulo writes: : Add a kernel config file so that users have less difficulty testing : USBng. One could almost create a 'USB2_GEN' file in sys/conf that had all this stuff in it, and reduce these files to a simple 'inclu

Re: svn commit: r186598 - head/sys/boot/i386/boot0

2008-12-30 Thread M. Warner Losh
In message: <20081230173522.ga19...@dragon.nuxi.org> "David O'Brien" writes: : On Tue, Dec 30, 2008 at 09:40:40AM -0200, Carlos A. M. dos Santos wrote: : > On Tue, Dec 30, 2008 at 7:40 AM, Luigi Rizzo wrote: : > > Author: luigi : > > Date: Tue Dec 30 09:40:50 2008 : > > New Revision:

svn commit: r186619 - head/sys/kern

2008-12-30 Thread Ivan Voras
Author: ivoras Date: Tue Dec 30 23:49:54 2008 New Revision: 186619 URL: http://svn.freebsd.org/changeset/base/186619 Log: Document the relationship between enum VM_GUEST and the vm_guest_sysctl_names array. Approved by: gnn (original version) Modified: head/sys/kern/subr_param.c Modi

Re: svn commit: r186615 - head/sys/kern

2008-12-30 Thread Bjoern A. Zeeb
On Tue, 30 Dec 2008, Peter Holm wrote: Author: pho Date: Tue Dec 30 20:39:47 2008 New Revision: 186615 URL: http://svn.freebsd.org/changeset/base/186615 Log: Added missing second part of cleaning j->ip[46] as requested by bz Approved by: kib (mentor) Pointy hat:pho That's not yours;

svn commit: r186618 - head/sys/vm

2008-12-30 Thread Alan Cox
Author: alc Date: Tue Dec 30 21:52:18 2008 New Revision: 186618 URL: http://svn.freebsd.org/changeset/base/186618 Log: Avoid an unnecessary memory dereference in vm_map_entry_splay(). Modified: head/sys/vm/vm_map.c Modified: head/sys/vm/vm_map.c ==

svn commit: r186617 - head/sys/fs/pseudofs

2008-12-30 Thread Joe Marcus Clarke
Author: marcus (doc,ports committer) Date: Tue Dec 30 21:49:39 2008 New Revision: 186617 URL: http://svn.freebsd.org/changeset/base/186617 Log: Add a VOP_VPTOCNP implementation for pseudofs which covers file systems such as procfs and linprocfs. This implementation's locking was enhanced

svn commit: r186616 - head/sys/vm

2008-12-30 Thread Alan Cox
Author: alc Date: Tue Dec 30 20:51:07 2008 New Revision: 186616 URL: http://svn.freebsd.org/changeset/base/186616 Log: Style change to vm_map_lookup(): Eliminate a macro of dubious value. Modified: head/sys/vm/vm_map.c Modified: head/sys/vm/vm_map.c ==

svn commit: r186615 - head/sys/kern

2008-12-30 Thread Peter Holm
Author: pho Date: Tue Dec 30 20:39:47 2008 New Revision: 186615 URL: http://svn.freebsd.org/changeset/base/186615 Log: Added missing second part of cleaning j->ip[46] as requested by bz Approved by: kib (mentor) Pointy hat: pho Modified: head/sys/kern/kern_jail.c Modified: head/sys

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

2008-12-30 Thread Christian Brueffer
Author: brueffer Date: Tue Dec 30 20:31:37 2008 New Revision: 186614 URL: http://svn.freebsd.org/changeset/base/186614 Log: Add missing comma. Modified: head/share/man/man4/cpuctl.4 Modified: head/share/man/man4/cpuctl.4 ===

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

2008-12-30 Thread Christian Brueffer
Author: brueffer Date: Tue Dec 30 20:26:16 2008 New Revision: 186613 URL: http://svn.freebsd.org/changeset/base/186613 Log: Mdoc and wording improvements, also point to cpucontrol(8). Modified: head/share/man/man4/cpuctl.4 Modified: head/share/man/man4/cpuctl.4 ==

svn commit: r186612 - head/sys/i386/conf

2008-12-30 Thread Rui Paulo
Author: rpaulo Date: Tue Dec 30 20:25:49 2008 New Revision: 186612 URL: http://svn.freebsd.org/changeset/base/186612 Log: Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't compile). Modified: head/sys/i386/conf/USB2 Modified: head/sys/i386/conf/USB2 ===

svn commit: r186611 - head/usr.sbin/cpucontrol

2008-12-30 Thread Christian Brueffer
Author: brueffer Date: Tue Dec 30 20:16:33 2008 New Revision: 186611 URL: http://svn.freebsd.org/changeset/base/186611 Log: Mdoc and wording improvements. Modified: head/usr.sbin/cpucontrol/cpucontrol.8 Modified: head/usr.sbin/cpucontrol/cpucontrol.8 =

svn commit: r186610 - head/sys/amd64/conf

2008-12-30 Thread Rui Paulo
Author: rpaulo Date: Tue Dec 30 20:13:20 2008 New Revision: 186610 URL: http://svn.freebsd.org/changeset/base/186610 Log: Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't compile). Modified: head/sys/amd64/conf/USB2 Modified: head/sys/amd64/conf/USB2 =

svn commit: r186609 - head/sys/vm

2008-12-30 Thread Alan Cox
Author: alc Date: Tue Dec 30 19:48:03 2008 New Revision: 186609 URL: http://svn.freebsd.org/changeset/base/186609 Log: Move the implementation of the vm map's fast path on address lookup from vm_map_lookup{,_locked}() to vm_map_lookup_entry(). Having the fast path in vm_map_lookup{,_locked}

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

2008-12-30 Thread Rui Paulo
Author: rpaulo Date: Tue Dec 30 19:46:06 2008 New Revision: 186608 URL: http://svn.freebsd.org/changeset/base/186608 Log: Add a kernel config file so that users have less difficulty testing USBng. If it makes sense, it could be done for arm/mips too. Added: head/sys/amd64/conf/USB2 (

svn commit: r186607 - head/usr.sbin/sade

2008-12-30 Thread Ken Smith
Author: kensmith Date: Tue Dec 30 18:21:54 2008 New Revision: 186607 URL: http://svn.freebsd.org/changeset/base/186607 Log: Oops, missed removing an 's' in previous rev. Submitted by: Jens Schweikhardt (schweikh schweikhardt net) Modified: head/usr.sbin/sade/disks.c Modified: head/usr

Re: svn commit: r186598 - head/sys/boot/i386/boot0

2008-12-30 Thread Garrett Cooper
On Dec 30, 2008, at 9:35, "David O'Brien" wrote: On Tue, Dec 30, 2008 at 09:40:40AM -0200, Carlos A. M. dos Santos wrote: On Tue, Dec 30, 2008 at 7:40 AM, Luigi Rizzo wrote: Author: luigi Date: Tue Dec 30 09:40:50 2008 New Revision: 186598 URL: http://svn.freebsd.org/changeset/base/186598

svn commit: r186606 - head/sys/kern

2008-12-30 Thread Peter Holm
Author: pho Date: Tue Dec 30 17:54:25 2008 New Revision: 186606 URL: http://svn.freebsd.org/changeset/base/186606 Log: Make sure that unused j->ip[46] are cleared Reviewed by: bz Approved by: kib (mentor) Modified: head/sys/kern/kern_jail.c Modified: head/sys/kern/kern_jail.c ==

svn commit: r186605 - head/usr.sbin/sade

2008-12-30 Thread Ken Smith
Author: kensmith Date: Tue Dec 30 17:36:32 2008 New Revision: 186605 URL: http://svn.freebsd.org/changeset/base/186605 Log: Clean up this message a little bit. Modified: head/usr.sbin/sade/disks.c Modified: head/usr.sbin/sade/disks.c ==

Re: svn commit: r186598 - head/sys/boot/i386/boot0

2008-12-30 Thread David O'Brien
On Tue, Dec 30, 2008 at 09:40:40AM -0200, Carlos A. M. dos Santos wrote: > On Tue, Dec 30, 2008 at 7:40 AM, Luigi Rizzo wrote: > > Author: luigi > > Date: Tue Dec 30 09:40:50 2008 > > New Revision: 186598 > > URL: http://svn.freebsd.org/changeset/base/186598 > > > ---8<--- > > + Add an entry "F6

svn commit: r186604 - head/usr.sbin/sysinstall

2008-12-30 Thread Ken Smith
Author: kensmith Date: Tue Dec 30 17:16:52 2008 New Revision: 186604 URL: http://svn.freebsd.org/changeset/base/186604 Log: Clean up this message a little bit. Modified: head/usr.sbin/sysinstall/disks.c Modified: head/usr.sbin/sysinstall/disks.c ==

svn commit: r186603 - head/sys/kern

2008-12-30 Thread Robert Watson
Author: rwatson Date: Tue Dec 30 16:09:57 2008 New Revision: 186603 URL: http://svn.freebsd.org/changeset/base/186603 Log: Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other local variables named mbcnt in uipc_usrreq.c, this instance is a delta rather than a cache of sb_mbcnt. M

svn commit: r186602 - head/gnu/usr.bin/man/manpath

2008-12-30 Thread Ken Smith
Author: kensmith Date: Tue Dec 30 16:00:36 2008 New Revision: 186602 URL: http://svn.freebsd.org/changeset/base/186602 Log: Remove the /usr/X11R6 paths. It has been long enough since the X stuff moved to /usr/local. Checked with: des (last person to have fiddled with this) MFC after:

Re: svn commit: r184509 - head/share/man/man9

2008-12-30 Thread Dag-Erling Smørgrav
Vadim Goncharov writes: > You've skipped major arguments in favor of minor one. If your "major argument" was this: > Not a reason to live with this instead of moving to documented set of > exit codes. then I'm afraid you're going to have to rephrase it. DES -- Dag-Erling Smørgrav - d...@des.n

svn commit: r186601 - head/sys/kern

2008-12-30 Thread Konstantin Belousov
Author: kib Date: Tue Dec 30 12:51:56 2008 New Revision: 186601 URL: http://svn.freebsd.org/changeset/base/186601 Log: Clear the pointers to the file in the struct filedesc before file is closed in fdfree. Otherwise, sysctl_kern_proc_filedesc may dereference stale struct file * values.

svn commit: r186600 - head/sys/kern

2008-12-30 Thread Konstantin Belousov
Author: kib Date: Tue Dec 30 12:51:14 2008 New Revision: 186600 URL: http://svn.freebsd.org/changeset/base/186600 Log: In r185557, the check for existing negative entry for the given name did not compared nc_dvp with supplied parent directory vnode pointer. Add the check and note that now br

Re: svn commit: r186598 - head/sys/boot/i386/boot0

2008-12-30 Thread Carlos A. M. dos Santos
On Tue, Dec 30, 2008 at 7:40 AM, Luigi Rizzo wrote: > Author: luigi > Date: Tue Dec 30 09:40:50 2008 > New Revision: 186598 > URL: http://svn.freebsd.org/changeset/base/186598 > ---8<--- > + Add an entry "F6 PXE" when the code is built with -DPXE (which is >a default now). Technically, F6 boo

Re: svn commit: r186519 - head

2008-12-30 Thread Dag-Erling Smørgrav
"M. Warner Losh" writes: > Still working on a solution that's correct and mutually acceptable to > DES. i think the ball is in my court. No, it's a build system issue. If it's in anyone's court, it would be ru@'s. The problem is that we need to use different CFLAGS for .o and .So. The quick a

svn commit: r186599 - stable/6/sys/kern

2008-12-30 Thread Alexander Motin
Author: mav Date: Tue Dec 30 09:43:01 2008 New Revision: 186599 URL: http://svn.freebsd.org/changeset/base/186599 Log: MFC rev. 1.227 ng_node and ng_worklist locks both migrated from being spinning locks to adaptive mutexes. Let witness(4) calm down and bring proper types of those locks

svn commit: r186598 - head/sys/boot/i386/boot0

2008-12-30 Thread Luigi Rizzo
Author: luigi Date: Tue Dec 30 09:40:50 2008 New Revision: 186598 URL: http://svn.freebsd.org/changeset/base/186598 Log: A number of small changes to make the 'save choice to disk' safer, and re-enable it as default. In particular: + re-enable the 'update' flag in the Makefile (of co

Re: svn commit: r186520 - head/sys/dev/puc

2008-12-30 Thread Alex Dupre
M. Warner Losh ha scritto: I've had problems with doing that on some Oxford based cards. The vendor that uses them doesn't set them up, so you can't tell my cardbus oxford card from the pcie oxford card that someone else sent me patches for: both with different clock multipliers... I think you