svn commit: r233026 - head/sys/i386/include

2012-03-16 Thread Tijl Coosemans
Author: tijl Date: Fri Mar 16 10:10:17 2012 New Revision: 233026 URL: http://svn.freebsd.org/changeset/base/233026 Log: Remove prototypes of _amd64_get_fsbase et al. The functions were removed in r145571. Modified: head/sys/i386/include/sysarch.h Modified: head/sys/i386/include/sysarch.h =

svn commit: r233031 - in head/sys: conf i386/i386 pc98/pc98 x86/isa x86/x86

2012-03-16 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Mar 16 12:13:44 2012 New Revision: 233031 URL: http://svn.freebsd.org/changeset/base/233031 Log: - Fix to build a native i386 kernel without the SMP and atpic. - Merge r232744 changes to pc98. (Allow a kernel to be built with 'nodevice atpic'.) - Move ICU related d

Re: svn commit: r233011 - head/sys/powerpc/aim

2012-03-16 Thread Alan Cox
On 03/15/2012 19:12, Nathan Whitehorn wrote: On 03/15/12 18:40, Alan Cox wrote: On 3/15/2012 5:55 PM, Nathan Whitehorn wrote: On 03/15/12 17:18, Alan Cox wrote: On 3/15/2012 2:36 PM, Nathan Whitehorn wrote: Author: nwhitehorn Date: Thu Mar 15 19:36:52 2012 New Revision: 233011 URL: http://svn

Re: svn commit: r233031 - in head/sys: conf i386/i386 pc98/pc98 x86/isa x86/x86

2012-03-16 Thread John Baldwin
On Friday, March 16, 2012 8:13:44 am Takahashi Yoshihiro wrote: > Author: nyan > Date: Fri Mar 16 12:13:44 2012 > New Revision: 233031 > URL: http://svn.freebsd.org/changeset/base/233031 > > Log: > - Fix to build a native i386 kernel without the SMP and atpic. > - Merge r232744 changes to pc98

svn commit: r233036 - head/sys/x86/x86

2012-03-16 Thread John Baldwin
Author: jhb Date: Fri Mar 16 16:12:10 2012 New Revision: 233036 URL: http://svn.freebsd.org/changeset/base/233036 Log: Revert the PCIe 4GB boundary issue workaround now that the proper fix is in HEAD. Ok'd by: scottl Modified: head/sys/x86/x86/busdma_machdep.c Modified: head/sys/

svn commit: r233037 - head/usr.sbin/usbdump

2012-03-16 Thread Hans Petter Selasky
Author: hselasky Date: Fri Mar 16 16:29:21 2012 New Revision: 233037 URL: http://svn.freebsd.org/changeset/base/233037 Log: Fix cross-platform issue about the file-format in which usbdump stores data. Until this patch it was not possible to exchange traces between 32-bit, 64-bit, big- and

svn commit: r233038 - head/usr.bin/xargs

2012-03-16 Thread Jilles Tjoelker
Author: jilles Date: Fri Mar 16 16:41:28 2012 New Revision: 233038 URL: http://svn.freebsd.org/changeset/base/233038 Log: xargs: Before exiting, wait for all invocations of the utility. This only has an effect with -P, otherwise errors are only detected when the utility is not running.

svn commit: r233039 - head/usr.sbin/usbdump

2012-03-16 Thread Hans Petter Selasky
Author: hselasky Date: Fri Mar 16 17:30:22 2012 New Revision: 233039 URL: http://svn.freebsd.org/changeset/base/233039 Log: Create new file header format to simplify the endian and cross platform issues. This patch does not break binary compatibility with previous versions. MFC after:

svn commit: r233040 - head/sys/ofed/drivers/infiniband/core

2012-03-16 Thread John Baldwin
Author: jhb Date: Fri Mar 16 17:56:53 2012 New Revision: 233040 URL: http://svn.freebsd.org/changeset/base/233040 Log: Fix build with INET6 disabled. Modified: head/sys/ofed/drivers/infiniband/core/addr.c head/sys/ofed/drivers/infiniband/core/cma.c Modified: head/sys/ofed/drivers/infiniban

svn commit: r233041 - head/libexec/rtld-elf

2012-03-16 Thread Konstantin Belousov
Author: kib Date: Fri Mar 16 19:09:34 2012 New Revision: 233041 URL: http://svn.freebsd.org/changeset/base/233041 Log: Remove write-only variable. MFC after:3 days Modified: head/libexec/rtld-elf/map_object.c Modified: head/libexec/rtld-elf/map_object.c =

svn commit: r233042 - head/sys/dev/fb

2012-03-16 Thread Jung-uk Kim
Author: jkim Date: Fri Mar 16 19:22:29 2012 New Revision: 233042 URL: http://svn.freebsd.org/changeset/base/233042 Log: Do not unnecessarily clear display memory when switching modes. MFC after:3 days Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c

svn commit: r233043 - head/sys/i386/include

2012-03-16 Thread Tijl Coosemans
Author: tijl Date: Fri Mar 16 19:42:39 2012 New Revision: 233043 URL: http://svn.freebsd.org/changeset/base/233043 Log: Use exact width integer types instead of long in struct env87 in preparation to merge with amd64. Reviewed by: kib Modified: head/sys/i386/include/npx.h Modified: h

svn commit: r233044 - in head/sys: amd64/include compat/ia32 i386/include x86/include

2012-03-16 Thread Tijl Coosemans
Author: tijl Date: Fri Mar 16 20:24:30 2012 New Revision: 233044 URL: http://svn.freebsd.org/changeset/base/233044 Log: Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h. Remove FPU types from compat/ia32/ia32_reg.h that are no longer needed. Create machine/npx.h on amd64 to allo

svn commit: r233045 - in head/sys: conf kern

2012-03-16 Thread Davide Italiano
Author: davide Date: Fri Mar 16 20:32:11 2012 New Revision: 233045 URL: http://svn.freebsd.org/changeset/base/233045 Log: Add rudimentary profiling of the hash table used in the in the umtx code to hold active lock queues. Reviewed by: attilio Approved by: davidxu, gnn (mentor) MFC

svn commit: r233048 - head/etc/defaults

2012-03-16 Thread Martin Matuska
Author: mm Date: Fri Mar 16 21:30:26 2012 New Revision: 233048 URL: http://svn.freebsd.org/changeset/base/233048 Log: Unhide /dev/zfs in devfsrules_jail. The /dev/zfs device is required for managing jailed ZFS datasets. Discussed with: pjd, jamie MFC after:1 week Modified:

svn commit: r233049 - head/sys/modules/mps

2012-03-16 Thread Robert Millan
Author: rmh Date: Fri Mar 16 21:46:02 2012 New Revision: 233049 URL: http://svn.freebsd.org/changeset/base/233049 Log: Remove gratuitous DEBUG_FLAGS="-g" setting (this is already the default option with GENERIC kernels). Reviewed by: ken Modified: head/sys/modules/mps/Makefile Modifi

svn commit: r233050 - head/sys/net80211

2012-03-16 Thread Adrian Chadd
Author: adrian Date: Fri Mar 16 23:08:13 2012 New Revision: 233050 URL: http://svn.freebsd.org/changeset/base/233050 Log: Pull in a dependency on ALQ if it's compiled with IEEE80211_ALQ. Modified: head/sys/net80211/ieee80211_freebsd.c Modified: head/sys/net80211/ieee80211_freebsd.c =

svn commit: r233051 - head/sys/dev/ath

2012-03-16 Thread Adrian Chadd
Author: adrian Date: Fri Mar 16 23:12:40 2012 New Revision: 233051 URL: http://svn.freebsd.org/changeset/base/233051 Log: Add a dependency on ALQ if IEEE80211_ALQ and/or AH_DEBUG_ALQ is included. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

svn commit: r233052 - head/share/mk

2012-03-16 Thread Dimitry Andric
Author: dim Date: Fri Mar 16 23:19:45 2012 New Revision: 233052 URL: http://svn.freebsd.org/changeset/base/233052 Log: Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mk files, and style.Makefile(5), where applicable. While here, update the link to the gcc warning documen

svn commit: r233053 - head/sys/dev/ath

2012-03-16 Thread Adrian Chadd
Author: adrian Date: Fri Mar 16 23:24:27 2012 New Revision: 233053 URL: http://svn.freebsd.org/changeset/base/233053 Log: Fix a couple of debugging outputs. * printf -> device_printf * print the buffer pointer and sequence number for any buffer that wasn't correctly tidied up before i

svn commit: r233054 - head/sys/dev/fb

2012-03-16 Thread Jung-uk Kim
Author: jkim Date: Fri Mar 16 23:54:23 2012 New Revision: 233054 URL: http://svn.freebsd.org/changeset/base/233054 Log: Remove unnecessary static variable initializations and duplicate codes. Consistently use bcopy(9) over memcpy(9). Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/

svn commit: r233056 - head/sys/dev/fb

2012-03-16 Thread Jung-uk Kim
Author: jkim Date: Sat Mar 17 00:00:33 2012 New Revision: 233056 URL: http://svn.freebsd.org/changeset/base/233056 Log: Save and restore linear frame buffer between suspend and resume. MFC after:1 week Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c ===

Re: svn commit: r233052 - head/share/mk

2012-03-16 Thread Bruce Evans
On Fri, 16 Mar 2012, Dimitry Andric wrote: Log: Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mk files, and style.Makefile(5), where applicable. While here, update the link to the gcc warning documentation. Thanks. I rather liked the "^.* foo" style for making ifdefs

Re: svn commit: r233043 - head/sys/i386/include

2012-03-16 Thread Julian Elischer
On 3/16/12 12:42 PM, Tijl Coosemans wrote: int32_t en_sw; /* status word (16bits) */ what's wrong with this picture? ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, se