On Fri, Sep 3, 2010 at 9:29 PM, Alexander Kabaev wrote:
> On Tue, 31 Aug 2010 17:33:48 + (UTC)
> Pyun YongHyeon wrote:
>
>> Author: yongari
>> Date: Tue Aug 31 17:33:48 2010
>> New Revision: 212061
>> URL: http://svn.freebsd.org/changeset/base/212061
>>
>> Log:
>> Split common parent DMA ta
On Tue, 31 Aug 2010 17:33:48 + (UTC)
Pyun YongHyeon wrote:
> Author: yongari
> Date: Tue Aug 31 17:33:48 2010
> New Revision: 212061
> URL: http://svn.freebsd.org/changeset/base/212061
>
> Log:
> Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMA
> tag. All controllers that
Author: jilles
Date: Fri Sep 3 22:24:26 2010
New Revision: 212191
URL: http://svn.freebsd.org/changeset/base/212191
Log:
libedit: Do not move the cursor for ed-delete-next-char in emacs mode.
This makes ed-delete-next-char suitable for mapping to the key.
Behaviour in vi mode is unch
Author: jilles
Date: Fri Sep 3 22:13:54 2010
New Revision: 212190
URL: http://svn.freebsd.org/changeset/base/212190
Log:
sh: Do not use locale for determining if something is a name.
This makes it impossible to use locale-specific characters in variable
names.
Names containing local
Author: jilles
Date: Fri Sep 3 21:17:33 2010
New Revision: 212187
URL: http://svn.freebsd.org/changeset/base/212187
Log:
sh: Add a test that 'read' leaves the file pointer at the correct place.
Naive buffering would break the common while read x... construct, which did
not appear to be t
Author: yongari
Date: Fri Sep 3 18:00:17 2010
New Revision: 212185
URL: http://svn.freebsd.org/changeset/base/212185
Log:
Fix another bug introduced in r212109. We should unload DMA maps
only after sending the last fragment of a frame so the mbuf pointer
also should be stored in the last de
Author: mdf
Date: Fri Sep 3 17:42:17 2010
New Revision: 212184
URL: http://svn.freebsd.org/changeset/base/212184
Log:
Use a better #if guard.
Suggested by pluknet .
Modified:
head/sys/kern/subr_sbuf.c
Modified: head/sys/kern/subr_sbuf.c
=
Author: mdf
Date: Fri Sep 3 17:42:12 2010
New Revision: 212183
URL: http://svn.freebsd.org/changeset/base/212183
Log:
Style(9) fixes and eliminate the use of min().
Modified:
head/sys/kern/subr_sbuf.c
Modified: head/sys/kern/subr_sbuf.c
==
On 3 September 2010 21:23, Matthew D Fleming wrote:
> Author: mdf
> Date: Fri Sep 3 17:23:26 2010
> New Revision: 212182
> URL: http://svn.freebsd.org/changeset/base/212182
>
> Log:
> Fix user-space libsbuf build. Why isn't CTASSERT available to
> user-space?
>
> Modified:
> head/sys/kern/sub
On Fri, Sep 3, 2010 at 10:23 AM, Matthew D Fleming wrote:
> Author: mdf
> Date: Fri Sep 3 17:23:26 2010
> New Revision: 212182
> URL: http://svn.freebsd.org/changeset/base/212182
>
> Log:
> Fix user-space libsbuf build. Why isn't CTASSERT available to
> user-space?
Sorry for the churn. I am
Author: mdf
Date: Fri Sep 3 17:23:26 2010
New Revision: 212182
URL: http://svn.freebsd.org/changeset/base/212182
Log:
Fix user-space libsbuf build. Why isn't CTASSERT available to
user-space?
Modified:
head/sys/kern/subr_sbuf.c
Modified: head/sys/kern/subr_sbuf.c
Author: mdf
Date: Fri Sep 3 16:12:39 2010
New Revision: 212181
URL: http://svn.freebsd.org/changeset/base/212181
Log:
Fix brain fart when converting an if statement into a KASSERT.
Modified:
head/sys/kern/subr_sbuf.c
Modified: head/sys/kern/subr_sbuf.c
==
Author: mdf
Date: Fri Sep 3 16:09:17 2010
New Revision: 212180
URL: http://svn.freebsd.org/changeset/base/212180
Log:
Use math rather than iteration when the desired sbuf size is larger than
SBUF_MAXEXTENDSIZE.
Modified:
head/sys/kern/subr_sbuf.c
Modified: head/sys/kern/subr_sbuf.c
==
Author: rdivacky
Date: Fri Sep 3 14:25:17 2010
New Revision: 212177
URL: http://svn.freebsd.org/changeset/base/212177
Log:
Change the parameter passed to the inline assembly to u_short
as we are dealing with 16bit segment registers. Change mov
to movw.
Approved by:rpaulo (mentor)
Author: fabient
Date: Fri Sep 3 13:54:02 2010
New Revision: 212176
URL: http://svn.freebsd.org/changeset/base/212176
Log:
When an asm location cannot be resolved to a function the cost
will be spread as small value and then filtered by the threshold.
As a first step solution display the num
Author: avg
Date: Fri Sep 3 10:40:53 2010
New Revision: 212174
URL: http://svn.freebsd.org/changeset/base/212174
Log:
vm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use in vm_page_startup
vm_page_startup uses MSGBUF_SIZE value for adding msgbuf pages to minidump.
If opt_msgbuf.h is not
Author: phk
Date: Fri Sep 3 09:34:15 2010
New Revision: 212173
URL: http://svn.freebsd.org/changeset/base/212173
Log:
We need to copy the ports config files before we launch the prefetch
Modified:
head/tools/tools/sysbuild/sysbuild.sh
Modified: head/tools/tools/sysbuild/sysbuild.sh
Author: avg
Date: Fri Sep 3 08:07:04 2010
New Revision: 212172
URL: http://svn.freebsd.org/changeset/base/212172
Log:
acpi: update stale comments about order of cpu devices probing
These comments should have been updated in r203776 when the order was
changed.
Pointyhat to: avg
MFC
Pawel Jakub Dawidek wrote:
> On Thu, Sep 02, 2010 at 04:07:36PM -0600, Justin T. Gibbs wrote:
>> On 9/2/2010 3:39 PM, Pawel Jakub Dawidek wrote:
>>> Don't you think it would be better to set the flag from within
>>> g_io_request()? This way every BIO_FLUSH consumer doesn't have to
>>> remember to
19 matches
Mail list logo