Author: delphij
Date: Sun Aug 8 07:04:27 2010
New Revision: 211059
URL: http://svn.freebsd.org/changeset/base/211059
Log:
Address an edge condition that we found at work, where the carp(4)
interface goes to issue LINK_UP, then LINK_DOWN, then LINK_UP at
cold boot. This behavior is not obse
Author: jh
Date: Sun Aug 8 07:34:37 2010
New Revision: 211060
URL: http://svn.freebsd.org/changeset/base/211060
Log:
MFC r208612: Fixes from NetBSD for nvi visual mode
PR: bin/21089, bin/136393
Modified:
stable/8/contrib/nvi/vi/v_ex.c
stable/8/contrib/nvi/vi/v_txt.c
Director
Author: ed
Date: Sun Aug 8 08:19:23 2010
New Revision: 211061
URL: http://svn.freebsd.org/changeset/base/211061
Log:
Small style(9) fix: use tabs instead of spaces.
Modified:
head/lib/libcompat/4.1/ftime.c
Modified: head/lib/libcompat/4.1/ftime.c
Author: ed
Date: Sun Aug 8 08:22:53 2010
New Revision: 211062
URL: http://svn.freebsd.org/changeset/base/211062
Log:
Remove unneeded struct timezone passed to gettimeofday().
Modified:
head/contrib/traceroute/traceroute.c
Modified: head/contrib/traceroute/traceroute.c
==
Author: bschmidt
Date: Sun Aug 8 08:43:01 2010
New Revision: 211063
URL: http://svn.freebsd.org/changeset/base/211063
Log:
License ACK is not required for the wpifw module nor when building
it into the kernel.
PR: conf/148758
Submitted by: Joe Talbott
MFC after:3 days
Author: jh
Date: Sun Aug 8 09:06:59 2010
New Revision: 211064
URL: http://svn.freebsd.org/changeset/base/211064
Log:
MFC r207877:
In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case.
EBUSY was probably used as a workaround for the deadlock fixed in r207671.
Modified:
Author: jh
Date: Sun Aug 8 09:12:30 2010
New Revision: 211065
URL: http://svn.freebsd.org/changeset/base/211065
Log:
MFC r207878:
- Don't return EAGAIN from gv_unload(). It was used to work around the
deadlock fixed in r207671.
- Wait for worker process to exit at class unload. The w
Author: gavin
Date: Sun Aug 8 09:40:09 2010
New Revision: 211066
URL: http://svn.freebsd.org/changeset/base/211066
Log:
Add a termcap entry for rxvt-256color.
PR: conf/147726
Submitted by: Sterling (Chip) Camden
MFC after:2 weeks
Modified:
head/share/termcap/termcap.s
Author: jh
Date: Sun Aug 8 12:19:49 2010
New Revision: 211067
URL: http://svn.freebsd.org/changeset/base/211067
Log:
MFC r208717:
Don't try to call cdevsw d_close() method when devfs_close() is called
because of insmntque1() failure.
Modified:
stable/8/sys/fs/devfs/devfs_vnops.c
Direc
Author: jchandra
Date: Sun Aug 8 12:23:02 2010
New Revision: 211068
URL: http://svn.freebsd.org/changeset/base/211068
Log:
loadandclear() for PTEs are not needed on MIPS. The PTEs are software
managed and we already take pmap lock for PTE operations(see r210922)
Reviewed by: alc
Modifi
Author: jilles
Date: Sun Aug 8 13:43:20 2010
New Revision: 211069
URL: http://svn.freebsd.org/changeset/base/211069
Log:
MFC r210734: Allow starting ipmon if ipnat is enabled but ipfilter is not
(in /etc/rc.conf).
This fixes an apparent confusion between test(1) and sh(1) syntax for
AN
Author: jilles
Date: Sun Aug 8 13:45:47 2010
New Revision: 211070
URL: http://svn.freebsd.org/changeset/base/211070
Log:
MFC r210734: Allow starting ipmon if ipnat is enabled but ipfilter is not
(in /etc/rc.conf).
This fixes an apparent confusion between test(1) and sh(1) syntax for
AN
Author: marius
Date: Sun Aug 8 14:00:21 2010
New Revision: 211071
URL: http://svn.freebsd.org/changeset/base/211071
Log:
- As it is not possible for sched_bind(9) to context switch with
td_critnest > 1 when not already running on the desired CPU read the
TICK counter of the BSP via a di
Author: jilles
Date: Sun Aug 8 14:13:10 2010
New Revision: 211072
URL: http://svn.freebsd.org/changeset/base/211072
Log:
MFC r210734: Allow starting ipmon if ipnat is enabled but ipfilter is not
(in /etc/rc.conf).
This fixes an apparent confusion between test(1) and sh(1) syntax for
AN
Author: marius
Date: Sun Aug 8 14:37:16 2010
New Revision: 211073
URL: http://svn.freebsd.org/changeset/base/211073
Log:
Wrap some sun4u-only symbols.
Modified:
head/sys/sparc64/sparc64/genassym.c
Modified: head/sys/sparc64/sparc64/genassym.c
Author: ume
Date: Sun Aug 8 15:29:27 2010
New Revision: 211074
URL: http://svn.freebsd.org/changeset/base/211074
Log:
MFC r210861: /etc/rc.d/ip6fw was deprecated.
Modified:
stable/8/etc/netstart
Modified: stable/8/etc/netstart
Author: gavin
Date: Sun Aug 8 16:20:32 2010
New Revision: 211077
URL: http://svn.freebsd.org/changeset/base/211077
Log:
Correct two error messages to match the failure they are reporting.
MFC after:1 week
Modified:
head/release/picobsd/tinyware/login/pico-login.c
Modified: head/rel
Author: gavin
Date: Sun Aug 8 16:55:27 2010
New Revision: 211079
URL: http://svn.freebsd.org/changeset/base/211079
Log:
Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c:
Correct the login.conf variable name used for obtaining the login prompt.
PR: conf/4471
Author: jilles
Date: Sun Aug 8 17:03:23 2010
New Revision: 211080
URL: http://svn.freebsd.org/changeset/base/211080
Log:
sh: Add more testcases for ${var:-word}.
Whether POSIX requires these is unclear.
They pass with 8-stable sh as well.
Added:
head/tools/regression/bin/sh/expansi
Author: gavin
Date: Sun Aug 8 19:07:59 2010
New Revision: 211081
URL: http://svn.freebsd.org/changeset/base/211081
Log:
Fix mismerge in r211035.
Pointy hat: me
Modified:
stable/7/sys/dev/usb/u3g.c
Modified: stable/7/sys/dev/usb/u3g.c
==
Author: dwmalone
Date: Sun Aug 8 20:34:53 2010
New Revision: 211082
URL: http://svn.freebsd.org/changeset/base/211082
Log:
Don't pass sizeof(u_int) to an argument of SYSCLT_PROC that ends up not
being used.
Modified:
head/sys/amd64/amd64/tsc.c
head/sys/i386/i386/tsc.c
Modified: head/sys
Author: gavin
Date: Sun Aug 8 20:53:00 2010
New Revision: 211083
URL: http://svn.freebsd.org/changeset/base/211083
Log:
The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set.
PR: usb/128324
Submitted by: Mike Durian (original patch)
MFC after:2 weeks
Author: jilles
Date: Sun Aug 8 21:04:27 2010
New Revision: 211084
URL: http://svn.freebsd.org/changeset/base/211084
Log:
Remove unnecessary duplicate letters in mksyntax.c,
the table elements would just be overwritten twice.
Modified:
head/bin/sh/mksyntax.c
Modified: head/bin/sh/mksyntax.
M. Warner Losh wrote:
> In message: <201008071620.o77gkdbb091...@svn.freebsd.org>
> Oliver Fromme writes:
> : Author: olli
> : Date: Sat Aug 7 16:20:12 2010
> : New Revision: 211023
> : URL: http://svn.freebsd.org/changeset/base/211023
> : Modified: head/usr.sbin/syslogd/Makef
On 08/08/10 14:04, Jilles Tjoelker wrote:
> Log:
> Remove unnecessary duplicate letters in mksyntax.c,
> the table elements would just be overwritten twice.
> - add("abcdefghijklmnopqrstucvwxyz", "ISLOWER");
> - add("ABCDEFGHIJKLMNOPQRSTUCVWXYZ", "ISUPPER");
> + add("abcdefghijklmno
On 2010-08-08 23:19, Colin Percival wrote:
> On 08/08/10 14:04, Jilles Tjoelker wrote:
>> Log:
>> Remove unnecessary duplicate letters in mksyntax.c,
>> the table elements would just be overwritten twice.
>> -add("abcdefghijklmnopqrstucvwxyz", "ISLOWER");
>> -add("ABCDEFGHIJKLMNOPQRSTUC
On Sat, 7 Aug 2010, M. Warner Losh wrote:
> In message: <201008071608.o77g8bnn088...@svn.freebsd.org>
> Gavin Atkinson writes:
> : Author: gavin
> : Date: Sat Aug 7 16:08:37 2010
> : New Revision: 211021
> : URL: http://svn.freebsd.org/changeset/base/211021
> :
> : Log:
> : Sort th
On 08/08/2010 14:19, Colin Percival wrote:
> On 08/08/10 14:04, Jilles Tjoelker wrote:
>> Log:
>> Remove unnecessary duplicate letters in mksyntax.c,
Boo!
>> the table elements would just be overwritten twice.
>> -add("abcdefghijklmnopqrstucvwxyz", "ISLOWER");
>> -add("ABCDEFGHIJKLMNO
In message: <201008082037.o78kbldt022...@haluter.fromme.com>
Oliver Fromme writes:
:
: M. Warner Losh wrote:
: > In message: <201008071620.o77gkdbb091...@svn.freebsd.org>
: > Oliver Fromme writes:
: > : Author: olli
: > : Date: Sat Aug 7 16:20:12 2010
: > : New Revi
In message:
Gavin Atkinson writes:
: On Sat, 7 Aug 2010, M. Warner Losh wrote:
: > In message: <201008071608.o77g8bnn088...@svn.freebsd.org>
: > Gavin Atkinson writes:
: > : Author: gavin
: > : Date: Sat Aug 7 16:08:37 2010
: > : New Revision: 211021
: > : URL: http://sv
On Sun, Aug 08, 2010 at 03:36:08PM -0600, M. Warner Losh wrote:
> In message: <201008082037.o78kbldt022...@haluter.fromme.com>
> Oliver Fromme writes:
> : M. Warner Losh wrote:
> : > In message: <201008071620.o77gkdbb091...@svn.freebsd.org>
> : > Oliver Fromme writes:
>
On 08-08-2010 23:36, Doug Barton wrote:
On 08/08/2010 14:19, Colin Percival wrote:
On 08/08/10 14:04, Jilles Tjoelker wrote:
Log:
Remove unnecessary duplicate letters in mksyntax.c,
Boo!
the table elements would just be overwritten twice.
- add("abcdefghijklmnopqrstucvwxyz", "IS
Author: jamie
Date: Sun Aug 8 23:22:55 2010
New Revision: 211085
URL: http://svn.freebsd.org/changeset/base/211085
Log:
Back out r210974. Any convenience of not typing "persist" is outweighed
by the possibility of unintended partially-formed jails.
Modified:
head/sys/kern/kern_jail.c
Mod
Author: jamie
Date: Sun Aug 8 23:24:23 2010
New Revision: 211086
URL: http://svn.freebsd.org/changeset/base/211086
Log:
Back out r210975, which changed documentation to match the now backed-out
r210974.
Modified:
head/usr.sbin/jail/jail.8
Modified: head/usr.sbin/jail/jail.8
==
Author: attilio
Date: Mon Aug 9 00:23:57 2010
New Revision: 211087
URL: http://svn.freebsd.org/changeset/base/211087
Log:
The r208165 fixed a bug related to unsigned integer overflowing for the
number of CPUs detection.
However, that was not mention at all, the problem was not reported, the
2010/5/16 Randall Stewart :
> Author: rrs
> Date: Sun May 16 19:43:48 2010
> New Revision: 208165
> URL: http://svn.freebsd.org/changeset/base/208165
>
> Log:
> This pushes all of JC's patches that I have in place. I
> am now able to run 32 cores ok.. but I still will hang
> on buildworld with a
Author: mjacob
Date: Mon Aug 9 00:36:22 2010
New Revision: 211088
URL: http://svn.freebsd.org/changeset/base/211088
Log:
Add a multipath oriented test.
Added:
head/tools/tools/vhba/mptest/
head/tools/tools/vhba/mptest/Makefile (contents, props changed)
head/tools/tools/vhba/mptest/vhba
Author: yongari
Date: Mon Aug 9 01:47:09 2010
New Revision: 211089
URL: http://svn.freebsd.org/changeset/base/211089
Log:
It seems some old Sundace(now IC Plus Corp.) controllers do not
like memory mapped register access. Typical problem from the issue
was MII access returned unreliable val
On Mon, Aug 9, 2010 at 5:31 AM, Attilio Rao wrote:
> 2010/5/16 Randall Stewart :
>> Author: rrs
>> Date: Sun May 16 19:43:48 2010
>> New Revision: 208165
>> URL: http://svn.freebsd.org/changeset/base/208165
>>
>> Log:
>> This pushes all of JC's patches that I have in place. I
>> am now able to r
On Sun, Aug 8, 2010 at 17:01, Attilio Rao wrote:
>> Modified: head/sys/kern/subr_smp.c
>> ==
>> --- head/sys/kern/subr_smp.c Sun May 16 19:25:56 2010 (r208164)
>> +++ head/sys/kern/subr_smp.c Sun May 16 19:43:
Author: mm
Date: Mon Aug 9 06:36:11 2010
New Revision: 211091
URL: http://svn.freebsd.org/changeset/base/211091
Log:
Return EIO if vdev->v_phys_read is NULL.
This fixes booting from a ZFS mirror with a unavailable primary device.
PR: kern/148655
Reviewed by: avg
Approve
41 matches
Mail list logo