Re: svn commit: r207077 - in head/sys: amd64/conf arm/conf dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/serial dev/usb/storage dev/usb/wlan i386/conf ia64/co

2010-04-23 Thread Andrew Thompson
On Fri, Apr 23, 2010 at 08:51:16AM +0200, Marius Strobl wrote: > On Thu, Apr 22, 2010 at 09:31:34PM +, Andrew Thompson wrote: > > Author: thompsa > > Date: Thu Apr 22 21:31:34 2010 > > New Revision: 207077 > > URL: http://svn.freebsd.org/changeset/base/207077 > > > > Log: > > Change USB_DEBU

svn commit: r207099 - head/sys/netinet

2010-04-23 Thread Michael Tuexen
Author: tuexen Date: Fri Apr 23 08:19:47 2010 New Revision: 207099 URL: http://svn.freebsd.org/changeset/base/207099 Log: * Fix compilation when using SCTP_AUDITING_ENABLED. * Fix delaying of SACK by taking out old optimization code which does not optimize anymore. * Fix fast retransmiss

Re: svn commit: r202992 - head/lib/libc/nls

2010-04-23 Thread Kostik Belousov
On Mon, Jan 25, 2010 at 11:37:50PM +, Gabor Kovesdan wrote: > Author: gabor (doc,ports committer) > Date: Mon Jan 25 23:37:49 2010 > New Revision: 202992 > URL: http://svn.freebsd.org/changeset/base/202992 > > Log: > Cache failing and opened catalogs in catopen() and related functions. > C

svn commit: r207113 - in head: . lib lib/libpkg share/mk usr.sbin/pkg_install usr.sbin/pkg_install/add usr.sbin/pkg_install/create usr.sbin/pkg_install/delete usr.sbin/pkg_install/info usr.sbin/pkg...

2010-04-23 Thread Florent Thoumie
ndef _INST_LIB_LIB_H_ #define _INST_LIB_LIB_H_ +#ifndef YES_I_KNOW_THE_API_IS_RUBBISH_AND_IS_DOOMED_TO_CHANGE +#error "You obviously have no idea what you're doing." +#endif + /* Includes */ #include #include @@ -96,13 +100,12 @@ #define PKG_PREFIX_VNAME "PK

svn commit: r207116 - head/sys/kern

2010-04-23 Thread Bjoern A. Zeeb
Author: bz Date: Fri Apr 23 14:32:58 2010 New Revision: 207116 URL: http://svn.freebsd.org/changeset/base/207116 Log: Remove one zero from the double-0. This code doesn't have a license to kill. MFC after:3 days Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_d

svn commit: r207118 - head/sys/dev/drm

2010-04-23 Thread Robert Noland
Author: rnoland Date: Fri Apr 23 14:48:30 2010 New Revision: 207118 URL: http://svn.freebsd.org/changeset/base/207118 Log: Address some WITNESS panics that occur when using the via driver. Some of these cases should be safe in a non-atomic fashion, however since all of the driver ioctls a

svn commit: r207127 - head/tools/regression/bin/sh/expansion

2010-04-23 Thread Jilles Tjoelker
Author: jilles Date: Fri Apr 23 17:26:49 2010 New Revision: 207127 URL: http://svn.freebsd.org/changeset/base/207127 Log: sh: Add some more tests for ${v#...} and ${v%...}. These pass on stable/8 as well. Added: head/tools/regression/bin/sh/expansion/trim3.0 (contents, props changed)

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

2010-04-23 Thread Juli Mallett
Author: jmallett Date: Fri Apr 23 18:53:17 2010 New Revision: 207130 URL: http://svn.freebsd.org/changeset/base/207130 Log: Large memory mappings are always CPU local and always done with interrupts disabled. Be doubly-sure that we don't try to do a TLB shootdown on SMP systems for those ma

svn commit: r207131 - in head/sys/mips: conf sibyte

2010-04-23 Thread Juli Mallett
Author: jmallett Date: Fri Apr 23 19:20:56 2010 New Revision: 207131 URL: http://svn.freebsd.org/changeset/base/207131 Log: o) Remove default MAXMEM on SWARM; pmap can readily use lmem for >512M physical addresses. o) Set a local maxmem in sb_machdep.c to avoid trying to use pages over 2^

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

2010-04-23 Thread Juli Mallett
Author: jmallett Date: Fri Apr 23 19:48:31 2010 New Revision: 207134 URL: http://svn.freebsd.org/changeset/base/207134 Log: Build some nops into CLEAR_STATUS here to make sure that the following instructions can't be interrupted. Modified: head/sys/mips/mips/exception.S Modified: head/sys/

svn commit: r207135 - head/tools/regression/bpf/bpf_filter/tests

2010-04-23 Thread Jung-uk Kim
Author: jkim Date: Fri Apr 23 22:42:49 2010 New Revision: 207135 URL: http://svn.freebsd.org/changeset/base/207135 Log: Adjust a test case and make it more jump optimization neutral for JIT case. Modified: head/tools/regression/bpf/bpf_filter/tests/test0083.h Modified: head/tools/regression/

svn commit: r207139 - in head/sys/mips: include mips

2010-04-23 Thread Juli Mallett
Author: jmallett Date: Sat Apr 24 03:11:35 2010 New Revision: 207139 URL: http://svn.freebsd.org/changeset/base/207139 Log: Most MIPS systems have a comparatively-sparse physical memory layout. Switch to using the sparse physseg layout in the VM system. Modified: head/sys/mips/include/vmpa