Author: jh
Date: Sat Sep 4 06:36:12 2010
New Revision: 212194
URL: http://svn.freebsd.org/changeset/base/212194
Log:
MFC r211513: Call dev_rel() in error paths.
Modified:
stable/8/sys/fs/devfs/devfs_vnops.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/
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
Author: mav
Date: Sat Sep 4 06:09:08 2010
New Revision: 212193
URL: http://svn.freebsd.org/changeset/base/212193
Log:
MFC r211922:
Add Intel Cougar Point PCH SATA Controller DeviceIDs. Correct some existing
entries for Intel Ibex Peak (5 Series/3400 Series) PCH SATA controllers.
Modified:
Author: mav
Date: Sat Sep 4 06:05:57 2010
New Revision: 212192
URL: http://svn.freebsd.org/changeset/base/212192
Log:
MFC r211920:
Add Intel Cougar Point PCH SATA Controller DeviceIDs. Correct some existing
entries for Intel Ibex Peak (5 Series/3400 Series) PCH SATA controllers.
Modified:
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:59:12 2010
New Revision: 212189
URL: http://svn.freebsd.org/changeset/base/212189
Log:
MFC r209652: sh: Remove comment that the comma operator is missing
in arithmetic expansion.
The comma operator is not listed in POSIX.1-2008 XCU 1.1.2.1 Arithmetic
P
Author: jilles
Date: Fri Sep 3 21:51:38 2010
New Revision: 212188
URL: http://svn.freebsd.org/changeset/base/212188
Log:
MFC r208476,208629,210738,211080,211341,211467: New tests
that also work with stable/8 sh.
Added:
stable/8/tools/regression/bin/sh/builtins/break2.0
- copied unchan
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: jhb
Date: Fri Sep 3 21:16:16 2010
New Revision: 212186
URL: http://svn.freebsd.org/changeset/base/212186
Log:
MFC: Use VN_LOCK_* macros to manipulate vnode lock flags.
Modified:
stable/7/sys/nfsclient/nfs_node.c
Modified: stable/7/sys/nfsclient/nfs_node.c
===
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: jamie
Date: Fri Sep 3 15:34:28 2010
New Revision: 212179
URL: http://svn.freebsd.org/changeset/base/212179
Log:
MFC 212073:
Don't over-allocate array values in jailparam_export.
MFC 212074:
Whitespace and comment fixes.
Modified:
stable/8/lib/libjail/jail.c
Directo
Author: jamie
Date: Fri Sep 3 15:33:15 2010
New Revision: 212178
URL: http://svn.freebsd.org/changeset/base/212178
Log:
MFC r212072:
Make it clear in the example that jailparam_export's return value
should be freed.
Modified:
stable/8/lib/libjail/jail.3
Modified: stable/8/lib/lib
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: uqs
Date: Fri Sep 3 11:58:50 2010
New Revision: 212175
URL: http://svn.freebsd.org/changeset/base/212175
Log:
MFC r211962: gsched(8): fix example usage, mdoc nits
- ad0 was referred to as da0
- wrong parameter -s instead of -a in example
- use double quotes consistently
Modifi
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
28 matches
Mail list logo