Re: svn commit: r210668 - head/sys/modules/ata/atacore

2010-07-31 Thread pluknet
On 31 July 2010 04:08, Rui Paulo rpa...@freebsd.org wrote: Author: rpaulo Date: Sat Jul 31 00:08:18 2010 New Revision: 210668 URL: http://svn.freebsd.org/changeset/base/210668 Log:  pci_if.h is required to build atacore. Modified:  head/sys/modules/ata/atacore/Makefile Modified:

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

2010-07-31 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Jul 31 10:01:15 2010 New Revision: 210669 URL: http://svn.freebsd.org/changeset/base/210669 Log: Spelling fixes. Modified: head/share/man/man9/DEVICE_PROBE.9 head/share/man/man9/VFS_VGET.9 head/share/man/man9/bios.9 head/share/man/man9/kproc.9

svn commit: r210670 - stable/8/sys/dev/iwn

2010-07-31 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Jul 31 10:12:53 2010 New Revision: 210670 URL: http://svn.freebsd.org/changeset/base/210670 Log: MFC r210209: - Add new IDs for 6000 series devices. - The 6000 series WiMAX devices need a separate firmware. - The b-gen devices are not hooked because the hardware

svn commit: r210671 - stable/8/sys/dev/iwn

2010-07-31 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Jul 31 10:15:18 2010 New Revision: 210671 URL: http://svn.freebsd.org/changeset/base/210671 Log: MFC r210110: Detect active chains differently to work around a firmware bug which would mark non-existing chains as active. Obtained from:OpenBSD

svn commit: r210674 - stable/8/sys/dev/iwn

2010-07-31 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Jul 31 10:20:09 2010 New Revision: 210674 URL: http://svn.freebsd.org/changeset/base/210674 Log: MFC r210114: Handle RUN-ASSOC-RUN transition correctly, as in not trigger a firmware error. Convert if statements to a switch statement while I'm here. Modified:

svn commit: r210675 - stable/8/share/man/man4

2010-07-31 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Jul 31 10:24:10 2010 New Revision: 210675 URL: http://svn.freebsd.org/changeset/base/210675 Log: MFC r210289: Update manpage to reflect changes regarding the 6050's firmware. Modified: stable/8/share/man/man4/iwn.4 stable/8/share/man/man4/iwnfw.4 Directory

Re: svn commit: r210668 - head/sys/modules/ata/atacore

2010-07-31 Thread Rui Paulo
On 31 Jul 2010, at 08:00, pluknet wrote: On 31 July 2010 04:08, Rui Paulo rpa...@freebsd.org wrote: Author: rpaulo Date: Sat Jul 31 00:08:18 2010 New Revision: 210668 URL: http://svn.freebsd.org/changeset/base/210668 Log: pci_if.h is required to build atacore. Modified:

svn commit: r210676 - in head/share/man: man4 man5 man9

2010-07-31 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Jul 31 12:14:28 2010 New Revision: 210676 URL: http://svn.freebsd.org/changeset/base/210676 Log: Fix a bunch of typos and spelling mistakes. Modified: head/share/man/man4/ae.4 head/share/man/man4/asmc.4 head/share/man/man4/ata.4

svn commit: r210677 - in head/sys: conf powerpc/conf powerpc/mambo

2010-07-31 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jul 31 13:22:34 2010 New Revision: 210677 URL: http://svn.freebsd.org/changeset/base/210677 Log: Add support for the IBM Full-System Simulator (Mambo). This code has been developed against the 970 and Cell simulators. Added: head/sys/powerpc/mambo/

svn commit: r210678 - head/lib/librtld_db

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 14:26:10 2010 New Revision: 210678 URL: http://svn.freebsd.org/changeset/base/210678 Log: Import the librtld_db library. This is needed by userland DTrace. This is not yet enabled in the build because I also need to import a new version of libproc.

svn commit: r210679 - head/bin/sleep

2010-07-31 Thread Konstantin Belousov
Author: kib Date: Sat Jul 31 14:30:11 2010 New Revision: 210679 URL: http://svn.freebsd.org/changeset/base/210679 Log: Report the time left for the sleep on SIGINFO. Be stricter in the checking of interval specification. PR: bin/139345 MFC after:3 weeks Modified:

svn commit: r210680 - head/share/mk

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 14:32:54 2010 New Revision: 210680 URL: http://svn.freebsd.org/changeset/base/210680 Log: Add LIBRTLD_DB. Sponsored by: The FreeBSD Foundation Modified: head/share/mk/bsd.libnames.mk Modified: head/share/mk/bsd.libnames.mk

svn commit: r210681 - head/gnu/usr.bin/groff/tmac

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 14:36:34 2010 New Revision: 210681 URL: http://svn.freebsd.org/changeset/base/210681 Log: Add librtld_db. Sponsored by: The FreeBSD Foundation Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified: head/gnu/usr.bin/groff/tmac/mdoc.local

svn commit: r210682 - head/lib

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 14:52:29 2010 New Revision: 210682 URL: http://svn.freebsd.org/changeset/base/210682 Log: libproc is going to be i386/amd64 only with the next update. Sponsored by: The FreeBSD Foundation Modified: head/lib/Makefile Modified: head/lib/Makefile

svn commit: r210683 - head/lib

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 14:53:43 2010 New Revision: 210683 URL: http://svn.freebsd.org/changeset/base/210683 Log: Simplify the Makefile. The i386 and amd64 sections are equal. Sponsored by: The FreeBSD Foundation Modified: head/lib/Makefile Modified: head/lib/Makefile

svn commit: r210684 - head/gnu/usr.bin/groff/tmac

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 14:57:33 2010 New Revision: 210684 URL: http://svn.freebsd.org/changeset/base/210684 Log: Add libproc. Sponsored by: The FreeBSD Foundation Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified: head/gnu/usr.bin/groff/tmac/mdoc.local

svn commit: r210685 - svnadmin/conf

2010-07-31 Thread Philip Paeps
Author: philip Date: Sat Jul 31 14:57:38 2010 New Revision: 210685 URL: http://svn.freebsd.org/changeset/base/210685 Log: Take cbzimmer's commit bit into safekeeping per his request. Approved by: core Modified: svnadmin/conf/access svnadmin/conf/mentors Modified:

svn commit: r210686 - head/sys/netinet

2010-07-31 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jul 31 15:31:23 2010 New Revision: 210686 URL: http://svn.freebsd.org/changeset/base/210686 Log: MFp4 @181628: Free the rtentry after we diconnected it from the FIB and are counting it as rttrash. There might still be a chance we leak it from a different code path

Re: svn commit: r210686 - head/sys/netinet

2010-07-31 Thread Bjoern A. Zeeb
On Sat, 31 Jul 2010, Bjoern A. Zeeb wrote: Author: bz Date: Sat Jul 31 15:31:23 2010 New Revision: 210686 URL: http://svn.freebsd.org/changeset/base/210686 Log: MFp4 @181628: Free the rtentry after we diconnected it from the FIB and are counting it as rttrash. There might still be a

svn commit: r210687 - stable/8/sys/fs/nfsserver

2010-07-31 Thread Rick Macklem
Author: rmacklem Date: Sat Jul 31 15:36:54 2010 New Revision: 210687 URL: http://svn.freebsd.org/changeset/base/210687 Log: MFC: r210030 Fix a bogus comment that mentions lru lists that don't exist. Modified: stable/8/sys/fs/nfsserver/nfs_nfsdstate.c Directory Properties: stable/8/sys/

svn commit: r210688 - in head/lib/libproc: . test test/t1-bkpt test/t2-name2map test/t3-name2sym

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 16:10:20 2010 New Revision: 210688 URL: http://svn.freebsd.org/changeset/base/210688 Log: New version of libproc. Changes are: * breakpoint setup support * register query * symbol to address mapping and vice-versa * more misc utility functions based on

svn commit: r210689 - head/lib/libproc

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 16:11:11 2010 New Revision: 210689 URL: http://svn.freebsd.org/changeset/base/210689 Log: Bump the shared library major version due to ABI conflicts. Sponsored by: The FreeBSD Foundation Modified: head/lib/libproc/Makefile Modified:

svn commit: r210691 - head/cddl/usr.sbin/dtrace

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 17:09:37 2010 New Revision: 210691 URL: http://svn.freebsd.org/changeset/base/210691 Log: dtrace(1) now depends on libutil and librtld_db. Sponsored by: The FreeBSD Foundation Modified: head/cddl/usr.sbin/dtrace/Makefile Modified:

Re: svn commit: r210679 - head/bin/sleep

2010-07-31 Thread Andrey Chernov
On Sat, Jul 31, 2010 at 02:30:11PM +, Konstantin Belousov wrote: Author: kib Date: Sat Jul 31 14:30:11 2010 New Revision: 210679 URL: http://svn.freebsd.org/changeset/base/210679 Log: Report the time left for the sleep on SIGINFO. Be stricter in the checking of interval

svn commit: r210694 - head/lib/libproc

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 17:14:54 2010 New Revision: 210694 URL: http://svn.freebsd.org/changeset/base/210694 Log: Revert SHLIB_MAJOR to 2. As discussed with kan@, since DTrace is the only consumer of libproc right now, there's no need for a major shlib bump. Modified:

svn commit: r210695 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 17:23:37 2010 New Revision: 210695 URL: http://svn.freebsd.org/changeset/base/210695 Log: proc_wait() was replaced by proc_wstatus(). Right now this call is useless because userland support is not working on HEAD, but this makes libdtrace compile again.

svn commit: r210697 - head/cddl/usr.sbin/lockstat

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 17:58:44 2010 New Revision: 210697 URL: http://svn.freebsd.org/changeset/base/210697 Log: lockstat(1) now depends on libutil and librtld_db. Sponsored by: The FreeBSD Foundation Modified: head/cddl/usr.sbin/lockstat/Makefile Modified:

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

2010-07-31 Thread Jayachandran C.
Author: jchandra Date: Sat Jul 31 19:11:38 2010 New Revision: 210698 URL: http://svn.freebsd.org/changeset/base/210698 Log: Use fuword32() to fetch instructions, this will work on both 32 and 64 bit compilation. Modified: head/sys/mips/mips/trap.c Modified: head/sys/mips/mips/trap.c

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

2010-07-31 Thread Jayachandran C.
Author: jchandra Date: Sat Jul 31 19:13:08 2010 New Revision: 210699 URL: http://svn.freebsd.org/changeset/base/210699 Log: Use PTR_ADDU to change sp, so that it works for n64 too. Modified: head/sys/mips/mips/swtch.S Modified: head/sys/mips/mips/swtch.S

svn commit: r210700 - head/usr.sbin/pc-sysinstall/backend

2010-07-31 Thread Warner Losh
Author: imp Date: Sat Jul 31 19:25:51 2010 New Revision: 210700 URL: http://svn.freebsd.org/changeset/base/210700 Log: Adds the async option for journaled file systems (UFS + journaling) Submitted by: kris moore (kris at pcbsd org) Modified:

svn commit: r210701 - head/usr.sbin/pc-sysinstall/backend

2010-07-31 Thread Warner Losh
Author: imp Date: Sat Jul 31 19:27:43 2010 New Revision: 210701 URL: http://svn.freebsd.org/changeset/base/210701 Log: Fixes a bug when installing with a ZFS on root (/) and UFS /boot partition. Don't stamp the zfs boot-loader in this case. Submitted by: kris moore Modified:

svn commit: r210703 - in head/sys: netinet netinet6

2010-07-31 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jul 31 21:33:18 2010 New Revision: 210703 URL: http://svn.freebsd.org/changeset/base/210703 Log: Document the mandatory argument to the arptimer() and nd6_llinfo_timer() functions with a KASSERT(). Note: there is no need to return after panic. In the legacy IP

svn commit: r210706 - stable/8/sys/fs/nfsclient

2010-07-31 Thread Rick Macklem
Author: rmacklem Date: Sun Aug 1 01:06:17 2010 New Revision: 210706 URL: http://svn.freebsd.org/changeset/base/210706 Log: MFC: r210032 For the experimental NFSv4 client, do not use cached attributes that were invalidated even when a delegation for the file is held. Modified: