svn commit: r196041 - head/sys/netinet

2009-08-02 Thread Robert Watson
Author: rwatson Date: Sun Aug 2 22:47:08 2009 New Revision: 196041 URL: http://svn.freebsd.org/changeset/base/196041 Log: Add padding to struct inpcb, missed during our padding sweep earlier in the release cycle. Approved by: re (kensmith) Modified: head/sys/netinet/in_pcb.h Modifie

Re: svn commit: r195960 - in head/sys/dev/usb: . controller input

2009-08-02 Thread Robert N. M. Watson
On 2 Aug 2009, at 20:29, Alfred Perlstein wrote: * Robert Watson [090801 15:15] wrote: On Sat, 1 Aug 2009, Hans Petter Selasky wrote: This has slowed down core dumps very significantly. What used to take 10-15s on my system now takes around 3 minutes. A simple test is to break into dd

svn commit: r196039 - in head/sys: contrib/pf/net dev/cxgb/ulp/tom net netinet netinet6

2009-08-02 Thread Robert Watson
Author: rwatson Date: Sun Aug 2 19:43:32 2009 New Revision: 196039 URL: http://svn.freebsd.org/changeset/base/196039 Log: Many network stack subsystems use a single global data structure to hold all pertinent statatistics for the subsystem. These structures are sometimes "borrowed" by kern

Re: svn commit: r195960 - in head/sys/dev/usb: . controller input

2009-08-02 Thread Alfred Perlstein
* Robert Watson [090801 15:15] wrote: > > On Sat, 1 Aug 2009, Hans Petter Selasky wrote: > > >>>This has slowed down core dumps very significantly. What used to take > >>>10-15s on my system now takes around 3 minutes. A simple test is to > >>>break into ddb and "call doadump" with or withou

svn commit: r196038 - head/sys/kern

2009-08-02 Thread Julian Elischer
Author: julian Date: Sun Aug 2 16:59:02 2009 New Revision: 196038 URL: http://svn.freebsd.org/changeset/base/196038 Log: Stop uuidgen(2) from crashing in vimage kerenels. make curvnet valid when needed. Reviewed by: bz@ Approved by: re (kib) Modified: head/sys/kern/kern_uuid.c Mo

svn commit: r196037 - in head/sys: dev/aac dev/acpica dev/adb dev/amdtemp dev/amr dev/ata dev/atkbdc dev/bktr dev/drm dev/ips dev/mfi dev/mlx dev/mmc dev/pccbb dev/pst dev/rp dev/sound/pci/hda dev/...

2009-08-02 Thread Attilio Rao
Author: attilio Date: Sun Aug 2 14:28:40 2009 New Revision: 196037 URL: http://svn.freebsd.org/changeset/base/196037 Log: Make the newbus subsystem Giant free by adding the new newbus sxlock. The newbus lock is responsible for protecting newbus internIal structures, device states and devcla

svn commit: r196036 - head/sys/kern

2009-08-02 Thread Ed Schouten
Author: ed Date: Sun Aug 2 14:25:26 2009 New Revision: 196036 URL: http://svn.freebsd.org/changeset/base/196036 Log: Fix two bugs related to TTY input: - fix write() on pseudo-terminal masters to return the amount of bytes passed to the TTY, not the amount of bytes read from user.

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

2009-08-02 Thread Ed Schouten
Author: ed Date: Sun Aug 2 11:26:23 2009 New Revision: 196033 URL: http://svn.freebsd.org/changeset/base/196033 Log: Make the MacBook3,1 boot again. Approved by: re (kib) Modified: head/sys/amd64/amd64/machdep.c head/sys/i386/i386/machdep.c Modified: head/sys/amd64/amd64/machdep.c =

svn commit: r196032 - in stable/7/sys: . contrib/pf dev/mpt

2009-08-02 Thread Xin LI
Author: delphij Date: Sun Aug 2 10:48:25 2009 New Revision: 196032 URL: http://svn.freebsd.org/changeset/base/196032 Log: MFC r195275: Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases. This matches Linux driver behavior (except SPI case). Modified: stable/7/sys

svn commit: r196031 - in head/contrib/openbsm: . config etc tools

2009-08-02 Thread Robert Watson
Author: rwatson Date: Sun Aug 2 10:27:54 2009 New Revision: 196031 URL: http://svn.freebsd.org/changeset/base/196031 Log: Import OpenBSM 1.1p2 from vendor branch to 8-CURRENT. This patch release addresses several minor issues: - Fix audit_event definitions of AUE_OPENAT_RWT and AUE_OPEN