Re: svn commit: r194927 - in head: share/man/man4 sys/net

2009-06-25 Thread Daniel O'Connor
On Thu, 25 Jun 2009, Bjoern A. Zeeb wrote: Author: bz Date: Wed Jun 24 22:21:30 2009 New Revision: 194927 URL: http://svn.freebsd.org/changeset/base/194927 Log: Merge from p4: CH154790,154793,154874 Import if_epair(4), a virtual cross-over Ethernet-like interface pair. Can't you

svn commit: r194941 - head/sys/kern

2009-06-25 Thread Robert Watson
Author: rwatson Date: Thu Jun 25 07:16:10 2009 New Revision: 194941 URL: http://svn.freebsd.org/changeset/base/194941 Log: oshmctl() now requires a sysv_shm.c-local function prototype. Modified: head/sys/kern/sysv_shm.c Modified: head/sys/kern/sysv_shm.c

svn commit: r194942 - head/sys/i386/ibcs2

2009-06-25 Thread Robert Watson
Author: rwatson Date: Thu Jun 25 07:25:39 2009 New Revision: 194942 URL: http://svn.freebsd.org/changeset/base/194942 Log: Fix ibcs2_ipc.c build by adding missing limits.h include. Submitted by: keramida Modified: head/sys/i386/ibcs2/ibcs2_ipc.c Modified:

Re: svn commit: r194927 - in head: share/man/man4 sys/net

2009-06-25 Thread Bjoern A. Zeeb
On Thu, 25 Jun 2009, Daniel O'Connor wrote: On Thu, 25 Jun 2009, Bjoern A. Zeeb wrote: Author: bz Date: Wed Jun 24 22:21:30 2009 New Revision: 194927 URL: http://svn.freebsd.org/changeset/base/194927 Log: Merge from p4: CH154790,154793,154874 Import if_epair(4), a virtual cross-over

svn commit: r194943 - head/sys/netinet6

2009-06-25 Thread Robert Watson
Author: rwatson Date: Thu Jun 25 08:37:38 2009 New Revision: 194943 URL: http://svn.freebsd.org/changeset/base/194943 Log: Clean up reference management in in6_update_ifa and in6_unlink_ifa, and in particular, add a reference for in6_ifaddrhead since we do remove a reference for it when an

svn commit: r194944 - in head/sys/gnu/fs/xfs: . FreeBSD

2009-06-25 Thread Roman Divacky
Author: rdivacky Date: Thu Jun 25 08:52:20 2009 New Revision: 194944 URL: http://svn.freebsd.org/changeset/base/194944 Log: Switch cmd argument of ioctl to u_long as elsewhere in the kernel. Propagate this change down the callchain. Approved by: kan (maintainer) Approved by: ed

svn commit: r194946 - in stable/7/contrib/gdb: . gdb

2009-06-25 Thread Andriy Gapon
Author: avg Date: Thu Jun 25 09:17:50 2009 New Revision: 194946 URL: http://svn.freebsd.org/changeset/base/194946 Log: MFC r194061: gdb: make 'thread apply all bt' always work on all threads Modified: stable/7/contrib/gdb/ (props changed) stable/7/contrib/gdb/gdb/stack.c Modified:

svn commit: r194947 - head/share/man/man8

2009-06-25 Thread Luigi Rizzo
Author: luigi Date: Thu Jun 25 09:28:04 2009 New Revision: 194947 URL: http://svn.freebsd.org/changeset/base/194947 Log: update the manpage to track existing options (including --iso), and alphabetize them. MFC after:3 days Modified: head/share/man/man8/picobsd.8 Modified:

svn commit: r194948 - stable/7/release/picobsd/build

2009-06-25 Thread Luigi Rizzo
Author: luigi Date: Thu Jun 25 09:28:44 2009 New Revision: 194948 URL: http://svn.freebsd.org/changeset/base/194948 Log: MFC: enable creation of ISO images Modified: stable/7/release/picobsd/build/picobsd Modified: stable/7/release/picobsd/build/picobsd

svn commit: r194949 - in head/sys/arm/mv: . discovery kirkwood orion

2009-06-25 Thread Rafal Jaworowski
Author: raj Date: Thu Jun 25 10:03:51 2009 New Revision: 194949 URL: http://svn.freebsd.org/changeset/base/194949 Log: Enable all populated TWSI (I2C) controllers on Marvell SOCs. Obtained from:Semihalf Modified: head/sys/arm/mv/discovery/discovery.c

svn commit: r194950 - head/sys/powerpc/conf

2009-06-25 Thread Rafal Jaworowski
Author: raj Date: Thu Jun 25 10:07:21 2009 New Revision: 194950 URL: http://svn.freebsd.org/changeset/base/194950 Log: Include SMP support in the MPC85XX kernel by default. Modified: head/sys/powerpc/conf/MPC85XX Modified: head/sys/powerpc/conf/MPC85XX

Re: svn commit: r194844 - in head/sys: conf dev/ata

2009-06-25 Thread Alexander Motin
Rafal Jaworowski wrote: Author: raj Date: Wed Jun 24 15:38:17 2009 New Revision: 194844 URL: http://svn.freebsd.org/changeset/base/194844 Log: Move non-PCI prototypes from ata-pci.h - ata-all.h. This removes unnecessary PCI #includes dependency for systems with ATA controllers living

Re: svn commit: r194844 - in head/sys: conf dev/ata

2009-06-25 Thread Rafal Jaworowski
On 2009-06-25, at 12:19, Alexander Motin wrote: Rafal Jaworowski wrote: Modified: head/sys/conf/files = = = = = = = = = = --- head/sys/conf/files Wed Jun 24 15:33:33 2009(r194843) +++ head/sys/conf/files Wed Jun 24

Re: svn commit: r194930 - in head: sbin/ipfw sys/netinet sys/netinet/ipfw

2009-06-25 Thread Oleg Bulyzhin
On Wed, Jun 24, 2009 at 07:44:04PM -0400, Ben Kaduk wrote: There's a grammar error and a style error, here. I'm actually not entirely sure what the intended meaning is, so it's a bit hard to fix the grammar error. It's no wonder - my english writing skill is poor. Looking at the code, it

svn commit: r194951 - in head/sys: fs/nfsclient net netinet netipsec nfsclient

2009-06-25 Thread Robert Watson
Author: rwatson Date: Thu Jun 25 11:52:33 2009 New Revision: 194951 URL: http://svn.freebsd.org/changeset/base/194951 Log: Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the in_ifaddrhead and INADDR_HASH address lists. Previously, these lists were used

svn commit: r194953 - head/usr.sbin/sysinstall

2009-06-25 Thread John Baldwin
Author: jhb Date: Thu Jun 25 12:34:05 2009 New Revision: 194953 URL: http://svn.freebsd.org/changeset/base/194953 Log: Raise the default size of the EFI partition on ia64 from 100MB to 400MB. A fresh install of a current 8.0 snapshot uses 156MB with a single kernel and having the filesystem

svn commit: r194954 - stable/7/sys/dev/usb

2009-06-25 Thread Nick Hibma
Author: n_hibma Date: Thu Jun 25 12:34:44 2009 New Revision: 194954 URL: http://svn.freebsd.org/changeset/base/194954 Log: Don't send multiple commands. Sending the ZTE switch command is sufficient. Modified: stable/7/sys/dev/usb/u3g.c Modified: stable/7/sys/dev/usb/u3g.c

svn commit: r194955 - in head: lib/libc/posix1e lib/libc/sys sys/sys

2009-06-25 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 25 12:46:59 2009 New Revision: 194955 URL: http://svn.freebsd.org/changeset/base/194955 Log: Add NFSv4 ACL support to libc. This adds the following functions to the acl(3) API: acl_add_flag_np, acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np,

svn commit: r194956 - in head/lib/libc: posix1e sys

2009-06-25 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 25 12:53:50 2009 New Revision: 194956 URL: http://svn.freebsd.org/changeset/base/194956 Log: Bump manual page timestamps. Modified: head/lib/libc/posix1e/acl.3 head/lib/libc/posix1e/acl_add_flag_np.3 head/lib/libc/posix1e/acl_add_perm.3

svn commit: r194957 - head/lib/libc/posix1e

2009-06-25 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 25 13:08:02 2009 New Revision: 194957 URL: http://svn.freebsd.org/changeset/base/194957 Log: Fix c194955 - somehow I managed all the new files, tripling their contents. Modified: head/lib/libc/posix1e/acl_add_flag_np.3 head/lib/libc/posix1e/acl_branding.c

Re: svn commit: r194766 - in head/sys: dev/md fs/procfs fs/tmpfs kern security/mac_biba security/mac_lomac sys vm

2009-06-25 Thread Gavin Atkinson
On Tue, 2009-06-23 at 20:45 +, Konstantin Belousov wrote: Author: kib Date: Tue Jun 23 20:45:22 2009 New Revision: 194766 URL: http://svn.freebsd.org/changeset/base/194766 Log: Implement global and per-uid accounting of the anonymous memory. Add rlimit RLIMIT_SWAP that limits the

Re: svn commit: r194766 - in head/sys: dev/md fs/procfs fs/tmpfs kern security/mac_biba security/mac_lomac sys vm

2009-06-25 Thread Florian Smeets
On 25.06.09 15:27, Gavin Atkinson wrote: On Tue, 2009-06-23 at 20:45 +, Konstantin Belousov wrote: Author: kib Date: Tue Jun 23 20:45:22 2009 New Revision: 194766 URL: http://svn.freebsd.org/changeset/base/194766 Log: Implement global and per-uid accounting of the anonymous memory. Add

Re: svn commit: r194766 - in head/sys: dev/md fs/procfs fs/tmpfs kern security/mac_biba security/mac_lomac sys vm

2009-06-25 Thread Gavin Atkinson
On Thu, 2009-06-25 at 15:29 +0200, Florian Smeets wrote: On 25.06.09 15:27, Gavin Atkinson wrote: On Tue, 2009-06-23 at 20:45 +, Konstantin Belousov wrote: Author: kib Date: Tue Jun 23 20:45:22 2009 New Revision: 194766 URL: http://svn.freebsd.org/changeset/base/194766 Log:

svn commit: r194960 - head/sys/dev/drm

2009-06-25 Thread Robert Noland
Author: rnoland Date: Thu Jun 25 14:15:45 2009 New Revision: 194960 URL: http://svn.freebsd.org/changeset/base/194960 Log: Ensure that we always hold the lock when calling vblank_disable_fn() MFC after:3 days Modified: head/sys/dev/drm/drm_irq.c Modified: head/sys/dev/drm/drm_irq.c

svn commit: r194962 - head/sys/netinet

2009-06-25 Thread Robert Watson
Author: rwatson Date: Thu Jun 25 14:44:00 2009 New Revision: 194962 URL: http://svn.freebsd.org/changeset/base/194962 Log: Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(), so that it doesn't run multiple times if VIMAGE is being used. Discussed with: bz MFC

svn commit: r194963 - head/sys/dev/drm

2009-06-25 Thread Robert Noland
Author: rnoland Date: Thu Jun 25 15:30:25 2009 New Revision: 194963 URL: http://svn.freebsd.org/changeset/base/194963 Log: Additional vblank cleanups. Use the vbl_lock when maniputlating the refcount. Eventually I want to convert this to use our internal refcount code. Continue to use

svn commit: r194964 - stable/7/usr.bin/ncal

2009-06-25 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 25 15:34:17 2009 New Revision: 194964 URL: http://svn.freebsd.org/changeset/base/194964 Log: MFC 194366, 194447: Fix column width of weekday names for multibyte locales. Modified: stable/7/usr.bin/ncal/ (props changed) stable/7/usr.bin/ncal/ncal.c Modified:

svn commit: r194965 - head/sys/dev/drm

2009-06-25 Thread Robert Noland
Author: rnoland Date: Thu Jun 25 15:36:11 2009 New Revision: 194965 URL: http://svn.freebsd.org/changeset/base/194965 Log: Fix one use of atomic for refcount missed in last commit. MFC after:3 days Modified: head/sys/dev/drm/drm_irq.c Modified: head/sys/dev/drm/drm_irq.c

svn commit: r194966 - head/sys/dev/drm

2009-06-25 Thread Robert Noland
Author: rnoland Date: Thu Jun 25 15:47:32 2009 New Revision: 194966 URL: http://svn.freebsd.org/changeset/base/194966 Log: Keep track of the hardware counter more aggressively while interrupts are enabled. This should help to reduce cases where the hardware counter reference jumps by large

Re: svn commit: r194925 - head/sys/dev/e1000

2009-06-25 Thread John Baldwin
On Wednesday 24 June 2009 6:16:02 pm Jack F Vogel wrote: Author: jfv Date: Wed Jun 24 22:16:02 2009 New Revision: 194925 URL: http://svn.freebsd.org/changeset/base/194925 Log: need to make intr_bind call architecture specific for global builds (failing sun4v lint build) You should be

svn commit: r194967 - in stable/7/sys: . contrib/pf kern

2009-06-25 Thread John Baldwin
Author: jhb Date: Thu Jun 25 16:10:04 2009 New Revision: 194967 URL: http://svn.freebsd.org/changeset/base/194967 Log: MFC: Fix a deadlock in the getpeername() method for UNIX domain sockets. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

svn commit: r194968 - in head: share/man/man8 usr.bin/ypcat usr.bin/ypmatch usr.bin/ypwhich usr.sbin/ypserv

2009-06-25 Thread Brian Somers
Author: brian Date: Thu Jun 25 16:15:39 2009 New Revision: 194968 URL: http://svn.freebsd.org/changeset/base/194968 Log: Support shadow.byname and shadow.byuid maps, protecting them by insisting on privileged port access. Include /var/yp/Makefile.local if it exists and suggest using it

svn commit: r194969 - head/sys/dev/drm

2009-06-25 Thread Robert Noland
Author: rnoland Date: Thu Jun 25 16:17:07 2009 New Revision: 194969 URL: http://svn.freebsd.org/changeset/base/194969 Log: Initialize max_vblank_count earlier. Small cleanup of the error paths while I'm here. MFC after:3 days Modified: head/sys/dev/drm/radeon_cp.c

Re: svn commit: r194925 - head/sys/dev/e1000

2009-06-25 Thread Jack Vogel
Oh, hmmm, wasn't aware of that, I'll take a look at it today. Thanks John, Jack On Thu, Jun 25, 2009 at 5:21 AM, John Baldwin j...@freebsd.org wrote: On Wednesday 24 June 2009 6:16:02 pm Jack F Vogel wrote: Author: jfv Date: Wed Jun 24 22:16:02 2009 New Revision: 194925 URL:

svn commit: r194970 - head/lib/libc/posix1e

2009-06-25 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 25 16:34:29 2009 New Revision: 194970 URL: http://svn.freebsd.org/changeset/base/194970 Log: Manual page tweaks. Modified: head/lib/libc/posix1e/acl.3 Modified: head/lib/libc/posix1e/acl.3

svn commit: r194975 - head/bin/sh

2009-06-25 Thread Jilles Tjoelker
Author: jilles Date: Thu Jun 25 17:10:51 2009 New Revision: 194975 URL: http://svn.freebsd.org/changeset/base/194975 Log: Improve IFS expansion using code from NetBSD. We now pass the ifs.sh testsuite. PR: standards/79067 Approved by: ed (mentor) (implicit) Obtained

svn commit: r194981 - head/tools/regression/bin/sh/expansion

2009-06-25 Thread Jilles Tjoelker
Author: jilles Date: Thu Jun 25 17:36:08 2009 New Revision: 194981 URL: http://svn.freebsd.org/changeset/base/194981 Log: Add some tests for r194975 and r194977. Approved by: ed (mentor) (implicit) Added: head/tools/regression/bin/sh/expansion/

Re: svn commit: r194789 - head/usr.bin/usbhidctl

2009-06-25 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Bruce, Bruce Evans wrote: On Tue, 23 Jun 2009, Xin LI wrote: Log: Use getprogname() instead of referencing __progname. Neither is permitted in FreeBSD in usage(). I didn't see references about this? If this is discouraged, perhaps we

svn commit: r194982 - head/sys/sun4v/conf

2009-06-25 Thread John Baldwin
Author: jhb Date: Thu Jun 25 17:46:52 2009 New Revision: 194982 URL: http://svn.freebsd.org/changeset/base/194982 Log: Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binaries to be compatible with. Modified: head/sys/sun4v/conf/GENERIC Modified:

svn commit: r194983 - head/sys/arm/conf

2009-06-25 Thread Sam Leffler
Author: sam Date: Thu Jun 25 18:07:19 2009 New Revision: 194983 URL: http://svn.freebsd.org/changeset/base/194983 Log: temporarily disable optional uarts; apparently we hang when probing them (and they are not present) Modified: head/sys/arm/conf/CAMBRIA.hints Modified:

svn commit: r194984 - head/sys/conf

2009-06-25 Thread Rafal Jaworowski
Author: raj Date: Thu Jun 25 18:09:23 2009 New Revision: 194984 URL: http://svn.freebsd.org/changeset/base/194984 Log: Make ata-{dma,sata}.c dependent on atacore build option. Discussed with: mav Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r194985 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2009-06-25 Thread John Baldwin
Author: jhb Date: Thu Jun 25 18:13:46 2009 New Revision: 194985 URL: http://svn.freebsd.org/changeset/base/194985 Log: - Restore the behavior of pre-allocating IDT vectors for MSI interrupts. This is mostly important for the multiple MSI message case where the IDT vectors for the entire

svn commit: r194986 - head/sys/dev/drm

2009-06-25 Thread Robert Noland
Author: rnoland Date: Thu Jun 25 18:27:08 2009 New Revision: 194986 URL: http://svn.freebsd.org/changeset/base/194986 Log: Some more cleanups for vblank code on Intel. The Intel 2d driver calls modeset before reinstalling the handler on a vt switch. This means that vblank status ends up

svn commit: r194987 - head/sys/kern

2009-06-25 Thread John Baldwin
Author: jhb Date: Thu Jun 25 18:35:19 2009 New Revision: 194987 URL: http://svn.freebsd.org/changeset/base/194987 Log: Return errors from intr_event_bind() to the caller of intr_set_affinity(). Specifically, if a non-root user attempts to bind an interrupt the request will now report

svn commit: r194988 - head/sys/dev/ixgbe

2009-06-25 Thread Jack F Vogel
Author: jfv Date: Thu Jun 25 18:40:27 2009 New Revision: 194988 URL: http://svn.freebsd.org/changeset/base/194988 Log: Decided to limit the interrupt bind to multiqueue config as done in igb. Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c

svn commit: r194989 - head/sys/sys

2009-06-25 Thread John Baldwin
Author: jhb Date: Thu Jun 25 18:44:05 2009 New Revision: 194989 URL: http://svn.freebsd.org/changeset/base/194989 Log: Remove the d_spare2_t typedef. The d_spare2 field was replaced by d_mmap_single(). I considered adding a new round of padding for 8.0. However, since cdevsw already

svn commit: r194990 - in head/sys: cam/scsi dev/iscsi/initiator dev/sound/midi dev/speaker fs/coda fs/pseudofs net sys vm

2009-06-25 Thread Konstantin Belousov
Author: kib Date: Thu Jun 25 18:46:30 2009 New Revision: 194990 URL: http://svn.freebsd.org/changeset/base/194990 Log: Change the type of uio_resid member of struct uio from int to ssize_t. Note that this does not actually enable full-range i/o requests for 64 architectures, and is done now

svn commit: r194991 - in vendor/bind9/dist: . bin/check bin/dnssec doc/arm lib/bind9 lib/dns lib/dns/include/dns

2009-06-25 Thread Doug Barton
Author: dougb Date: Thu Jun 25 18:50:46 2009 New Revision: 194991 URL: http://svn.freebsd.org/changeset/base/194991 Log: Vendor import of BIND 9.6.1 Added: vendor/bind9/dist/KNOWN-DEFECTS Modified: vendor/bind9/dist/CHANGES vendor/bind9/dist/bin/check/named-checkzone.c

svn commit: r194992 - vendor/bind9/9.6.1

2009-06-25 Thread Doug Barton
Author: dougb Date: Thu Jun 25 18:51:35 2009 New Revision: 194992 URL: http://svn.freebsd.org/changeset/base/194992 Log: Tag the 9.6.1 release Added: vendor/bind9/9.6.1/ - copied from r194991, vendor/bind9/dist/ ___ svn-src-all@freebsd.org

Re: svn commit: r194985 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2009-06-25 Thread John Baldwin
On Thursday 25 June 2009 2:13:46 pm John Baldwin wrote: Author: jhb Date: Thu Jun 25 18:13:46 2009 New Revision: 194985 URL: http://svn.freebsd.org/changeset/base/194985 Log: - Restore the behavior of pre-allocating IDT vectors for MSI interrupts. This is mostly important for the

svn commit: r194993 - head/sys/kern

2009-06-25 Thread Konstantin Belousov
Author: kib Date: Thu Jun 25 18:54:56 2009 New Revision: 194993 URL: http://svn.freebsd.org/changeset/base/194993 Log: In lf_iteratelocks_vnode, increment state-ls_threads around iterating of the vnode advisory lock list. This prevents deallocation of state while inside the loop.

svn commit: r194995 - in head/contrib/bind9: . bin/check bin/dnssec doc/arm lib/bind9 lib/dns lib/dns/include/dns

2009-06-25 Thread Doug Barton
Author: dougb Date: Thu Jun 25 19:16:29 2009 New Revision: 194995 URL: http://svn.freebsd.org/changeset/base/194995 Log: Update to the final release version of BIND 9.6.1. It has the following changes from the 9.6.1rc1 version. The first 2 only affect DNSSEC. named could

svn commit: r194996 - head/sys/dev/drm

2009-06-25 Thread Robert Noland
Author: rnoland Date: Thu Jun 25 19:23:25 2009 New Revision: 194996 URL: http://svn.freebsd.org/changeset/base/194996 Log: We shouldn't need to drop and reaquire the lock here. MFC after:3 days Modified: head/sys/dev/drm/i915_dma.c Modified: head/sys/dev/drm/i915_dma.c

svn commit: r194997 - head/sys/sun4v/conf

2009-06-25 Thread Ed Schouten
Author: ed Date: Thu Jun 25 19:26:23 2009 New Revision: 194997 URL: http://svn.freebsd.org/changeset/base/194997 Log: Remove COMPAT_43 from sun4v's GENERIC. I think it's very unlikely that we have binaries for sun4v that use features provided by COMPAT_43. Remove it from GENERIC.

Re: svn commit: r194985 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2009-06-25 Thread Alexander Motin
John Baldwin wrote: Author: jhb Date: Thu Jun 25 18:13:46 2009 New Revision: 194985 URL: http://svn.freebsd.org/changeset/base/194985 Log: - Restore the behavior of pre-allocating IDT vectors for MSI interrupts. This is mostly important for the multiple MSI message case where the IDT

svn commit: r195000 - head/contrib/bind9/lib/isc/ia64/include/isc

2009-06-25 Thread Doug Barton
Author: dougb Date: Thu Jun 25 19:52:45 2009 New Revision: 195000 URL: http://svn.freebsd.org/changeset/base/195000 Log: This is the solution that ISC committed after 9.6.1-release for the gcc warning issue. It should be included in the next upstream release. Modified:

svn commit: r195001 - head/share/doc/bind9

2009-06-25 Thread Doug Barton
Author: dougb Date: Thu Jun 25 20:09:53 2009 New Revision: 195001 URL: http://svn.freebsd.org/changeset/base/195001 Log: Add the KNOWN-DEFECTS file back in for the 9.6.1 release. Modified: head/share/doc/bind9/Makefile Modified: head/share/doc/bind9/Makefile

svn commit: r195002 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2009-06-25 Thread John Baldwin
Author: jhb Date: Thu Jun 25 20:35:46 2009 New Revision: 195002 URL: http://svn.freebsd.org/changeset/base/195002 Log: Fix kernels compiled without SMP support. Make intr_next_cpu() available for UP kernels but as a stub that always returns the single CPU's local APIC ID. Reported by:

svn commit: r195003 - head/sys/ufs/ufs

2009-06-25 Thread Sean Nicholas Barkas
Author: snb Date: Thu Jun 25 20:40:13 2009 New Revision: 195003 URL: http://svn.freebsd.org/changeset/base/195003 Log: Fix a bug reported by pho@ where one can induce a panic by decreasing vfs.ufs.dirhash_maxmem below the current amount of memory used by dirhash. When ufsdirhash_build() is

svn commit: r195004 - head/lib/libc/posix1e

2009-06-25 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 25 20:57:53 2009 New Revision: 195004 URL: http://svn.freebsd.org/changeset/base/195004 Log: Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't know anything about _PC_ACL_NFS4. Modified: head/lib/libc/posix1e/acl_get.c

svn commit: r195005 - head/sys/dev/hwpmc

2009-06-25 Thread Attilio Rao
Author: attilio Date: Thu Jun 25 20:59:37 2009 New Revision: 195005 URL: http://svn.freebsd.org/changeset/base/195005 Log: Fix a LOR between pmc_sx and proctree/allproc when creating a new thread for the pmclog. Reported by: Ryan Stone rstone at sandvine dot com Tested by:Ryan

Re: svn commit: r194985 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2009-06-25 Thread John Baldwin
On Thursday 25 June 2009 3:44:18 pm Alexander Motin wrote: John Baldwin wrote: Author: jhb Date: Thu Jun 25 18:13:46 2009 New Revision: 194985 URL: http://svn.freebsd.org/changeset/base/194985 Log: - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.

svn commit: r195006 - in head/sys/dev/cxgb: . sys

2009-06-25 Thread Navdeep Parhar
Author: np Date: Thu Jun 25 21:50:15 2009 New Revision: 195006 URL: http://svn.freebsd.org/changeset/base/195006 Log: mvec routines should have no knowledge of the SG engine. Reviewed by: kmacy Approved by: gnn (mentor) Modified: head/sys/dev/cxgb/cxgb_sge.c

Re: svn commit: r194985 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2009-06-25 Thread Alexander Motin
John Baldwin wrote: On Thursday 25 June 2009 3:44:18 pm Alexander Motin wrote: John Baldwin wrote: Author: jhb Date: Thu Jun 25 18:13:46 2009 New Revision: 194985 URL: http://svn.freebsd.org/changeset/base/194985 Log: - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.

Re: svn commit: r194997 - head/sys/sun4v/conf

2009-06-25 Thread Ed Schouten
* Ed Schouten e...@freebsd.org wrote: Approved by:kib Kib, Kip; this should have said: Approved by:kmacy -- Ed Schouten e...@80386.nl WWW: http://80386.nl/ pgp1WgL3dqDa4.pgp Description: PGP signature

svn commit: r195011 - head/lib/libjail

2009-06-25 Thread Jamie Gritton
Author: jamie Date: Thu Jun 25 22:42:19 2009 New Revision: 195011 URL: http://svn.freebsd.org/changeset/base/195011 Log: Fix dynamic (re)allocation logic in jailparam_set and jailparam_get. Touch up jailparam_import a bit while I'm at it. Approved by: bz (mentor) Modified:

svn commit: r195012 - head/usr.sbin/sysinstall/help

2009-06-25 Thread Xin LI
Author: delphij Date: Thu Jun 25 23:10:59 2009 New Revision: 195012 URL: http://svn.freebsd.org/changeset/base/195012 Log: Correct a typo (which you can use to in order - which you can use in order to). PR: bin/136040 Submitted by: Vikentii L. Karabin kvl tomsksoft com MFC

svn commit: r195013 - in vendor-sys/acpica/dist: . common compiler debugger events executer generate/lint hardware include namespace tables tools/acpiexec tools/acpisrc utilities

2009-06-25 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 25 23:20:50 2009 New Revision: 195013 URL: http://svn.freebsd.org/changeset/base/195013 Log: Import ACPICA 20090625 Added: vendor-sys/acpica/dist/utilities/utids.c (contents, props changed) Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist

svn commit: r195013 - in vendor-sys/acpica/dist: . common compiler debugger events executer generate/lint hardware include namespace tables tools/acpiexec tools/acpisrc utilities

2009-06-25 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 25 23:20:50 2009 New Revision: 195013 URL: http://svn.freebsd.org/changeset/base/195013 Log: Import ACPICA 20090625 Added: vendor-sys/acpica/dist/utilities/utids.c (contents, props changed) Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist

svn commit: r195014 - vendor-sys/acpica/20090625

2009-06-25 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 25 23:22:25 2009 New Revision: 195014 URL: http://svn.freebsd.org/changeset/base/195014 Log: Tag ACPICA 20090625 Added: vendor-sys/acpica/20090625/ - copied from r195013, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r195014 - vendor-sys/acpica/20090625

2009-06-25 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 25 23:22:25 2009 New Revision: 195014 URL: http://svn.freebsd.org/changeset/base/195014 Log: Tag ACPICA 20090625 Added: vendor-sys/acpica/20090625/ - copied from r195013, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r195015 - head/lib/libc/stdtime

2009-06-25 Thread Xin LI
Author: delphij Date: Thu Jun 25 23:59:23 2009 New Revision: 195015 URL: http://svn.freebsd.org/changeset/base/195015 Log: Implement %z for strptime. PR: kern/63064 Submitted by: Stefan `Sec` Zehl sec 42 org (with some small changes) MFC after:1 month Modified:

svn commit: r195019 - head/sys/net

2009-06-25 Thread Robert Watson
Author: rwatson Date: Fri Jun 26 00:19:25 2009 New Revision: 195019 URL: http://svn.freebsd.org/changeset/base/195019 Log: Convert netisr to use dynamic per-CPU storage (DPCPU) instead of sizing arrays to [MAXCPU], offering moderate memory savings. In some places, this requires using

Re: svn commit: r194909 - head/sys/dev/mxge

2009-06-25 Thread Kip Macy
This is my bug. Hold off for a day or two. -Kip On Wed, Jun 24, 2009 at 6:43 PM, Andrew Gallatingalla...@cs.duke.edu wrote: Sam Leffler wrote: There's something else wrong.  This is just covering up the real bug. I'm pretty sure the real bug is in bpf, but I'm not sure its a bug, and I