svn commit: r188934 - head/tools/regression/fstest

2009-02-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Feb 23 07:33:29 2009 New Revision: 188934 URL: http://svn.freebsd.org/changeset/base/188934 Log: Add explicit casting in few places. It is only really necessary for open(2)'s third argument, which is optional and obtained through stdarg(3). open(2)'s third argument

svn commit: r188932 - in head/sys: amd64/amd64 i386/i386

2009-02-22 Thread Alan Cox
Author: alc Date: Mon Feb 23 06:00:24 2009 New Revision: 188932 URL: http://svn.freebsd.org/changeset/base/188932 Log: Optimize free_pv_entry(); specifically, avoid repeated TAILQ_REMOVE()s. MFC after:1 week Modified: head/sys/amd64/amd64/pmap.c head/sys/i386/i386/pmap.c Modified:

svn commit: r188929 - head/sys/fs/tmpfs

2009-02-22 Thread Alan Cox
Author: alc Date: Sun Feb 22 19:50:09 2009 New Revision: 188929 URL: http://svn.freebsd.org/changeset/base/188929 Log: Use uiomove_fromphys() instead of the combination of sf_buf and uiomove(). This is not only shorter; it also eliminates unnecessary thread pinning on architectures that i

svn commit: r188928 - stable/7/usr.sbin/ifmcstat

2009-02-22 Thread Bruce M Simpson
Author: bms Date: Sun Feb 22 19:23:58 2009 New Revision: 188928 URL: http://svn.freebsd.org/changeset/base/188928 Log: fix typo! Modified: stable/7/usr.sbin/ifmcstat/ifmcstat.c Modified: stable/7/usr.sbin/ifmcstat/ifmcstat.c ===

svn commit: r188925 - head/sys/net80211

2009-02-22 Thread Sam Leffler
Author: sam Date: Sun Feb 22 18:48:54 2009 New Revision: 188925 URL: http://svn.freebsd.org/changeset/base/188925 Log: change tdma slave behaviour: if the channel is locked don't do bmiss handling (so no scanning/roaming) Reviewed by: Chris Anderson Modified: head/sys/net80211/ieee802

svn commit: r188924 - head/sys/net80211

2009-02-22 Thread Sam Leffler
Author: sam Date: Sun Feb 22 18:46:36 2009 New Revision: 188924 URL: http://svn.freebsd.org/changeset/base/188924 Log: display min/max dwell times in msecs in debug msgs Modified: head/sys/net80211/ieee80211_scan.c Modified: head/sys/net80211/ieee80211_scan.c

svn commit: r188923 - in head: share/mk sys/conf

2009-02-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 22 18:45:30 2009 New Revision: 188923 URL: http://svn.freebsd.org/changeset/base/188923 Log: Explicitly disable generation of Altivec instructions in the kernel on PowerPC, and add support to allow users to set their CPUTYPE in make.conf. Modified: head/sha

svn commit: r188922 - head/sbin/atacontrol

2009-02-22 Thread Alexander Motin
Author: mav Date: Sun Feb 22 18:22:21 2009 New Revision: 188922 URL: http://svn.freebsd.org/changeset/base/188922 Log: Add SATA and USB modes for completeness. USB modes principally can't be set, SATA mode setting is not implementes at this time. Submitted by: Christoph Mallon Modified:

svn commit: r188921 - head/sys/fs/tmpfs

2009-02-22 Thread Alan Cox
Author: alc Date: Sun Feb 22 18:15:17 2009 New Revision: 188921 URL: http://svn.freebsd.org/changeset/base/188921 Log: Simplify the unwiring and activation of pages. MFC after:1 week Modified: head/sys/fs/tmpfs/tmpfs_vnops.c Modified: head/sys/fs/tmpfs/tmpfs_vnops.c

svn commit: r188919 - head/sbin/geom/class/journal

2009-02-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Feb 22 15:03:29 2009 New Revision: 188919 URL: http://svn.freebsd.org/changeset/base/188919 Log: - Punctuation fixes. - New sentence - new line. Reported by: Ben Kaduk - No more than 80 chars per line. Modified: head/sbin/geom/class/journal/gjournal.8 Modi

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

2009-02-22 Thread Alexander Motin
Author: mav Date: Sun Feb 22 14:08:20 2009 New Revision: 188918 URL: http://svn.freebsd.org/changeset/base/188918 Log: Tune AHCI verbose messages to make log more readable. Modified: head/sys/dev/ata/chipsets/ata-ahci.c Modified: head/sys/dev/ata/chipsets/ata-ahci.c =

svn commit: r188917 - head/share/man/man9

2009-02-22 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Feb 22 13:38:16 2009 New Revision: 188917 URL: http://svn.freebsd.org/changeset/base/188917 Log: Mention disk_gone() in disk(9). Approved by: rwatson (mentor) Modified: head/share/man/man9/Makefile head/share/man/man9/disk.9 Modified: head/share/man/man9/Makef

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

2009-02-22 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Feb 22 13:37:22 2009 New Revision: 188916 URL: http://svn.freebsd.org/changeset/base/188916 Log: Fix a typo and add manpage links to geom(4). Approved by: rwatson (mentor) Modified: head/share/man/man4/geom.4 Modified: head/share/man/man4/geom.4

svn commit: r188915 - stable/7/usr.sbin/ifmcstat

2009-02-22 Thread Bruce M Simpson
Author: bms Date: Sun Feb 22 13:34:01 2009 New Revision: 188915 URL: http://svn.freebsd.org/changeset/base/188915 Log: MFC: Fix a typo which caused ifmcstat's sysctl path to print the network-layer endpoint address of the group membership, rather than its link-layer mapping as in

Re: svn commit: r188727 - in stable/7: sys sys/contrib/pf sys/dev/ath/ath_hal sys/dev/cxgb sys/kern sys/modules/sem sys/sys tools/regression/posixsem usr.bin/procstat

2009-02-22 Thread Bruce Simpson
John Baldwin wrote: Hmm, by symbols I meant having things built with debug symbols (i.e. "-g"). OK... I will try to build a Python interpreter w/debug symbols next time around. I am just giving this a dry run for now -- I am collaborating on a project where we've ended up implementing st

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

2009-02-22 Thread Rui Paulo
Author: rpaulo Date: Sun Feb 22 12:40:58 2009 New Revision: 188914 URL: http://svn.freebsd.org/changeset/base/188914 Log: Fix typo. Modified: head/share/man/man4/iwi.4 Modified: head/share/man/man4/iwi.4 == --- head/

svn commit: r188913 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb vm

2009-02-22 Thread Konstantin Belousov
Author: kib Date: Sun Feb 22 10:28:09 2009 New Revision: 188913 URL: http://svn.freebsd.org/changeset/base/188913 Log: MFC r188320: Do not leak the MAP_ENTRY_IN_TRANSITION flag when copying map entry on fork. Otherwise, copied entry cannot be removed in the child map. Modified: stable/7/s

svn commit: r188912 - head/sys/dev/ata

2009-02-22 Thread Alexander Motin
Author: mav Date: Sun Feb 22 10:26:02 2009 New Revision: 188912 URL: http://svn.freebsd.org/changeset/base/188912 Log: Remove one more place of master/slave terms usage. Modified: head/sys/dev/ata/ata-all.c Modified: head/sys/dev/ata/ata-all.c

svn commit: r188911 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb fs/tmpfs

2009-02-22 Thread Konstantin Belousov
Author: kib Date: Sun Feb 22 10:25:07 2009 New Revision: 188911 URL: http://svn.freebsd.org/changeset/base/188911 Log: MFC r188318: Lookup up the directory entry for the tmpfs node that are deleted by both node pointer and name component. This does the right thing for hardlinks to the same

svn commit: r188910 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern sys ufs/ufs

2009-02-22 Thread Konstantin Belousov
Author: kib Date: Sun Feb 22 10:17:10 2009 New Revision: 188910 URL: http://svn.freebsd.org/changeset/base/188910 Log: MFC r187528: Move the code from ufs_lookup.c used to do dotdot lookup, into the helper function. It is supposed to be useful for any filesystem that has to unlock dvp to w