Author: yongari
Date: Thu Apr 22 01:45:18 2010
New Revision: 207047
URL: http://svn.freebsd.org/changeset/base/207047
Log:
MFC r206563:
Add Agere ET1011 PHY which is found on Belkin F5D5055 USB
controller. Unlike Agere ET1011C, Agere ET1011 does not seem to
need special DSP programmi
Author: yongari
Date: Thu Apr 22 01:39:45 2010
New Revision: 207046
URL: http://svn.freebsd.org/changeset/base/207046
Log:
MFC r206563:
Add Agere ET1011 PHY which is found on Belkin F5D5055 USB
controller. Unlike Agere ET1011C, Agere ET1011 does not seem to
need special DSP programmi
Author: delphij
Date: Thu Apr 22 00:29:36 2010
New Revision: 207042
URL: http://svn.freebsd.org/changeset/base/207042
Log:
Remove a file that is not supposed to be part of -STABLE branch.
Deleted:
stable/8/contrib/netcat/FREEBSD-Xlist
___
svn-src-al
Author: delphij
Date: Thu Apr 22 00:28:49 2010
New Revision: 207040
URL: http://svn.freebsd.org/changeset/base/207040
Log:
MFC: netcat 4.7.
Deleted:
stable/8/contrib/netcat/FREEBSD-upgrade
stable/8/contrib/netcat/FREEBSD-vendor
Modified:
stable/8/contrib/netcat/nc.1
stable/8/contrib/net
Author: thompsa
Date: Wed Apr 21 23:03:26 2010
New Revision: 207027
URL: http://svn.freebsd.org/changeset/base/207027
Log:
Also add the usb mode to the devd string as the usb controller can work in
both
host or device (gadget) modes.
Suggested by: HPS
Modified:
head/sys/dev/usb/usb_de
Author: jilles
Date: Wed Apr 21 21:57:03 2010
New Revision: 207021
URL: http://svn.freebsd.org/changeset/base/207021
Log:
ln: Allow a trailing slash when creating a link to a directory.
In the 'ln source... directory' synopsis, the basename of each source
determines the name of the create
Author: thompsa
Date: Wed Apr 21 21:51:14 2010
New Revision: 207020
URL: http://svn.freebsd.org/changeset/base/207020
Log:
Change usb devd events from fake attach to a notify. The ugen device is not a
proper device_t so it faked the devctl event to appear like one, this is now a
notify which
Author: anchie
Date: Wed Apr 21 20:05:49 2010
New Revision: 207017
URL: http://svn.freebsd.org/changeset/base/207017
Log:
Fix of r206904, \nanchie is needed instead of \anchie.
Approved by: bz (mentor)
Reported by: danfe, zec
Modified:
head/share/misc/committers-src.dot
Modified: he
Author: kib
Date: Wed Apr 21 20:04:42 2010
New Revision: 207016
URL: http://svn.freebsd.org/changeset/base/207016
Log:
Fix typo.
Submitted by: emaste
Pointy hat to:kib (who needs much bigger wardrobe)
MFC after:1 week
Modified:
head/sys/kern/kern_proc.c
Modified: head/sy
Author: bz
Date: Wed Apr 21 20:00:13 2010
New Revision: 207015
URL: http://svn.freebsd.org/changeset/base/207015
Log:
MFC r206488:
Take a reference to make sure that the interface cannot go away during
if_clone_destroy() in case parallel threads try to.
PR: kern/116837
Author: bz
Date: Wed Apr 21 19:55:43 2010
New Revision: 207014
URL: http://svn.freebsd.org/changeset/base/207014
Log:
MFC r206486:
Check that the interface is on the list of cloned interfaces before trying
to remove it to avoid panics in case of two threads trying to remove it in
Author: bz
Date: Wed Apr 21 19:51:22 2010
New Revision: 207013
URL: http://svn.freebsd.org/changeset/base/207013
Log:
MFC r206481:
Plug reference leaks in the link-layer code ("new-arp") that previously
prevented the link-layer entry from being freed.
In both in.c and in6.c (th
Author: bz
Date: Wed Apr 21 19:48:40 2010
New Revision: 207012
URL: http://svn.freebsd.org/changeset/base/207012
Log:
MFC r206470:
In if_detach_internal() we cannot hold the af_data lock over the
dom_ifdetach() calls as they might sleep for callout_drain().
Do as we do in if_attac
Author: bz
Date: Wed Apr 21 19:47:19 2010
New Revision: 207011
URL: http://svn.freebsd.org/changeset/base/207011
Log:
MFC r206469:
In if_detach_internal() only try to do the detach run if if_attachdomain1()
has actually succeeded to initialize and attach. There is a theoretical
p
Author: bz
Date: Wed Apr 21 19:45:41 2010
New Revision: 207010
URL: http://svn.freebsd.org/changeset/base/207010
Log:
MFC r205345:
Split eventhandler_register() into an internal part and a wrapper function
that provides the allocated and setup eventhandler entry.
Add a new wrap
Author: kib
Date: Wed Apr 21 19:35:56 2010
New Revision: 207009
URL: http://svn.freebsd.org/changeset/base/207009
Log:
C language does not has references, it provides pointers.
Suggested by: bde
MFC after:2 weeks
Modified:
head/lib/libc/stdlib/realpath.3
Modified: head/lib/libc/st
Author: kib
Date: Wed Apr 21 19:32:00 2010
New Revision: 207008
URL: http://svn.freebsd.org/changeset/base/207008
Log:
Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) to
mostly work on 64bit host.
The work is based on an original patch submitted by emaste, obtained
Author: kib
Date: Wed Apr 21 19:28:01 2010
New Revision: 207007
URL: http://svn.freebsd.org/changeset/base/207007
Log:
Extract the code to copy-out struct rusage32 from struct rusage
into the new function.
Reviewed by: jhb
MFC after:1 week
Modified:
head/sys/compat/freebsd32/fre
On Wednesday 21 April 2010 20:03:34 Bruce Cran wrote:
> Author: brucec
> Date: Wed Apr 21 19:03:34 2010
> New Revision: 207006
> URL: http://svn.freebsd.org/changeset/base/207006
>
> Log:
> Remove the reference to DD mode, and replace with Expert mode. Also, make
> sure the "Q = Finish" text i
Author: brucec
Date: Wed Apr 21 19:03:34 2010
New Revision: 207006
URL: http://svn.freebsd.org/changeset/base/207006
Log:
Remove the reference to DD mode, and replace with Expert mode. Also, make
sure the "Q = Finish" text is visible.
Reword the boot manager screen to try and avoid confusion
Author: brucec
Date: Wed Apr 21 18:55:44 2010
New Revision: 207005
URL: http://svn.freebsd.org/changeset/base/207005
Log:
Make the "Q = Finish" text visible when running sysinstall as a normal
application. Reword the boot manager screen to try and avoid confusion.
Reviewed by: randi
A
Author: delphij
Date: Wed Apr 21 17:54:31 2010
New Revision: 207003
URL: http://svn.freebsd.org/changeset/base/207003
Log:
Bootstrap merge history.
Modified:
Directory Properties:
head/contrib/gnu-sort/ (props changed)
___
svn-src-all@freebsd.org
Author: delphij
Date: Wed Apr 21 17:53:10 2010
New Revision: 207002
URL: http://svn.freebsd.org/changeset/base/207002
Log:
Flattern tree.
Added:
vendor/gnu-sort/2.0.21/ABOUT-NLS
- copied unchanged from r207001,
vendor/gnu-sort/2.0.21/contrib/gnu-sort/ABOUT-NLS
vendor/gnu-sort/2.0.21/A
Author: bschmidt
Date: Wed Apr 21 17:38:16 2010
New Revision: 207001
URL: http://svn.freebsd.org/changeset/base/207001
Log:
Use correct bus_dma_tag_t for TX frames.
Reported by: Andreas Nilsson
Approved by: rpaulo (mentor)
MFC after:3 days
Modified:
head/sys/dev/iwn/if_iwn.c
On Tuesday 20 April 2010 22:02:08 Kostik Belousov wrote:
> On Tue, Apr 20, 2010 at 08:19:19PM +, Bruce Cran wrote:
> > Author: brucec
> > Date: Tue Apr 20 20:19:19 2010
> > New Revision: 206911
> > URL: http://svn.freebsd.org/changeset/base/206911
> >
> > Log:
> > MFC r205119 and r206056:
>
Author: gavin
Date: Wed Apr 21 17:00:15 2010
New Revision: 206999
URL: http://svn.freebsd.org/changeset/base/206999
Log:
Merge r203027 from head:
Correct the HISTORY section of these man pages to show when the function,
not the "manual page example" was introduced.
Modified:
stable
Author: kib
Date: Wed Apr 21 16:41:02 2010
New Revision: 206998
URL: http://svn.freebsd.org/changeset/base/206998
Log:
Add standards section, improve wording, taking into account the handling
of NULL and changed type in declaration.
Suggested by: bde
MFC after:2 weeks
Modified:
h
Author: kib
Date: Wed Apr 21 16:38:37 2010
New Revision: 206997
URL: http://svn.freebsd.org/changeset/base/206997
Log:
Move realpath(3) prototype to a POSIX section.
Noted by: bde
MFC after:2 weeks
Modified:
head/include/stdlib.h
Modified: head/include/stdlib.h
===
on 21/04/2010 15:17 Andriy Gapon said the following:
> Author: avg
> Date: Wed Apr 21 12:17:01 2010
> New Revision: 206996
> URL: http://svn.freebsd.org/changeset/base/206996
>
> Log:
> indent.pro example: actually install the sample file
>
> Modified:
> head/etc/mtree/BSD.usr.dist
> head/s
Author: avg
Date: Wed Apr 21 12:17:01 2010
New Revision: 206996
URL: http://svn.freebsd.org/changeset/base/206996
Log:
indent.pro example: actually install the sample file
Modified:
head/etc/mtree/BSD.usr.dist
head/share/examples/Makefile
Modified: head/etc/mtree/BSD.usr.dist
=
Author: randi
Date: Wed Apr 21 12:02:45 2010
New Revision: 206995
URL: http://svn.freebsd.org/changeset/base/206995
Log:
Fix bug introduced in r198317: Don't leak a file descriptor after scanning
for network devices.
Approved by: cperciva (mentor)
MFC after:1 week (original commit +
Author: fabient
Date: Wed Apr 21 11:50:13 2010
New Revision: 206994
URL: http://svn.freebsd.org/changeset/base/206994
Log:
Apply threshold filter to root node in calltree view.
MFC after: 3days
Modified:
head/usr.sbin/pmcstat/pmcpl_calltree.c
Modified: head/usr.sbin/pmcstat/pmcpl_calltr
On 21 Apr 2010, at 01:42, TAKAHASHI Yoshihiro wrote:
> In article <201004202104.o3kl4vhv043...@svn.freebsd.org>
> Rui Paulo writes:
>
>> Log:
>> Fix another instance of lapic_cyclic_clock_func.
>>
>> Modified:
>> head/sys/x86/isa/clock.c
>>
>> Modified: head/sys/x86/isa/clock.c
>> ==
Author: rpaulo
Date: Wed Apr 21 11:28:13 2010
New Revision: 206993
URL: http://svn.freebsd.org/changeset/base/206993
Log:
Comply with the new cyclic dtrace module variable name
(cyclic_clock_func).
Modified:
head/sys/pc98/cbus/clock.c
Modified: head/sys/pc98/cbus/clock.c
==
Author: kib
Date: Wed Apr 21 11:17:16 2010
New Revision: 206992
URL: http://svn.freebsd.org/changeset/base/206992
Log:
As was done in r155238 for i386 and in r155239 for amd64, clear the carry
flag for ia32 binary executed on amd64 host in get_mcontext().
PR: kern/92110 (one more time)
Author: kib
Date: Wed Apr 21 11:11:11 2010
New Revision: 206991
URL: http://svn.freebsd.org/changeset/base/206991
Log:
MFC r206549:
Align the declaration for sa_sigaction with POSIX.
MFC r206649:
Still reference struct __sigaction with clarification when this form
of argument declarat
Author: kib
Date: Wed Apr 21 11:09:13 2010
New Revision: 206990
URL: http://svn.freebsd.org/changeset/base/206990
Log:
MFC r206549:
Align the declaration for sa_sigaction with POSIX.
MFC r206649:
Still reference struct __sigaction with clarification when this form
of argument declarat
Author: bz
Date: Wed Apr 21 10:21:34 2010
New Revision: 206989
URL: http://svn.freebsd.org/changeset/base/206989
Log:
Avoid memory access after free. Use the (shortend) copy for the
ipsec mtu lookup as well.
PR: kern/145736
Submitted by: Peter Molnar (peter molnar.cc)
MFC a
On Tue, Apr 20, 2010 at 06:16:56PM +, Ana Kukec wrote:
> Author: anchie
> Date: Tue Apr 20 18:16:56 2010
> New Revision: 206904
> URL: http://svn.freebsd.org/changeset/base/206904
>
> Log:
> Add myself and list bz@ as my mentor.
>
> Approved by:bz (mentor)
>
> Modified:
> hea
Author: randi
Date: Wed Apr 21 08:18:06 2010
New Revision: 206988
URL: http://svn.freebsd.org/changeset/base/206988
Log:
Add myself to committers-src.dot.
Approved by: cperciva (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
==
40 matches
Mail list logo