svn commit: r210441 - stable/8/sys/conf

2010-07-23 Thread Ken Smith
Author: kensmith Date: Sat Jul 24 01:52:26 2010 New Revision: 210441 URL: http://svn.freebsd.org/changeset/base/210441 Log: Shift to -STABLE now that 8.1-RELEASE is done. Modified: stable/8/sys/conf/newvers.sh Modified: stable/8/sys/conf/newvers.sh ===

svn commit: r210439 - stable/8/release/doc/en_US.ISO8859-1/relnotes

2010-07-23 Thread Hiroki Sato
Author: hrs Date: Fri Jul 23 22:49:25 2010 New Revision: 210439 URL: http://svn.freebsd.org/changeset/base/210439 Log: Add ale(4) to the IFCAP_VLAN_HWTSO-supported device list. Spotted by: yongari Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: stable/8/

svn commit: r210438 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2010-07-23 Thread Navdeep Parhar
Author: np Date: Fri Jul 23 22:24:25 2010 New Revision: 210438 URL: http://svn.freebsd.org/changeset/base/210438 Log: Catch up with r210324. d_buf will be NULL for SHT_NOBITS sections, do not attempt to copy from it in that case. MFC after:1 month Modified: head/cddl/contrib/opens

svn commit: r210437 - stable/8/release/doc/en_US.ISO8859-1/relnotes

2010-07-23 Thread Hiroki Sato
Author: hrs Date: Fri Jul 23 22:20:26 2010 New Revision: 210437 URL: http://svn.freebsd.org/changeset/base/210437 Log: Fix a typo. Spotted by: np Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml =

svn commit: r210436 - stable/8/release/doc/en_US.ISO8859-1/relnotes

2010-07-23 Thread Hiroki Sato
Author: hrs Date: Fri Jul 23 22:18:05 2010 New Revision: 210436 URL: http://svn.freebsd.org/changeset/base/210436 Log: Fix a typo. Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml ===

svn commit: r210435 - stable/8/release/doc/en_US.ISO8859-1/relnotes

2010-07-23 Thread Hiroki Sato
Author: hrs Date: Fri Jul 23 22:00:19 2010 New Revision: 210435 URL: http://svn.freebsd.org/changeset/base/210435 Log: Sort entries. Cosmetic changes only. Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sg

svn commit: r210434 - stable/8/release/doc/en_US.ISO8859-1/relnotes

2010-07-23 Thread Hiroki Sato
Author: hrs Date: Fri Jul 23 21:51:41 2010 New Revision: 210434 URL: http://svn.freebsd.org/changeset/base/210434 Log: - Spelling correction. - Remove 64-bit quota entry; it was not merged[*]. Spotted by: kib[*] Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Mo

svn commit: r210433 - stable/8/release/doc/en_US.ISO8859-1/relnotes

2010-07-23 Thread Hiroki Sato
Author: hrs Date: Fri Jul 23 21:38:26 2010 New Revision: 210433 URL: http://svn.freebsd.org/changeset/base/210433 Log: New relnotes item: SPARC64 V support [sparc64], usb(4) attach->notify event change, uep(4) added, cxgb(4) hardware filtering, f

svn commit: r210432 - head/sys/amd64/linux32

2010-07-23 Thread Konstantin Belousov
Author: kib Date: Fri Jul 23 21:31:03 2010 New Revision: 210432 URL: http://svn.freebsd.org/changeset/base/210432 Log: Regen Modified: head/sys/amd64/linux32/linux32_proto.h head/sys/amd64/linux32/linux32_syscall.h head/sys/amd64/linux32/linux32_sysent.c Modified: head/sys/amd64/linux32/

svn commit: r210431 - in head/sys: amd64/linux32 compat/freebsd32

2010-07-23 Thread Konstantin Belousov
Author: kib Date: Fri Jul 23 21:30:33 2010 New Revision: 210431 URL: http://svn.freebsd.org/changeset/base/210431 Log: Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() may server as well. COMPAT_FREEBSD32 is a prerequisite for COMPAT_LINUX32. Reviewed by: alc MFC after

Re: svn commit: r210430 - head/usr.bin/grep

2010-07-23 Thread Gabor Kovesdan
Em 2010.07.23. 21:36, Xin LI escreveu: Author: delphij Date: Fri Jul 23 19:36:11 2010 New Revision: 210430 URL: http://svn.freebsd.org/changeset/base/210430 Log: Fix crashes when using grep -R: - Explicitly pre-zero memory for fts_open parameters. - Don't test against directory patte

svn commit: r210430 - head/usr.bin/grep

2010-07-23 Thread Xin LI
Author: delphij Date: Fri Jul 23 19:36:11 2010 New Revision: 210430 URL: http://svn.freebsd.org/changeset/base/210430 Log: Fix crashes when using grep -R: - Explicitly pre-zero memory for fts_open parameters. - Don't test against directory patterns when we are testing direct leaf o

Re: svn commit: r210429 - in head/sys: amd64/linux32 compat/freebsd32 kern sys

2010-07-23 Thread Alan Cox
Kostik Belousov wrote: On Fri, Jul 23, 2010 at 06:58:27PM +, Alan Cox wrote: Author: alc Date: Fri Jul 23 18:58:27 2010 New Revision: 210429 URL: http://svn.freebsd.org/changeset/base/210429 Log: Eliminate a little bit of duplicated code. I think that amd64 copy of linux_exec_co

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

2010-07-23 Thread pluknet
On 23 July 2010 21:53, George V. Neville-Neil wrote: > Author: gnn > Date: Fri Jul 23 17:53:39 2010 > New Revision: 210428 > URL: http://svn.freebsd.org/changeset/base/210428 > > Log: >  Fix a bug in the statistics code for tracking the head and >  tail pointers of the tx and rx queues.   We neede

Re: svn commit: r210429 - in head/sys: amd64/linux32 compat/freebsd32 kern sys

2010-07-23 Thread Kostik Belousov
On Fri, Jul 23, 2010 at 06:58:27PM +, Alan Cox wrote: > Author: alc > Date: Fri Jul 23 18:58:27 2010 > New Revision: 210429 > URL: http://svn.freebsd.org/changeset/base/210429 > > Log: > Eliminate a little bit of duplicated code. > I think that amd64 copy of linux_exec_copyin_args() can go

Re: svn commit: r210410 - head/sys/kern

2010-07-23 Thread Alan Cox
Ivan Voras wrote: Author: ivoras Date: Fri Jul 23 12:30:29 2010 New Revision: 210410 URL: http://svn.freebsd.org/changeset/base/210410 Log: Make lorunningspace catch up with hirunningspace. While there, add comment about the magic numbers. Prodded by: alc Thanks. Alan ___

svn commit: r210429 - in head/sys: amd64/linux32 compat/freebsd32 kern sys

2010-07-23 Thread Alan Cox
Author: alc Date: Fri Jul 23 18:58:27 2010 New Revision: 210429 URL: http://svn.freebsd.org/changeset/base/210429 Log: Eliminate a little bit of duplicated code. Modified: head/sys/amd64/linux32/linux32_machdep.c head/sys/compat/freebsd32/freebsd32_misc.c head/sys/kern/kern_exec.c head/

svn commit: r210428 - head/sys/dev/e1000

2010-07-23 Thread George V. Neville-Neil
Author: gnn Date: Fri Jul 23 17:53:39 2010 New Revision: 210428 URL: http://svn.freebsd.org/changeset/base/210428 Log: Fix a bug in the statistics code for tracking the head and tail pointers of the tx and rx queues. We needed a SYSCTL_PROC to correctly get the values at run time. Sub

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

2010-07-23 Thread Andriy Gapon
Author: avg Date: Fri Jul 23 17:44:01 2010 New Revision: 210427 URL: http://svn.freebsd.org/changeset/base/210427 Log: zfs arc_memory_throttle: available memory is free + cache OpenSolaris freemem has the same meaning as our v_free_count + v_cache_count. Obtained from:Artem B

svn commit: r210426 - in head/usr.bin/grep: . nls

2010-07-23 Thread Gabor Kovesdan
Author: gabor Date: Fri Jul 23 17:42:42 2010 New Revision: 210426 URL: http://svn.freebsd.org/changeset/base/210426 Log: - Add Russian catalog [1] - Fix two minor nits in manpage [2] - style.Makefile(5) Submitted by: pluknet [1], Alex Kozlov [2] Reviewe

svn commit: r210425 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2010-07-23 Thread Andriy Gapon
Author: avg Date: Fri Jul 23 17:32:47 2010 New Revision: 210425 URL: http://svn.freebsd.org/changeset/base/210425 Log: dtrace: correctly map sections to addresses in elf object modules (amd64) Unlike for modules with dso type, in elf object modules all the sections have virtual address of

svn commit: r210424 - head/gnu/usr.bin/gdb/kgdb

2010-07-23 Thread Andriy Gapon
Author: avg Date: Fri Jul 23 17:21:23 2010 New Revision: 210424 URL: http://svn.freebsd.org/changeset/base/210424 Log: kgdb: correctly map sections to addresses in elf object modules (amd64) Unlike for modules with dso type, in elf object modules all the sections have virtual address of z

svn commit: r210423 - in head/sys: boot/common kern

2010-07-23 Thread Andriy Gapon
Author: avg Date: Fri Jul 23 17:07:51 2010 New Revision: 210423 URL: http://svn.freebsd.org/changeset/base/210423 Log: completely ignore zero-sized elf sections in modules of elf object type (amd64) Current code doesn't check size of elf sections and may perform needless actions of zero-

svn commit: r210422 - head/sys/kern

2010-07-23 Thread Andriy Gapon
Author: avg Date: Fri Jul 23 16:46:42 2010 New Revision: 210422 URL: http://svn.freebsd.org/changeset/base/210422 Log: cpufreq: allocate long-lived buffer for handling of sysctl requests At present the cpufreq sysctl handler for current level setting would allocate and deallocate a tempor

svn commit: r210421 - stable/7/sys/amd64/amd64

2010-07-23 Thread John Baldwin
Author: jhb Date: Fri Jul 23 15:32:44 2010 New Revision: 210421 URL: http://svn.freebsd.org/changeset/base/210421 Log: MFC 209956: Remove a dead test. We already exclude NMI traps from this code in an earlier condition. Modified: stable/7/sys/amd64/amd64/trap.c Directory Properties: st

svn commit: r210420 - stable/8/sys/amd64/amd64

2010-07-23 Thread John Baldwin
Author: jhb Date: Fri Jul 23 15:32:22 2010 New Revision: 210420 URL: http://svn.freebsd.org/changeset/base/210420 Log: MFC 209956: Remove a dead test. We already exclude NMI traps from this code in an earlier condition. Modified: stable/8/sys/amd64/amd64/trap.c Directory Properties: st

svn commit: r210419 - stable/7/sys/nfsclient

2010-07-23 Thread John Baldwin
Author: jhb Date: Fri Jul 23 15:26:32 2010 New Revision: 210419 URL: http://svn.freebsd.org/changeset/base/210419 Log: MFC 209946: - Add missing locking around flushing of an NFS node's attribute cache in the NMODIFIED case of nfs_open(). - Cosmetic tweak to simplify an expression in nfs

svn commit: r210418 - stable/8/sys/nfsclient

2010-07-23 Thread John Baldwin
Author: jhb Date: Fri Jul 23 15:26:19 2010 New Revision: 210418 URL: http://svn.freebsd.org/changeset/base/210418 Log: MFC 209946: - Add missing locking around flushing of an NFS node's attribute cache in the NMODIFIED case of nfs_open(). - Cosmetic tweak to simplify an expression in nfs

svn commit: r210416 - stable/8/usr.bin/ktrace

2010-07-23 Thread John Baldwin
Author: jhb Date: Fri Jul 23 15:16:27 2010 New Revision: 210416 URL: http://svn.freebsd.org/changeset/base/210416 Log: MFC 210068: - Sort list of trace points. - Note that 'y' (sysctl requests) is in the default set of trace points. Modified: stable/8/usr.bin/ktrace/ktrace.1 Directory Pro

svn commit: r210417 - stable/7/usr.bin/ktrace

2010-07-23 Thread John Baldwin
Author: jhb Date: Fri Jul 23 15:16:37 2010 New Revision: 210417 URL: http://svn.freebsd.org/changeset/base/210417 Log: MFC 210068: - Sort list of trace points. - Note that 'y' (sysctl requests) is in the default set of trace points. Modified: stable/7/usr.bin/ktrace/ktrace.1 Directory Pro

svn commit: r210415 - head/sbin/fsck_ffs

2010-07-23 Thread Kirk McKusick
Author: mckusick Date: Fri Jul 23 14:35:51 2010 New Revision: 210415 URL: http://svn.freebsd.org/changeset/base/210415 Log: Note that foreground fsck should be run after a filesystem related panic. Suggested by: Mikhail Teterin (mi@) MFC after: 1 week Modified: head/sbin/fsck_ff

svn commit: r210414 - stable/6/sys/dev/ipmi

2010-07-23 Thread John Baldwin
Author: jhb Date: Fri Jul 23 14:30:47 2010 New Revision: 210414 URL: http://svn.freebsd.org/changeset/base/210414 Log: MFC 210066: Rework the SMBIOS table walker to make it operate like other table walkers and remove a buffer overflow. Modified: stable/6/sys/dev/ipmi/ipmi_smbios.c Directo

svn commit: r210413 - stable/7/sys/dev/ipmi

2010-07-23 Thread John Baldwin
Author: jhb Date: Fri Jul 23 14:30:31 2010 New Revision: 210413 URL: http://svn.freebsd.org/changeset/base/210413 Log: MFC 210066: Rework the SMBIOS table walker to make it operate like other table walkers and remove a buffer overflow. Modified: stable/7/sys/dev/ipmi/ipmi_smbios.c Directo

svn commit: r210412 - stable/8/sys/dev/ipmi

2010-07-23 Thread John Baldwin
Author: jhb Date: Fri Jul 23 14:30:14 2010 New Revision: 210412 URL: http://svn.freebsd.org/changeset/base/210412 Log: MFC 210066: Rework the SMBIOS table walker to make it operate like other table walkers and remove a buffer overflow. Modified: stable/8/sys/dev/ipmi/ipmi_smbios.c Directo

Re: svn commit: r210409 - in head/sys: conf crypto/aesni modules modules/aesni

2010-07-23 Thread Alexey Dokuchaev
On Fri, Jul 23, 2010 at 05:09:32PM +0300, Kostik Belousov wrote: > On Fri, Jul 23, 2010 at 02:07:44PM +, Alexey Dokuchaev wrote: > > On Fri, Jul 23, 2010 at 11:00:46AM +, Konstantin Belousov wrote: > > > Author: kib > > > Date: Fri Jul 23 11:00:46 2010 > > > New Revision: 210409 > > > URL:

Re: svn commit: r210409 - in head/sys: conf crypto/aesni modules modules/aesni

2010-07-23 Thread Kostik Belousov
On Fri, Jul 23, 2010 at 02:07:44PM +, Alexey Dokuchaev wrote: > On Fri, Jul 23, 2010 at 11:00:46AM +, Konstantin Belousov wrote: > > Author: kib > > Date: Fri Jul 23 11:00:46 2010 > > New Revision: 210409 > > URL: http://svn.freebsd.org/changeset/base/210409 > > > > Log: > > Crypto(4) dr

Re: svn commit: r210409 - in head/sys: conf crypto/aesni modules modules/aesni

2010-07-23 Thread Alexey Dokuchaev
On Fri, Jul 23, 2010 at 11:00:46AM +, Konstantin Belousov wrote: > Author: kib > Date: Fri Jul 23 11:00:46 2010 > New Revision: 210409 > URL: http://svn.freebsd.org/changeset/base/210409 > > Log: > Crypto(4) driver for AESNI. > > The aeskeys_{amd64,i386}.S content was mostly obtained fr

svn commit: r210410 - head/sys/kern

2010-07-23 Thread Ivan Voras
Author: ivoras Date: Fri Jul 23 12:30:29 2010 New Revision: 210410 URL: http://svn.freebsd.org/changeset/base/210410 Log: Make lorunningspace catch up with hirunningspace. While there, add comment about the magic numbers. Prodded by: alc Modified: head/sys/kern/vfs_bio.c Modified: h

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

2010-07-23 Thread Andrey V. Elsukov
Author: ae Date: Fri Jul 23 11:00:43 2010 New Revision: 210408 URL: http://svn.freebsd.org/changeset/base/210408 Log: Document that SI unit suffixes are supported for -b and -s options of add verb. Mention about maximum size limit for "freebsd-boot" partition. It should be smaller than 545 K

svn commit: r210409 - in head/sys: conf crypto/aesni modules modules/aesni

2010-07-23 Thread Konstantin Belousov
Author: kib Date: Fri Jul 23 11:00:46 2010 New Revision: 210409 URL: http://svn.freebsd.org/changeset/base/210409 Log: Crypto(4) driver for AESNI. The aeskeys_{amd64,i386}.S content was mostly obtained from OpenBSD, no objections to the license from core. Hardware provided by: Sentex

Re: svn commit: r210389 - in head: . share/mk tools/build/options usr.bin usr.bin/grep usr.bin/grep/nls

2010-07-23 Thread Brian Somers
On Thu, 22 Jul 2010 19:11:57 + (UTC) Gabor Kovesdan wrote: > Author: gabor > Date: Thu Jul 22 19:11:57 2010 > New Revision: 210389 > URL: http://svn.freebsd.org/changeset/base/210389 > > Log: > Add BSD grep to the base system and make it our default grep. > > Deliverables: Small and c

svn commit: r210407 - head/usr.sbin/newsyslog

2010-07-23 Thread Brian Somers
Author: brian Date: Fri Jul 23 09:11:47 2010 New Revision: 210407 URL: http://svn.freebsd.org/changeset/base/210407 Log: Add a -S switch to override the default syslog pid file. This can be useful if syslogd's -P switch or a syslogd alternative is being used. MFC after:3 weeks Modif

Re: svn commit: r210372 - head/usr.sbin/newsyslog

2010-07-23 Thread Pawel Jakub Dawidek
On Thu, Jul 22, 2010 at 11:23:18AM +, Simon L. Nielsen wrote: > Author: simon > Date: Thu Jul 22 11:23:18 2010 > New Revision: 210372 > URL: http://svn.freebsd.org/changeset/base/210372 > > Log: > Add support for creating the archived log filenames using a time-stamp > instead of the tradi

svn commit: r210406 - stable/8/release/doc/en_US.ISO8859-1/relnotes

2010-07-23 Thread Hiroki Sato
Author: hrs Date: Fri Jul 23 09:01:12 2010 New Revision: 210406 URL: http://svn.freebsd.org/changeset/base/210406 Log: New relnotes item: ddb(4) show ifnets/ifnet/lltables/lltable/llentry, ddb(4) show vnet_sysinit/vnet_sysuninit, UltraSPARC IV/IV+ support [sparc64],

svn commit: r210404 - head/sys/mips/mips

2010-07-23 Thread Alexander Motin
Author: mav Date: Fri Jul 23 08:20:14 2010 New Revision: 210404 URL: http://svn.freebsd.org/changeset/base/210404 Log: Add some comments. Modified: head/sys/mips/mips/tick.c Modified: head/sys/mips/mips/tick.c == ---

svn commit: r210403 - in head/sys: conf mips/include mips/mips mips/rmi

2010-07-23 Thread Alexander Motin
Author: mav Date: Fri Jul 23 07:46:55 2010 New Revision: 210403 URL: http://svn.freebsd.org/changeset/base/210403 Log: Update MIPS timer code (except RMI) to utilize new MI event timer infrastructure. Reviewed by: neel Modified: head/sys/conf/files.mips head/sys/mips/include/smp.h