svn commit: r193694 - head/sys/dev/sound/macio

2009-06-08 Thread Ariff Abdullah
Author: ariff Date: Mon Jun 8 08:10:52 2009 New Revision: 193694 URL: http://svn.freebsd.org/changeset/base/193694 Log: Fix powerpc build failure due to strict kobj signatures checking. Modified: head/sys/dev/sound/macio/snapper.c head/sys/dev/sound/macio/tumbler.c Modified: head/sys/dev/

svn commit: r193702 - head/sbin/ipfw

2009-06-08 Thread Luigi Rizzo
Author: luigi Date: Mon Jun 8 10:53:18 2009 New Revision: 193702 URL: http://svn.freebsd.org/changeset/base/193702 Log: add a missing format in a printf Detected building with gcc 4.3.3 MFC after:3 days Modified: head/sbin/ipfw/ipfw2.c Modified: head/sbin/ipfw/ipfw2.c ===

Re: svn commit: r193688 - head/share/timedef

2009-06-08 Thread Alexander Leidinger
Quoting Edwin Groothuis (from Mon, 8 Jun 2009 05:33:09 + (UTC)): Author: edwin Date: Mon Jun 8 05:33:08 2009 New Revision: 193688 URL: http://svn.freebsd.org/changeset/base/193688 Log: [patch] [locale] German locales use old %d.%m.%y date format instead of newer ISO date From th

svn commit: r193712 - head/sys/arm/arm

2009-06-08 Thread Rafal Jaworowski
Author: raj Date: Mon Jun 8 12:15:39 2009 New Revision: 193712 URL: http://svn.freebsd.org/changeset/base/193712 Log: Invalidate cache in pmap_remove_all() on ARM. When pages are removed from virtual address space by calling pmap_remove_all() CPU caches were not invalidated, which led to

Re: svn commit: r193712 - head/sys/arm/arm

2009-06-08 Thread Stanislav Sedov
On Mon, 8 Jun 2009 12:15:39 + (UTC) Rafal Jaworowski mentioned: > Author: raj > Date: Mon Jun 8 12:15:39 2009 > New Revision: 193712 > URL: http://svn.freebsd.org/changeset/base/193712 > > Log: > Invalidate cache in pmap_remove_all() on ARM. > > When pages are removed from virtual ad

svn commit: r193713 - in stable/7/sys: . amd64/amd64 contrib/pf dev/ath/ath_hal dev/cxgb

2009-06-08 Thread Konstantin Belousov
Author: kib Date: Mon Jun 8 13:31:27 2009 New Revision: 193713 URL: http://svn.freebsd.org/changeset/base/193713 Log: MFC r193535: Put intrcnt, eintrcnt, intrnames and eintrnames into the .data section. Modified: stable/7/sys/ (props changed) stable/7/sys/amd64/amd64/support.S stable

svn commit: r193714 - head/sys/kern

2009-06-08 Thread Konstantin Belousov
Author: kib Date: Mon Jun 8 13:34:45 2009 New Revision: 193714 URL: http://svn.freebsd.org/changeset/base/193714 Log: Do not dereference vp->v_rdev without holding any of dev_mtx or vnode lock. Use code similar to devfs_fp_check(), but inlined to feet other checks performed by ttyhook_regis

svn commit: r193715 - head/sbin/ipfw

2009-06-08 Thread Luigi Rizzo
Author: luigi Date: Mon Jun 8 14:32:29 2009 New Revision: 193715 URL: http://svn.freebsd.org/changeset/base/193715 Log: Permit the specification of bandwidth values within "profile" files (bandwidth is mandatory when using a profile, so it makes sense to have everything in one place).

svn commit: r193716 - in head/sys/dev/ata: . chipsets

2009-06-08 Thread Ariff Abdullah
Author: ariff Date: Mon Jun 8 14:37:47 2009 New Revision: 193716 URL: http://svn.freebsd.org/changeset/base/193716 Log: Add another PCI id for Nvidia nForce MCP67, found in several Acer laptops. Modified: head/sys/dev/ata/ata-pci.h head/sys/dev/ata/chipsets/ata-nvidia.c Modified: head/sys

Re: svn commit: r193715 - head/sbin/ipfw

2009-06-08 Thread Alexey Dokuchaev
Luigi Rizzo wrote: > Author: luigi > Date: Mon Jun 8 14:32:29 2009 > New Revision: 193715 > URL: http://svn.freebsd.org/changeset/base/193715 > > Log: > Permit the specification of bandwidth values within > "profile" files (bandwidth is mandatory when using a > profile, so it makes sense to

svn commit: r193717 - in stable/7/sys: . boot/i386/libi386 contrib/pf dev/ath/ath_hal dev/cxgb

2009-06-08 Thread John Baldwin
Author: jhb Date: Mon Jun 8 14:52:17 2009 New Revision: 193717 URL: http://svn.freebsd.org/changeset/base/193717 Log: MFC: Add a missing parameter when displaying GPT partitions with an unknown UUID. Modified: stable/7/sys/ (props changed) stable/7/sys/boot/i386/libi386/biosdisk.c st

svn commit: r193718 - head/sys/sys

2009-06-08 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 8 15:02:30 2009 New Revision: 193718 URL: http://svn.freebsd.org/changeset/base/193718 Log: Update vimage size guard values but do not yet re-enable them. Now that rt_tables does no longer change depending on kernel option we do no longer need any special values for

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

2009-06-08 Thread John Baldwin
Author: jhb Date: Mon Jun 8 15:07:35 2009 New Revision: 193719 URL: http://svn.freebsd.org/changeset/base/193719 Log: Don't attempt to free the GPT partition list for a disk with an empty GPT. Submitted by: Yuri Pankov yuri.pankov of gmail MFC after:3 days Modified: head/sys/boot

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

2009-06-08 Thread John Baldwin
Author: jhb Date: Mon Jun 8 15:09:22 2009 New Revision: 193720 URL: http://svn.freebsd.org/changeset/base/193720 Log: Instead of packing the individual fields in the PnP structures, pack the entire structures. This trims some warnings. Verified by: md5(1) MFC after:1 week Modifi

svn commit: r193721 - head/sys/conf

2009-06-08 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 8 15:13:20 2009 New Revision: 193721 URL: http://svn.freebsd.org/changeset/base/193721 Log: Code using COMPAT_ROUTE_FLAGS option, introduced with r187094, was changed again in r187328, removing any use of the option from the kernel. The option was never in NOTES.

svn commit: r193722 - in stable/6/sys: . boot/i386/libi386 contrib/pf dev/cxgb

2009-06-08 Thread John Baldwin
Author: jhb Date: Mon Jun 8 15:17:36 2009 New Revision: 193722 URL: http://svn.freebsd.org/changeset/base/193722 Log: MFC: Add a missing parameter when displaying GPT partitions with an unknown UUID. Modified: stable/6/sys/ (props changed) stable/6/sys/boot/i386/libi386/biosdisk.c st

svn commit: r193723 - head/sys/kern

2009-06-08 Thread Robert Watson
Author: rwatson Date: Mon Jun 8 15:26:09 2009 New Revision: 193723 URL: http://svn.freebsd.org/changeset/base/193723 Log: Move zombie-reaping code out of kern_wait() and into its own function, proc_reap(). Reviewed by: jhb MFC after:3 days Sponsored by: Google, Inc. Modified: he

Re: svn commit: r193440 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs kern sys

2009-06-08 Thread John Baldwin
On Saturday 06 June 2009 5:01:41 am Jaakko Heinonen wrote: > > Hi, > > On 2009-06-04, Paul Saab wrote: > > Support shared vnode locks for write operations when the offset is > > provided on filesystems that support it. This really improves mysql > > + innodb performance on ZFS. > > The pa

Re: svn commit: r192033 - stable/7/sys/dev/ata

2009-06-08 Thread John Baldwin
On Sunday 17 May 2009 7:52:04 pm Bruce Simpson wrote: > Alexander Motin wrote: > > ... > > This change is not anyhow related to your system. Looks like the real > > reason found by jhb@ on sta...@. Probably something become more strict > > in system resource management last time and this driver v

svn commit: r193724 - in vendor/llvm/dist: include/llvm/Support lib/CodeGen lib/CodeGen/SelectionDAG test/CodeGen/X86

2009-06-08 Thread Ed Schouten
Author: ed Date: Mon Jun 8 15:36:37 2009 New Revision: 193724 URL: http://svn.freebsd.org/changeset/base/193724 Log: Import LLVM r73070. Now I'm going to stop importing code for a while. I spent a lot of time the last couple of days figuring out which LLVM commit caused g++ to miscompi

svn commit: r193725 - in vendor/clang/dist: docs include/clang/AST include/clang/Basic include/clang/Parse lib/AST lib/Basic lib/CodeGen lib/Frontend lib/Headers lib/Parse lib/Sema test/CodeGen tes...

2009-06-08 Thread Ed Schouten
Author: ed Date: Mon Jun 8 15:36:55 2009 New Revision: 193725 URL: http://svn.freebsd.org/changeset/base/193725 Log: Import Clang r73070. Added: vendor/clang/dist/test/SemaTemplate/instantiate-objc-1.mm Modified: vendor/clang/dist/docs/UsersManual.html vendor/clang/dist/include/clang/AST

svn commit: r193726 - vendor/llvm/llvm-r73070.

2009-06-08 Thread Ed Schouten
Author: ed Date: Mon Jun 8 15:37:40 2009 New Revision: 193726 URL: http://svn.freebsd.org/changeset/base/193726 Log: Tag the LLVM r73070 import. Added: vendor/llvm/llvm-r73070./ - copied from r193725, vendor/llvm/dist/ ___ svn-src-all@freebsd.

svn commit: r193727 - vendor/clang/clang-r73070.

2009-06-08 Thread Ed Schouten
Author: ed Date: Mon Jun 8 15:38:03 2009 New Revision: 193727 URL: http://svn.freebsd.org/changeset/base/193727 Log: Tag the Clang r73070 import. Added: vendor/clang/clang-r73070./ - copied from r193726, vendor/clang/dist/ ___ svn-src-all@free

svn commit: r193728 - head/sbin/geom/class/part

2009-06-08 Thread John Baldwin
Author: jhb Date: Mon Jun 8 15:54:07 2009 New Revision: 193728 URL: http://svn.freebsd.org/changeset/base/193728 Log: Change the printf format string to match the variable type to quiet warnings. Modified: head/sbin/geom/class/part/geom_part.c Modified: head/sbin/geom/class/part/geom_part

Re: svn commit: r193712 - head/sys/arm/arm

2009-06-08 Thread Rafal Jaworowski
On 2009-06-08, at 14:56, Stanislav Sedov wrote: On Mon, 8 Jun 2009 12:15:39 + (UTC) Rafal Jaworowski mentioned: Author: raj Date: Mon Jun 8 12:15:39 2009 New Revision: 193712 URL: http://svn.freebsd.org/changeset/base/193712 Log: Invalidate cache in pmap_remove_all() on ARM. When pa

Re: svn commit: r193712 - head/sys/arm/arm

2009-06-08 Thread Stanislav Sedov
On Mon, 8 Jun 2009 17:56:51 +0200 Rafal Jaworowski mentioned: > > Do you see anything wrong with calling cpu_xxx_inv_range directly? > Writing back (if required) was already performed by > pmap_remove_write(), and what we only need at this point is > invalidation. pmap_dcache_wb_range woul

Re: svn commit: r193728 - head/sbin/geom/class/part

2009-06-08 Thread Marcel Moolenaar
On Jun 8, 2009, at 8:54 AM, John Baldwin wrote: Author: jhb Date: Mon Jun 8 15:54:07 2009 New Revision: 193728 URL: http://svn.freebsd.org/changeset/base/193728 Log: Change the printf format string to match the variable type to quiet warnings. Oops.. Thanks John! -- Marcel Moolenaar xcl

svn commit: r193729 - head/sys/amd64/include

2009-06-08 Thread Alan Cox
Author: alc Date: Mon Jun 8 16:43:40 2009 New Revision: 193729 URL: http://svn.freebsd.org/changeset/base/193729 Log: Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reason to cap its buffer map at 1GB. MFC after:6 weeks Modified: head/sys/amd64/include/param.h

svn commit: r193730 - head/sys/contrib/dev/acpica/include/platform

2009-06-08 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 8 17:11:47 2009 New Revision: 193730 URL: http://svn.freebsd.org/changeset/base/193730 Log: Clean up FreeBSD-specific header file: - Define ACPI_USE_DO_WHILE_0 to add do while(0) around return_*() macros. - Define __cdecl only for user land. It will never be u

svn commit: r193731 - in head: . sys/kern sys/net sys/netgraph sys/netinet sys/netinet6 sys/netipsec sys/sys

2009-06-08 Thread Marko Zec
o maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090608: + The layout of structs ifnet, domain, protosw and vnet_net has + changed. Kernel modules need to be rebuilt. + Bump __FreeBSD_version to 800097. + 20090602: window(1

svn commit: r193732 - in head/sys: amd64/amd64 i386/i386 i386/xen sys

2009-06-08 Thread Ed Schouten
Author: ed Date: Mon Jun 8 17:27:25 2009 New Revision: 193732 URL: http://svn.freebsd.org/changeset/base/193732 Log: Remove __gnu89_inline. Now that we use C99 almost everywhere, just use C99-style in the pmap code. Since the pmap code is the only consumer of __gnu89_inline, remove it

svn commit: r193733 - head/sys/dev/usb

2009-06-08 Thread Andrew Thompson
Author: thompsa Date: Mon Jun 8 18:09:51 2009 New Revision: 193733 URL: http://svn.freebsd.org/changeset/base/193733 Log: Change driver_info to a ulong as it always stores a number and remove the only diff of the usb_device_id struct to Linux. Reviewed by: HPS Modified: head/sys/dev/

Re: svn commit: r193728 - head/sbin/geom/class/part

2009-06-08 Thread John Baldwin
On Monday 08 June 2009 12:29:38 pm Marcel Moolenaar wrote: > > On Jun 8, 2009, at 8:54 AM, John Baldwin wrote: > > > Author: jhb > > Date: Mon Jun 8 15:54:07 2009 > > New Revision: 193728 > > URL: http://svn.freebsd.org/changeset/base/193728 > > > > Log: > > Change the printf format string to m

svn commit: r193734 - in head: lib/libusb sys/amd64/amd64 sys/i386/i386 sys/i386/xen sys/sys

2009-06-08 Thread Ed Schouten
Author: ed Date: Mon Jun 8 18:23:43 2009 New Revision: 193734 URL: http://svn.freebsd.org/changeset/base/193734 Log: Revert my change; reintroduce __gnu89_inline. It turns out our compiler in stable/7 can't build this code anymore. Even though my opinion is that those people should just

svn commit: r193735 - head/sys/fs/nfsclient

2009-06-08 Thread Rick Macklem
Author: rmacklem Date: Mon Jun 8 18:41:23 2009 New Revision: 193735 URL: http://svn.freebsd.org/changeset/base/193735 Log: Fix nfscl_getcl() so that it doesn't crash when it is called to do an NFSv4 Close operation with the cred argument NULL. Also, clarify what NULL arguments mean in the f

svn commit: r193736 - in vendor/llvm: llvm-r73070 llvm-r73070.

2009-06-08 Thread Ed Schouten
Author: ed Date: Mon Jun 8 18:58:32 2009 New Revision: 193736 URL: http://svn.freebsd.org/changeset/base/193736 Log: Remove trailing dot, which I've probably added by accident. Added: vendor/llvm/llvm-r73070/ - copied from r193735, vendor/llvm/llvm-r73070./ Deleted: vendor/llvm/llvm-r

svn commit: r193737 - in vendor/clang: clang-r73070 clang-r73070.

2009-06-08 Thread Ed Schouten
Author: ed Date: Mon Jun 8 18:58:54 2009 New Revision: 193737 URL: http://svn.freebsd.org/changeset/base/193737 Log: Remove trailing dot, which I've probably added by accident. Added: vendor/clang/clang-r73070/ - copied from r193736, vendor/clang/clang-r73070./ Deleted: vendor/clang/c

svn commit: r193738 - stable/7/usr.bin/rpcgen

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Jun 8 19:22:12 2009 New Revision: 193738 URL: http://svn.freebsd.org/changeset/base/193738 Log: merge r173761: generate code that respects C99's strict aliasing rules. Modified: stable/7/usr.bin/rpcgen/ (props changed) stable/7/usr.bin/rpcgen/rpc_cout.c Modified: s

svn commit: r193739 - stable/7/include

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Jun 8 19:24:37 2009 New Revision: 193739 URL: http://svn.freebsd.org/changeset/base/193739 Log: merge r173762: use a forward declaration to avoid an aliasing warning Modified: stable/7/include/ (props changed) stable/7/include/dirent.h Modified: stable/7/include/di

svn commit: r193740 - stable/7/lib/libc/string

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Jun 8 19:40:48 2009 New Revision: 193740 URL: http://svn.freebsd.org/changeset/base/193740 Log: Remove bogus mergeinfo Modified: stable/7/lib/libc/string/ffsll.c (props changed) stable/7/lib/libc/string/flsll.c (props changed) _

svn commit: r193741 - in stable/7/lib/libc: . gen

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Jun 8 19:52:12 2009 New Revision: 193741 URL: http://svn.freebsd.org/changeset/base/193741 Log: merge r174221: remove unnecessary casts Modified: stable/7/lib/libc/ (props changed) stable/7/lib/libc/gen/closedir.c stable/7/lib/libc/gen/readdir.c stable/7/lib/lib

svn commit: r193742 - head/sys/dev/if_ndis

2009-06-08 Thread Andrew Thompson
Author: thompsa Date: Mon Jun 8 19:56:23 2009 New Revision: 193742 URL: http://svn.freebsd.org/changeset/base/193742 Log: Commit missed driver_info to driver_ivar change in usb_attach_args. Pointed out by: kib Modified: head/sys/dev/if_ndis/if_ndis_usb.c Modified: head/sys/dev/if

svn commit: r193743 - stable/7/lib/libc

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Jun 8 19:56:50 2009 New Revision: 193743 URL: http://svn.freebsd.org/changeset/base/193743 Log: Record a rev that was merged in the previous commit. Modified: stable/7/lib/libc/ (props changed) ___ svn-src-all@freebsd.org ma

svn commit: r193744 - in head/sys: compat/linprocfs compat/linux compat/svr4 contrib/altq/altq contrib/pf/net dev/cxgb/ulp/iw_cxgb kern modules/bridgestp modules/cxgb/iw_cxgb modules/if_ef modules/...

2009-06-08 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 8 19:57:35 2009 New Revision: 193744 URL: http://svn.freebsd.org/changeset/base/193744 Log: After r193232 rt_tables in vnet.h are no longer indirectly dependent on the ROUTETABLES kernel option thus there is no need to include opt_route.h anymore in all consumers of

svn commit: r193745 - in stable/7/lib/libc: . rpc

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Jun 8 19:59:26 2009 New Revision: 193745 URL: http://svn.freebsd.org/changeset/base/193745 Log: merge r173763: fix aliasing bug Modified: stable/7/lib/libc/ (props changed) stable/7/lib/libc/rpc/authdes_prot.c stable/7/lib/libc/rpc/authunix_prot.c stable/7/lib/l

svn commit: r193747 - in stable/7/lib/libc: . include

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Jun 8 20:04:36 2009 New Revision: 193747 URL: http://svn.freebsd.org/changeset/base/193747 Log: merge r177605,177607,177855: add missing namespace wrappers for libthr Modified: stable/7/lib/libc/ (props changed) stable/7/lib/libc/include/namespace.h stable/7/lib/l

svn commit: r193748 - head/sys/net

2009-06-08 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 8 20:04:46 2009 New Revision: 193748 URL: http://svn.freebsd.org/changeset/base/193748 Log: Remove two unneeded, hidden includes. Modified: head/sys/net/flowtable.h Modified: head/sys/net/flowtable.h ==

svn commit: r193749 - stable/7/lib/libthr

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Jun 8 20:07:12 2009 New Revision: 193749 URL: http://svn.freebsd.org/changeset/base/193749 Log: record already-merged r177605 Modified: stable/7/lib/libthr/ (props changed) ___ svn-src-all@freebsd.org mailing list http://lis

svn commit: r193750 - in head/sys: amd64/conf conf contrib/dev/acpica/include/platform dev/acpica/Osd i386/conf

2009-06-08 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 8 20:07:16 2009 New Revision: 193750 URL: http://svn.freebsd.org/changeset/base/193750 Log: Rewrite OsdSynch.c to reflect the latest ACPICA more closely: - Implement ACPI semaphore (ACPI_SEMAPHORE) with condvar(9) and mutex(9). - Implement ACPI mutex (ACPI_MUTE

svn commit: r193751 - in stable/7/lib/libc: . gdtoa

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Jun 8 20:08:20 2009 New Revision: 193751 URL: http://svn.freebsd.org/changeset/base/193751 Log: merge r173793: silence aliasing warning. Modified: stable/7/lib/libc/ (props changed) stable/7/lib/libc/gdtoa/_ldtoa.c Modified: stable/7/lib/libc/gdtoa/_ldtoa.c ===

svn commit: r193752 - head/sys/dev/kbdmux

2009-06-08 Thread Ed Schouten
Author: ed Date: Mon Jun 8 20:24:29 2009 New Revision: 193752 URL: http://svn.freebsd.org/changeset/base/193752 Log: Use proper types in kbdmux_kbd_getc(): - The return value should be a signed integer, because -1 means failure. - The c variable should be unsigned, to force it to be zero

Re: svn commit: r193734 - in head: lib/libusb sys/amd64/amd64 sys/i386/i386 sys/i386/xen sys/sys

2009-06-08 Thread Bruce Evans
On Mon, 8 Jun 2009, Ed Schouten wrote: Log: Revert my change; reintroduce __gnu89_inline. It turns out our compiler in stable/7 can't build this code anymore. Even though my opinion is that those people should just run `make kernel-toolchain' before building a kernel, I am willing to wait a

svn commit: r193753 - head/sys/dev/acpica/Osd

2009-06-08 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 8 20:50:38 2009 New Revision: 193753 URL: http://svn.freebsd.org/changeset/base/193753 Log: Remove redundant checks for ACPI_WAIT_FOREVER cases. Modified: head/sys/dev/acpica/Osd/OsdSynch.c Modified: head/sys/dev/acpica/Osd/OsdSynch.c =

Re: svn commit: r193664 - in head: sbin/ifconfig share/man/man4 sys/net sys/netinet sys/netinet6 sys/sys

2009-06-08 Thread Bjoern A. Zeeb
se + error = EINVAL; + } + break; + default: error = EINVAL; break; As noticed by ps there is a build problem here. It seems it is the result of some reversed logic. Does this patch look ok? h

svn commit: r193754 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/cxgb/common

2009-06-08 Thread George V. Neville-Neil
Author: gnn Date: Mon Jun 8 21:01:14 2009 New Revision: 193754 URL: http://svn.freebsd.org/changeset/base/193754 Log: MFC of 190206 190330 192537 192 540 192584 192593 192933 Bring the 7.x version of the cxgb driver up to date with respect to HEAD as of 8 June 2009 192933 Rewor

svn commit: r193759 - head/share/misc

2009-06-08 Thread Michael Tuexen
Author: tuexen Date: Mon Jun 8 21:14:21 2009 New Revision: 193759 URL: http://svn.freebsd.org/changeset/base/193759 Log: Add myself. Approved by: rrs (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

svn commit: r193762 - in head/sys: kern sys

2009-06-08 Thread Paul Saab
Author: ps Date: Mon Jun 8 21:23:54 2009 New Revision: 193762 URL: http://svn.freebsd.org/changeset/base/193762 Log: Simply shared vnode locking and extend it to also include fsync. Also, in vop_write, no longer assert for exclusive locks on the vnode. Reviewed by: jhb, kmacy, jeffr

svn commit: r193761 - head/sys/net80211

2009-06-08 Thread Sam Leffler
Author: sam Date: Mon Jun 8 21:16:06 2009 New Revision: 193761 URL: http://svn.freebsd.org/changeset/base/193761 Log: purge dead code Modified: head/sys/net80211/ieee80211_radiotap.c Modified: head/sys/net80211/ieee80211_radiotap.c ===

svn commit: r193763 - vendor-crypto/openssl/dist/crypto/engine/vendor_defns

2009-06-08 Thread Simon L. Nielsen
Author: simon Date: Mon Jun 8 21:34:12 2009 New Revision: 193763 URL: http://svn.freebsd.org/changeset/base/193763 Log: Remove empty directory which has been removed upstream. Deleted: vendor-crypto/openssl/dist/crypto/engine/vendor_defns/ ___ svn-

svn commit: r193763 - vendor-crypto/openssl/dist/crypto/engine/vendor_defns

2009-06-08 Thread Simon L. Nielsen
Author: simon Date: Mon Jun 8 21:34:12 2009 New Revision: 193763 URL: http://svn.freebsd.org/changeset/base/193763 Log: Remove empty directory which has been removed upstream. Deleted: vendor-crypto/openssl/dist/crypto/engine/vendor_defns/ ___ svn-

Re: svn commit: r193667 - head/sys/dev/sound/sbus

2009-06-08 Thread Bjoern A. Zeeb
On Sun, 7 Jun 2009, Ariff Abdullah wrote: Hey, Author: ariff Date: Sun Jun 7 23:38:16 2009 New Revision: 193667 URL: http://svn.freebsd.org/changeset/base/193667 Log: Fix build on sparc64. I am still seeing: /sys/modules/sound/driver/audiocs/../../../../dev/sound/sbus/cs4231.c:290: warni

svn commit: r193765 - head/sbin/dhclient

2009-06-08 Thread Brian Somers
Author: brian Date: Mon Jun 8 21:42:30 2009 New Revision: 193765 URL: http://svn.freebsd.org/changeset/base/193765 Log: Fix an off by one error when we limit append/prepend text sizes based on our internal buffer sizes. When we 'append', assume we're appending to text. Some MS dhcp serv

svn commit: r193760 - head/sys/net80211

2009-06-08 Thread Sam Leffler
Author: sam Date: Mon Jun 8 21:15:40 2009 New Revision: 193760 URL: http://svn.freebsd.org/changeset/base/193760 Log: fix big-endian machines Modified: head/sys/net80211/ieee80211_radiotap.c Modified: head/sys/net80211/ieee80211_radiotap.c ===

svn commit: r193768 - head/share/man/man4

2009-06-08 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 8 21:48:13 2009 New Revision: 193768 URL: http://svn.freebsd.org/changeset/base/193768 Log: Reflect debug level changes from the recent ACPICA import. Modified: head/share/man/man4/acpi.4 Modified: head/share/man/man4/acpi.4 ===

svn commit: r193773 - head/sys/sys

2009-06-08 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 8 22:02:30 2009 New Revision: 193773 URL: http://svn.freebsd.org/changeset/base/193773 Log: Update vnet_net size guard information after r193731. Modified: head/sys/sys/vimage.h Modified: head/sys/sys/vimage.h

svn commit: r193775 - head/share/misc

2009-06-08 Thread Navdeep Parhar
Author: np Date: Mon Jun 8 22:03:37 2009 New Revision: 193775 URL: http://svn.freebsd.org/changeset/base/193775 Log: Add self, list mentor in committers-src.dot Approved by: gnn (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

svn commit: r193776 - in stable/7/usr.sbin/pkg_install: . info

2009-06-08 Thread Jilles Tjoelker
Author: jilles Date: Mon Jun 8 22:05:47 2009 New Revision: 193776 URL: http://svn.freebsd.org/changeset/base/193776 Log: MFC r193273: Fix segfault when giving invalid long option to pkg_info. PR: bin/133473 Submitted by: Rafal Grodzinski Approved by: ed (mentor) Modified:

Re: svn commit: r193734 - in head: lib/libusb sys/amd64/amd64 sys/i386/i386 sys/i386/xen sys/sys

2009-06-08 Thread M. Warner Losh
In message: <200906081823.n58inhx8038...@svn.freebsd.org> Ed Schouten writes: : It turns out our compiler in stable/7 can't build this code anymore. : Even though my opinion is that those people should just run `make : kernel-toolchain' before building a kernel, I am willing to w

svn commit: r193779 - head/sys/dev/sound/sbus

2009-06-08 Thread Ariff Abdullah
Author: ariff Date: Mon Jun 8 23:24:01 2009 New Revision: 193779 URL: http://svn.freebsd.org/changeset/base/193779 Log: Fix compile time warning on sparc64, thanks to strict kobj signatures checking. Noticed by: bz Modified: head/sys/dev/sound/sbus/cs4231.c Modified: head/sys/dev/so

Re: svn commit: r193667 - head/sys/dev/sound/sbus

2009-06-08 Thread Ariff Abdullah
On Mon, 8 Jun 2009 21:39:14 + (UTC) "Bjoern A. Zeeb" wrote: > On Sun, 7 Jun 2009, Ariff Abdullah wrote: > > Hey, > > > Author: ariff > > Date: Sun Jun 7 23:38:16 2009 > > New Revision: 193667 > > URL: http://svn.freebsd.org/changeset/base/193667 > > > > Log: > > Fix build on sparc64. > >

svn commit: r193782 - stable/7/usr.sbin/wpa/hostapd

2009-06-08 Thread Sam Leffler
Author: sam Date: Mon Jun 8 23:47:47 2009 New Revision: 193782 URL: http://svn.freebsd.org/changeset/base/193782 Log: MFC r193524: do not force the mtu to 2290 Modified: stable/7/usr.sbin/wpa/hostapd/driver_freebsd.c Modified: stable/7/usr.sbin/wpa/hostapd/driver_freebsd.c =

svn commit: r193783 - vendor/tzdata/dist

2009-06-08 Thread Edwin Groothuis
Author: edwin Date: Tue Jun 9 00:04:57 2009 New Revision: 193783 URL: http://svn.freebsd.org/changeset/base/193783 Log: Vendor import of tzdata2009i: Bangladesh will introduce DST in 20 June Obtained from:ftp://elsie.nci.nih.gov/pub/ Modified: vendor/tzdata/dist/asia Modif

svn commit: r193784 - vendor/tzdata/2009i

2009-06-08 Thread Edwin Groothuis
Author: edwin Date: Tue Jun 9 00:06:10 2009 New Revision: 193784 URL: http://svn.freebsd.org/changeset/base/193784 Log: Tag of vendor import of tzdata2009i: Bangladesh will go into DST in 20 June. Added: vendor/tzdata/2009i/ - copied from r193783, vendor/tzdata/dist/ __

svn commit: r193785 - head/share/zoneinfo

2009-06-08 Thread Edwin Groothuis
Author: edwin Date: Tue Jun 9 00:09:36 2009 New Revision: 193785 URL: http://svn.freebsd.org/changeset/base/193785 Log: MFV of tzdata2009i: Bangladesh will go into DST on 20 June. MFC after:2 days Modified: head/share/zoneinfo/ (props changed) head/share/zoneinfo/asia Modi

svn commit: r193786 - vendor/tzcode/dist/unused

2009-06-08 Thread Edwin Groothuis
Author: edwin Date: Tue Jun 9 00:14:13 2009 New Revision: 193786 URL: http://svn.freebsd.org/changeset/base/193786 Log: MFV of tzcode2009i: Fix link of TZ timezone maps at http://efele.net/maps/tz/ Modified: vendor/tzcode/dist/unused/tz-link.htm Modified: vendor/tzcode/dist/unused/tz-l

svn commit: r193787 - vendor/tzcode/tzcode2009i

2009-06-08 Thread Edwin Groothuis
Author: edwin Date: Tue Jun 9 00:15:46 2009 New Revision: 193787 URL: http://svn.freebsd.org/changeset/base/193787 Log: Tag of import of tzcode2009i No MFV necessary since the file isn't used in the base operating system. Added: vendor/tzcode/tzcode2009i/ - copied from r193786, ven

svn commit: r193788 - in stable/7/lib/libc: . include

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Tue Jun 9 00:27:23 2009 New Revision: 193788 URL: http://svn.freebsd.org/changeset/base/193788 Log: merge r176058: more missing namespace wrappers for libthr Modified: stable/7/lib/libc/ (props changed) stable/7/lib/libc/include/namespace.h stable/7/lib/libc/include/u

svn commit: r193789 - in stable/7: lib/libthr lib/libthread_db lib/libthread_db/arch/amd64 lib/libthread_db/arch/arm lib/libthread_db/arch/i386 lib/libthread_db/arch/ia64 lib/libthread_db/arch/powe...

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Tue Jun 9 00:47:54 2009 New Revision: 193789 URL: http://svn.freebsd.org/changeset/base/193789 Log: merge r180982,r181044,r181059,r181065,r181341,r183021: WARNS cleanup, add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr}, and change definition of psaddr_t (no impac

svn commit: r193790 - head/sys/i386/isa

2009-06-08 Thread Xin LI
Author: delphij Date: Tue Jun 9 00:54:57 2009 New Revision: 193790 URL: http://svn.freebsd.org/changeset/base/193790 Log: Add line width calculations for 15/16 and 24/32 bit modes in case the "Get Scan Line Length" function fails, as it does in Parallels (in Version 2.2, Build 2112 at least

Re: svn commit: r193789 - in stable/7: lib/libthr lib/libthread_db lib/libthread_db/arch/amd64 lib/libthread_db/arch/arm lib/libthread_db/arch/i386 lib/libthread_db/arch/ia64 lib/libthread_db/arch/p

2009-06-08 Thread Attilio Rao
2009/6/9 Dag-Erling Smorgrav : > Author: des > Date: Tue Jun 9 00:47:54 2009 > New Revision: 193789 > URL: http://svn.freebsd.org/changeset/base/193789 > > Log: > merge r180982,r181044,r181059,r181065,r181341,r183021: WARNS cleanup, > add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr}, a

svn commit: r193795 - stable/7/lib/libutil

2009-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Tue Jun 9 01:43:58 2009 New Revision: 193795 URL: http://svn.freebsd.org/changeset/base/193795 Log: merge r180815,184081-184088,184091-184094,184634,184676-184677, 185277, 93589,193591: style and warning cleanups, libutil is now WARNS=6 clean. Also merged setclasscpumask()

Re: svn commit: r193789 - in stable/7: lib/libthr lib/libthread_db lib/libthread_db/arch/amd64 lib/libthread_db/arch/arm lib/libthread_db/arch/i386 lib/libthread_db/arch/ia64 lib/libthread_db/arch/pow

2009-06-08 Thread Dag-Erling Smørgrav
Attilio Rao writes: > Thanks, > I had this into my pipeline but you saved me some time. You're welcome. I'm trying to get 7 to build with -Werror again :) DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-all@freebsd.org mailing list http://lists.

svn commit: r193796 - head/sys/net

2009-06-08 Thread Hiroki Sato
Author: hrs Date: Tue Jun 9 02:27:59 2009 New Revision: 193796 URL: http://svn.freebsd.org/changeset/base/193796 Log: - Fix sanity check of GIFSOPTS ioctl. - Rename option mask s/GIF_FULLOPTS/GIF_OPTMASK/ Spotted by: Eygene Ryabinkin, delphij Modified: head/sys/net/if_gif.c head/s

svn commit: r193799 - head/usr.bin/fstat

2009-06-08 Thread Alexander Nedotsukov
Author: bland (ports committer) Date: Tue Jun 9 03:35:42 2009 New Revision: 193799 URL: http://svn.freebsd.org/changeset/base/193799 Log: Chase ZFS v13 import changes. This is a temporary fix until we find a way to avoid fstat to be broken each time we change the znode. Approved by: l

svn commit: r193802 - head/usr.bin/fstat

2009-06-08 Thread Alexander Nedotsukov
Author: bland (ports committer) Date: Tue Jun 9 04:09:31 2009 New Revision: 193802 URL: http://svn.freebsd.org/changeset/base/193802 Log: Fix bug in zphys offset calculation I introduced while retyping original patch. Modified: head/usr.bin/fstat/zfs.c Modified: head/usr.bin/fstat/zfs.c =

svn commit: r193803 - head/sys/dev/usb/wlan

2009-06-08 Thread Weongyo Jeong
Author: weongyo Date: Tue Jun 9 04:17:08 2009 New Revision: 193803 URL: http://svn.freebsd.org/changeset/base/193803 Log: unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sorts setting TX descritor. While I'm here fixes a bug that the management frames only sent at 2 Mbits/

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

2009-06-08 Thread Ariff Abdullah
Author: ariff Date: Tue Jun 9 04:17:36 2009 New Revision: 193804 URL: http://svn.freebsd.org/changeset/base/193804 Log: Move C1E workaround into its own idle function. Previous workaround works only during initial booting process, while there are laptops/BIOSes that tend to act 'smarter' by

svn commit: r193807 - head/usr.sbin/flowctl

2009-06-08 Thread Warner Losh
Author: imp Date: Tue Jun 9 05:18:14 2009 New Revision: 193807 URL: http://svn.freebsd.org/changeset/base/193807 Log: Use NG_PATHSIZ instead of NG_PATHLEN + 1. Modified: head/usr.sbin/flowctl/flowctl.c Modified: head/usr.sbin/flowctl/flowctl.c ===

svn commit: r193808 - head/usr.sbin/flowctl

2009-06-08 Thread Warner Losh
Author: imp Date: Tue Jun 9 05:24:06 2009 New Revision: 193808 URL: http://svn.freebsd.org/changeset/base/193808 Log: Get the other NG_PATHLEN while I'm here too :(. Modified: head/usr.sbin/flowctl/flowctl.c Modified: head/usr.sbin/flowctl/flowctl.c =

svn commit: r193809 - head/lib/libpmc

2009-06-08 Thread Joseph Koshy
Author: jkoshy Date: Tue Jun 9 06:34:48 2009 New Revision: 193809 URL: http://svn.freebsd.org/changeset/base/193809 Log: Fix parsing of Core2 event qualifiers. Submitted by: Nikola K Modified: head/lib/libpmc/libpmc.c Modified: head/lib/libpmc/libpmc.c

svn commit: r193810 - head/lib/libpmc

2009-06-08 Thread Joseph Koshy
Author: jkoshy Date: Tue Jun 9 06:36:29 2009 New Revision: 193810 URL: http://svn.freebsd.org/changeset/base/193810 Log: Document the fact that some Core2 family CPUs lack fixed-function counters. Modified: head/lib/libpmc/pmc.core2.3 Modified: head/lib/libpmc/pmc.core2.3 ==

svn commit: r193811 - svnadmin/conf

2009-06-08 Thread Warner Losh
Author: imp Date: Tue Jun 9 06:50:11 2009 New Revision: 193811 URL: http://svn.freebsd.org/changeset/base/193811 Log: Add nork-san (Norikatsu Shigemura) to the src committers world. He's already a ports committer. I'll be his mentor. Please welcome him to the src tree. Approved by: