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

2010-07-31 Thread pluknet
On 31 July 2010 04:08, Rui Paulo 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: head/sys/modu

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 he

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 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

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 head/share/man/man4

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/ head/sys/po

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. Sponso

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: head/bin/sleep

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: 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 chance

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 the

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: head/lib/libproc/Makef

svn commit: r210690 - head/lib

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 16:12:47 2010 New Revision: 210690 URL: http://svn.freebsd.org/changeset/base/210690 Log: Build librtld_db. Sponsored by: The FreeBSD Foundation Modified: head/lib/Makefile Modified: head/lib/Makefile ==

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: head/cddl/usr.sbin/dtrac

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

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 17:10:55 2010 New Revision: 210692 URL: http://svn.freebsd.org/changeset/base/210692 Log: Update to the new proc_detach() function. Sponsored by: The FreeBSD Foundation Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_proc.c Modified: head/

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 spe

svn commit: r210693 - in head/cddl: lib usr.sbin

2010-07-31 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 17:13:14 2010 New Revision: 210693 URL: http://svn.freebsd.org/changeset/base/210693 Log: libdtrace, dtrace(1) and lockstat(1) are for i386 and amd64 only right now. Sponsored by: The FreeBSD Foundation Modified: head/cddl/lib/Makefile head/cddl/usr.sb

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: head/lib/

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. S

svn commit: r210696 - head/bin/sleep

2010-07-31 Thread Konstantin Belousov
Author: kib Date: Sat Jul 31 17:41:58 2010 New Revision: 210696 URL: http://svn.freebsd.org/changeset/base/210696 Log: Deal with proper format for printing time_t. Reported by: ache MFC after:3 weeks Modified: head/bin/sleep/sleep.c Modified: head/bin/sleep/sleep.c ==

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

2010-07-31 Thread Kostik Belousov
On Sat, Jul 31, 2010 at 08:54:34PM +0400, Andrey Chernov wrote: > 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 tim

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: head/cddl/usr.sbin/l

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: head/usr.sbin/pc-sysinstall/backend/functions-

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: head/usr.s

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

2010-07-31 Thread Pawel Jakub Dawidek
On Sat, Jul 31, 2010 at 07:25:51PM +, Warner Losh wrote: > 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

svn commit: r210702 - in head: bin/ln sbin/camcontrol sbin/hastd sbin/ifconfig sbin/iscontrol sbin/sunlabel

2010-07-31 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Jul 31 21:09:49 2010 New Revision: 210702 URL: http://svn.freebsd.org/changeset/base/210702 Log: Spelling fixes. Modified: head/bin/ln/ln.1 head/sbin/camcontrol/camcontrol.8 head/sbin/hastd/hast.conf.5 head/sbin/ifconfig/ifconfig.8 head/sbin/isco

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 case,

svn commit: r210704 - in head/sys/powerpc: aim include

2010-07-31 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jul 31 21:35:15 2010 New Revision: 210704 URL: http://svn.freebsd.org/changeset/base/210704 Log: Improve hash coverage for kernel page table entries by modifying the kernel ESID -> VSID map function. This makes ZFS run stably on PowerPC under heavy loads (repeate

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

2010-07-31 Thread Kris Moore
"Pawel Jakub Dawidek" wrote: >On Sat, Jul 31, 2010 at 07:25:51PM +, Warner Losh wrote: >> 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 + journ