svn commit: r194613 - in vendor/clang/dist: . include/clang/AST include/clang/Analysis/PathSensitive include/clang/Basic include/clang/Driver include/clang/Frontend include/clang/Parse lib/AST lib/...

2009-06-22 Thread Ed Schouten
Author: ed Date: Mon Jun 22 08:08:35 2009 New Revision: 194613 URL: http://svn.freebsd.org/changeset/base/194613 Log: Update Clang sources to r73879. Added: vendor/clang/dist/include/clang/AST/TypeVisitor.h vendor/clang/dist/include/clang/Frontend/ASTUnit.h

svn commit: r194614 - vendor/llvm/llvm-r73879

2009-06-22 Thread Ed Schouten
Author: ed Date: Mon Jun 22 08:09:13 2009 New Revision: 194614 URL: http://svn.freebsd.org/changeset/base/194614 Log: Tag LLVM at r73879. Added: vendor/llvm/llvm-r73879/ - copied from r194613, vendor/llvm/dist/ ___ svn-src-all@freebsd.org

svn commit: r194615 - vendor/clang/clang-r73879

2009-06-22 Thread Ed Schouten
Author: ed Date: Mon Jun 22 08:09:35 2009 New Revision: 194615 URL: http://svn.freebsd.org/changeset/base/194615 Log: Tag Clang at r73879. Added: vendor/clang/clang-r73879/ - copied from r194614, vendor/clang/dist/ ___ svn-src-all@freebsd.org

svn commit: r194616 - head/sys/netinet

2009-06-22 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 22 09:24:46 2009 New Revision: 194616 URL: http://svn.freebsd.org/changeset/base/194616 Log: Remove a hack from r186086 so that IPsec via loopback routes continued working. It was targeted for stable/7 compatibility and actually never did anything in HEAD.

svn commit: r194617 - head/sys/cddl/compat/opensolaris/kern

2009-06-22 Thread Konstantin Belousov
Author: kib Date: Mon Jun 22 10:08:48 2009 New Revision: 194617 URL: http://svn.freebsd.org/changeset/base/194617 Log: O_NOFOLLOW shall be in flags, not in cmode. Noted by: bde Modified: head/sys/cddl/compat/opensolaris/kern/opensolaris_kobj.c Modified:

svn commit: r194618 - head/sys/sys

2009-06-22 Thread Konstantin Belousov
Author: kib Date: Mon Jun 22 10:11:35 2009 New Revision: 194618 URL: http://svn.freebsd.org/changeset/base/194618 Log: Move definitions of AT_* constants from the middle of the open(2) flags enumeration. Noted by: bde Modified: head/sys/sys/fcntl.h Modified: head/sys/sys/fcntl.h

Re: svn commit: r194586 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs kern sys

2009-06-22 Thread Kostik Belousov
On Mon, Jun 22, 2009 at 02:12:57PM +1000, Bruce Evans wrote: On Sun, 21 Jun 2009, Konstantin Belousov wrote: Log: Add another flags argument to vn_open_cred. Use it to specify that some vn_open_cred invocations shall not audit namei path. Modified:

svn commit: r194619 - head/sys/netatalk

2009-06-22 Thread Robert Watson
Author: rwatson Date: Mon Jun 22 10:23:54 2009 New Revision: 194619 URL: http://svn.freebsd.org/changeset/base/194619 Log: Add a global rwlock, at_ifaddr_rw, to protect the global netatalk address lists, at_ifaddr_list. Acquire the lock, and use ifaddr refcounts where necessary, to close

svn commit: r194620 - head/sys/net

2009-06-22 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 22 10:27:20 2009 New Revision: 194620 URL: http://svn.freebsd.org/changeset/base/194620 Log: After the update to fxp(4) in r194573 we should no longer need this DELAY(100) hack introduced in r56938. Thanks to:yongari MFC after:6 weeks X-MFC note:

svn commit: r194621 - head/lib/libc/i386/stdlib

2009-06-22 Thread Ed Schouten
Author: ed Date: Mon Jun 22 10:56:08 2009 New Revision: 194621 URL: http://svn.freebsd.org/changeset/base/194621 Log: Remove unneeded stores back into the function arguments. Submitted by: Christoph Mallon Modified: head/lib/libc/i386/stdlib/div.S head/lib/libc/i386/stdlib/ldiv.S

svn commit: r194622 - in head/sys: dev/cxgb/ulp/iw_cxgb net netinet netipx

2009-06-22 Thread Robert Watson
Author: rwatson Date: Mon Jun 22 10:59:34 2009 New Revision: 194622 URL: http://svn.freebsd.org/changeset/base/194622 Log: Add a new function, ifa_ifwithaddr_check(), which rather than returning a pointer to an ifaddr matching the passed socket address, returns a boolean indicating whether

Re: svn commit: r194493 - head/usr.bin/catman

2009-06-22 Thread Joerg Sonnenberger
On Sun, Jun 21, 2009 at 08:12:51PM -0500, Matthew D. Fuller wrote: Actually, I looked at this sort of things some years ago when I was sitting in front of a PPro (which was way outdated by that time), and even the largest manpage I could find in base didn't take more than 6 or 8 seconds to

svn commit: r194623 - stable/7/lib/libmemstat

2009-06-22 Thread John Baldwin
Author: jhb Date: Mon Jun 22 13:46:00 2009 New Revision: 194623 URL: http://svn.freebsd.org/changeset/base/194623 Log: MFC: Update the KVM backend for malloc stats to catch up to the internal structure BI change from the addition of DTrace malloc(9) probes. Modified:

svn commit: r194624 - stable/7/sbin/ipfw

2009-06-22 Thread Luigi Rizzo
Author: luigi Date: Mon Jun 22 14:21:14 2009 New Revision: 194624 URL: http://svn.freebsd.org/changeset/base/194624 Log: MFC: various minor fixes including - use a format string in a printf() - move a variable declaration at the beginning of a block - const-ify strings - fix prototypes

svn commit: r194625 - stable/7/sbin/ipfw

2009-06-22 Thread Luigi Rizzo
Author: luigi Date: Mon Jun 22 14:32:47 2009 New Revision: 194625 URL: http://svn.freebsd.org/changeset/base/194625 Log: MFC: another prototype missed in previous commit Modified: stable/7/sbin/ipfw/nat.c Modified: stable/7/sbin/ipfw/nat.c

svn commit: r194627 - head/sys/cam

2009-06-22 Thread Scott Long
Author: scottl Date: Mon Jun 22 14:43:48 2009 New Revision: 194627 URL: http://svn.freebsd.org/changeset/base/194627 Log: Change cam_periph_ioctl() to take 'cmd' and a u_long instead of an int. All of its callers pass in cmd as a u_long, so this has always been a dangerous type demotion.

Re: svn commit: r194540 - head/sys/dev/drm

2009-06-22 Thread John Baldwin
On Saturday 20 June 2009 12:56:40 pm Daniel Eischen wrote: On Sat, 20 Jun 2009, Robert Noland wrote: Author: rnoland Date: Sat Jun 20 16:45:14 2009 New Revision: 194540 URL: http://svn.freebsd.org/changeset/base/194540 Log: The G45 docs indicate that all G4X chips use the new

Re: svn commit: r194586 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs kern sys

2009-06-22 Thread Bruce Evans
On Mon, 22 Jun 2009, Kostik Belousov wrote: On Mon, Jun 22, 2009 at 02:12:57PM +1000, Bruce Evans wrote: On Sun, 21 Jun 2009, Konstantin Belousov wrote: Log: Add another flags argument to vn_open_cred. Use it to specify that some vn_open_cred invocations shall not audit namei path.

svn commit: r194628 - head/lib/ncurses/ncurses

2009-06-22 Thread Rong-En Fan
Author: rafan Date: Mon Jun 22 15:00:15 2009 New Revision: 194628 URL: http://svn.freebsd.org/changeset/base/194628 Log: - Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcap (i.e. /etc/termcap). This can be useful when using /rescue/vi while /usr is not (or unable to

svn commit: r194629 - head/sys/net

2009-06-22 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 22 15:07:12 2009 New Revision: 194629 URL: http://svn.freebsd.org/changeset/base/194629 Log: Collect all VIMAGE_GLOBALS variables in one place. No longer export rt_tables as all lookups go through rt_tables_get_rnh(). We cannot make rt_tables (and rtstat,

svn commit: r194630 - in head/sys: conf powerpc/conf powerpc/mpc85xx

2009-06-22 Thread Rafal Jaworowski
Author: raj Date: Mon Jun 22 15:34:32 2009 New Revision: 194630 URL: http://svn.freebsd.org/changeset/base/194630 Log: Integrated I2C controller driver (found in MPC85xx and other SOC parts). Obtained from:Freescale, Semihalf Added: head/sys/powerpc/mpc85xx/i2c.c (contents,

svn commit: r194631 - head/release/picobsd/build

2009-06-22 Thread Luigi Rizzo
Author: luigi Date: Mon Jun 22 15:45:26 2009 New Revision: 194631 URL: http://svn.freebsd.org/changeset/base/194631 Log: Add code to generate a bootable ISO image, so we are finally free from the 2.88MB that we had using El Torito emulation. The --iso option was already there, just

svn commit: r194632 - in head/sys: conf powerpc/conf powerpc/mpc85xx

2009-06-22 Thread Rafal Jaworowski
Author: raj Date: Mon Jun 22 15:48:47 2009 New Revision: 194632 URL: http://svn.freebsd.org/changeset/base/194632 Log: DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus. Obtained from:Semihalf Added: head/sys/powerpc/mpc85xx/ds1553_bus_lbc.c

svn commit: r194633 - head/sys/conf

2009-06-22 Thread Rafal Jaworowski
Author: raj Date: Mon Jun 22 15:53:41 2009 New Revision: 194633 URL: http://svn.freebsd.org/changeset/base/194633 Log: Keep file list sorted. Modified: head/sys/conf/files.powerpc Modified: head/sys/conf/files.powerpc

svn commit: r194634 - head/sys/boot/powerpc/uboot

2009-06-22 Thread Rafal Jaworowski
Author: raj Date: Mon Jun 22 15:57:12 2009 New Revision: 194634 URL: http://svn.freebsd.org/changeset/base/194634 Log: Bump PowerPC loader(8) version to reflect extensions it has recently grown. Modified: head/sys/boot/powerpc/uboot/version Modified: head/sys/boot/powerpc/uboot/version

svn commit: r194635 - head/release/picobsd/build

2009-06-22 Thread Luigi Rizzo
Author: luigi Date: Mon Jun 22 16:06:38 2009 New Revision: 194635 URL: http://svn.freebsd.org/changeset/base/194635 Log: fix wrong name for the iso! Modified: head/release/picobsd/build/picobsd Modified: head/release/picobsd/build/picobsd

svn commit: r194636 - stable/7/usr.bin/w

2009-06-22 Thread Hajimu UMEMOTO
Author: ume Date: Mon Jun 22 16:11:34 2009 New Revision: 194636 URL: http://svn.freebsd.org/changeset/base/194636 Log: MFC 181922: %b and %p may contain multibyte characters. Noticed by: nyan Modified: stable/7/usr.bin/w/ (props changed) stable/7/usr.bin/w/pr_time.c Modified:

svn commit: r194637 - head/lib/libkiconv

2009-06-22 Thread Xin LI
Author: delphij Date: Mon Jun 22 17:00:20 2009 New Revision: 194637 URL: http://svn.freebsd.org/changeset/base/194637 Log: Add prototypes when the library is compiled static. Modified: head/lib/libkiconv/quirks.c head/lib/libkiconv/xlat16_sysctl.c Modified: head/lib/libkiconv/quirks.c

svn commit: r194638 - in head: lib/libkiconv sys/libkern sys/sys

2009-06-22 Thread Xin LI
Author: delphij Date: Mon Jun 22 17:09:46 2009 New Revision: 194638 URL: http://svn.freebsd.org/changeset/base/194638 Log: Split tolower/toupper code from usual xlat16 kiconv table, and make it possible to do tolower/toupper independently without code conversion. Submitted by: imura (but

svn commit: r194639 - head/sys/dev/acpica/Osd

2009-06-22 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 22 17:46:55 2009 New Revision: 194639 URL: http://svn.freebsd.org/changeset/base/194639 Log: Add a missing return in NULL mutex case. Submitted by: Pawel Worach (pawel dot worach at gmail dot com) Modified: head/sys/dev/acpica/Osd/OsdSynch.c Modified:

svn commit: r194640 - in head: . sys/net sys/sys

2009-06-22 Thread Bjoern A. Zeeb
THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090622: + Layout of struct vnet has changed as routing related variables + were moved to their own Vimage module. Modules need to be + recompiled. Bump

svn commit: r194641 - in head/sys: net sys

2009-06-22 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 22 17:56:07 2009 New Revision: 194641 URL: http://svn.freebsd.org/changeset/base/194641 Log: Updates after r194640: - shrink size guards for vnet_net. vnet_rtable does not need size guards as it is self-contained. - remove a bunch of defines from vnet.h no

svn commit: r194642 - head/sys/vm

2009-06-22 Thread Alan Cox
Author: alc Date: Mon Jun 22 19:09:48 2009 New Revision: 194642 URL: http://svn.freebsd.org/changeset/base/194642 Log: Validate the page in one place, dev_pager_getpages(), rather than doing it in two places, dev_pager_getfake() and dev_pager_updatefake(). Compare a pointer to NULL

svn commit: r194643 - head/sys/kern

2009-06-22 Thread Andre Oppermann
Author: andre Date: Mon Jun 22 19:35:39 2009 New Revision: 194643 URL: http://svn.freebsd.org/changeset/base/194643 Log: Update m_demote: - remove HT_HEADER test (MT_HEADER == MT_DATA for some time now) - be more pedantic about m_nextpkt in other than first mbuf - update m_flags to be

svn commit: r194644 - head/sys/dev/pci

2009-06-22 Thread John Baldwin
Author: jhb Date: Mon Jun 22 20:08:06 2009 New Revision: 194644 URL: http://svn.freebsd.org/changeset/base/194644 Log: Enable MSI in the MSI capability registers any time that the first message in an MSI group is enabled, not just if the address/data pair are not initialized. Reported

svn commit: r194645 - in head/sys: compat/freebsd32 kern

2009-06-22 Thread John Baldwin
Author: jhb Date: Mon Jun 22 20:12:40 2009 New Revision: 194645 URL: http://svn.freebsd.org/changeset/base/194645 Log: Fix a typo in a comment. Modified: head/sys/compat/freebsd32/syscalls.master head/sys/kern/syscalls.master Modified: head/sys/compat/freebsd32/syscalls.master

Re: svn commit: r194644 - head/sys/dev/pci

2009-06-22 Thread Robert Noland
On Mon, 2009-06-22 at 20:08 +, John Baldwin wrote: Author: jhb Date: Mon Jun 22 20:08:06 2009 New Revision: 194644 URL: http://svn.freebsd.org/changeset/base/194644 Log: Enable MSI in the MSI capability registers any time that the first message in an MSI group is enabled, not just

svn commit: r194646 - head/sys/kern

2009-06-22 Thread John Baldwin
Author: jhb Date: Mon Jun 22 20:14:10 2009 New Revision: 194646 URL: http://svn.freebsd.org/changeset/base/194646 Log: Include definitions for the audit identifiers for compat system calls in sysproto.h. This makes it possible to use SYSCALL_MODULE() for compat system calls that live in

svn commit: r194647 - in head/sys: compat/freebsd32 kern sys

2009-06-22 Thread John Baldwin
Author: jhb Date: Mon Jun 22 20:24:03 2009 New Revision: 194647 URL: http://svn.freebsd.org/changeset/base/194647 Log: Regen. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 20:30:02 2009 New Revision: 194648 URL: http://svn.freebsd.org/changeset/base/194648 Log: make type use consistent Modified: head/sys/arm/xscale/ixp425/ixp425.c Modified: head/sys/arm/xscale/ixp425/ixp425.c

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 20:31:06 2009 New Revision: 194649 URL: http://svn.freebsd.org/changeset/base/194649 Log: swap order in ddb show gpio printf Modified: head/sys/arm/xscale/ixp425/ixp425.c Modified: head/sys/arm/xscale/ixp425/ixp425.c

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 20:33:59 2009 New Revision: 194650 URL: http://svn.freebsd.org/changeset/base/194650 Log: move logic to ACK a GPIO to a separate function Modified: head/sys/arm/xscale/ixp425/ixp425.c Modified: head/sys/arm/xscale/ixp425/ixp425.c

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 20:34:50 2009 New Revision: 194651 URL: http://svn.freebsd.org/changeset/base/194651 Log: kill stray whitespace Modified: head/sys/arm/xscale/ixp425/ixp425.c Modified: head/sys/arm/xscale/ixp425/ixp425.c

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 20:36:22 2009 New Revision: 194652 URL: http://svn.freebsd.org/changeset/base/194652 Log: rewrite arm_get_next_irq to always make forward progress (should be optimized) Modified: head/sys/arm/xscale/ixp425/ixp425.c Modified: head/sys/arm/xscale/ixp425/ixp425.c

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 20:38:55 2009 New Revision: 194653 URL: http://svn.freebsd.org/changeset/base/194653 Log: add ixp425_set_gpio to program the gpio interrupt type Modified: head/sys/arm/xscale/ixp425/avila_ata.c head/sys/arm/xscale/ixp425/ixp425.c

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 20:41:02 2009 New Revision: 194654 URL: http://svn.freebsd.org/changeset/base/194654 Log: map the optional GPS and RS485 uart's on the Gateworks Cambria board (may want to make these conditional) Modified: head/sys/arm/xscale/ixp425/avila_machdep.c

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 20:42:28 2009 New Revision: 194655 URL: http://svn.freebsd.org/changeset/base/194655 Log: always define Cambria GPS+RS485 mappings as they are no longer conditional Modified: head/sys/arm/xscale/ixp425/ixp425.c Modified: head/sys/arm/xscale/ixp425/ixp425.c

Re: svn commit: r194644 - head/sys/dev/pci

2009-06-22 Thread Robert Noland
On Mon, 2009-06-22 at 15:19 -0500, Robert Noland wrote: On Mon, 2009-06-22 at 15:13 -0500, Robert Noland wrote: On Mon, 2009-06-22 at 20:08 +, John Baldwin wrote: Author: jhb Date: Mon Jun 22 20:08:06 2009 New Revision: 194644 URL: http://svn.freebsd.org/changeset/base/194644

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 20:57:51 2009 New Revision: 194656 URL: http://svn.freebsd.org/changeset/base/194656 Log: hook arm_post_filter to ACK GPIO interrupts; this fixes the interrupt storm observed on the GPS+RS485 uarts on Gateworks Cambria boards Reviewed by: cognet Modified:

svn commit: r194659 - head/sys/dev/usb

2009-06-22 Thread Andrew Thompson
Author: thompsa Date: Mon Jun 22 21:09:52 2009 New Revision: 194659 URL: http://svn.freebsd.org/changeset/base/194659 Log: Fix length check for ugen control transfer. Submitted by: Sylvestre Gallon, HPS Modified: head/sys/dev/usb/usb_generic.c Modified: head/sys/dev/usb/usb_generic.c

svn commit: r194660 - in head/sys: net netinet sys

2009-06-22 Thread Marko Zec
Author: zec Date: Mon Jun 22 21:19:24 2009 New Revision: 194660 URL: http://svn.freebsd.org/changeset/base/194660 Log: V_irtualize flowtable state. This change should make options VIMAGE kernel builds usable again, to some extent at least. Note that the size of struct vnet_inet has

Re: svn commit: r194540 - head/sys/dev/drm

2009-06-22 Thread John Baldwin
On Monday 22 June 2009 11:09:51 am Daniel Eischen wrote: On Mon, 22 Jun 2009, John Baldwin wrote: On Saturday 20 June 2009 12:56:40 pm Daniel Eischen wrote: On Sat, 20 Jun 2009, Robert Noland wrote: Author: rnoland Date: Sat Jun 20 16:45:14 2009 New Revision: 194540 URL:

svn commit: r194661 - head/sys/dev/cxgb

2009-06-22 Thread Navdeep Parhar
Author: np Date: Mon Jun 22 21:42:57 2009 New Revision: 194661 URL: http://svn.freebsd.org/changeset/base/194661 Log: Fix cxgb's ifmedia ioctl handling. Also fixed a comment. Reviewed by: kmacy Approved by: gnn (mentor) Modified: head/sys/dev/cxgb/cxgb_main.c Modified:

svn commit: r194662 - head/sys/kern

2009-06-22 Thread Andre Oppermann
Author: andre Date: Mon Jun 22 21:46:40 2009 New Revision: 194662 URL: http://svn.freebsd.org/changeset/base/194662 Log: In sbappendstream_locked() demote all incoming packet mbufs (and chains) to pure data mbufs using m_demote(). This removes the packet header and all m_tag information as

svn commit: r194663 - head/lib/libkiconv

2009-06-22 Thread Xin LI
Author: delphij Date: Mon Jun 22 21:49:55 2009 New Revision: 194663 URL: http://svn.freebsd.org/changeset/base/194663 Log: free(3) won't mess with errno so return it as-is. Submitted by: Jaakko Heinonen jh saunalahti fi Modified: head/lib/libkiconv/kiconv_sysctl.c Modified:

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

2009-06-22 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jun 22 21:51:29 2009 New Revision: 194664 URL: http://svn.freebsd.org/changeset/base/194664 Log: Start documenting some of the new sound stuff. More is on the way. Probably also needs some more mdoc love. Reviewed by: ariff Modified:

svn commit: r194665 - head/sys/libkern

2009-06-22 Thread Xin LI
Author: delphij Date: Mon Jun 22 22:09:18 2009 New Revision: 194665 URL: http://svn.freebsd.org/changeset/base/194665 Log: done method is supposed to return int. Modified: head/sys/libkern/iconv_converter_if.m Modified: head/sys/libkern/iconv_converter_if.m

svn commit: r194667 - in head/sys: kern sys

2009-06-22 Thread Andre Oppermann
Author: andre Date: Mon Jun 22 22:20:38 2009 New Revision: 194667 URL: http://svn.freebsd.org/changeset/base/194667 Log: Add m_mbuftouio() helper function to copy(out) an arbitrary long mbuf chain into an arbitrary large uio in a single step. It is a functional mirror image of

svn commit: r194668 - in head/sys/arm: conf xscale/ixp425

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 22:46:37 2009 New Revision: 194668 URL: http://svn.freebsd.org/changeset/base/194668 Log: o remove hack to write UUE+RTOIE in the uart's IER; force them with hints o honor hints for the rclk Modified: head/sys/arm/conf/AVILA.hints

svn commit: r194669 - head/sys/arm/conf

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 22:47:06 2009 New Revision: 194669 URL: http://svn.freebsd.org/changeset/base/194669 Log: fix typo Modified: head/sys/arm/conf/CAMBRIA.hints Modified: head/sys/arm/conf/CAMBRIA.hints ==

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

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 22:54:13 2009 New Revision: 194670 URL: http://svn.freebsd.org/changeset/base/194670 Log: o add a bus space tag that forces a 2usec delay between r/w ops; this is used for the optional GPS+RS485 uarts on the Gateworks Cambria boards which otherwise are

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

2009-06-22 Thread Andre Oppermann
Kip Macy wrote: On Mon, Jun 22, 2009 at 12:35 PM, Andre Oppermannan...@freebsd.org wrote: Author: andre Date: Mon Jun 22 19:35:39 2009 New Revision: 194643 URL: http://svn.freebsd.org/changeset/base/194643 Log: Update m_demote: - remove HT_HEADER test (MT_HEADER == MT_DATA for some time now)

svn commit: r194671 - head/sys/arm/conf

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 22:54:44 2009 New Revision: 194671 URL: http://svn.freebsd.org/changeset/base/194671 Log: enable optional GPS+RS485 uarts Modified: head/sys/arm/conf/CAMBRIA.hints Modified: head/sys/arm/conf/CAMBRIA.hints

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

2009-06-22 Thread Kip Macy
 As soon as INVARIANTS are enable the KASSERT will catch the offender red handed. The INVARIANTS check DTRT. i.e. fail-fast. If you're double-freeing a valid mbuf you'll get a random crash elsewhere. -Kip ___ svn-src-all@freebsd.org mailing list

svn commit: r194672 - in head/sys: kern netinet sys

2009-06-22 Thread Andre Oppermann
Author: andre Date: Mon Jun 22 23:08:05 2009 New Revision: 194672 URL: http://svn.freebsd.org/changeset/base/194672 Log: Add soreceive_stream(), an optimized version of soreceive() for stream (TCP) sockets. It is functionally identical to generic soreceive() but has a number stream

svn commit: r194673 - head/sys/arm/conf

2009-06-22 Thread Sam Leffler
Author: sam Date: Mon Jun 22 23:22:38 2009 New Revision: 194673 URL: http://svn.freebsd.org/changeset/base/194673 Log: kill left over cruft Modified: head/sys/arm/conf/CAMBRIA.hints Modified: head/sys/arm/conf/CAMBRIA.hints

Re: svn commit: r194672 - in head/sys: kern netinet sys

2009-06-22 Thread Kip Macy
Who is reviewing and testing these changes? -Kip On Mon, Jun 22, 2009 at 4:08 PM, Andre Oppermannan...@freebsd.org wrote: Author: andre Date: Mon Jun 22 23:08:05 2009 New Revision: 194672 URL: http://svn.freebsd.org/changeset/base/194672 Log:  Add soreceive_stream(), an optimized version

Re: svn commit: r194672 - in head/sys: kern netinet sys

2009-06-22 Thread Ken Smith
On Mon, 2009-06-22 at 23:08 +, Andre Oppermann wrote: Author: andre Date: Mon Jun 22 23:08:05 2009 New Revision: 194672 URL: http://svn.freebsd.org/changeset/base/194672 Log: Add soreceive_stream(), an optimized version of soreceive() for stream (TCP) sockets. It is

svn commit: r194675 - head/sys/sys

2009-06-22 Thread Ken Smith
Author: kensmith Date: Tue Jun 23 01:03:09 2009 New Revision: 194675 URL: http://svn.freebsd.org/changeset/base/194675 Log: Describe the new algorithm for handling __FreeBSD_version, specifically the 'R' value now being allowed to take on more values than 0 or 1 and permitting more than 100

svn commit: r194674 - head/lib/libusb

2009-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 23 01:00:26 2009 New Revision: 194674 URL: http://svn.freebsd.org/changeset/base/194674 Log: Add libusb 1.0 support which is compatible with the latest revision on Sourceforge. Libusb 1.0 is a portable usb api released December 2008 and supersedes the original

Re: svn commit: r194628 - head/lib/ncurses/ncurses

2009-06-22 Thread Rong-En Fan
Hi Ed, On Mon, Jun 22, 2009 at 05:19:17PM +0200, Ed Schouten wrote: Hi Rafan, * Rong-En Fan ra...@freebsd.org wrote: Log: - Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcap (i.e. /etc/termcap). This can be useful when using /rescue/vi while /usr is not

svn commit: r194677 - in head: lib/libusb sys/compat/ndis sys/dev/ata sys/dev/if_ndis sys/dev/sound/usb sys/dev/usb sys/dev/usb/controller sys/dev/usb/input sys/dev/usb/misc sys/dev/usb/net sys/dev...

2009-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 23 02:19:59 2009 New Revision: 194677 URL: http://svn.freebsd.org/changeset/base/194677 Log: - Make struct usb_xfer opaque so that drivers can not access the internals - Reduce the number of headers needed for a usb driver, the common case is just usb.h and

Re: svn commit: r194629 - head/sys/net

2009-06-22 Thread Bruce Evans
On Mon, 22 Jun 2009, Bjoern A. Zeeb wrote: On Mon, 22 Jun 2009, Bjoern A. Zeeb wrote: Log: Collect all VIMAGE_GLOBALS variables in one place. No longer export rt_tables as all lookups go through rt_tables_get_rnh(). We cannot make rt_tables (and rtstat, rttrash[1]) static as netstat -r

svn commit: r194678 - head/sys/powerpc/include

2009-06-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Jun 23 04:02:36 2009 New Revision: 194678 URL: http://svn.freebsd.org/changeset/base/194678 Log: Fix copy/paste typo in last revision. PMC0 control should be shifted 8 bits, not 6, on the PPC 970. Modified: head/sys/powerpc/include/spr.h Modified:

svn commit: r194679 - in head/sys: conf powerpc/conf powerpc/cpufreq powerpc/powermac

2009-06-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Jun 23 04:28:32 2009 New Revision: 194679 URL: http://svn.freebsd.org/changeset/base/194679 Log: Add cpufreq support on the PowerPC G5, along with a skeleton SMU driver in order to slew CPU voltage during frequency changes. The OpenBSD SMU driver was an

svn commit: r194680 - head/usr.sbin/wpa/ndis_events

2009-06-22 Thread Maxim Konovalov
Author: maxim Date: Tue Jun 23 05:51:48 2009 New Revision: 194680 URL: http://svn.freebsd.org/changeset/base/194680 Log: o Remove unneeded argument in fprintf(3) call in usage(). Submitted by: Pawel Worach Modified: head/usr.sbin/wpa/ndis_events/ndis_events.c Modified:

svn commit: r194681 - head/usr.sbin/wpa/ndis_events

2009-06-22 Thread Maxim Konovalov
Author: maxim Date: Tue Jun 23 05:55:56 2009 New Revision: 194681 URL: http://svn.freebsd.org/changeset/base/194681 Log: o style(9) usage() definition: it doesn't need an argument. Modified: head/usr.sbin/wpa/ndis_events/ndis_events.c Modified: head/usr.sbin/wpa/ndis_events/ndis_events.c