Author: alc
Date: Wed Nov 2 05:42:51 2011
New Revision: 227012
URL: http://svn.freebsd.org/changeset/base/227012
Log:
Add support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to vm_page_alloc_freelist()
and use these new options in the mips pmap.
Wake up the page daemon in vm_page_alloc_freelist
Author: dougb
Date: Wed Nov 2 04:21:20 2011
New Revision: 227011
URL: http://svn.freebsd.org/changeset/base/227011
Log:
If the user is moving from any other time zone to UTC we need
to delete any old /var/db/zoneinfo file that may exist so that
tzsetup -r does the right thing.
Modified:
Author: mav
Date: Tue Nov 1 23:12:22 2011
New Revision: 227009
URL: http://svn.freebsd.org/changeset/base/227009
Log:
Make orphan() method in geom_dev asynchronous using destroy_dev_sched_cb()
instead of destroy_dev(). It moves device destruction waiting out of the
topology lock and so fixe
2011(r227005)
+++ head/UPDATING Tue Nov 1 21:26:57 2011(r227006)
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+2001:
+ The broken amd(4
Author: mav
Date: Tue Nov 1 20:56:19 2011
New Revision: 227004
URL: http://svn.freebsd.org/changeset/base/227004
Log:
Refactor disk disconnection and geom destruction handling sequences.
Do not close/destroy opened consumer directly in case of disconnect. Instead
keep it existing until it w
Author: marius
Date: Tue Nov 1 18:28:33 2011
New Revision: 227001
URL: http://svn.freebsd.org/changeset/base/227001
Log:
Increase the IOC port initialization timeouts by ten times to what the
corresponding Linux driver uses. This allows mpt(4) to still recognize
all good SATA devices in pre
Author: marius
Date: Tue Nov 1 17:57:21 2011
New Revision: 227000
URL: http://svn.freebsd.org/changeset/base/227000
Log:
In r225931 I've missed the only other driver using the pointer returned
by rman_get_virtual(9) to access device registers sparc64 currently cares
about.
Ideally ata(4)
Author: mav
Date: Tue Nov 1 17:04:42 2011
New Revision: 226998
URL: http://svn.freebsd.org/changeset/base/226998
Log:
Refactor disk disconnection and geom destruction handling sequences.
Do not close/destroy opened consumer directly in case of disconnect. Instead
keep it existing until it w
Author: marius
Date: Tue Nov 1 16:13:59 2011
New Revision: 226995
URL: http://svn.freebsd.org/changeset/base/226995
Log:
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
take advantage of it instead of duplicating it. This reduces the size of
the i386 GENERIC
Author: pho
Date: Tue Nov 1 12:33:06 2011
New Revision: 226987
URL: http://svn.freebsd.org/changeset/base/226987
Log:
Added missing cache purge of from argument for rename().
Reported by: Anton Yuzhaninov
In collaboration with:kib
MFC after:1 week
Modified:
head/sys/fs
Author: fabient
Date: Tue Nov 1 09:28:47 2011
New Revision: 226986
URL: http://svn.freebsd.org/changeset/base/226986
Log:
Two bugs fixed:
- Do not close stdout or stderr when redirecting to file.
- Correctly handle error code to detect when no buffer available.
MFC after:1 month
M
Author: mav
Date: Tue Nov 1 08:57:49 2011
New Revision: 226985
URL: http://svn.freebsd.org/changeset/base/226985
Log:
Workaround the problem introduced by combination of r162200 and r215687.
r162200 delays provider orphanization until all running requests complete,
to workaround broken orph
12 matches
Mail list logo