svn commit: r199576 - head/sys/dev/sound/usb

2009-11-20 Thread Andrew Thompson
Author: thompsa Date: Fri Nov 20 09:00:38 2009 New Revision: 199576 URL: http://svn.freebsd.org/changeset/base/199576 Log: remove volume alignment (was previously not correctly implemented) Submitted by: HPS Reported by: Jaakko Heinonen Modified: head/sys/dev/sound/usb/uaudio.c

svn commit: r199577 - stable/8/sys/netinet6

2009-11-20 Thread Bruce M Simpson
Author: bms Date: Fri Nov 20 11:58:04 2009 New Revision: 199577 URL: http://svn.freebsd.org/changeset/base/199577 Log: MFC r199518: Adapt the fix for IGMPv2 in r199287 for the IPv6 stack. Only multicast routing is affected by the issue. Modified: stable/8/sys/netinet6/raw_ip6.c

svn commit: r199579 - head/sys/boot/i386/zfsboot

2009-11-20 Thread John Baldwin
Author: jhb Date: Fri Nov 20 12:48:35 2009 New Revision: 199579 URL: http://svn.freebsd.org/changeset/base/199579 Log: Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot to fully support booting from large volumes. Tested by:Emil Smolenski ambsd of raisa.eu.org

svn commit: r199580 - head/sys/dev/tsec

2009-11-20 Thread Rafal Jaworowski
Author: raj Date: Fri Nov 20 13:28:06 2009 New Revision: 199580 URL: http://svn.freebsd.org/changeset/base/199580 Log: tsec: Use IFQ_DRV macros for managing interface packet queue. This lets tsec(4) work with ALTQ. Submitted by: Marcin Ligenza MFC after:1 week Modified:

Re: svn commit: r199498 - in head/sys: amd64/amd64 i386/i386 net

2009-11-20 Thread John Baldwin
On Thursday 19 November 2009 5:31:00 pm Jung-uk Kim wrote: On Thursday 19 November 2009 04:49 pm, John Baldwin wrote: On Thursday 19 November 2009 11:15:01 am Jung-uk Kim wrote: On Thursday 19 November 2009 03:26 am, Robert Watson wrote: On Wed, 18 Nov 2009, Jung-uk Kim wrote: -

svn commit: r199582 - head/sbin/fsck

2009-11-20 Thread Alexander Leidinger
Author: netchild Date: Fri Nov 20 15:27:00 2009 New Revision: 199582 URL: http://svn.freebsd.org/changeset/base/199582 Log: Fix minor resource leak in a function which was introduced by changing an err() to a return in r106254. MFC after:1 week Modified: head/sbin/fsck/fsck.c

svn commit: r199584 - head/sbin/mount_cd9660

2009-11-20 Thread Alexander Leidinger
Author: netchild Date: Fri Nov 20 15:28:38 2009 New Revision: 199584 URL: http://svn.freebsd.org/changeset/base/199584 Log: Fix minor memory leak in a function. MFC after:1 week Modified: head/sbin/mount_cd9660/mount_cd9660.c Modified: head/sbin/mount_cd9660/mount_cd9660.c

svn commit: r199586 - releng/8.0/release/doc/share/sgml

2009-11-20 Thread Ken Smith
Author: kensmith Date: Fri Nov 20 15:48:58 2009 New Revision: 199586 URL: http://svn.freebsd.org/changeset/base/199586 Log: Adjust to reflect 8.0-RELEASE. Approved by: re (implicit) Modified: releng/8.0/release/doc/share/sgml/release.ent Modified:

svn commit: r199588 - releng/8.0/release/doc/en_US.ISO8859-1/share/sgml

2009-11-20 Thread Ken Smith
Author: kensmith Date: Fri Nov 20 15:51:07 2009 New Revision: 199588 URL: http://svn.freebsd.org/changeset/base/199588 Log: Remove the warning that all users should subscribe to -current, it only applies to head. Approved by: re (implicit) Modified:

svn commit: r199590 - releng/8.0/release/doc/en_US.ISO8859-1/relnotes

2009-11-20 Thread Ken Smith
Author: kensmith Date: Fri Nov 20 15:53:59 2009 New Revision: 199590 URL: http://svn.freebsd.org/changeset/base/199590 Log: Make a few adjustments to say this is 8.0-RELEASE. Add a warning that the actual release notes were not available at the time of the release builds, they are still

svn commit: r199591 - releng/8.0/sys/conf

2009-11-20 Thread Ken Smith
Author: kensmith Date: Fri Nov 20 15:55:23 2009 New Revision: 199591 URL: http://svn.freebsd.org/changeset/base/199591 Log: Prepare for 8.0-RELEASE builds. Approved by: re (implicit) Modified: releng/8.0/sys/conf/newvers.sh Modified: releng/8.0/sys/conf/newvers.sh

svn commit: r199595 - releng/8.0

2009-11-20 Thread Ken Smith
Author: kensmith Date: Fri Nov 20 16:00:40 2009 New Revision: 199595 URL: http://svn.freebsd.org/changeset/base/199595 Log: Predict when 8.0-RELEASE will be announced. Approved by: re (implicit) Modified: releng/8.0/UPDATING Modified: releng/8.0/UPDATING

svn commit: r199602 - head/sys/powerpc/mpc85xx

2009-11-20 Thread Marcel Moolenaar
Author: marcel Date: Fri Nov 20 17:59:50 2009 New Revision: 199602 URL: http://svn.freebsd.org/changeset/base/199602 Log: Always allocate PCI/ISA interrupts as shareable so that shared interrupts don't cause driver attach failures. Modified: head/sys/powerpc/mpc85xx/pci_ocp.c Modified:

svn commit: r199603 - in head/sys: amd64/amd64 i386/i386 net

2009-11-20 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 20 18:49:20 2009 New Revision: 199603 URL: http://svn.freebsd.org/changeset/base/199603 Log: - Allocate scratch memory on stack instead of pre-allocating it with the filter as we do from bpf_filter()[1]. - Revert experimental use of contigmalloc(9)/contigfree(9).

svn commit: r199604 - in head/tools/regression/bpf/bpf_filter: . tests

2009-11-20 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 20 18:53:38 2009 New Revision: 199604 URL: http://svn.freebsd.org/changeset/base/199604 Log: Adjust BPF JIT compiler regression tests to catch up with r199603. Modified: head/tools/regression/bpf/bpf_filter/Makefile head/tools/regression/bpf/bpf_filter/bpf_test.c

svn commit: r199605 - head/tools/regression/bpf/bpf_filter

2009-11-20 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 20 19:01:09 2009 New Revision: 199605 URL: http://svn.freebsd.org/changeset/base/199605 Log: Correct copyright date in the BPF regression test. Modified: head/tools/regression/bpf/bpf_filter/bpf_test.c Modified: head/tools/regression/bpf/bpf_filter/bpf_test.c

svn commit: r199606 - in head/lib/libc: gen include

2009-11-20 Thread John Baldwin
Author: jhb Date: Fri Nov 20 19:19:51 2009 New Revision: 199606 URL: http://svn.freebsd.org/changeset/base/199606 Log: Add an internal _once() method. This works identical to pthread_once(3) with the additional property that it is safe for routines in libc to use in both single-threaded

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

2009-11-20 Thread John Baldwin
Author: jhb Date: Fri Nov 20 19:21:33 2009 New Revision: 199607 URL: http://svn.freebsd.org/changeset/base/199607 Log: Replace gmt_is_set and the gmt_mutex lock with a pthread_once_t variable and an init routine run on the first invocation via _once(). MFC after:1 week Modified:

Re: svn commit: r199606 - in head/lib/libc: gen include

2009-11-20 Thread Alexander Kabaev
Just for the record, this breaks __gthread_active_p() in GCC and consequently breaks libstdc++ and libgcc_s.so.1 (iirc). -- Alexander Kabaev signature.asc Description: PGP signature

svn commit: r199608 - head/sys/dev/et

2009-11-20 Thread Pyun YongHyeon
Author: yongari Date: Fri Nov 20 20:12:37 2009 New Revision: 199608 URL: http://svn.freebsd.org/changeset/base/199608 Log: Remove unnecessary structure packing. Modified: head/sys/dev/et/if_etvar.h Modified: head/sys/dev/et/if_etvar.h

svn commit: r199609 - head/sys/dev/et

2009-11-20 Thread Pyun YongHyeon
Author: yongari Date: Fri Nov 20 20:18:53 2009 New Revision: 199609 URL: http://svn.freebsd.org/changeset/base/199609 Log: Add initial endianness support. It seems the controller supports both big-endian and little-endian format in descriptors for Rx path but I couldn't find equivalent

svn commit: r199610 - head/sys/dev/et

2009-11-20 Thread Pyun YongHyeon
Author: yongari Date: Fri Nov 20 20:25:21 2009 New Revision: 199610 URL: http://svn.freebsd.org/changeset/base/199610 Log: Because we know received bytes including CRC there is no reason to call m_adj(9). The controller also seems to have a capability to strip CRC bytes but I failed to

Re: svn commit: r199606 - in head/lib/libc: gen include

2009-11-20 Thread John Baldwin
On Friday 20 November 2009 2:55:32 pm Alexander Kabaev wrote: Just for the record, this breaks __gthread_active_p() in GCC and consequently breaks libstdc++ and libgcc_s.so.1 (iirc). Gah, ok. I think it mostly pessimizes them rather than outright breaks them? Still, I'm build-testing a fix now

svn commit: r199612 - head/sys/dev/et

2009-11-20 Thread Pyun YongHyeon
Author: yongari Date: Fri Nov 20 20:40:34 2009 New Revision: 199612 URL: http://svn.freebsd.org/changeset/base/199612 Log: Add __FBSDID. Modified: head/sys/dev/et/if_et.c Modified: head/sys/dev/et/if_et.c == ---

svn commit: r199613 - head/sys/dev/et

2009-11-20 Thread Pyun YongHyeon
Author: yongari Date: Fri Nov 20 20:43:16 2009 New Revision: 199613 URL: http://svn.freebsd.org/changeset/base/199613 Log: Only Tx checksum offloading is supported now. Remove experimental code sneaked in r199611. Modified: head/sys/dev/et/if_et.c Modified: head/sys/dev/et/if_et.c

svn commit: r199614 - in head/lib/libc: gen include

2009-11-20 Thread John Baldwin
Author: jhb Date: Fri Nov 20 20:43:34 2009 New Revision: 199614 URL: http://svn.freebsd.org/changeset/base/199614 Log: Revert the previous change to pthread_once() stub in libc. It is actually a feature that libstdc++ depends on to simulate the behavior of libc's internal '__isthreaded'

svn commit: r199615 - in head/sys: amd64/amd64 i386/i386 net

2009-11-20 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 20 21:12:40 2009 New Revision: 199615 URL: http://svn.freebsd.org/changeset/base/199615 Log: General style cleanup, no functional change. Modified: head/sys/amd64/amd64/bpf_jit_machdep.c head/sys/i386/i386/bpf_jit_machdep.c head/sys/net/bpf_jitter.c Modified:

svn commit: r199616 - in head/sys/fs: nfs nfsserver

2009-11-20 Thread Rick Macklem
Author: rmacklem Date: Fri Nov 20 21:21:13 2009 New Revision: 199616 URL: http://svn.freebsd.org/changeset/base/199616 Log: Patch the experimental NFS server is a manner analagous to r197525, so that the creation verifier is handled correctly in va_atime for 64bit architectures. There were

svn commit: r199617 - head/sys/kern

2009-11-20 Thread Konstantin Belousov
Author: kib Date: Fri Nov 20 22:22:53 2009 New Revision: 199617 URL: http://svn.freebsd.org/changeset/base/199617 Log: On the return path from F_RDAHEAD and F_READAHEAD fcntls, do not unlock Giant twice. While there, bring conditions in the do/while loops closer to style, that also

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

2009-11-20 Thread Jung-uk Kim
Author: jkim Date: Sat Nov 21 00:19:09 2009 New Revision: 199619 URL: http://svn.freebsd.org/changeset/base/199619 Log: Add an experimental and rudimentary JIT optimizer to reduce unncessary overhead from short BPF filter programs such as get the first 96 bytes. Modified:

svn commit: r199621 - head

2009-11-20 Thread Doug Barton
Author: dougb Date: Sat Nov 21 01:43:22 2009 New Revision: 199621 URL: http://svn.freebsd.org/changeset/base/199621 Log: Add a note that wpa_supplicant(8) may require a full world build to sync up with 20091109. Modified: head/UPDATING Modified: head/UPDATING

svn commit: r199625 - release/8.0.0

2009-11-20 Thread Ken Smith
Author: kensmith Date: Sat Nov 21 06:13:29 2009 New Revision: 199625 URL: http://svn.freebsd.org/changeset/base/199625 Log: Create release/8.0.0 for the 8.0-RELEASE. Approved by: re (implicit) Added: - copied from r199624, releng/8.0/ Directory Properties: release/8.0.0/ (props