svn commit: r188509 - head/sys/dev/firewire

2009-02-11 Thread Sean Bruno
Author: sbruno Date: Thu Feb 12 03:26:05 2009 New Revision: 188509 URL: http://svn.freebsd.org/changeset/base/188509 Log: Enhance debug messages and attempt to unify them into one format where possible. Reviewed by: scottl Modified: head/sys/dev/firewire/fwohci.c Modified: head/sys/de

svn commit: r188508 - head/sys/dev/firewire

2009-02-11 Thread Sean Bruno
Author: sbruno Date: Thu Feb 12 03:05:42 2009 New Revision: 188508 URL: http://svn.freebsd.org/changeset/base/188508 Log: Update comments around various structs. Add speeds S800, S1600 and S3200 Modified: head/sys/dev/firewire/firewire.h head/sys/dev/firewire/fwohcireg.h head/sys/dev

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

2009-02-11 Thread Warner Losh
Author: imp Date: Thu Feb 12 01:14:49 2009 New Revision: 188507 URL: http://svn.freebsd.org/changeset/base/188507 Log: Rewrite get_pv_entry() to match expectations of the rest of the kernel. Rather than just kick off the page daemon, we actively retire more mappings. The inner loop now loo

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

2009-02-11 Thread Warner Losh
Author: imp Date: Thu Feb 12 01:10:53 2009 New Revision: 188506 URL: http://svn.freebsd.org/changeset/base/188506 Log: pmap_kenrel() was recently deleted from pmap.h. It was still used here, but inconsistently. Change all instances of it to kernel_pmap to match rest of code. Modified: h

RE: svn commit: r188457 - head/sys/dev/bge

2009-02-11 Thread Zhang, Helen
Thank Marius for checking in the code. I ran into the problem mainly because mii driver was not hooked properly, so mii_phy_probe() function failed. -Helen -Original Message- From: Marius Strobl [mailto:mar...@alchemy.franken.de] Sent: Wednesday, February 11, 2009 2:17 PM To: Coleman Ka

svn commit: r188505 - head/sys/arm/xscale/ixp425

2009-02-11 Thread Sam Leffler
Author: sam Date: Wed Feb 11 22:34:50 2009 New Revision: 188505 URL: http://svn.freebsd.org/changeset/base/188505 Log: fix ARM_USE_SMALL_ALLOC after memory layout changes Submitted by: cognet Modified: head/sys/arm/xscale/ixp425/avila_machdep.c Modified: head/sys/arm/xscale/ixp425/avila

svn commit: r188504 - head/sys/dev/ath/ath_hal

2009-02-11 Thread Sam Leffler
Author: sam Date: Wed Feb 11 22:34:22 2009 New Revision: 188504 URL: http://svn.freebsd.org/changeset/base/188504 Log: fix both instances of name Pointy hat: sam Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified: head/sys/dev/ath/ath_hal/ah_internal.h =

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

2009-02-11 Thread John Baldwin
Author: jhb Date: Wed Feb 11 22:29:09 2009 New Revision: 188503 URL: http://svn.freebsd.org/changeset/base/188503 Log: Reorder dacleanup() and cdcleanup() slightly so that the sysctl context is freed while the periph lock is not held. While here, wait until after freeing the softc before re

svn commit: r188502 - in head/sys/fs: cd9660 udf

2009-02-11 Thread John Baldwin
Author: jhb Date: Wed Feb 11 22:22:26 2009 New Revision: 188502 URL: http://svn.freebsd.org/changeset/base/188502 Log: - Consolidate error handling in the cd9660 and udf mount routines. - Always read the character device pointer while the associated devfs vnode is locked. Also, use dev_re

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

2009-02-11 Thread John Baldwin
Author: jhb Date: Wed Feb 11 22:19:54 2009 New Revision: 188501 URL: http://svn.freebsd.org/changeset/base/188501 Log: - If the g_access() call for the initial root mount fails, then fully cleanup. Before the GEOM consumer would not have been closed. - Bump the reference on the character

svn commit: r188500 - head/sys/dev/ath/ath_hal

2009-02-11 Thread Sam Leffler
Author: sam Date: Wed Feb 11 22:18:03 2009 New Revision: 188500 URL: http://svn.freebsd.org/changeset/base/188500 Log: fix typo in AH_CHIP definition Submitted by: Pavel Roskin Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified: head/sys/dev/ath/ath_hal/ah_internal.h ===

Re: svn commit: r188457 - head/sys/dev/bge

2009-02-11 Thread Marius Strobl
On Tue, Feb 10, 2009 at 05:09:47PM -0500, Coleman Kane wrote: > On Tue, 2009-02-10 at 21:54 +, Marius Strobl wrote: > > Author: marius > > Date: Tue Feb 10 21:54:23 2009 > > New Revision: 188457 > > URL: http://svn.freebsd.org/changeset/base/188457 > > > > Log: > > Don't reset the PHY probe

svn commit: r188499 - head/sys/dev/ath/ath_hal/ar5416

2009-02-11 Thread Sam Leffler
Author: sam Date: Wed Feb 11 22:15:37 2009 New Revision: 188499 URL: http://svn.freebsd.org/changeset/base/188499 Log: gcc 4.3.2 examines getLowerUpperIndex() and concludes that it's not guaranteed to initialize its two last arguments. Therefore, there is a warning in the subsequent caller

Re: svn commit: r188497 - in head: include lib/libc/gen lib/libc/stdlib

2009-02-11 Thread Kostik Belousov
On Wed, Feb 11, 2009 at 08:24:59PM +, Ed Schouten wrote: > Author: ed > Date: Wed Feb 11 20:24:59 2009 > New Revision: 188497 > URL: http://svn.freebsd.org/changeset/base/188497 > > Log: > descriptor on FreeBSD, is to use the FIODGNAME ioctl. Because a valid > file descriptor implies a fil

svn commit: r188498 - head/usr.bin/stat

2009-02-11 Thread Ed Schouten
Author: ed Date: Wed Feb 11 20:36:17 2009 New Revision: 188498 URL: http://svn.freebsd.org/changeset/base/188498 Log: Let stat(1) use fdevname(3). Because we now have a reliable library function that converts file descriptors to character device names, let stat(1) use this. This means i

svn commit: r188497 - in head: include lib/libc/gen lib/libc/stdlib

2009-02-11 Thread Ed Schouten
Author: ed Date: Wed Feb 11 20:24:59 2009 New Revision: 188497 URL: http://svn.freebsd.org/changeset/base/188497 Log: Add two new routines: fdevname() and fdevname_r(). A more elegant way of obtaining a name of a character device by its file descriptor on FreeBSD, is to use the FIODGNAME

svn commit: r188494 - head/sys/net80211

2009-02-11 Thread Sam Leffler
Author: sam Date: Wed Feb 11 18:40:09 2009 New Revision: 188494 URL: http://svn.freebsd.org/changeset/base/188494 Log: improve key index map reclaim debug msg Modified: head/sys/net80211/ieee80211_node.c Modified: head/sys/net80211/ieee80211_node.c ===

svn commit: r188493 - head/sys/net80211

2009-02-11 Thread Sam Leffler
Author: sam Date: Wed Feb 11 18:39:20 2009 New Revision: 188493 URL: http://svn.freebsd.org/changeset/base/188493 Log: oops, fix octal escape sequence Modified: head/sys/net80211/ieee80211_var.h Modified: head/sys/net80211/ieee80211_var.h =

svn commit: r188492 - head/sys/geom/label

2009-02-11 Thread Ulf Lilleengen
Author: lulf Date: Wed Feb 11 18:13:20 2009 New Revision: 188492 URL: http://svn.freebsd.org/changeset/base/188492 Log: - Use the correct argument when determining the buffer size. PR: kern/131575 MFC after:2 days Modified: head/sys/geom/label/g_label_msdosfs.c Modified:

svn commit: r188489 - head/sys/net80211

2009-02-11 Thread Sam Leffler
Author: sam Date: Wed Feb 11 17:30:36 2009 New Revision: 188489 URL: http://svn.freebsd.org/changeset/base/188489 Log: remove bogus reference reclaim on the slave-side bss node on beacon miss Modified: head/sys/net80211/ieee80211_tdma.c Modified: head/sys/net80211/ieee80211_tdma.c ==

svn commit: r188488 - head/sys/net80211

2009-02-11 Thread Sam Leffler
Author: sam Date: Wed Feb 11 17:26:47 2009 New Revision: 188488 URL: http://svn.freebsd.org/changeset/base/188488 Log: fix mis-numbering of IEEE80211_MSG_BITS Modified: head/sys/net80211/ieee80211_var.h Modified: head/sys/net80211/ieee80211_var.h =

svn commit: r188487 - in head: sys/kern sys/sys usr.sbin/pstat

2009-02-11 Thread Ed Schouten
Author: ed Date: Wed Feb 11 16:28:49 2009 New Revision: 188487 URL: http://svn.freebsd.org/changeset/base/188487 Log: Serialize write() calls on TTYs. Just like the old TTY layer, the current MPSAFE TTY layer does not make any attempt to serialize calls of write(). Data is copied into the

svn commit: r188485 - head/sys/kern

2009-02-11 Thread Robert Watson
Author: rwatson Date: Wed Feb 11 15:22:01 2009 New Revision: 188485 URL: http://svn.freebsd.org/changeset/base/188485 Log: Modify fdcopy() so that, during fork(2), it won't copy file descriptors from the parent to the child process if they have an operation vector of &badfileops. This narro

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

2009-02-11 Thread Alexander Motin
John Baldwin wrote: > On Tuesday 10 February 2009 6:22:29 pm Alexander Motin wrote: >> Author: mav >> Date: Tue Feb 10 23:22:29 2009 >> New Revision: 188464 >> URL: http://svn.freebsd.org/changeset/base/188464 >> >> Log: >> Check for device_set_devclass() errors and skip driver probe/attach if >

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

2009-02-11 Thread John Baldwin
On Tuesday 10 February 2009 6:22:29 pm Alexander Motin wrote: > Author: mav > Date: Tue Feb 10 23:22:29 2009 > New Revision: 188464 > URL: http://svn.freebsd.org/changeset/base/188464 > > Log: > Check for device_set_devclass() errors and skip driver probe/attach if any. > Attach call without

svn commit: r188484 - head/sys/dev/ppbus

2009-02-11 Thread John Baldwin
Author: jhb Date: Wed Feb 11 14:25:09 2009 New Revision: 188484 URL: http://svn.freebsd.org/changeset/base/188484 Log: Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flag in 'sc_state'. This allows the lpt_release_ppbus() calls in those two routines to actually release t

svn commit: r188483 - head/tools/regression/file/newfileops_on_fork

2009-02-11 Thread Robert Watson
Author: rwatson Date: Wed Feb 11 13:44:27 2009 New Revision: 188483 URL: http://svn.freebsd.org/changeset/base/188483 Log: Add a regresion test to determine whether or not a file descriptor is allocated in a fork(2)-inheritable way at the beginning or end of an accept(2) system call. This t

Re: svn commit: r188480 - head/sys/dev/sound/pci

2009-02-11 Thread Joel Dahl
Alexander Leidinger skrev: Author: netchild Date: Wed Feb 11 10:29:45 2009 New Revision: 188480 URL: http://svn.freebsd.org/changeset/base/188480 Log: All open fixes and improvements from Konstantin for which users had to use patches so far: Thank you. -- Joel ___

svn commit: r188482 - in head/tools/tools/nanobsd/rescue: . Files Files/conf Files/etc Files/etc/ssh Files/root Files/usr Files/usr/ports Pkg

2009-02-11 Thread Michael Reifenberger
Author: mr Date: Wed Feb 11 12:15:35 2009 New Revision: 188482 URL: http://svn.freebsd.org/changeset/base/188482 Log: Add files to build i386/amd64 bootable rescue ISO images using the nanobsd framework. Added: head/tools/tools/nanobsd/rescue/ head/tools/tools/nanobsd/rescue/AMD64 (cont

svn commit: r188481 - head/usr.bin/stat

2009-02-11 Thread Maxim Konovalov
Author: maxim Date: Wed Feb 11 10:50:26 2009 New Revision: 188481 URL: http://svn.freebsd.org/changeset/base/188481 Log: o Print an octal representation of suid, sgid and sticky bits with -x flag. PR: bin/131569 Submitted by: Jaakko Heinonen Reported by: Yannick Cadin MFC a

svn commit: r188480 - head/sys/dev/sound/pci

2009-02-11 Thread Alexander Leidinger
Author: netchild Date: Wed Feb 11 10:29:45 2009 New Revision: 188480 URL: http://svn.freebsd.org/changeset/base/188480 Log: All open fixes and improvements from Konstantin for which users had to use patches so far: + Envy24: - fix: broken init data for M Audio Delta DiO 2496 - add

svn commit: r188479 - stable/7/usr.bin/netstat

2009-02-11 Thread Maxim Konovalov
Author: maxim Date: Wed Feb 11 10:28:55 2009 New Revision: 188479 URL: http://svn.freebsd.org/changeset/base/188479 Log: MFC r186644: show unix sockets listen queues stats with -L flag. Modified: stable/7/usr.bin/netstat/ (props changed) stable/7/usr.bin/netstat/main.c stable/7/usr.bin/

svn commit: r188478 - head/etc/rc.d

2009-02-11 Thread Mike Makonnen
Author: mtm Date: Wed Feb 11 09:18:09 2009 New Revision: 188478 URL: http://svn.freebsd.org/changeset/base/188478 Log: Reword informational message by rc.d/defaultroute. PR: conf/131458 Modified: head/etc/rc.d/defaultroute Modified: head/etc/rc.d/defaultroute =

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

2009-02-11 Thread Alexander Motin
M. Warner Losh wrote: > In message: <200902110848450...@442211619> > "Alexander Motin" writes: > : > Alexander Motin writes: > : > : Author: mav > : > : Date: Tue Feb 10 23:22:29 2009 > : > : New Revision: 188464 > : > : URL: http://svn.freebsd.org/changeset/base/188464 >