svn commit: r239046 - head/sys/sys

2012-08-05 Thread Andreas Tobler
Author: andreast Date: Sun Aug 5 06:15:12 2012 New Revision: 239046 URL: http://svn.freebsd.org/changeset/base/239046 Log: Fix typo. Reviewed by: jhb Modified: head/sys/sys/bus.h Modified: head/sys/sys/bus.h

svn commit: r239047 - head/sys/dev/aic7xxx

2012-08-05 Thread Eitan Adler
Author: eadler Date: Sun Aug 5 08:08:34 2012 New Revision: 239047 URL: http://svn.freebsd.org/changeset/base/239047 Log: Remove variables which are initialized but never used thereafter reported by gcc46 warning Reviewed by: scottl Approved by: cperciva MFC after:1 week

svn commit: r239048 - head/sys/dev/puc

2012-08-05 Thread Eitan Adler
Author: eadler Date: Sun Aug 5 08:10:02 2012 New Revision: 239048 URL: http://svn.freebsd.org/changeset/base/239048 Log: Add additional Perle Speed LE serial cards PR: kern/168816 Submitted by: Dennis Oyama doy...@perle.com Approved by: cperciva MFC after:1 week

svn commit: r239049 - head/share/man/man5

2012-08-05 Thread Eitan Adler
Author: eadler Date: Sun Aug 5 08:19:52 2012 New Revision: 239049 URL: http://svn.freebsd.org/changeset/base/239049 Log: Use new method of assigning IPv4 addresses PR: conf/167648 Submitted by: Jeff Kletsky free...@wagsky.com Approved by: bcr MFC after:3 days

svn commit: r239050 - head/sys/dev/usb/serial

2012-08-05 Thread Hans Petter Selasky
Author: hselasky Date: Sun Aug 5 08:56:29 2012 New Revision: 239050 URL: http://svn.freebsd.org/changeset/base/239050 Log: Minor style nit: Use the interface number from the USB interface descriptor like in the other USB serial drivers. These numbers are not supposed to be different,

Re: svn commit: r239037 - in head: share/man/man4 sys/dev/usb/serial

2012-08-05 Thread Hans Petter Selasky
On Saturday 04 August 2012 17:11:37 Gavin Atkinson wrote: MFC after:2 weeks Hi Gavin, When you MFC this, could you also include this patch: http://svn.freebsd.org/changeset/base/239050 --HPS ___ svn-src-head@freebsd.org mailing list

svn commit: r239051 - in head/sys/dev/ath: . ath_hal ath_hal/ar5210 ath_hal/ar5211 ath_hal/ar5212 ath_hal/ar5416

2012-08-05 Thread Adrian Chadd
Author: adrian Date: Sun Aug 5 10:12:27 2012 New Revision: 239051 URL: http://svn.freebsd.org/changeset/base/239051 Log: Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values. The existing API only exposes 'seglen' (the current buffer (segment) length) with the

Re: svn commit: r238622 - head/etc/rc.d

2012-08-05 Thread Jilles Tjoelker
On Fri, Aug 03, 2012 at 01:17:46PM +0900, Hiroki Sato wrote: Hiroki Sato h...@freebsd.org wrote in 20120803.124305.1981901625663633450@allbsd.org: hr Maksim Yevmenkin e...@freebsd.org wrote hr in CAFPOs6pM8qrR72kOtZzO90wYembNrtzw7=ig-nsfudjza7b...@mail.gmail.com: hr em of course :)

svn commit: r239052 - head/sys/netinet

2012-08-05 Thread Michael Tuexen
Author: tuexen Date: Sun Aug 5 10:47:18 2012 New Revision: 239052 URL: http://svn.freebsd.org/changeset/base/239052 Log: Fix a refcount issue. The called only decrements is stcb is NULL. MFC after:3 days Discussed with: rrs Modified: head/sys/netinet/sctp_pcb.c Modified:

svn commit: r239053 - in head/sys/dev/ath: . ath_hal ath_hal/ar5416

2012-08-05 Thread Adrian Chadd
Author: adrian Date: Sun Aug 5 11:24:21 2012 New Revision: 239053 URL: http://svn.freebsd.org/changeset/base/239053 Log: Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segment array, similar to what filltxdesc() uses. This removes the last reference to ds_data in the TX

svn commit: r239054 - head/sys/boot/common

2012-08-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 5 11:29:44 2012 New Revision: 239054 URL: http://svn.freebsd.org/changeset/base/239054 Log: Create the interface to work with various partition tables from the loader(8). The following partition tables are supported: BSD label, GPT, MBR, EBR and VTOC8. Added:

svn commit: r239055 - in head/sys/dev/usb: . serial

2012-08-05 Thread Hans Petter Selasky
Author: hselasky Date: Sun Aug 5 11:50:56 2012 New Revision: 239055 URL: http://svn.freebsd.org/changeset/base/239055 Log: Update the list of devices supported by the FTDI driver. It might be that the wrong UART reference clock will be used for a few of the IDs. It is currently not

svn commit: r239056 - head/etc/devd

2012-08-05 Thread Hans Petter Selasky
Author: hselasky Date: Sun Aug 5 11:53:16 2012 New Revision: 239056 URL: http://svn.freebsd.org/changeset/base/239056 Log: Regenerate usb.conf MFC after:2 weeks Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf

svn commit: r239057 - head/sys/boot/userboot/userboot

2012-08-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 5 11:59:46 2012 New Revision: 239057 URL: http://svn.freebsd.org/changeset/base/239057 Log: Remove unused variables. Modified: head/sys/boot/userboot/userboot/bootinfo32.c head/sys/boot/userboot/userboot/copy.c Modified:

svn commit: r239058 - in head/sys/boot: common userboot userboot/test userboot/userboot

2012-08-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 5 12:15:15 2012 New Revision: 239058 URL: http://svn.freebsd.org/changeset/base/239058 Log: Introduce new API to work with disks from the loader's drivers. It uses new API from the part.c to work with partition tables. Update userboot's disk driver to use new

svn commit: r239059 - head/sbin/camcontrol

2012-08-05 Thread Dimitry Andric
Author: dim Date: Sun Aug 5 12:16:11 2012 New Revision: 239059 URL: http://svn.freebsd.org/changeset/base/239059 Log: In sbin/camcontrol/camcontrol.c, function smpcmd(), initialize the 'error' variable to zero, to avoid returning garbage in several cases. This fixes the following clang

svn commit: r239060 - head/sys/boot/i386/pmbr

2012-08-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 5 12:57:38 2012 New Revision: 239060 URL: http://svn.freebsd.org/changeset/base/239060 Log: When GPT signature is invalid in the primary GPT header, then try to read backup GPT header. Submitted by: hrs (previous version) Modified:

Re: svn commit: r239058 - in head/sys/boot: common userboot userboot/test userboot/userboot

2012-08-05 Thread Doug Rabson
If you change the loader callbacks structure, you need to change the version number to avoid unexpected results for mismatched combinations of application and userboot.so. On 5 Aug 2012, at 13:15, Andrey V. Elsukov wrote: Author: ae Date: Sun Aug 5 12:15:15 2012 New Revision: 239058 URL:

svn commit: r239061 - head/include/gssapi

2012-08-05 Thread Doug Rabson
Author: dfr Date: Sun Aug 5 13:38:15 2012 New Revision: 239061 URL: http://svn.freebsd.org/changeset/base/239061 Log: Reduce namespace pollution from gssapi.h MFC after:2 weeks Modified: head/include/gssapi/gssapi.h Modified: head/include/gssapi/gssapi.h

svn commit: r239062 - head/lib/libpam/modules/pam_krb5

2012-08-05 Thread Doug Rabson
Author: dfr Date: Sun Aug 5 13:40:35 2012 New Revision: 239062 URL: http://svn.freebsd.org/changeset/base/239062 Log: Add an option for pam_krb5 to allow it to authenticate users which don't have a local account. PR: 76678 Submitted by: daved at tamu.edu MFC after:2

svn commit: r239063 - head/sys/boot/pc98/boot2

2012-08-05 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Aug 5 14:05:11 2012 New Revision: 239063 URL: http://svn.freebsd.org/changeset/base/239063 Log: MFi386: the part of r219452 and r236405. - bunch of variables are turned into uint8_t. - Remove unnecessary initializations. Modified:

svn commit: r239064 - in head/sys/boot/pc98/btx: btxldr lib

2012-08-05 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Aug 5 14:11:07 2012 New Revision: 239064 URL: http://svn.freebsd.org/changeset/base/239064 Log: Reduce diffs against i386. Modified: head/sys/boot/pc98/btx/btxldr/btxldr.S head/sys/boot/pc98/btx/lib/btxcsu.S Modified: head/sys/boot/pc98/btx/btxldr/btxldr.S

svn commit: r239066 - head/sys/boot/i386/libi386

2012-08-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 5 14:37:48 2012 New Revision: 239066 URL: http://svn.freebsd.org/changeset/base/239066 Log: Add offset field to the i386_devdesc structure to be compatible with disk_devdesc structure. Update biosdisk driver to the new disk API. Modified:

svn commit: r239067 - head/sys/boot/i386/loader

2012-08-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 5 14:38:53 2012 New Revision: 239067 URL: http://svn.freebsd.org/changeset/base/239067 Log: Remove unneeded flag. Modified: head/sys/boot/i386/loader/Makefile Modified: head/sys/boot/i386/loader/Makefile

svn commit: r239068 - in head/sys/boot: i386/loader zfs

2012-08-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 5 14:48:28 2012 New Revision: 239068 URL: http://svn.freebsd.org/changeset/base/239068 Log: Teach the ZFS use new partitions API when probing. Note: now ZFS does probe only for partitions with type freebsd-zfs and freebsd. Modified:

svn commit: r239069 - in head/sys/boot/pc98: cdboot libpc98

2012-08-05 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Aug 5 14:48:55 2012 New Revision: 239069 URL: http://svn.freebsd.org/changeset/base/239069 Log: Reduce diffs against i386. Modified: head/sys/boot/pc98/cdboot/cdboot.S head/sys/boot/pc98/libpc98/Makefile Modified: head/sys/boot/pc98/cdboot/cdboot.S

svn commit: r239070 - head/tools/tools/bootparttest

2012-08-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 5 15:40:16 2012 New Revision: 239070 URL: http://svn.freebsd.org/changeset/base/239070 Log: Add simple test program that uses the partition tables handling code. It is useful to test and debug how boot loader handles partition tables metadata. Added:

svn commit: r239071 - head/usr.bin/make

2012-08-05 Thread Dimitry Andric
Author: dim Date: Sun Aug 5 15:55:36 2012 New Revision: 239071 URL: http://svn.freebsd.org/changeset/base/239071 Log: In usr.bin/make/var.c, function ParseModifier(), initialize the 'error' variable to NULL, to avoid using it uninitialized in certain cases. This fixes the following

svn commit: r239072 - head/sys/amd64/amd64

2012-08-05 Thread Alan Cox
Author: alc Date: Sun Aug 5 16:59:02 2012 New Revision: 239072 URL: http://svn.freebsd.org/changeset/base/239072 Log: Shave off a few more cycles from the average execution time of pmap_enter() by simplifying the control flow and reducing the live range of om. Modified:

svn commit: r239073 - in head/sys/boot/userboot: . test userboot

2012-08-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 5 17:04:58 2012 New Revision: 239073 URL: http://svn.freebsd.org/changeset/base/239073 Log: Bump USERBOOT_VERSION. Requested by: dfr Modified: head/sys/boot/userboot/test/test.c head/sys/boot/userboot/userboot.h head/sys/boot/userboot/userboot/main.c

svn commit: r239074 - head/usr.sbin/ctladm

2012-08-05 Thread Dimitry Andric
Author: dim Date: Sun Aug 5 17:23:47 2012 New Revision: 239074 URL: http://svn.freebsd.org/changeset/base/239074 Log: In usr.sbin/ctladm/ctladm.c, function cctl_error_inject(), initialize the 'retval' variable to zero, to avoid returning garbage in several cases. This fixes the

svn commit: r239075 - head/sys/netinet

2012-08-05 Thread Mikolaj Golub
Author: trociny Date: Sun Aug 5 17:30:17 2012 New Revision: 239075 URL: http://svn.freebsd.org/changeset/base/239075 Log: In tcp timers, check INP_DROPPED flag a little later, after callout_deactivate(), so if INP_DROPPED is set we return with the timer active flag cleared. For me

Re: svn commit: r239074 - head/usr.sbin/ctladm

2012-08-05 Thread Steve Kargl
On Sun, Aug 05, 2012 at 05:23:47PM +, Dimitry Andric wrote: Author: dim Date: Sun Aug 5 17:23:47 2012 New Revision: 239074 URL: http://svn.freebsd.org/changeset/base/239074 Log: In usr.sbin/ctladm/ctladm.c, function cctl_error_inject(), initialize the 'retval' variable to zero,

svn commit: r239076 - head/sys/dev/puc

2012-08-05 Thread Eitan Adler
Author: eadler Date: Sun Aug 5 19:37:18 2012 New Revision: 239076 URL: http://svn.freebsd.org/changeset/base/239076 Log: Add support for SIIG Cyber Serial Dual PCI 16C850 Submitted by: David Boyd david.b...@insightbb.com Approved by: cperciva MFC after:3 days Modified:

svn commit: r239077 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-08-05 Thread Marius Strobl
Author: marius Date: Sun Aug 5 20:19:27 2012 New Revision: 239077 URL: http://svn.freebsd.org/changeset/base/239077 Log: Include vm/vm_param.h for PA_LOCK_COUNT in order to fix kernel build with options ZFS after r239065. Modified:

Re: svn commit: r239077 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-08-05 Thread Konstantin Belousov
On Sun, Aug 05, 2012 at 08:19:28PM +, Marius Strobl wrote: Author: marius Date: Sun Aug 5 20:19:27 2012 New Revision: 239077 URL: http://svn.freebsd.org/changeset/base/239077 Log: Include vm/vm_param.h for PA_LOCK_COUNT in order to fix kernel build with options ZFS after r239065.

Re: svn commit: r239077 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-08-05 Thread Marius Strobl
On Sun, Aug 05, 2012 at 11:25:40PM +0300, Konstantin Belousov wrote: On Sun, Aug 05, 2012 at 08:19:28PM +, Marius Strobl wrote: Author: marius Date: Sun Aug 5 20:19:27 2012 New Revision: 239077 URL: http://svn.freebsd.org/changeset/base/239077 Log: Include vm/vm_param.h for

svn commit: r239078 - head/usr.sbin/portsnap/portsnap

2012-08-05 Thread Eitan Adler
Author: eadler Date: Sun Aug 5 21:13:21 2012 New Revision: 239078 URL: http://svn.freebsd.org/changeset/base/239078 Log: Add interactive option to override portsnap's automagical detection of a terminal. Submitted by: Hannes h2+fbsdpo...@fsfe.org Approved by: cperciva MFC after:

Re: svn commit: r239071 - head/usr.bin/make

2012-08-05 Thread Steve Kargl
On Sun, Aug 05, 2012 at 03:55:37PM +, Dimitry Andric wrote: Author: dim Date: Sun Aug 5 15:55:36 2012 New Revision: 239071 URL: http://svn.freebsd.org/changeset/base/239071 Log: In usr.bin/make/var.c, function ParseModifier(), initialize the 'error' variable to NULL, to avoid

svn commit: r239079 - in head/sys/sparc64: include sparc64

2012-08-05 Thread Marius Strobl
Author: marius Date: Sun Aug 5 22:03:13 2012 New Revision: 239079 URL: http://svn.freebsd.org/changeset/base/239079 Log: Merge r236494 from x86: Isolate the global TTE list lock from data and other locks to prevent false sharing within the cache. MFC after:3 days Modified:

svn commit: r239084 - in head: share/man/man4 sys/dev/hptiop

2012-08-05 Thread Xin LI
Author: delphij Date: Mon Aug 6 05:27:26 2012 New Revision: 239084 URL: http://svn.freebsd.org/changeset/base/239084 Log: Add PCI IDs for various new High Point RocketRAID 43xx and 3xxx devices. Obtained from:FreeNAS MFC after:3 days Modified: head/share/man/man4/hptiop.4