svn commit: r205728 - head/lib/libusbhid

2010-03-27 Thread Kai Wang
Author: kaiw Date: Sat Mar 27 08:00:16 2010 New Revision: 205728 URL: http://svn.freebsd.org/changeset/base/205728 Log: Merge improvements from kernel HID parser to the userland usbhid(3) parser. This merge does not change any API and should not break any native or thirdparty applications.

Re: I486_CPU and I586_CPU removed from GENERIC kernel [was Re: svn commit: r205307 - head/sys/i386/conf]

2010-03-27 Thread Bernd Walter
On Fri, Mar 19, 2010 at 05:28:06PM +0100, Ivan Voras wrote: > On 19 March 2010 17:22, Valentin Nechayev wrote: > >  Fri, Mar 19, 2010 at 17:13:00, ivoras wrote about "Re: I486_CPU and > > I586_CPU removed from GENERIC kernel [was Re: svn commit: r205307 - > > head/sys/i386/conf]": > > > >> SSE i

svn commit: r205729 - in head/contrib/bsnmp: gensnmpdef snmpd

2010-03-27 Thread Antoine Brodin
Author: antoine Date: Sat Mar 27 13:43:18 2010 New Revision: 205729 URL: http://svn.freebsd.org/changeset/base/205729 Log: (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. Fix some wrong usages. Note: this does not affect generated binaries as this argument is not used. App

svn commit: r205734 - head/sys/dev/sound/pcm

2010-03-27 Thread Alexander Motin
Author: mav Date: Sat Mar 27 15:39:19 2010 New Revision: 205734 URL: http://svn.freebsd.org/changeset/base/205734 Log: Fix lock leakage. PR: kern/145081 Modified: head/sys/dev/sound/pcm/dsp.c Modified: head/sys/dev/sound/pcm/dsp.c ==

svn commit: r205738 - head/sbin/hastd

2010-03-27 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 27 16:35:07 2010 New Revision: 205738 URL: http://svn.freebsd.org/changeset/base/205738 Log: Don't hold connection lock when doing reconnects as it makes I/Os wait for connection timeouts. Reported by: Kevin Day Modified: head/sbin/hastd/primary.c Modified:

svn commit: r205773 - head/sys/i386/i386

2010-03-27 Thread Alan Cox
Author: alc Date: Sat Mar 27 18:24:27 2010 New Revision: 205773 URL: http://svn.freebsd.org/changeset/base/205773 Log: Simplify pmap_growkernel(), making the i386 version more like the amd64 version. MFC after:3 weeks Modified: head/sys/i386/i386/pmap.c Modified: head/sys/i386/i38

svn commit: r205778 - in head/sys: amd64/amd64 i386/i386

2010-03-27 Thread Alan Cox
Author: alc Date: Sat Mar 27 23:53:47 2010 New Revision: 205778 URL: http://svn.freebsd.org/changeset/base/205778 Log: Correctly handle preemption of pmap_update_pde_invalidate(). X-MFC after: r205573 Modified: head/sys/amd64/amd64/pmap.c head/sys/i386/i386/pmap.c Modified: head/sys/

svn commit: r205781 - head/sys/dev/bktr

2010-03-27 Thread Justin T. Gibbs
Author: gibbs Date: Sun Mar 28 00:10:09 2010 New Revision: 205781 URL: http://svn.freebsd.org/changeset/base/205781 Log: Use standard types in preference to BSD types so that these header files can be used in applications compiled with only POSIX types visible. MFC after: 2 weeks Modifie

svn commit: r205789 - head/sys/netipsec

2010-03-27 Thread Bjoern A. Zeeb
Author: bz Date: Sun Mar 28 06:51:50 2010 New Revision: 205789 URL: http://svn.freebsd.org/changeset/base/205789 Log: When tearing down IPsec as part of a (virtual) network stack, do not try to free the same list twice but free both the acquiring list and the security policy acquiring list.