On Sat, Oct 23, 2010 at 11:20:24PM +0200, Jilles Tjoelker wrote:
> On Mon, Oct 18, 2010 at 11:10:32PM +, David E. O'Brien wrote:
> > +++ stable/8/tools/regression/bin/sh/builtins/command10.0 Mon Oct 18
> > 23:10:32 2010(r214045, copy of r204802,
> > head/tools/regression/bin/sh/buil
Author: obrien
Date: Tue Nov 9 02:51:38 2010
New Revision: 215027
URL: http://svn.freebsd.org/changeset/base/215027
Log:
Fix the build on 64-bit hosts. WARNS=6 fails on them.
Modified:
head/usr.bin/yacc/reader.c
Modified: head/usr.bin/yacc/reader.c
=
Author: attilio
Date: Tue Nov 9 01:57:56 2010
New Revision: 215026
URL: http://svn.freebsd.org/changeset/base/215026
Log:
MFC r204309, r204313 and r204319 by nyan:
Introduce the x86 subtree for code shared between amd64, i386 and pc98.
Differently from the HEAD version, the headers are n
Author: yongari
Date: Tue Nov 9 01:52:09 2010
New Revision: 215025
URL: http://svn.freebsd.org/changeset/base/215025
Log:
Only moderate TX completion interrupts. Relying on taskqueue to
suppress RX interrupts seems to give better RX performance than
RX interrupt moderation.
Modified:
hea
Author: jkim
Date: Tue Nov 9 00:27:18 2010
New Revision: 215024
URL: http://svn.freebsd.org/changeset/base/215024
Log:
Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.
Added:
head/sys/x86/acpica/OsdEnvironment.c
- copied unchanged from r215023, head/sys/amd64
Author: jkim
Date: Tue Nov 9 00:14:39 2010
New Revision: 215023
URL: http://svn.freebsd.org/changeset/base/215023
Log:
Reduce diff between platforms and fix style(9) bugs.
Modified:
head/sys/amd64/acpica/OsdEnvironment.c
head/sys/i386/acpica/OsdEnvironment.c
head/sys/ia64/acpica/OsdEnvir
On Tue Nov 9 10, Alexander Best wrote:
> On Sun Nov 7 10, David E. O'Brien wrote:
> > Author: obrien
> > Date: Sun Nov 7 23:44:40 2010
> > New Revision: 214964
> > URL: http://svn.freebsd.org/changeset/base/214964
> >
> > Log:
> > Add '-y' for bison compatibility.
> >
> > Obtained from:
On Sun Nov 7 10, David E. O'Brien wrote:
> Author: obrien
> Date: Sun Nov 7 23:44:40 2010
> New Revision: 214964
> URL: http://svn.freebsd.org/changeset/base/214964
>
> Log:
> Add '-y' for bison compatibility.
>
> Obtained from: http://invisible-island.net
could you take a look at P
On Mon Nov 8 10, Dag-Erling Smorgrav wrote:
> Author: des
> Date: Mon Nov 8 12:04:41 2010
> New Revision: 214982
> URL: http://svn.freebsd.org/changeset/base/214982
>
> Log:
> Fix CPU ID in /proc/cpuinfo.
thanks a lot. maybe it would also be a good idea to find out where "class" and
"cpu" are
Author: jilles
Date: Mon Nov 8 23:15:10 2010
New Revision: 215022
URL: http://svn.freebsd.org/changeset/base/215022
Log:
test: Move tests to tools/regression/bin/test.
Convert the tests to the perl prove format.
Remove obsolete TEST.README (results of an old TEST.sh for some old Unices)
a
Author: jmallett
Date: Mon Nov 8 22:12:25 2010
New Revision: 215021
URL: http://svn.freebsd.org/changeset/base/215021
Log:
Use macros rather than inline functions to lock and unlock mutexes, so that
line number information is preserved in witness.
Reviewed by: jhb
Modified:
head/sys/
Author: yongari
Date: Mon Nov 8 22:10:51 2010
New Revision: 215020
URL: http://svn.freebsd.org/changeset/base/215020
Log:
Remove standard PCI configuration space register definitions.
Modified:
head/sys/pci/if_rlreg.h
Modified: head/sys/pci/if_rlreg.h
===
Author: yongari
Date: Mon Nov 8 22:05:11 2010
New Revision: 215019
URL: http://svn.freebsd.org/changeset/base/215019
Log:
Remove trailing white spaces.
Modified:
head/sys/pci/if_rlreg.h
Modified: head/sys/pci/if_rlreg.h
===
Author: yongari
Date: Mon Nov 8 22:03:40 2010
New Revision: 215018
URL: http://svn.freebsd.org/changeset/base/215018
Log:
Consistently use tab character instead of using space character.
No functional changes.
Modified:
head/sys/pci/if_rlreg.h
Modified: head/sys/pci/if_rlreg.h
===
Author: jhb
Date: Mon Nov 8 21:50:45 2010
New Revision: 215016
URL: http://svn.freebsd.org/changeset/base/215016
Log:
Remove support for autoloading ACPI from the loader. Leave in the code to
detect ACPI and export info such as the location of the RSDP via hints as
that is still useful.
M
Author: yongari
Date: Mon Nov 8 21:50:50 2010
New Revision: 215017
URL: http://svn.freebsd.org/changeset/base/215017
Log:
Follow the lead of vendor's interrupt moderation mechanism.
It seems RTL8169/RTL8168/RTL810xE has a kind of interrupt
moderation mechanism but it is not documented at al
Author: jmallett
Date: Mon Nov 8 21:23:28 2010
New Revision: 215015
URL: http://svn.freebsd.org/changeset/base/215015
Log:
Recognize the BCM5482S.
Modified:
head/sys/dev/mii/brgphy.c
head/sys/dev/mii/miidevs
Modified: head/sys/dev/mii/brgphy.c
=
Author: jmallett
Date: Mon Nov 8 21:22:55 2010
New Revision: 215014
URL: http://svn.freebsd.org/changeset/base/215014
Log:
o) Recognize the Lanner MR-730.
o) Fix enumeration of PHY addresses on the MR-955.
o) Parse link state for the MR-730 using the Broadcom PHY support in the SDK.
It
Author: mdf
Date: Mon Nov 8 20:57:08 2010
New Revision: 215013
URL: http://svn.freebsd.org/changeset/base/215013
Log:
Whitespace and other aspects of style(9). No functional changes.
MFC after: 3 days
Modified:
head/sys/kern/link_elf.c
Modified: head/sys/kern/link_elf.c
=
Author: jhb
Date: Mon Nov 8 20:57:02 2010
New Revision: 215012
URL: http://svn.freebsd.org/changeset/base/215012
Log:
Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it is
identical on both platforms.
Added:
head/sys/x86/acpica/madt.c
- copied unchanged from r215009
Author: mdf
Date: Mon Nov 8 20:56:31 2010
New Revision: 215011
URL: http://svn.freebsd.org/changeset/base/215011
Log:
Add a taskqueue_cancel(9) to cancel a pending task without waiting for
it to run as taskqueue_drain(9) does.
Requested by: hselasky
Original code:jeff
Reviewe
Author: jhb
Date: Mon Nov 8 20:44:11 2010
New Revision: 215010
URL: http://svn.freebsd.org/changeset/base/215010
Log:
Don't mention 'device acpi' or loading ACPI as a kernel module since the
latter is not supported. This is also more consistent with manpages for
other vendor-specific drive
Author: jhb
Date: Mon Nov 8 20:35:09 2010
New Revision: 215009
URL: http://svn.freebsd.org/changeset/base/215009
Log:
Sync the APIC startup sequence with amd64:
- Register APIC enumerators at SI_SUB_TUNABLES - 1 instead of SI_SUB_CPU - 1.
- Probe CPUs at SI_SUB_TUNABLES - 1. This allows i3
Author: jhb
Date: Mon Nov 8 20:32:35 2010
New Revision: 215008
URL: http://svn.freebsd.org/changeset/base/215008
Log:
Remove stub symbols for APIC-related functions when 'device apic' is not
included in a kernel config. These stubs had existed previously so that
acpi.ko could always includ
Author: jhb
Date: Mon Nov 8 20:30:59 2010
New Revision: 215007
URL: http://svn.freebsd.org/changeset/base/215007
Log:
Disconnect acpi.ko from the build on i386. ACPI is now only supported when
compiled into the kernel, not as a loadable module.
Modified:
head/sys/modules/acpi/Makefile
Mo
Author: jkim
Date: Mon Nov 8 20:25:19 2010
New Revision: 215006
URL: http://svn.freebsd.org/changeset/base/215006
Log:
MFC: r213755
Use AcpiReset() from ACPICA instead of rolling our own, which is actually
incomplete. If FADT says the register is available, enable the capability
by d
Author: uqs
Date: Mon Nov 8 20:21:24 2010
New Revision: 215005
URL: http://svn.freebsd.org/changeset/base/215005
Log:
MFC
r173289,174783,175454,191681,191698,191834,195044,197304,198210,199858-199859,201348,205578,208327,208336,210871,214628:
Sync bsd-family-tree with head.
Modified:
s
Author: uqs
Date: Mon Nov 8 20:21:24 2010
New Revision: 215005
URL: http://svn.freebsd.org/changeset/base/215005
Log:
MFC
r173289,174783,175454,191681,191698,191834,195044,197304,198210,199858-199859,201348,205578,208327,208336,210871,214628:
Sync bsd-family-tree with head.
Modified:
s
Author: yongari
Date: Mon Nov 8 20:16:42 2010
New Revision: 215004
URL: http://svn.freebsd.org/changeset/base/215004
Log:
MFC r214542:
Don't bother to enable ASPM L1 to save more power. Even though I am
not able to trigger the issue with sample boards, some users seems
to suffer fro
Author: yongari
Date: Mon Nov 8 20:14:38 2010
New Revision: 215003
URL: http://svn.freebsd.org/changeset/base/215003
Log:
MFC r214542:
Don't bother to enable ASPM L1 to save more power. Even though I am
not able to trigger the issue with sample boards, some users seems
to suffer fro
On Sun, Nov 07, 2010 at 05:54:20PM -0800, Juli Mallett wrote:
> On Sun, Nov 7, 2010 at 15:22, David E. O'Brien wrote:
> > Author: obrien
> > Date: Sun Nov ?7 23:22:42 2010
> > New Revision: 214961
> > URL: http://svn.freebsd.org/changeset/base/214961
> >
> > Log:
> > ?Directly use memory allocatio
Author: jhb
Date: Mon Nov 8 20:05:22 2010
New Revision: 215002
URL: http://svn.freebsd.org/changeset/base/215002
Log:
A few small style and whitespace fixes.
Modified:
head/sys/amd64/acpica/madt.c
head/sys/amd64/amd64/mp_machdep.c
head/sys/i386/acpica/madt.c
Modified: head/sys/amd64/acp
Author: jhb
Date: Mon Nov 8 20:03:51 2010
New Revision: 215001
URL: http://svn.freebsd.org/changeset/base/215001
Log:
Only dump the values of the PMC and CMCI local vector table entries on a
local APIC if those LVT entries are valid. This quiets spurious illegal
register local APIC errors
Author: yongari
Date: Mon Nov 8 19:54:44 2010
New Revision: 215000
URL: http://svn.freebsd.org/changeset/base/215000
Log:
MFC r214428:
Add initial BCM5718 family support. The BCM5718 family includes
the dual port BCM5717 and BCM5718 devices which are intended for
mainstream workstat
Author: nwhitehorn
Date: Mon Nov 8 19:53:16 2010
New Revision: 214999
URL: http://svn.freebsd.org/changeset/base/214999
Log:
Provide support for IIC_M_NOSTOP/IIC_M_NOSTART for bit-banging and
otherwise low-level controllers.
Reviewed by: thompsa
Modified:
head/sys/dev/iicbus/iiconf.c
Author: jkim
Date: Mon Nov 8 19:52:14 2010
New Revision: 214998
URL: http://svn.freebsd.org/changeset/base/214998
Log:
Consistently use padding `_' in the comment.
Modified:
head/sys/dev/acpica/acpi.c
Modified: head/sys/dev/acpica/acpi.c
=
Author: yongari
Date: Mon Nov 8 19:36:00 2010
New Revision: 214997
URL: http://svn.freebsd.org/changeset/base/214997
Log:
MFC r214428:
Add initial BCM5718 family support. The BCM5718 family includes
the dual port BCM5717 and BCM5718 devices which are intended for
mainstream workstat
Author: yongari
Date: Mon Nov 8 19:33:13 2010
New Revision: 214996
URL: http://svn.freebsd.org/changeset/base/214996
Log:
MFC r213486:
Remove bge_tx_buf_ratio, unused member of softc.
Modified:
stable/7/sys/dev/bge/if_bgereg.h
Directory Properties:
stable/7/sys/ (props changed)
sta
Author: yongari
Date: Mon Nov 8 19:31:41 2010
New Revision: 214995
URL: http://svn.freebsd.org/changeset/base/214995
Log:
MFC r213486:
Remove bge_tx_buf_ratio, unused member of softc.
Modified:
stable/8/sys/dev/bge/if_bgereg.h
Directory Properties:
stable/8/sys/ (props changed)
sta
Author: yongari
Date: Mon Nov 8 19:25:47 2010
New Revision: 214994
URL: http://svn.freebsd.org/changeset/base/214994
Log:
MFC r214427:
Add BCM5717C 10/100/1000TX PHY id.
Modified:
stable/7/sys/dev/mii/brgphy.c
stable/7/sys/dev/mii/miidevs
Directory Properties:
stable/7/sys/ (props
Author: yongari
Date: Mon Nov 8 19:22:36 2010
New Revision: 214993
URL: http://svn.freebsd.org/changeset/base/214993
Log:
MFC r214427:
Add BCM5717C 10/100/1000TX PHY id.
Modified:
stable/8/sys/dev/mii/brgphy.c
stable/8/sys/dev/mii/miidevs
Directory Properties:
stable/8/sys/ (props
Author: yongari
Date: Mon Nov 8 19:15:31 2010
New Revision: 214992
URL: http://svn.freebsd.org/changeset/base/214992
Log:
Reduce spin wait time consumed in GMII register access routine.
There were a couple of attempts in the past to reduce it since it
took more than 1ms. Because mii_tick()
Author: mav
Date: Mon Nov 8 19:12:19 2010
New Revision: 214991
URL: http://svn.freebsd.org/changeset/base/214991
Log:
MFC r214321:
Do some whitespace and `identify` output cleanup.
Modified:
stable/8/sbin/camcontrol/camcontrol.c
Directory Properties:
stable/8/sbin/camcontrol/ (props ch
Author: obrien
Date: Mon Nov 8 19:00:22 2010
New Revision: 214990
URL: http://svn.freebsd.org/changeset/base/214990
Log:
Back out r214961 for skeleton.c -- it broke the groff build.
Modified:
head/usr.bin/yacc/skeleton.c
Modified: head/usr.bin/yacc/skeleton.c
===
Hi,
> On Mon, 8 Nov 2010 15:37:10 +
> Rui Paulo said:
rpaulo> We can live with it for now while I work on a new basename_r().
Okay, thanks.
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
u...@mahoroba.org u...@{,jp.}FreeBSD.org
http://www.imasy.org/~um
Author: mav
Date: Mon Nov 8 15:59:41 2010
New Revision: 214989
URL: http://svn.freebsd.org/changeset/base/214989
Log:
When requesting sense data for SIM not doing it automatically (such as
ATAPI or USB), request only as much data as requested by consumer.
On the way back -- report how much
On Nov 8, 2010, at 3:19 PM, Hajimu UMEMOTO wrote:
> Hi,
>
>> On Mon, 8 Nov 2010 15:06:12 +
>> Rui Paulo said:
>
> rpaulo> It's on my plans, but basename_r is not POSIX and there was a private
> discussion about it a couple of weeks ago. The conclusion is that we should
> adopt th
Author: mav
Date: Mon Nov 8 15:36:15 2010
New Revision: 214988
URL: http://svn.freebsd.org/changeset/base/214988
Log:
Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual
I/O length on underruns, that often happens for some SCSI commands.
Modified:
head/sys/dev/ahci/ahc
Author: mav
Date: Mon Nov 8 15:25:12 2010
New Revision: 214987
URL: http://svn.freebsd.org/changeset/base/214987
Log:
On APs startup skip hard-/statclock events, which time passed before CPU
was lauched. Few seconds event burst, accumulated during long startup,
reported to cause panic in SC
Author: kib
Date: Mon Nov 8 15:22:20 2010
New Revision: 214986
URL: http://svn.freebsd.org/changeset/base/214986
Log:
MFC r203072 (by rmacklem, to be reverted by MFC of r214026):
Fix a race that can occur when nfs nfsiod threads are being created.
MFC r212506:
Do not fork nfsiod direct
Hi,
> On Mon, 8 Nov 2010 15:06:12 +
> Rui Paulo said:
rpaulo> It's on my plans, but basename_r is not POSIX and there was a private
discussion about it a couple of weeks ago. The conclusion is that we should
adopt the Android semantics of basename_r().
I found the thread, and unde
Author: des
Date: Mon Nov 8 15:14:14 2010
New Revision: 214985
URL: http://svn.freebsd.org/changeset/base/214985
Log:
Break long line.
Modified:
head/sys/compat/linprocfs/linprocfs.c
Modified: head/sys/compat/linprocfs/linprocfs.c
On Nov 8, 2010, at 2:46 PM, Hajimu UMEMOTO wrote:
> Hi,
>
>> On Mon, 8 Nov 2010 13:31:44 + (UTC)
>> Rui Paulo said:
>
> rpaulo> Author: rpaulo
> rpaulo> Date: Mon Nov 8 13:31:44 2010
> rpaulo> New Revision: 214984
> rpaulo> URL: http://svn.freebsd.org/changeset/base/214984
>
> rp
Hi,
> On Mon, 8 Nov 2010 13:31:44 + (UTC)
> Rui Paulo said:
rpaulo> Author: rpaulo
rpaulo> Date: Mon Nov 8 13:31:44 2010
rpaulo> New Revision: 214984
rpaulo> URL: http://svn.freebsd.org/changeset/base/214984
rpaulo> Log:
rpaulo> Don't use basename_r().
rpaulo> Modified:
rpaulo>
Author: rpaulo
Date: Mon Nov 8 13:31:44 2010
New Revision: 214984
URL: http://svn.freebsd.org/changeset/base/214984
Log:
Don't use basename_r().
Modified:
stable/8/lib/libproc/proc_sym.c
Modified: stable/8/lib/libproc/proc_sym.c
==
Author: des
Date: Mon Nov 8 12:04:41 2010
New Revision: 214982
URL: http://svn.freebsd.org/changeset/base/214982
Log:
Fix CPU ID in /proc/cpuinfo.
PR: kern/56451
Submitted by: arundel@
MFC after:3 weeks
Modified:
head/sys/compat/linprocfs/linprocfs.c
Modified: head/sy
Author: rpaulo
Date: Mon Nov 8 11:22:55 2010
New Revision: 214981
URL: http://svn.freebsd.org/changeset/base/214981
Log:
MFC r210682, r210683, r210690:
Build librtld_db.
Simplify the Makefile. The i386 and amd64 sections are equal.
libproc is going to be i386/amd64 only with the next u
Author: des
Date: Mon Nov 8 10:46:51 2010
New Revision: 214980
URL: http://svn.freebsd.org/changeset/base/214980
Log:
Tag OpenSSH 5.5p1
Added:
vendor-crypto/openssh/5.6p1/
- copied from r214979, vendor-crypto/openssh/dist/
___
svn-src-all@free
Author: des
Date: Mon Nov 8 10:45:44 2010
New Revision: 214979
URL: http://svn.freebsd.org/changeset/base/214979
Log:
Vendor import of OpenSSH 5.6p1
Added:
vendor-crypto/openssh/dist/openbsd-compat/strptime.c (contents, props
changed)
Modified:
vendor-crypto/openssh/dist/ChangeLog
ven
Author: rpaulo
Date: Mon Nov 8 10:39:02 2010
New Revision: 214978
URL: http://svn.freebsd.org/changeset/base/214978
Log:
MFC r210678, r210769:
librtld_db is an rtld debugging helper library used by userland
DTrace.
Added:
- copied from r210678, head/lib/librtld_db/
Directory Prope
Author: kib
Date: Mon Nov 8 10:23:39 2010
New Revision: 214977
URL: http://svn.freebsd.org/changeset/base/214977
Log:
MFC r214026:
Do not synchronously start the nfsiod threads at all. The r212506
fixed the issues with file descriptor locks, but the same problems are
present for vnode loc
Author: kib
Date: Mon Nov 8 10:18:01 2010
New Revision: 214976
URL: http://svn.freebsd.org/changeset/base/214976
Log:
MFC r214851:
Fix a bug in r214049. The nvp == vp case shall be handled specially
only for !usevget case. If VFS_VGET is working, the vnode shared lock
is obtained recursiv
Author: ae
Date: Mon Nov 8 10:08:30 2010
New Revision: 214975
URL: http://svn.freebsd.org/changeset/base/214975
Log:
MFC r214352 adapted to stable/8:
Reimplemented "gpart destroy -F". Now it does all work in kernel.
This was needed for recover implementation.
Implement the recove
Author: ru
Date: Mon Nov 8 09:50:47 2010
New Revision: 214974
URL: http://svn.freebsd.org/changeset/base/214974
Log:
Add/expand country/state.
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/calendar.freebsd
==
Author: ru
Date: Mon Nov 8 09:26:56 2010
New Revision: 214973
URL: http://svn.freebsd.org/changeset/base/214973
Log:
A traditional (once per three years) sort by month/day/year/login.
While here, fixed badly formatted lines.
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modif
on 07/11/2010 21:32 Andriy Gapon said the following:
> Author: avg
> Date: Sun Nov 7 19:32:03 2010
> New Revision: 214941
> URL: http://svn.freebsd.org/changeset/base/214941
>
> Log:
> Followup to r214936: zfs_getpages: account for differences from head
> in page locking
Reported by:
66 matches
Mail list logo