On Mon, Nov 15, 2010, Bruce Evans wrote:
> On Mon, 15 Nov 2010, Alexander Best wrote:
>
> >also it seems one of the regression tests in tools/regression/lib/msun
> >fails
> >(assert tripped): test-lrint.
The test is failing due to an actual deficiency in gcc; you need
to disable the built-in ver
Author: alc
Date: Wed Dec 1 05:52:27 2010
New Revision: 216094
URL: http://svn.freebsd.org/changeset/base/216094
Log:
phys_avail[] is correctly defined as an array of vm_paddr_t's in
machdep.c. Use that same type, and not vm_offset_t, in this include file.
Modified:
head/sys/ia64/include/
Author: ken
Date: Wed Dec 1 05:39:02 2010
New Revision: 216093
URL: http://svn.freebsd.org/changeset/base/216093
Log:
Add smp_all.c to the cam module build to un-break it.
Reported by: jkim
Modified:
head/sys/modules/cam/Makefile
Modified: head/sys/modules/cam/Makefile
===
Author: jmallett
Date: Wed Dec 1 05:24:29 2010
New Revision: 216092
URL: http://svn.freebsd.org/changeset/base/216092
Log:
Add interrupt describing and binding to CIU.
Modified:
head/sys/mips/cavium/ciu.c
Modified: head/sys/mips/cavium/ciu.c
=
Author: weongyo
Date: Wed Dec 1 03:51:06 2010
New Revision: 216091
URL: http://svn.freebsd.org/changeset/base/216091
Log:
Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attached
or detached. Normally it should be changed through user land ioctl(2)
system calls but it looks
Author: alc
Date: Wed Dec 1 03:35:19 2010
New Revision: 216090
URL: http://svn.freebsd.org/changeset/base/216090
Log:
Correct an error in the allocation of the vm_page_dump array in
vm_page_startup(). Specifically, the dump_avail array should be used
instead of the phys_avail array to calc
Author: weongyo
Date: Wed Dec 1 03:24:38 2010
New Revision: 216089
URL: http://svn.freebsd.org/changeset/base/216089
Log:
Don't print usbus[0-9] interfaces that it's not the interesting
interface type for ifconfig(8).
Modified:
head/sbin/ifconfig/ifconfig.c
Modified: head/sbin/ifconfig/if
Author: ken
Date: Tue Nov 30 22:39:46 2010
New Revision: 216088
URL: http://svn.freebsd.org/changeset/base/216088
Log:
Add Serial Management Protocol (SMP) passthrough support to CAM.
This includes support in the kernel, camcontrol(8), libcam and the mps(4)
driver for SMP passthrough.
On Tue, Nov 30, 2010 at 03:57:00PM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Tue Nov 30 15:57:00 2010
> New Revision: 216075
> URL: http://svn.freebsd.org/changeset/base/216075
> Log:
> Use time_uptime instead of non-monotonic time_second to drive ARP
> timeouts.
> Suggested by:
Author: gibbs
Date: Tue Nov 30 22:25:44 2010
New Revision: 216087
URL: http://svn.freebsd.org/changeset/base/216087
Log:
Merge revision 211236 form current:
Allow interrupt driven config hooks to be registered from config hook
callbacks.
Interrupt driven configuration hooks serve two
Author: das
Date: Tue Nov 30 21:26:21 2010
New Revision: 216086
URL: http://svn.freebsd.org/changeset/base/216086
Log:
Update the documentation to reflect changes to the implementation in
r197752, which is related to handling of null buffer pointers. Also
make a few minor wording changes.
Author: marius
Date: Tue Nov 30 21:08:59 2010
New Revision: 216085
URL: http://svn.freebsd.org/changeset/base/216085
Log:
- Remove the remaining support for older (in this case pre-7.0-RELEASE)
versions of FreeBSD. In fact we are already missing a lot of conditional
code necessary to sup
Author: trasz
Date: Tue Nov 30 21:04:05 2010
New Revision: 216084
URL: http://svn.freebsd.org/changeset/base/216084
Log:
Don't panic when we read an empty ACL from ZFS. Apparently this may happen
with filesystems created under MacOS X ZFS port. This is kind of filesystem
corruption (we don
Author: marius
Date: Tue Nov 30 20:54:14 2010
New Revision: 216083
URL: http://svn.freebsd.org/changeset/base/216083
Log:
Several chipset drivers alter parameters relevant for the DMA tag creation,
i.e. alignment, max_address, max_iosize and segsize (only max_address is
thought to have an ne
Author: jkim
Date: Tue Nov 30 17:34:15 2010
New Revision: 216082
URL: http://svn.freebsd.org/changeset/base/216082
Log:
Rename a variable to match scvidctl.c.
Modified:
head/sys/dev/syscons/syscons.c
Modified: head/sys/dev/syscons/syscons.c
===
Author: jkim
Date: Tue Nov 30 17:32:28 2010
New Revision: 216081
URL: http://svn.freebsd.org/changeset/base/216081
Log:
Stop hardcoding default font size.
Modified:
head/sys/dev/syscons/syscons.c
Modified: head/sys/dev/syscons/syscons.c
===
Marius,
On Tue, Nov 30, 2010 at 1:24 AM, Marius Strobl wrote:
> > > On Sun, Nov 28, 2010 at 07:26:20PM +, Max Khon wrote:
> > > > > Author: fjoe
> > > > > Date: Sun Nov 28 19:26:20 2010
> > > > > New Revision: 216016
> > > > > URL: http://svn.freebsd.org/changeset/base/216016
> > > > >
> > >
Author: fjoe
Date: Tue Nov 30 16:49:06 2010
New Revision: 216080
URL: http://svn.freebsd.org/changeset/base/216080
Log:
Change VM_KMEM_SIZE_MAX to be just (VM_MAX_KERNEL_ADDRESS -
VM_MIN_KERNEL_ADDRESS)
Suggested by: marius
Modified:
head/sys/sparc64/include/vmparam.h
Modified: h
Author: jkim
Date: Tue Nov 30 16:46:15 2010
New Revision: 216079
URL: http://svn.freebsd.org/changeset/base/216079
Log:
Clean up code a bit to make it more readable.
Modified:
head/sys/dev/syscons/scvidctl.c
Modified: head/sys/dev/syscons/scvidctl.c
==
Author: glebius
Date: Tue Nov 30 16:14:19 2010
New Revision: 216078
URL: http://svn.freebsd.org/changeset/base/216078
Log:
Do not hardcode (20*60), but use current ARP timeout value configured
in kernel.
Modified:
head/usr.sbin/arp/arp.c
Modified: head/usr.sbin/arp/arp.c
==
Author: cperciva
Date: Tue Nov 30 16:04:40 2010
New Revision: 216077
URL: http://svn.freebsd.org/changeset/base/216077
Log:
Teach crashinfo(8) to look at the currently running kernel (based on the
kern.bootfile sysctl). Prior to this commit, crashinfo(8) only looks at
/boot/*/kernel; this i
Author: glebius
Date: Tue Nov 30 16:00:59 2010
New Revision: 216076
URL: http://svn.freebsd.org/changeset/base/216076
Log:
That should belong to r216075. Pointy hat on me.
Modified:
head/usr.sbin/arp/arp.c
Modified: head/usr.sbin/arp/arp.c
Author: glebius
Date: Tue Nov 30 15:57:00 2010
New Revision: 216075
URL: http://svn.freebsd.org/changeset/base/216075
Log:
Use time_uptime instead of non-monotonic time_second to drive ARP
timeouts.
Suggested by: bde
Modified:
head/sys/netinet/if_ether.c
head/sys/netinet/in.c
head/
Author: n_hibma
Date: Tue Nov 30 09:34:47 2010
New Revision: 216074
URL: http://svn.freebsd.org/changeset/base/216074
Log:
Fix two errors in the man page
Submitted by: ruslan
MFC after:1 day
Modified:
head/share/man/man4/usb_quirk.4
Modified: head/share/man/man4/usb_quirk.4
==
Author: kib
Date: Tue Nov 30 08:39:05 2010
New Revision: 216073
URL: http://svn.freebsd.org/changeset/base/216073
Log:
MFC r215942:
Remove DEBUG sections.
Approved by: re (bz)
Modified:
stable/8/sys/crypto/aesni/aesni_wrap.c
Directory Properties:
stable/8/sys/ (props changed)
st
Author: hselasky
Date: Tue Nov 30 08:25:57 2010
New Revision: 216072
URL: http://svn.freebsd.org/changeset/base/216072
Log:
We need to define a cdev variable associated with each USB device,
hence existing applications like webcamd are expecting that.
This problem was introduced by SVN chang
26 matches
Mail list logo