Author: glebius
Date: Tue Sep 17 06:37:21 2013
New Revision: 255625
URL: http://svnweb.freebsd.org/changeset/base/255625
Log:
Fix assertion in sendfile_readpage() to assert only the validity
of requested amount of data in a page. Move assertion down below
object unlock.
Approved by:
Author: gjb
Date: Tue Sep 17 04:24:34 2013
New Revision: 255624
URL: http://svnweb.freebsd.org/changeset/base/255624
Log:
- Reword the 20121201 entry.
- Clean up minor whitespace nit.
Approved by: re (hrs)
Sponsored by: The FreeBSD Foundation
Modified:
head/UPDATING
Modified: head/
Author: bryanv
Date: Tue Sep 17 01:54:13 2013
New Revision: 255623
URL: http://svnweb.freebsd.org/changeset/base/255623
Log:
Add vmx(4) to i386 and amd64 GENERIC
Approved by: re (gjb)
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/GENERIC
Modified: head/sys/amd64/conf/GENER
PEOPLE WHO THINK THAT FreeBSD 10
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130916:
+ With the addition of unbound(8), a new unbound user is now
+ required during installworld. &
2013/9/16 Zbigniew Bodek :
> Log:
> Fix GCC build error when building for ARMv6
>
> Apply theravens's idea to move __strong_reference
> macros into the proper ifdef section.
>
> Approved by: cognet (mentor)
> Approved by: re
>
> Modified:
> head/sys/arm/arm/stdatomic.c
For some reaso
On 16.09.2013 18:28, John Baldwin wrote:
> Note that the PCI bus layer already does pci_save_state() during suspend
> and pci_restore_state() during resume, so it is redundant for a driver to
> do so.
Yes. I mostly wanted to fix the calls for now because it triggers a
panic. They'll probably go aw
On Saturday, September 14, 2013 1:24:42 pm Jean-Sebastien Pedron wrote:
> Author: dumbbell
> Date: Sat Sep 14 17:24:41 2013
> New Revision: 255573
> URL: http://svnweb.freebsd.org/changeset/base/255573
>
> Log:
> drm/radeon: Fix usage of pci_save_state() and pci_restore_state()
>
> Calling
Author: kib
Date: Mon Sep 16 19:58:37 2013
New Revision: 255620
URL: http://svnweb.freebsd.org/changeset/base/255620
Log:
Merge the change r255607 from amd64 to i386.
Reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Approved by: re (gjb)
Modified:
head/s
Author: gjb
Date: Mon Sep 16 19:29:18 2013
New Revision: 255619
URL: http://svnweb.freebsd.org/changeset/base/255619
Log:
Update head/ to -ALPHA2 status.
Approved by: re (implicit)
Modified:
head/sys/conf/newvers.sh
Modified: head/sys/conf/newvers.sh
===
Author: delphij
Date: Mon Sep 16 16:44:18 2013
New Revision: 255617
URL: http://svnweb.freebsd.org/changeset/base/255617
Log:
MFC r255483:
Do not emit size for non-regular files. There is nothing that
mtree(1) can do in this situation and would cause confusion.
Modified:
stable/8/usr.
Author: delphij
Date: Mon Sep 16 16:43:57 2013
New Revision: 255616
URL: http://svnweb.freebsd.org/changeset/base/255616
Log:
MFC r255483:
Do not emit size for non-regular files. There is nothing that
mtree(1) can do in this situation and would cause confusion.
Modified:
stable/9/usr.
Author: nwhitehorn
Date: Mon Sep 16 15:10:11 2013
New Revision: 255615
URL: http://svnweb.freebsd.org/changeset/base/255615
Log:
Add a loader tunable to use only device tree-provided PCI devices. This is
needed on some more fragile systems to avoid machine checks when blindly
probing the PCI
Author: nwhitehorn
Date: Mon Sep 16 14:32:56 2013
New Revision: 255614
URL: http://svnweb.freebsd.org/changeset/base/255614
Log:
Fix bug in busdma: if segs is a preexisting buffer, we memcpy it
into the DMA map. The length of the buffer had not yet been
initialized, however, so this would co
On 16.09.2013 15:20, Ivan Voras wrote:
On 14 September 2013 12:12, Alexander Motin wrote:
Add unmapped BIO support to GEOM ZERO if kern.geom.zero.clear is cleared.
+ if (g_zero_clear && (bp->bio_flags & BIO_UNMAPPED) == 0)
memset(bp->bio_data, g_zer
On 14 September 2013 12:12, Alexander Motin wrote:
> Add unmapped BIO support to GEOM ZERO if kern.geom.zero.clear is cleared.
> + if (g_zero_clear && (bp->bio_flags & BIO_UNMAPPED) == 0)
> memset(bp->bio_data, g_zero_byte, bp->bio_length);
Umm, I might
On 16.09.2013 08:25, Konstantin Belousov wrote:
Author: kib
Date: Mon Sep 16 06:25:54 2013
New Revision: 255608
URL: http://svnweb.freebsd.org/changeset/base/255608
Log:
Remove zero-copy sockets code. It only worked for anonymous memory,
and the equivalent functionality is now provided by
Author: zbb
Date: Mon Sep 16 10:46:58 2013
New Revision: 255613
URL: http://svnweb.freebsd.org/changeset/base/255613
Log:
Fix GCC build error when building for ARMv6
Apply theravens's idea to move __strong_reference
macros into the proper ifdef section.
Approved by: cognet (mentor)
Author: zbb
Date: Mon Sep 16 10:39:35 2013
New Revision: 255612
URL: http://svnweb.freebsd.org/changeset/base/255612
Log:
Implement pmap_advise() for ARMv6/v7 pmap module
Apply the given advice to the specified range of addresses within the
given pmap. Depending on the advice, clear the r
Author: zbb
Date: Mon Sep 16 10:34:44 2013
New Revision: 255611
URL: http://svnweb.freebsd.org/changeset/base/255611
Log:
Write protect base page after superpage demotion so that it may repromote
When clearing the modification status of the superpage, one of the
base pages produced during
Author: hselasky
Date: Mon Sep 16 10:06:40 2013
New Revision: 255610
URL: http://svnweb.freebsd.org/changeset/base/255610
Log:
MFC r255356:
Revert parts of r245132 and r245175. We don't need to write to the
IMAN register to clear the pending interrupt status bits. This patch
tries to so
Author: hselasky
Date: Mon Sep 16 10:04:19 2013
New Revision: 255609
URL: http://svnweb.freebsd.org/changeset/base/255609
Log:
MFC r255356:
Revert parts of r245132 and r245175. We don't need to write to the
IMAN register to clear the pending interrupt status bits. This patch
tries to so
21 matches
Mail list logo