Re: svn commit: r230623 - in head/sys: amd64/amd64 cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs sys vm

2012-01-28 Thread Pawel Jakub Dawidek
On Fri, Jan 27, 2012 at 08:18:32PM +, Kip Macy wrote: > Author: kmacy > Date: Fri Jan 27 20:18:31 2012 > New Revision: 230623 > URL: http://svn.freebsd.org/changeset/base/230623 > > Log: > exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64 > excluding other allocations i

Re: svn commit: r230628 - head/sys/sparc64/include

2012-01-28 Thread Bruce Evans
On Fri, 27 Jan 2012, Marius Strobl wrote: Log: Mark cpu_{halt,reset}() as __dead2 as appropriate. Modified: head/sys/sparc64/include/cpu.h Modified: head/sys/sparc64/include/cpu.h == --- head/sys/sparc64/include/cpu.

Re: svn commit: r230623 - in head/sys: amd64/amd64 cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs sys vm

2012-01-28 Thread Pawel Jakub Dawidek
On Fri, Jan 27, 2012 at 08:18:32PM +, Kip Macy wrote: > Author: kmacy > Date: Fri Jan 27 20:18:31 2012 > New Revision: 230623 > URL: http://svn.freebsd.org/changeset/base/230623 > > Log: > exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64 > excluding other allocations i

Re: svn commit: r230230 - head/sys/dev/random

2012-01-28 Thread Andrey Chernov
On Sat, Jan 28, 2012 at 06:47:50PM +1100, Bruce Evans wrote: > > --- sys/libkern.h.old 2012-01-16 07:15:12.0 +0400 > > +++ sys/libkern.h 2012-01-28 08:49:19.0 +0400 > > @@ -70,6 +70,11 @@ static __inline int abs(int a) { return > > static __inline long labs(long a) { return

svn commit: r230641 - head/sys/dev/sound/pci/hda

2012-01-28 Thread Alexander Motin
Author: mav Date: Sat Jan 28 09:24:57 2012 New Revision: 230641 URL: http://svn.freebsd.org/changeset/base/230641 Log: Fix HBR enabling condition. cchs is from 0 to 7, not from 1 to 8. Modified: head/sys/dev/sound/pci/hda/hdaa.c Modified: head/sys/dev/sound/pci/hda/hdaa.c ===

Re: svn commit: r230482 - head/release

2012-01-28 Thread TAKAHASHI Yoshihiro
In article <1f971db2-9cc6-41c9-9296-039d63e05...@freebsd.org> Nathan Whitehorn writes: > I think we didn't make PC98 release media for 9.0, but that's a good > point. I'm out of commission right now due to an injury, so patches > would be welcome. >> >>> TERM=xterm >> >> This code is also use

Re: svn commit: r230574 - head/sys/dev/sound/pci/hda

2012-01-28 Thread Conrad J. Sabatier
On Thu, 26 Jan 2012 10:30:50 + (UTC) Alexander Motin wrote: > Author: mav > Date: Thu Jan 26 10:30:50 2012 > New Revision: 230574 > URL: http://svn.freebsd.org/changeset/base/230574 > > Log: > Fix typo in r230571. > > Submitted by: trasz > > Modified: > head/sys/dev/sound/pci

Re: svn commit: r230623 - in head/sys: amd64/amd64 cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs sys vm

2012-01-28 Thread K Macy
Il giorno 28/gen/2012, alle ore 09:39, Pawel Jakub Dawidek ha scritto: > On Fri, Jan 27, 2012 at 08:18:32PM +, Kip Macy wrote: >> Author: kmacy >> Date: Fri Jan 27 20:18:31 2012 >> New Revision: 230623 >> URL: http://svn.freebsd.org/changeset/base/230623 >> >> Log: >> exclude kmem_alloc'

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

2012-01-28 Thread Kostik Belousov
On Fri, Jan 27, 2012 at 02:42:21PM -0500, David Schultz wrote: > On Fri, Jan 27, 2012, Kostik Belousov wrote: > > On Fri, Jan 27, 2012 at 07:50:30PM +1100, Bruce Evans wrote: > > > On Thu, 26 Jan 2012, Gleb Smirnoff wrote: > > > > > > >On Thu, Jan 26, 2012 at 11:53:57PM +1100, Bruce Evans wrote: >

svn commit: r230642 - head/sbin/mount_ntfs

2012-01-28 Thread Jaakko Heinonen
Author: jh Date: Sat Jan 28 13:41:34 2012 New Revision: 230642 URL: http://svn.freebsd.org/changeset/base/230642 Log: Remove trailing whitespace. Modified: head/sbin/mount_ntfs/mount_ntfs.c Modified: head/sbin/mount_ntfs/mount_ntfs.c ==

Re: svn commit: r230623 - in head/sys: amd64/amd64 cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs sys vm

2012-01-28 Thread Pawel Jakub Dawidek
On Sat, Jan 28, 2012 at 01:36:05PM +0100, K Macy wrote: > Il giorno 28/gen/2012, alle ore 09:39, Pawel Jakub Dawidek > ha scritto: > > How do you handle the case when there are two small allocations within > > one page, where one has the NODUMP flag and one doesn't have the flag? > > Kmem_alloc

svn commit: r230643 - in head/sys: dev/usb geom geom/mountver kern sys

2012-01-28 Thread Attilio Rao
Author: attilio Date: Sat Jan 28 14:00:21 2012 New Revision: 230643 URL: http://svn.freebsd.org/changeset/base/230643 Log: Avoid to check the same cache line/variable from all the locking primitives by breaking stop_scheduler into a per-thread variable. Also, store the new td_stopsched very

svn commit: r230644 - head/games/pom

2012-01-28 Thread Maxim Konovalov
Author: maxim Date: Sat Jan 28 15:29:43 2012 New Revision: 230644 URL: http://svn.freebsd.org/changeset/base/230644 Log: o Preserve argv[0] to use it later in usage(). PR: bin/164570 Submitted by: Klaus Aehlig MFC after:1 week Modified: head/games/pom/pom.c Modified: h

svn commit: r230645 - head/share/man/man9

2012-01-28 Thread Kip Macy
Author: kmacy Date: Sat Jan 28 17:21:12 2012 New Revision: 230645 URL: http://svn.freebsd.org/changeset/base/230645 Log: document M_NODUMP flag Modified: head/share/man/man9/malloc.9 Modified: head/share/man/man9/malloc.9 ==

Re: svn commit: r230623 - in head/sys: amd64/amd64 cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs sys vm

2012-01-28 Thread K. Macy
On Sat, Jan 28, 2012 at 9:39 AM, Pawel Jakub Dawidek wrote: > On Fri, Jan 27, 2012 at 08:18:32PM +, Kip Macy wrote: >> Author: kmacy >> Date: Fri Jan 27 20:18:31 2012 >> New Revision: 230623 >> URL: http://svn.freebsd.org/changeset/base/230623 >> >> Log: >>   exclude kmem_alloc'ed ARC data buf

svn commit: r230646 - head/share/man/man9

2012-01-28 Thread Kip Macy
Author: kmacy Date: Sat Jan 28 17:27:58 2012 New Revision: 230646 URL: http://svn.freebsd.org/changeset/base/230646 Log: alphabetically sort optional flags and add documentation for VM_ALLOC_NODUMP Modified: head/share/man/man9/vm_page_alloc.9 Modified: head/share/man/man9/vm_page_alloc.9 ==

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

2012-01-28 Thread Kip Macy
Author: kmacy Date: Sat Jan 28 17:41:42 2012 New Revision: 230647 URL: http://svn.freebsd.org/changeset/base/230647 Log: add tunable for developers working on areas outside of ZFS to further reduce core size by excluding ARC metadata buffers from core dumps Modified: head/sys/cddl/contrib

svn commit: r230648 - head/lib/libc/sys

2012-01-28 Thread Tijl Coosemans
Author: tijl Date: Sat Jan 28 18:35:10 2012 New Revision: 230648 URL: http://svn.freebsd.org/changeset/base/230648 Log: Move descriptions of file caching commands out of the file locking section. Approved by: kib (mentor) Modified: head/lib/libc/sys/fcntl.2 Modified: head/lib/libc/sys/

svn commit: r230649 - head/usr.bin/hexdump

2012-01-28 Thread Tijl Coosemans
Author: tijl Date: Sat Jan 28 18:49:04 2012 New Revision: 230649 URL: http://svn.freebsd.org/changeset/base/230649 Log: Fix decoding of escape sequences in format strings: - Zero-terminate the resulting string by letting the for-loop copy the terminating zero. - Exit the for-loop after h

Re: svn commit: r230649 - head/usr.bin/hexdump

2012-01-28 Thread Eitan Adler
On Sat, Jan 28, 2012 at 1:49 PM, Tijl Coosemans wrote: > Author: tijl > Date: Sat Jan 28 18:49:04 2012 > New Revision: 230649 > URL: http://svn.freebsd.org/changeset/base/230649 > > Log: >  Fix decoding of escape sequences in format strings: >  - Zero-terminate the resulting string by letting the

svn commit: r230654 - head/usr.bin/tip/tip

2012-01-28 Thread Poul-Henning Kamp
Author: phk Date: Sat Jan 28 20:45:47 2012 New Revision: 230654 URL: http://svn.freebsd.org/changeset/base/230654 Log: Make tip exit if the device disappears, for instance when unplugging or resetting USB serial devices. Somebody[tm] should rewrite tip(1) to use two thread instead of two

svn commit: r230655 - head/usr.sbin/cron/crontab

2012-01-28 Thread Sean Farley
Author: scf Date: Sat Jan 28 21:06:45 2012 New Revision: 230655 URL: http://svn.freebsd.org/changeset/base/230655 Log: Since April 2, 2006, Indiana has observed DST. MFC after:5 days Modified: head/usr.sbin/cron/crontab/crontab.5 Modified: head/usr.sbin/cron/crontab/crontab.5 ==

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

2012-01-28 Thread Sean Farley
Author: scf Date: Sat Jan 28 21:21:05 2012 New Revision: 230656 URL: http://svn.freebsd.org/changeset/base/230656 Log: msdos was renamed to msdosfs in 2001 by r77577. MFC after:5 days Modified: head/share/man/man4/umass.4 Modified: head/share/man/man4/umass.4 ===

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

2012-01-28 Thread Adrian Chadd
Author: adrian Date: Sat Jan 28 21:37:33 2012 New Revision: 230657 URL: http://svn.freebsd.org/changeset/base/230657 Log: Two changes from my DFS work: * Grab the net80211com lock when calling ieee80211_dfs_notify_radar(). * Use the tsf extend function to turn the 64 bit base TSF into a p

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

2012-01-28 Thread Adrian Chadd
Author: adrian Date: Sat Jan 28 21:44:42 2012 New Revision: 230658 URL: http://svn.freebsd.org/changeset/base/230658 Log: Change the prototype so the radar enable can fail. Modified: head/sys/dev/ath/if_athdfs.h Modified: head/sys/dev/ath/if_athdfs.h =

Re: svn commit: r230658 - head/sys/dev/ath

2012-01-28 Thread Bjoern A. Zeeb
On 28. Jan 2012, at 21:44 , Adrian Chadd wrote: > Author: adrian > Date: Sat Jan 28 21:44:42 2012 > New Revision: 230658 > URL: http://svn.freebsd.org/changeset/base/230658 > > Log: > Change the prototype so the radar enable can fail. Forgot to also check in the implementation change? > > M

svn commit: r230662 - head/sys/sparc64/sparc64

2012-01-28 Thread Marius Strobl
Author: marius Date: Sat Jan 28 22:22:05 2012 New Revision: 230662 URL: http://svn.freebsd.org/changeset/base/230662 Log: Fully disable interrupts while we fiddle with the FP context in the VIS-based block copy/zero implementations. While with 4BSD it's sufficient to just disable the tick in

Re: svn commit: r230658 - head/sys/dev/ath

2012-01-28 Thread Adrian Chadd
Oops! Sorry, I err, will do that in a sec. Adrian On 28 January 2012 14:06, Bjoern A. Zeeb wrote: > > On 28. Jan 2012, at 21:44 , Adrian Chadd wrote: > > > Author: adrian > > Date: Sat Jan 28 21:44:42 2012 > > New Revision: 230658 > > URL: http://svn.freebsd.org/changeset/base/230658 > > > > Lo

svn commit: r230663 - head/sys/dev/ath/ath_dfs/null

2012-01-28 Thread Adrian Chadd
Author: adrian Date: Sat Jan 28 22:24:59 2012 New Revision: 230663 URL: http://svn.freebsd.org/changeset/base/230663 Log: Oops, commit a missing implementation change. Whilst I'm here, add a comment about what would happen in this function if hypothetically you had a radar pattern matchin

svn commit: r230664 - head/sys/sparc64/pci

2012-01-28 Thread Marius Strobl
Author: marius Date: Sat Jan 28 22:42:33 2012 New Revision: 230664 URL: http://svn.freebsd.org/changeset/base/230664 Log: As it turns out r227960 may still be insufficient with PREEMPTION so try harder to get the CDMA sync interrupt delivered and also in a more efficient way: - wrap the wh

svn commit: r230679 - head/share/man/man9

2012-01-28 Thread Kip Macy
Author: kmacy Date: Sat Jan 28 23:30:39 2012 New Revision: 230679 URL: http://svn.freebsd.org/changeset/base/230679 Log: update .Dd Modified: head/share/man/man9/malloc.9 head/share/man/man9/vm_page_alloc.9 Modified: head/share/man/man9/malloc.9

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

2012-01-28 Thread David Schultz
On Sat, Jan 28, 2012, Kostik Belousov wrote: > On Fri, Jan 27, 2012 at 02:42:21PM -0500, David Schultz wrote: > > On Fri, Jan 27, 2012, Kostik Belousov wrote: > > > On Fri, Jan 27, 2012 at 07:50:30PM +1100, Bruce Evans wrote: > > > > On Thu, 26 Jan 2012, Gleb Smirnoff wrote: > > > > > > > > >On Th

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

2012-01-28 Thread Kip Macy
Author: kmacy Date: Sun Jan 29 00:19:19 2012 New Revision: 230689 URL: http://svn.freebsd.org/changeset/base/230689 Log: always exclude data bufs regardless of debug settings Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c Modified: head/sys/cddl/contrib/opensolaris/uts/c

Re: svn commit: r230628 - head/sys/sparc64/include

2012-01-28 Thread Julian Elischer
On 1/28/12 12:23 AM, Bruce Evans wrote: On Fri, 27 Jan 2012, Marius Strobl wrote: Log: Mark cpu_{halt,reset}() as __dead2 as appropriate. Modified: head/sys/sparc64/include/cpu.h Modified: head/sys/sparc64/include/cpu.h ===

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

2012-01-28 Thread Kostik Belousov
On Sat, Jan 28, 2012 at 07:12:25PM -0500, David Schultz wrote: > On Sat, Jan 28, 2012, Kostik Belousov wrote: > > On Fri, Jan 27, 2012 at 02:42:21PM -0500, David Schultz wrote: > > > On Fri, Jan 27, 2012, Kostik Belousov wrote: > > > > On Fri, Jan 27, 2012 at 07:50:30PM +1100, Bruce Evans wrote: >

Re: svn commit: r230628 - head/sys/sparc64/include

2012-01-28 Thread Doug Barton
On 01/28/2012 18:39, Julian Elischer wrote: > Bruce these comments are valid. > please make use of your commit bit and make the appropriate changes! Completely aside from the pedantic value of having the person who broke it be the one to fix it; this line of reasoning is only going DIScourage peop