svn commit: r187358 - head/tools/sched

2009-01-16 Thread Jeff Roberson
Author: jeff Date: Sat Jan 17 07:24:25 2009 New Revision: 187358 URL: http://svn.freebsd.org/changeset/base/187358 Log: - Rewrite the parser to support the new generic schedgraph interface. This no longer requires any custom classes or parsers to support new event types. - Add an o

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

2009-01-16 Thread Jeff Roberson
Author: jeff Date: Sat Jan 17 07:17:57 2009 New Revision: 187357 URL: http://svn.freebsd.org/changeset/base/187357 Log: - Implement generic macros for producing KTR records that are compatible with src/tools/sched/schedgraph.py. This allows developers to quickly create a graphical vi

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

2009-01-16 Thread Mike Silbersack
Author: silby Date: Sat Jan 17 06:55:28 2009 New Revision: 187356 URL: http://svn.freebsd.org/changeset/base/187356 Log: Merge r186031 - quick change to r186026 Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev/acpica/acpi_smbat.c stab

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

2009-01-16 Thread Mike Silbersack
Author: silby Date: Sat Jan 17 06:53:57 2009 New Revision: 187355 URL: http://svn.freebsd.org/changeset/base/187355 Log: Merge r186026 - add the debug.batt.batt_sleep_ms sysctl. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev/acpica/ac

svn commit: r187354 - head/lib/libc/stdio

2009-01-16 Thread David Schultz
Author: das Date: Sat Jan 17 05:38:14 2009 New Revision: 187354 URL: http://svn.freebsd.org/changeset/base/187354 Log: Simplify printf's inlined output buffering routines. On amd64, this reduces the code size by about 10% and improves performance slightly. Modified: head/lib/libc/stdio/prin

svn commit: r187348 - head/sys/dev/pci

2009-01-16 Thread John Baldwin
Author: jhb Date: Fri Jan 16 22:22:30 2009 New Revision: 187348 URL: http://svn.freebsd.org/changeset/base/187348 Log: Disable decoding of BARs by devices before we trash the value in the BAR by writing all 1's to it to determine its length. This fixes issues with MCFG on at least some mach

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

2009-01-16 Thread John Baldwin
Author: jhb Date: Fri Jan 16 22:16:54 2009 New Revision: 187347 URL: http://svn.freebsd.org/changeset/base/187347 Log: Correct the sense of the "use32" terenary operator so that it uses 'lib32' for 32-bit binaries on amd64 and 'lib' for 64-bit binaries. Remove an #ifdef __i386__ that defined

svn commit: r187345 - head/sys/dev/ath/ath_hal

2009-01-16 Thread Sam Leffler
Author: sam Date: Fri Jan 16 20:44:45 2009 New Revision: 187345 URL: http://svn.freebsd.org/changeset/base/187345 Log: export PSB frequencies Modified: head/sys/dev/ath/ath_hal/ah_regdomain.c Modified: head/sys/dev/ath/ath_hal/ah_regdomain.c ==

svn commit: r187344 - head/etc/devd

2009-01-16 Thread Sam Leffler
Author: sam Date: Fri Jan 16 20:42:43 2009 New Revision: 187344 URL: http://svn.freebsd.org/changeset/base/187344 Log: revert r187343 Modified: head/etc/devd/Makefile Modified: head/etc/devd/Makefile == --- head/etc/

svn commit: r187343 - in head/etc: . devd

2009-01-16 Thread Sam Leffler
Author: sam Date: Fri Jan 16 20:40:50 2009 New Revision: 187343 URL: http://svn.freebsd.org/changeset/base/187343 Log: add FCC4 SKU to expose Public Safety Band (PSB) frequencies; this is modeled after the Atheros SKU of the same name Modified: head/etc/devd/Makefile head/etc/regdomain.xm

svn commit: r187342 - head/sbin/ifconfig

2009-01-16 Thread Sam Leffler
Author: sam Date: Fri Jan 16 20:38:42 2009 New Revision: 187342 URL: http://svn.freebsd.org/changeset/base/187342 Log: Fix 1/2 and 1/4 width channel handling for non-GSM operation: o correct typo that caused random channel selection o explicitly add 1/2 and 1/4 width channels because channel

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

2009-01-16 Thread Marius Strobl
Author: marius Date: Fri Jan 16 19:43:21 2009 New Revision: 187341 URL: http://svn.freebsd.org/changeset/base/187341 Log: Update URL. Modified: head/share/man/man4/hme.4 Modified: head/share/man/man4/hme.4 == --- hea

svn commit: r187340 - head/sys/arm/xscale/i8134x

2009-01-16 Thread Olivier Houchard
Author: cognet Date: Fri Jan 16 19:31:27 2009 New Revision: 187340 URL: http://svn.freebsd.org/changeset/base/187340 Log: Remove a duplicate #include. Modified: head/sys/arm/xscale/i8134x/i81342_mcu.c Modified: head/sys/arm/xscale/i8134x/i81342_mcu.c =

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

2009-01-16 Thread Alexander Motin
Author: mav Date: Fri Jan 16 19:28:25 2009 New Revision: 187339 URL: http://svn.freebsd.org/changeset/base/187339 Log: Add some information in SYNOPSIS, HARDWARE and BUGS sections. Modified: head/share/man/man4/sdhci.4 Modified: head/share/man/man4/sdhci.4 ===

svn commit: r187334 - head/tools/regression/fstest/tests

2009-01-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Jan 16 18:09:49 2009 New Revision: 187334 URL: http://svn.freebsd.org/changeset/base/187334 Log: Be more Solaris-friendly. Submitted by: Milan Cermak Modified: head/tools/regression/fstest/tests/conf head/tools/regression/fstest/tests/misc.sh Modified: head/tool

svn commit: r187333 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/sound/pci/hda

2009-01-16 Thread Alexander Motin
Author: mav Date: Fri Jan 16 18:00:25 2009 New Revision: 187333 URL: http://svn.freebsd.org/changeset/base/187333 Log: MFC rev. 187154, 187196, 187202 Change configuration order to enable output only after codec is configured. Mute all mixer controllable amplifiers initially to let mixer

svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-16 Thread Ed Schouten
Author: ed Date: Fri Jan 16 15:47:35 2009 New Revision: 187332 URL: http://svn.freebsd.org/changeset/base/187332 Log: Allow jot(1) regression tests to be checked out on Windows filesystems. The jot(1) regression tests directory contained two tests named `wx' and `wX', which doesn't work o

Re: svn commit: r186187 - head/sys/net

2009-01-16 Thread John Baldwin
On Thursday 15 January 2009 6:44:17 pm Max Laier wrote: > Thank you for getting back to this ... > > On Thursday 15 January 2009 22:59:35 John Baldwin wrote: > > So the usual model would be to do something like this: > > > > LIST(foo, ) foo_list; > > > > foo_add(foo *p) > > { > > > > /* Co

svn commit: r187331 - head/usr.bin/mail

2009-01-16 Thread Ed Schouten
Author: ed Date: Fri Jan 16 15:00:30 2009 New Revision: 187331 URL: http://svn.freebsd.org/changeset/base/187331 Log: Rename mail(1)'s aux.c to util.c. The name `aux' is reserved on Windows file systems. aux.c in the mail(1) directory contains some random utility functions. I'm renaming t

svn commit: r187330 - head/sys/dev/digi

2009-01-16 Thread Ed Schouten
Author: ed Date: Fri Jan 16 14:45:48 2009 New Revision: 187330 URL: http://svn.freebsd.org/changeset/base/187330 Log: Remove unused files from the digi(4) driver. The digi(4) driver directory contains some files that cannot be checked out on Windows filesystems. This isn't a big deal, but

svn commit: r187329 - in stable/7/lib/libc: . string

2009-01-16 Thread Konstantin Belousov
Author: kib Date: Fri Jan 16 11:14:29 2009 New Revision: 187329 URL: http://svn.freebsd.org/changeset/base/187329 Log: MFC r187147: Document that ffsll(3) and flsll(3) functions first appeared in FreeBSD 7.1. Modified: stable/7/lib/libc/ (props changed) stable/7/lib/libc/string/ffs.3

Re: svn commit: r187318 - head/share/man/man4

2009-01-16 Thread Kostik Belousov
On Thu, Jan 15, 2009 at 10:41:48PM +, Xin LI wrote: > Author: delphij > Date: Thu Jan 15 22:41:48 2009 > New Revision: 187318 > URL: http://svn.freebsd.org/changeset/base/187318 > > Log: > Reflect newly added PCI IDs to bce(4). We still experience the packet corruption with the latest bce d

svn commit: r187328 - head/sys/net

2009-01-16 Thread Qing Li
Author: qingli Date: Fri Jan 16 09:01:45 2009 New Revision: 187328 URL: http://svn.freebsd.org/changeset/base/187328 Log: The RTF_LLINFO was revived unconditionally, but within the kernel the check on the sysctl argument value being RTF_LLINFO is conditioned on the COMPAT_ROUTE_FLAGS kernel

svn commit: r187327 - head/sys/mips/include

2009-01-16 Thread Warner Losh
Author: imp Date: Fri Jan 16 08:38:03 2009 New Revision: 187327 URL: http://svn.freebsd.org/changeset/base/187327 Log: Eliminate the PMAP_INLINE macro. It isn't really used here. If we need to bring it back, we can. Modified: head/sys/mips/include/pmap.h Modified: head/sys/mips/include/p

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

2009-01-16 Thread Warner Losh
Author: imp Date: Fri Jan 16 08:30:22 2009 New Revision: 187326 URL: http://svn.freebsd.org/changeset/base/187326 Log: Remove unused variable. Minor style nits. Modified: head/sys/mips/mips/machdep.c Modified: head/sys/mips/mips/machdep.c ===

Re: svn commit: r187251 - head/sys/mips/malta

2009-01-16 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 15 Jan 2009 17:55:00 -0700 (MST) "M. Warner Losh" mentioned: > In message: <496fc32f.3040...@freebsd.org> > Maxim Sobolev writes: > : Christoph Mallon wrote: > : > Alexey Dokuchaev schrieb: > : >> On Wed, Jan 14, 2009 at 07:05:27

svn commit: r187325 - head/sys/dev/msk

2009-01-16 Thread Pyun YongHyeon
Author: yongari Date: Fri Jan 16 08:06:55 2009 New Revision: 187325 URL: http://svn.freebsd.org/changeset/base/187325 Log: Add hardware MAC statistics support. Also added some reserved statistics register definition. Users can get current MAC statistics from dev.msk.%d.stats sysctl node(%d i