Author: mav
Date: Wed Sep 15 07:04:14 2010
New Revision: 212635
URL: http://svn.freebsd.org/changeset/base/212635
Log:
Add eventtimers(7) man page, briefly describing event timers subsystem
functionality and configuration options.
Added:
head/share/man/man7/eventtimers.7 (contents, props
Author: mav
Date: Wed Sep 15 07:10:39 2010
New Revision: 212636
URL: http://svn.freebsd.org/changeset/base/212636
Log:
Change licenses of my manual pages to the recommended 2-clause form.
Suggested by: joel
Modified:
head/share/man/man4/ahci.4
head/share/man/man4/hpet.4
head/share/ma
On Wed, Sep 15, 2010 at 11:19:52AM +, David Xu wrote:
> Alexander Kabaev wrote:
> >On Wed, 15 Sep 2010 02:56:33 + (UTC)
> >David Xu wrote:
> >
> >>Author: davidxu
> >>Date: Wed Sep 15 02:56:32 2010
> >>New Revision: 212630
> >>URL: http://svn.freebsd.org/changeset/base/212630
> >>
> >>Log:
On 15 September 2010 05:19, Ed Maste wrote:
> Author: emaste
> Date: Wed Sep 15 01:19:11 2010
> New Revision: 212628
> URL: http://svn.freebsd.org/changeset/base/212628
>
> Log:
> Add some enums and constants from Adaptec's latest driver
> (build 17911).
>
> Modified:
> head/sys/dev/aac/aacreg.
thanks. :)
--
a13x
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: avg
Date: Wed Sep 15 10:02:46 2010
New Revision: 212647
URL: http://svn.freebsd.org/changeset/base/212647
Log:
sys/pcpu.h: remove a workaround for a fixed ld bug
The workaround was incorrectly documented as having something to do with
set_pcpu section's progbits, but in fact it wa
Wed Sep 15 10:02:46 2010(r212647)
+++ head/UPDATING Wed Sep 15 10:04:41 2010(r212648)
@@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20100915
Author: rpaulo
Date: Wed Sep 15 10:18:18 2010
New Revision: 212649
URL: http://svn.freebsd.org/changeset/base/212649
Log:
Add a man page for plockstat.
Sponsored by: The FreeBSD Foundation
Added:
head/cddl/usr.sbin/plockstat/plockstat.1 (contents, props changed)
Modified:
head/cddl/u
Author: avg
Date: Wed Sep 15 10:31:27 2010
New Revision: 212650
URL: http://svn.freebsd.org/changeset/base/212650
Log:
tmpfs, zfs + sendfile: mark page bits as valid after populating it with data
Otherwise, adding insult to injury, in addition to double-caching of data
we would always cop
Author: rpaulo
Date: Wed Sep 15 10:32:32 2010
New Revision: 212651
URL: http://svn.freebsd.org/changeset/base/212651
Log:
Remove an explicit assignment of the CFLAGS variable intended for
debugging purposes only.
Modified:
head/libexec/tftpd/Makefile
Modified: head/libexec/tftpd/Makefile
=
Author: avg
Date: Wed Sep 15 10:39:21 2010
New Revision: 212652
URL: http://svn.freebsd.org/changeset/base/212652
Log:
zfs: catch up with vm_page_sleep_if_busy changes
Reviewed by: alc
Approved by: pjd
Tested by:tools/regression/fsx
MFC after:2 weeks
Modified:
head/sys/cd
Author: andre
Date: Wed Sep 15 10:39:30 2010
New Revision: 212653
URL: http://svn.freebsd.org/changeset/base/212653
Log:
Change the default MSS for IPv4 and IPv6 TCP connections from an
artificial power-of-2 rounded number to their real values specified
in RFC879 and RFC2460.
From the h
Author: avg
Date: Wed Sep 15 10:44:20 2010
New Revision: 212654
URL: http://svn.freebsd.org/changeset/base/212654
Log:
zfs mappedread: use uiomove_fromphys where possible
Reviewed by: alc
Approved by: pjd
Tested by:tools/regression/fsx
MFC after:2 weeks
Modified:
head/sys
Author: avg
Date: Wed Sep 15 10:48:16 2010
New Revision: 212655
URL: http://svn.freebsd.org/changeset/base/212655
Log:
zfs mappedread, update_pages: use int for offset and length within a page
uint64_t, int64_t were redundant there
Approved by: pjd
Tested by:tools/regression/fsx
Author: avg
Date: Wed Sep 15 11:05:41 2010
New Revision: 212657
URL: http://svn.freebsd.org/changeset/base/212657
Log:
zfs vn_has_cached_data: take into account v_object->cache != NULL
This mirrors code in tmpfs.
This changge shouldn't affect much read path, it may cause unnecessary
vm_
On 09/15/10 20:39, Andre Oppermann wrote:
> Author: andre
> Date: Wed Sep 15 10:39:30 2010
> New Revision: 212653
> URL: http://svn.freebsd.org/changeset/base/212653
>
> Log:
> Change the default MSS for IPv4 and IPv6 TCP connections from an
> artificial power-of-2 rounded number to their real
On Wed, 15 Sep 2010 11:19:52 +
David Xu wrote:
> >
> > Reaching into bowels of GCC like that is never good.
> Any solution ? ;-)
>
I agree with Konstantin, we should either import appropriately licensed
header from libunwind or, better yet, just provide our own.
--
Alexander Kabaev
sign
On 15.09.2010 13:51, Lawrence Stewart wrote:
On 09/15/10 20:39, Andre Oppermann wrote:
Author: andre
Date: Wed Sep 15 10:39:30 2010
New Revision: 212653
URL: http://svn.freebsd.org/changeset/base/212653
Log:
Change the default MSS for IPv4 and IPv6 TCP connections from an
artificial power
In message: <20100914231728.33ca7...@kan.dnsalias.net>
Alexander Kabaev writes:
: On Wed, 15 Sep 2010 02:56:33 + (UTC)
: David Xu wrote:
:
: > Author: davidxu
: > Date: Wed Sep 15 02:56:32 2010
: > New Revision: 212630
: > URL: http://svn.freebsd.org/changeset/base/212630
: >
:
Author: jh
Date: Wed Sep 15 14:23:55 2010
New Revision: 212660
URL: http://svn.freebsd.org/changeset/base/212660
Log:
Remove empty devfs directories automatically.
devfs_delete() now recursively removes empty parent directories unless
the DEVFS_DEL_NORECURSE flag is specified. devfs_delet
Author: attilio
Date: Wed Sep 15 14:24:21 2010
New Revision: 212661
URL: http://svn.freebsd.org/changeset/base/212661
Log:
Fix bogus busying mechanism from cdevsw callbacks:
- D_TRACKCLOSE may be used there as d_close() are expected to match up
d_open() calls
- Replace the hand-crafted c
On Wed, Sep 15, 2010 at 01:27:40PM +0400, pluknet wrote:
> Hi.
> Afaik, these are somewhere from between b15753 and b16119.
> Just for possible clarification.
Thanks. I didn't bother to find out where they first appeared, I just
copied them from the latest driver. We have some work on the go an
On Wed, Sep 15, 2010 at 02:24:21PM +, Attilio Rao wrote:
> Author: attilio
> Date: Wed Sep 15 14:24:21 2010
> New Revision: 212661
> URL: http://svn.freebsd.org/changeset/base/212661
>
> Log:
> Fix bogus busying mechanism from cdevsw callbacks:
> - D_TRACKCLOSE may be used there as d_close
2010/9/15 Kostik Belousov :
> On Wed, Sep 15, 2010 at 02:24:21PM +, Attilio Rao wrote:
>> Author: attilio
>> Date: Wed Sep 15 14:24:21 2010
>> New Revision: 212661
>> URL: http://svn.freebsd.org/changeset/base/212661
>>
>> Log:
>> Fix bogus busying mechanism from cdevsw callbacks:
>> - D_TR
On Wed, Sep 15, 2010 at 04:57:15PM +0200, Attilio Rao wrote:
> 2010/9/15 Kostik Belousov :
> > On Wed, Sep 15, 2010 at 02:24:21PM +, Attilio Rao wrote:
> >> Author: attilio
> >> Date: Wed Sep 15 14:24:21 2010
> >> New Revision: 212661
> >> URL: http://svn.freebsd.org/changeset/base/212661
> >>
On Wed, Sep 15, 2010 at 04:57:15PM +0200, Attilio Rao wrote:
> 2010/9/15 Kostik Belousov :
> > On Wed, Sep 15, 2010 at 02:24:21PM +, Attilio Rao wrote:
> >> Author: attilio
> >> Date: Wed Sep 15 14:24:21 2010
> >> New Revision: 212661
> >> URL: http://svn.freebsd.org/changeset/base/212661
> >>
Author: marius
Date: Wed Sep 15 15:18:41 2010
New Revision: 212663
URL: http://svn.freebsd.org/changeset/base/212663
Log:
- Update the comment in swi_vm() regarding busdma bounce buffers; it's
unlikely that support for these ever will be implemented on sparc64 as
the IOMMUs are able to t
Author: imp
Date: Wed Sep 15 15:38:47 2010
New Revision: 212665
URL: http://svn.freebsd.org/changeset/base/212665
Log:
Move the pfrom initialization from before the setjmp to after the
setjmp to avoid warnings on the powerpc build...
Modified:
head/libexec/tftpd/tftp-io.c
Modified: head/li
Author: ken
Date: Wed Sep 15 16:05:51 2010
New Revision: 212669
URL: http://svn.freebsd.org/changeset/base/212669
Log:
MFp4 (//depot/projects/mps/...)
Fix a typo.
Submitted by: pluknet at gmail dot com
Modified:
head/share/man/man4/mps.4
Modified: head/share/man/man4/mps.4
On Wednesday, September 15, 2010 6:02:46 am Andriy Gapon wrote:
> Author: avg
> Date: Wed Sep 15 10:02:46 2010
> New Revision: 212647
> URL: http://svn.freebsd.org/changeset/base/212647
>
> Log:
> sys/pcpu.h: remove a workaround for a fixed ld bug
>
> The workaround was incorrectly document
On Wednesday, September 15, 2010 10:52:09 am Kostik Belousov wrote:
> On Wed, Sep 15, 2010 at 02:24:21PM +, Attilio Rao wrote:
> > Author: attilio
> > Date: Wed Sep 15 14:24:21 2010
> > New Revision: 212661
> > URL: http://svn.freebsd.org/changeset/base/212661
> >
> > Log:
> > Fix bogus busy
On Wednesday, September 15, 2010 10:04:45 am Andre Oppermann wrote:
> Below is the wording proposed by Lawrence:
> /*
> * The default Maximum Segment Size (MSS) to use when we do not have specific
> * knowledge (e.g. via path MTU discovery) that the destination host is
> prepared
> * to acce
on 15/09/2010 18:57 John Baldwin said the following:
> On Wednesday, September 15, 2010 6:02:46 am Andriy Gapon wrote:
>> Author: avg
>> Date: Wed Sep 15 10:02:46 2010
>> New Revision: 212647
>> URL: http://svn.freebsd.org/changeset/base/212647
>>
>> Log:
>> sys/pcpu.h: remove a workaround for a
on 15/09/2010 19:25 Andriy Gapon said the following:
> on 15/09/2010 18:57 John Baldwin said the following:
>> On Wednesday, September 15, 2010 6:02:46 am Andriy Gapon wrote:
>>> extern uintptr_t *__start_set_pcpu;
>>> extern uintptr_t *__stop_set_pcpu;
>>
>> Given that you removed this comment,
on 15/09/2010 19:30 Andriy Gapon said the following:
> SET_DECLARE would expand to exactly those two lines.
> I am not sure why comment even said that it's impossible to use SET_DECLARE(),
> perhaps previously it used to expand to something bigger?
Having said that, I am not sure if it makes logic
Author: marius
Date: Wed Sep 15 17:11:15 2010
New Revision: 212676
URL: http://svn.freebsd.org/changeset/base/212676
Log:
Sync with other platforms:
- make dflt_lock() always panic,
- add kludge to use contigmalloc() when the alignment is larger than the size
and print a diagnostic when
On 9/14/2010 7:29 PM, M. Warner Losh wrote:
In message:<4c9020c5.90...@freebsd.org>
Doug Barton writes:
: On 9/13/2010 8:30 AM, Warner Losh wrote:
:> Author: imp
:> Date: Mon Sep 13 15:30:09 2010
:> New Revision: 212558
:> URL: http://svn.freebsd.org/changeset/base/212558
:>
:>
Author: andreast
Date: Wed Sep 15 19:08:41 2010
New Revision: 212687
URL: http://svn.freebsd.org/changeset/base/212687
Log:
Increase register access delay to deal with the high-latency I2C
chipset found in some models of Powermac G5.
Approved by: nwhitehorn (mentor)
Modified:
head/sys
On Wednesday, September 15, 2010 12:42:40 pm Andriy Gapon wrote:
> on 15/09/2010 19:30 Andriy Gapon said the following:
> > SET_DECLARE would expand to exactly those two lines.
> > I am not sure why comment even said that it's impossible to use
> > SET_DECLARE(),
> > perhaps previously it used to
on 15/09/2010 21:37 John Baldwin said the following:
> Hmm, you could use SET_START() and SET_LIMIT() at least, but it's not a big
> deal either way. The comment seemed to imply that it would have used
> SET_DECLARE() if there had not been technical difficulties.
Well, the comment was nonsense, s
Author: imp
Date: Wed Sep 15 19:40:08 2010
New Revision: 212692
URL: http://svn.freebsd.org/changeset/base/212692
Log:
Don't suggest using bwn for the bcm4306 cards in the list. The
bcm4306 cards are ambiguous. BCM4306 rev 2 requires bwi. BCM4306 rev
3 will work with either. Since we can
Author: imp
Date: Wed Sep 15 19:40:42 2010
New Revision: 212693
URL: http://svn.freebsd.org/changeset/base/212693
Log:
Add note abotu bwn and newer chipsets
Modified:
head/share/man/man4/bwi.4
Modified: head/share/man/man4/bwi.4
===
Author: mm
Date: Wed Sep 15 19:55:26 2010
New Revision: 212694
URL: http://svn.freebsd.org/changeset/base/212694
Log:
Fix kernel panic when moving a file to .zfs/shares
Fix possible loss of correct error return code in ZFS mount
OpenSolaris revisions and Bug IDs:
11824:53128e5db7cf
Author: tuexen
Date: Wed Sep 15 20:41:20 2010
New Revision: 212699
URL: http://svn.freebsd.org/changeset/base/212699
Log:
Remove unused variables.
MFC after: 2 weeks.
Modified:
head/sys/netinet6/sctp6_usrreq.c
Modified: head/sys/netinet6/sctp6_usrreq.c
==
Author: tuexen
Date: Wed Sep 15 20:53:20 2010
New Revision: 212702
URL: http://svn.freebsd.org/changeset/base/212702
Log:
* Use !TAILQ_EMPTY() for checking if a tail queue is not empty.
* Remove assignment without any effect.
MFC after: 2 weeks.
Modified:
head/sys/netinet/sctp_cc_funct
Author: pjd
Date: Wed Sep 15 20:59:13 2010
New Revision: 212703
URL: http://svn.freebsd.org/changeset/base/212703
Log:
Make the message that informs about bootcode being written to disk less
confusing.
Note there is still no information about 'partcode' being written to disk
(gpart boot
Author: tuexen
Date: Wed Sep 15 21:08:57 2010
New Revision: 212704
URL: http://svn.freebsd.org/changeset/base/212704
Log:
Remove assignment without effect.
MFC after: 2 weeks.
Modified:
head/sys/netinet/sctp_sysctl.c
Modified: head/sys/netinet/sctp_sysctl.c
=
Author: marius
Date: Wed Sep 15 21:11:29 2010
New Revision: 212705
URL: http://svn.freebsd.org/changeset/base/212705
Log:
Add macros for alternate entry points.
Modified:
head/sys/sparc64/include/asm.h
Modified: head/sys/sparc64/include/asm.h
=
Author: pjd
Date: Wed Sep 15 21:15:00 2010
New Revision: 212706
URL: http://svn.freebsd.org/changeset/base/212706
Log:
Change message when setting or unsetting attribute less confusing.
Before:
ada0 has set
After:
set on ada0
MFC after:2 weeks
Modified:
Author: tuexen
Date: Wed Sep 15 21:19:54 2010
New Revision: 212707
URL: http://svn.freebsd.org/changeset/base/212707
Log:
Remove unused variable/assignment.
MFC after: 2 weeks.
Modified:
head/sys/netinet/sctp_bsd_addr.c
Modified: head/sys/netinet/sctp_bsd_addr.c
Author: pjd
Date: Wed Sep 15 21:37:26 2010
New Revision: 212708
URL: http://svn.freebsd.org/changeset/base/212708
Log:
GPART_PARAM_INDEX is now G_TYPE_NUMBER.
Modified:
head/sbin/geom/class/part/geom_part.c
Modified: head/sbin/geom/class/part/geom_part.c
=
Author: marius
Date: Wed Sep 15 21:44:31 2010
New Revision: 212709
URL: http://svn.freebsd.org/changeset/base/212709
Log:
Add a VIS-based block copy function for SPARC64 V and later, which
additionally takes advantage of the prefetch cache of these CPUs.
Unlike the uncommitted US-III version
Author: np
Date: Wed Sep 15 21:50:37 2010
New Revision: 212710
URL: http://svn.freebsd.org/changeset/base/212710
Log:
Fix t3_gate_rx_traffic and t3_open_rx_traffic. Parts of them always operated
on XGMAC0 instead of the specified XGMAC.
MFC after:3 days
Modified:
head/sys/dev/cxgb/
Author: tuexen
Date: Wed Sep 15 21:53:10 2010
New Revision: 212711
URL: http://svn.freebsd.org/changeset/base/212711
Log:
Use TAILQ_EMPTY() for testing if a tail queue is empty.
Set whoFrom to NULL after freeing whoFrom.
Modified:
head/sys/netinet/sctp_indata.c
Modified: head/sys/netinet/s
Author: tuexen
Date: Wed Sep 15 23:10:45 2010
New Revision: 212712
URL: http://svn.freebsd.org/changeset/base/212712
Log:
Delay the assignment of a path for DATA chunk until they hit
the sent_queue. Honor a given path when the SCTP_ADDR_OVER
flag is set.
MFC after: 2 weeks.
Modified:
Author: tuexen
Date: Wed Sep 15 23:40:36 2010
New Revision: 212713
URL: http://svn.freebsd.org/changeset/base/212713
Log:
Remove unused variable/assignment.
MFC after: 3 weeks.
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
==
Author: tuexen
Date: Wed Sep 15 23:56:25 2010
New Revision: 212714
URL: http://svn.freebsd.org/changeset/base/212714
Log:
Remove old debug code.
MFC after: 2 weeks.
Modified:
head/sys/netinet/sctp_output.c
head/sys/netinet/sctp_pcb.c
head/sys/netinet/sctp_usrreq.c
head/sys/netinet/
Author: nwhitehorn
Date: Thu Sep 16 00:22:25 2010
New Revision: 212715
URL: http://svn.freebsd.org/changeset/base/212715
Log:
Replace the SLB backing store splay tree used on 64-bit PowerPC AIM
hardware with a lockless sparse tree design. This marginally improves
the performance of PMAP and
M. Warner Losh wrote:
In message: <20100914231728.33ca7...@kan.dnsalias.net>
Alexander Kabaev writes:
: On Wed, 15 Sep 2010 02:56:33 + (UTC)
: David Xu wrote:
:
: > Author: davidxu
: > Date: Wed Sep 15 02:56:32 2010
: > New Revision: 212630
: > URL: http://svn.freebsd.org/chan
Author: mav
Date: Thu Sep 16 02:59:25 2010
New Revision: 212721
URL: http://svn.freebsd.org/changeset/base/212721
Log:
Few whitespace cleanups and comments tunings.
Submitted by: arundel
Modified:
head/sys/x86/cpufreq/est.c
Modified: head/sys/x86/cpufreq/est.c
==
Author: nwhitehorn
Date: Thu Sep 16 03:46:17 2010
New Revision: 212722
URL: http://svn.freebsd.org/changeset/base/212722
Log:
Split the SLB mirror cache into two kinds of object, one for kernel maps
which are similar to the previous ones, and one for user maps, which
are arrays of pointers i
15.09.2010 23:40, Warner Losh пишет:
Author: imp
Date: Wed Sep 15 19:40:08 2010
New Revision: 212692
URL: http://svn.freebsd.org/changeset/base/212692
Log:
Don't suggest using bwn for the bcm4306 cards in the list. The
bcm4306 cards are ambiguous. BCM4306 rev 2 requires bwi. BCM4306 rev
62 matches
Mail list logo