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: 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: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)
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: 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
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: 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: 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
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
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
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
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. &
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
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: 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:
15 matches
Mail list logo