Author: hselasky
Date: Sun Jun 19 08:34:10 2011
New Revision: 223288
URL: http://svn.freebsd.org/changeset/base/223288
Log:
Add new USB ID to UDAV driver.
Submitted by: Luiz Gustavo S. Costa
MFC after:7 days
Modified:
head/sys/dev/usb/net/if_udav.c
head/sys/dev/usb/usbdevs
Modi
On Sunday 19 June 2011 10:34:11 Hans Petter Selasky wrote:
> Author: hselasky
> Date: Sun Jun 19 08:34:10 2011
> New Revision: 223288
> URL: http://svn.freebsd.org/changeset/base/223288
>
> Log:
> Add new USB ID to UDAV driver.
>
Hope this commit was not too late for the code slush.
--HPS
___
On 18 Jun 2011, at 22:48, Jilles Tjoelker wrote:
> On Sat, Jun 18, 2011 at 01:56:33PM +, Ben Laurie wrote:
>> Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c
>> ==
>> --- head/cddl/contrib/opens
On Sun, Jun 19, 2011 at 10:38:44AM +0200, Simon L. B. Nielsen wrote:
>
> On 18 Jun 2011, at 22:48, Jilles Tjoelker wrote:
>
> > On Sat, Jun 18, 2011 at 01:56:33PM +, Ben Laurie wrote:
> >> Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c
> >>
Author: jh
Date: Sun Jun 19 08:53:16 2011
New Revision: 223289
URL: http://svn.freebsd.org/changeset/base/223289
Log:
Don't #undef curses ERR in dialog.h. Otherwise, the macro will be
unavailable if curses.h is included before dialog.h.
PR: bin/156601
Obtained from:Tho
On Sun, 19 Jun 2011, TAKAHASHI Yoshihiro wrote:
In article <201106181356.p5iduxhw044...@svn.freebsd.org>
Ben Laurie writes:
Log:
Fix clang warnings.
Modified: head/sys/sys/diskpc98.h
==
--- head/sys/sys/diskpc98.h
Author: jilles
Date: Sun Jun 19 11:42:48 2011
New Revision: 223292
URL: http://svn.freebsd.org/changeset/base/223292
Log:
rc.subr: Eliminate a fork from check_kern_features, like r223227.
MFC after:2 weeks
Modified:
head/etc/rc.subr
Modified: head/etc/rc.subr
===
On Jun 19, 2011, at 4:26 AM, Bruce Evans wrote:
> On Sun, 19 Jun 2011, TAKAHASHI Yoshihiro wrote:
>
>> In article <201106181356.p5iduxhw044...@svn.freebsd.org>
>> Ben Laurie writes:
>>>
>>> Log:
>>> Fix clang warnings.
>>>
>>> Modified: head/sys/sys/diskpc98.h
>>> ===
On 19/06/2011 03:47, TAKAHASHI Yoshihiro wrote:
> In article <201106181356.p5iduxhw044...@svn.freebsd.org>
> Ben Laurie writes:
>
>> Author: benl
>> Date: Sat Jun 18 13:56:33 2011
>> New Revision: 223262
>> URL: http://svn.freebsd.org/changeset/base/223262
>>
>> Log:
>> Fix clang warnings.
>>
>
On 18/06/2011 18:45, Kostik Belousov wrote:
>> Modified: head/sys/sys/param.h
>> ==
>> --- head/sys/sys/param.h Sat Jun 18 13:54:36 2011(r223261)
>> +++ head/sys/sys/param.h Sat Jun 18 13:56:33 2011(
On 18/06/2011 16:54, Ben Kaduk wrote:
> On Sat, Jun 18, 2011 at 9:56 AM, Ben Laurie wrote:
>> +# warning need td_popc() implementation
>
> We seem to still be in dt_popc(), here.
Oops.
--
http://www.apache-ssl.org/ben.html http://www.links.org/
"There is no limit to what a man can d
Author: simon
Date: Sun Jun 19 12:52:50 2011
New Revision: 223293
URL: http://svn.freebsd.org/changeset/base/223293
Log:
Do not use #warning to warn about missing implementation of dt_popc(),
but just have a comment that this is broken.
This is just a bandaid until somebody can fix this c
Author: kan
Date: Sun Jun 19 13:35:41 2011
New Revision: 223295
URL: http://svn.freebsd.org/changeset/base/223295
Log:
Minimize backward seeks when trying to load ELF relocatable modules.
Some of loader filesystems are very ill equipped to handle seeking
backwards within the file. Namely,
Author: kan
Date: Sun Jun 19 13:35:36 2011
New Revision: 223294
URL: http://svn.freebsd.org/changeset/base/223294
Log:
Do not set thread name to less than informative 'initial thread'.
Modified:
head/lib/libthr/thread/thr_init.c
Modified: head/lib/libthr/thread/thr_init.c
===
Author: kan
Date: Sun Jun 19 13:35:46 2011
New Revision: 223296
URL: http://svn.freebsd.org/changeset/base/223296
Log:
Put a quick bandaid on internal citrus locking.
The code is not quite right still, but it programs from deadlocking
on themselves if one enables new citrus code by mistak
On 06/18/11 19:07, Adrian Chadd wrote:
On 19 June 2011 04:34, Nathan Whitehorn wrote:
Since all of our install CDs for 9.0 (even the boot-only ones!) will be live
CDs, the full versions of everything in /rescue are on the CD in their usual
locations in /bin, /sbin, etc. and these can be used j
On Sun, 19 Jun 2011, Ben Laurie wrote:
On 18/06/2011 18:45, Kostik Belousov wrote:
Modified: head/sys/sys/param.h
==
--- head/sys/sys/param.hSat Jun 18 13:54:36 2011(r223261)
+++ head/sys/sys/param.h
Author: gavin
Date: Sun Jun 19 17:02:42 2011
New Revision: 223301
URL: http://svn.freebsd.org/changeset/base/223301
Log:
Bootstrap mergeinfo
Modified:
Directory Properties:
head/contrib/lukemftp/ (props changed)
___
svn-src-head@freebsd.org mailin
Author: jilles
Date: Sun Jun 19 15:23:32 2011
New Revision: 223298
URL: http://svn.freebsd.org/changeset/base/223298
Log:
rc.subr: Make sure all functions are under if [ -z "${_rc_subr_loaded}" ].
Modified:
head/etc/rc.subr
Modified: head/etc/rc.subr
=
Author: kargl
Date: Sun Jun 19 17:07:58 2011
New Revision: 223302
URL: http://svn.freebsd.org/changeset/base/223302
Log:
In the libm access macros for the double type, z can sometimes
be used uninitialized. This can lead to spurious exceptions
and bit clobbering.
Submitted by: bde
Ap
On Wed, 15 Jun 2011 22:13:22 + (UTC)
Craig Rodrigues wrote:
> Author: rodrigc
> Date: Wed Jun 15 22:13:22 2011
> New Revision: 223124
> URL: http://svn.freebsd.org/changeset/base/223124
>
> Log:
> (1) When sending the TFTP RRQ packet to read a file,
>send along the "blksize" optio
Author: marcel
Date: Sun Jun 19 18:34:49 2011
New Revision: 223306
URL: http://svn.freebsd.org/changeset/base/223306
Log:
Add support for using mtree(5) manifest files to define the image
to be created. The support is based on mtree version 2.0, as used
in libarchive, but adds new features o
Hello!
Thanks for commit.
I have a question:
If a lot of kernel modules, option kld_list = "" supports moving to a
new line?
For example:
kld_list = " < moduleN>\
"
Maybe specify its example of manual documentation page for rc.conf?
Thank you!
Sorry for my english.
___
Author: alc
Date: Sun Jun 19 19:13:24 2011
New Revision: 223307
URL: http://svn.freebsd.org/changeset/base/223307
Log:
Precisely document the synchronization rules for the page's dirty field.
(Saying that the lock on the object that the page belongs to must be held
only represents one aspect
Author: gavin
Date: Sun Jun 19 21:50:38 2011
New Revision: 223308
URL: http://svn.freebsd.org/changeset/base/223308
Log:
Copy lukemftp to its new home, tnftp. I'm doing this in stages so as to
not confuse the CVS exporter.
Added:
head/contrib/tnftp/
- copied from r223307, head/contrib
Author: rmacklem
Date: Sun Jun 19 22:08:55 2011
New Revision: 223309
URL: http://svn.freebsd.org/changeset/base/223309
Log:
Fix the kgssapi so that it can be loaded as a module. Currently
the NFS subsystems use five of the rpcsec_gss/kgssapi entry points,
but since it was not obvious which o
Em 19-06-2011 14:35, Alexander Kabaev escreveu:
Author: kan
Date: Sun Jun 19 13:35:46 2011
New Revision: 223296
URL: http://svn.freebsd.org/changeset/base/223296
Log:
Put a quick bandaid on internal citrus locking.
The code is not quite right still, but it programs from deadlocking
on
Author: dougb
Date: Sun Jun 19 22:48:40 2011
New Revision: 223310
URL: http://svn.freebsd.org/changeset/base/223310
Log:
Add the netwait rc.d script. It waits for the specified period for the
network to become active.
PR: conf/151063
Submitted by: Jeremy Chadwick
Modified:
Author: dougb
Date: Sun Jun 19 22:59:54 2011
New Revision: 223311
URL: http://svn.freebsd.org/changeset/base/223311
Log:
Blah, forgot to svn add the actual script from r223310
Added:
head/etc/rc.d/netwait (contents, props changed)
Added: head/etc/rc.d/netwait
==
Author: rmacklem
Date: Sun Jun 19 23:54:01 2011
New Revision: 223312
URL: http://svn.freebsd.org/changeset/base/223312
Log:
Fix a number of places where the new NFS server did not
lock the mutex when manipulating rc_flag in the DRC cache.
This is believed to fix a hung server that was report
Author: nwhitehorn
Date: Mon Jun 20 00:17:44 2011
New Revision: 223313
URL: http://svn.freebsd.org/changeset/base/223313
Log:
Driver for PS3's internal hard disk. Hopefully this can be CAM-ified in
the future, but presents a set of simple block devices for now. With
(forthcoming) boot loader
Author: nwhitehorn
Date: Mon Jun 20 00:46:07 2011
New Revision: 223314
URL: http://svn.freebsd.org/changeset/base/223314
Log:
Add an OHCI driver to complement the EHCI one. The infrastructure to attach
both to the parent ps3bus was in r223313. This driver itself comes from the
ps3 project br
On 6/19/11 2:37 PM, Ivan Klymenko wrote:
Hello!
Thanks for commit.
I have a question:
If a lot of kernel modules, option kld_list = "" supports moving to a
new line?
For example:
kld_list = "< moduleN>\
"
Maybe specify its example of manual documentation page for rc.conf?
Thank you!
On 6/19/11 9:35 AM, Alexander Kabaev wrote:
Author: kan
Date: Sun Jun 19 13:35:36 2011
New Revision: 223294
URL: http://svn.freebsd.org/changeset/base/223294
Log:
Do not set thread name to less than informative 'initial thread'.
Modified:
head/lib/libthr/thread/thr_init.c
Thank you!
--
Author: nwhitehorn
Date: Mon Jun 20 01:43:18 2011
New Revision: 223316
URL: http://svn.freebsd.org/changeset/base/223316
Log:
Make this slightly less yelly about regions that the hypervisor protects
from us by not registering them as disks.
Modified:
head/sys/powerpc/ps3/ps3disk.c
Modified
Author: nwhitehorn
Date: Mon Jun 20 02:17:34 2011
New Revision: 223324
URL: http://svn.freebsd.org/changeset/base/223324
Log:
Work/hack around some race conditions present in the hardware/HV interface.
Partially inspired by a patch from glevand (geoffrey.lev...@mail.ru).
Modified:
head/sys/
Author: jeff
Date: Mon Jun 20 03:25:09 2011
New Revision: 223325
URL: http://svn.freebsd.org/changeset/base/223325
Log:
- Fix directory count rollbacks by passing the mode to the journal dep
earlier.
- Add rollback/forward code for frag and cluster accounting.
- Handle the FREEDEP ca
On 06/19/2011 11:37, Ivan Klymenko wrote:
Hello!
Thanks for commit.
I have a question:
If a lot of kernel modules, option kld_list = "" supports moving to a
new line?
For example:
kld_list = "< moduleN>\
"
Everything in rc.conf is sh-related, so yes. Although, it's not
necessary un
On Jun 19, 2011, at 10:59 PM, Doug Barton wrote:
> Author: dougb
> Date: Sun Jun 19 22:59:54 2011
> New Revision: 223311
> URL: http://svn.freebsd.org/changeset/base/223311
>
> Log:
> Blah, forgot to svn add the actual script from r223310
>
Now that it is generic, what about IPv6?
> ...
> +
>
39 matches
Mail list logo