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
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
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
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
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
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
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
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
==
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/
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
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
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
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
=
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
===
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
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
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
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
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
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
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
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
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
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
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
===
-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
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
27 matches
Mail list logo